function Foto(img){ foto1= new Image(); foto1.src=(img); Controlla(img); } function Controlla(img){ if((foto1.width!=0)&&(foto1.height!=0)){ viewFoto(img); } else{ funzione="Controlla(\'"+img+"\')"; intervallo=setTimeout(funzione,20); } } function viewFoto(img){ largh=foto1.width+23; altez=foto1.height+23; stringa="width="+largh+",height="+altez; finestra=window.open(img,"",stringa); } '; include ("functions/content.php"); $content = content (); include ("functions/navigation.php"); include ("functions/html.php"); include ("functions/form.php"); $html = str_replace ("--SITEMAP--", $sitemap, $html); $html = str_replace ("--MICROSITE--", $microsite, $html); $html = str_replace ("--TITLE--", $content[Title], $html); $html = str_replace ("--DESCRIPTION--", $content[Description], $html); $html = str_replace ("--KEYWORDS--", $content[Keywords], $html); $html = str_replace ("--STYLE--", style (), $html); $html = str_replace ("--FOTO--", $java, $html); $html = str_replace ("--NAVIGATION--", navigation (), $html); $html = str_replace ("--LANGUAGE--", language (), $html); $html = str_replace ("--HEAD--", head ($content_id), $html); $html = str_replace ("--PRINTADDRESS--", druck_adresse (), $html); $html1 = explode ("--CONTENT--", $html); echo $html1[0]; $content[Text] = formgen::convert($content[Text]); $content[Text] = variable_h1 ($content[Text]); echo $content[Text]; if ($content[Modul]) { $content[Text] = include ("module/$content[Modul]"); } if ($_REQUEST[id] == 8) { $html1[1] = str_replace ("--RIGHT--", shopping_cart (), $html1[1]); } else { $html1[1] = str_replace ("--RIGHT--", news (), $html1[1]); } $html2 = explode ("--DIFIO--", $html1[1]); echo $html2[0]; /*-------------------------------DIFIO-------------------------------------*/ @include("http://www.difio.de/datenbank/link.php?selected=".$_SERVER[REQUEST_URI]."&page=".$_SERVER[HTTP_HOST]); /*-------------------------------DIFIO-------------------------------------*/ echo $html2[1]; } require ("functions/waytocontact.php"); ?>