<!--		var countPortrait = 0;var countLandscape = 0;	function popUpPortrait(URL) {		countPortrait=countPortrait+1;	if(countPortrait==1 || fotoPortrait.closed == true) {		fotoPortrait=window.open('','fotoPortrait','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=480,height=640'); 	}		fotoPortrait.document.open();	fotoPortrait.document.writeln("<html>");	fotoPortrait.document.writeln("<head>");	fotoPortrait.document.writeln("<meta http-equiv=\"content-type\" content=\"text/html;charset=iso-8859-1\">");	fotoPortrait.document.writeln("<title>DEKEMA</title>");	fotoPortrait.document.writeln("</head>");	fotoPortrait.document.writeln("<body bgcolor=\"#ffffff\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">");	if(URL=="../../images/dekema/p-historie-05-g-de.jpg" || URL=="../../images/dekema/p-historie-08-g-de.jpg" || URL=="../../images/produkte/p-austro-m-02-g-de.jpg" || URL=="../../images/produkte/p-austro-d4-02-g-de.jpg" ||	   URL=="../../images/dekema/p-historie-05-g-en.jpg" || URL=="../../images/dekema/p-historie-08-g-en.jpg" || URL=="../../images/produkte/p-austro-m-02-g-en.jpg" || URL=="../../images/produkte/p-austro-d4-02-g-en.jpg" ||	   URL=="../../images/dekema/p-historie-05-g-fr.jpg" || URL=="../../images/dekema/p-historie-08-g-fr.jpg" || URL=="../../images/produkte/p-austro-m-02-g-fr.jpg" || URL=="../../images/produkte/p-austro-d4-02-g-fr.jpg" ||	   URL=="../../images/dekema/p-historie-05-g-es.jpg" || URL=="../../images/dekema/p-historie-08-g-es.jpg" || URL=="../../images/produkte/p-austro-m-02-g-es.jpg" || URL=="../../images/produkte/p-austro-d4-02-g-es.jpg" ||	   URL=="../../images/dekema/p-historie-05-g-it.jpg" || URL=="../../images/dekema/p-historie-08-g-it.jpg" || URL=="../../images/produkte/p-austro-m-02-g-it.jpg" || URL=="../../images/produkte/p-austro-d4-02-g-it.jpg" ||	   URL=="../../images/dekema/p-historie-05-g-cn.jpg" || URL=="../../images/dekema/p-historie-08-g-cn.jpg" || URL=="../../images/produkte/p-austro-m-02-g-cn.jpg" || URL=="../../images/produkte/p-austro-d4-02-g-cn.jpg") {		fotoPortrait.document.writeln("<a href=\"http://www.oraldesign.org\"><img width=\"480\" height=\"640\" src=\""+URL+"\" border=\"0\"></a>");	}	else {		fotoPortrait.document.writeln("<img width=\"480\" height=\"640\" src=\""+URL+"\" border=\"0\">");	}	fotoPortrait.document.writeln("</body>");	fotoPortrait.document.writeln("</html>");	fotoPortrait.document.close();	fotoPortrait.focus();	}function popUpLandscape(URL) {		countLandscape=countLandscape+1;	if(countLandscape==1 || fotoLandscape.closed == true) {		fotoLandscape=window.open('','fotoLandscape','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=480'); 	}		fotoLandscape.document.open();	fotoLandscape.document.writeln("<html>");	fotoLandscape.document.writeln("<head>");	fotoLandscape.document.writeln("<meta http-equiv=\"content-type\" content=\"text/html;charset=iso-8859-1\">");	fotoLandscape.document.writeln("<title>DEKEMA</title>");	fotoLandscape.document.writeln("</head>");	fotoLandscape.document.writeln("<body bgcolor=\"#ffffff\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">");	fotoLandscape.document.writeln("<img width=\"640\" height=\"480\" src=\""+URL+"\" border=\"0\">");	fotoLandscape.document.writeln("</body>");	fotoLandscape.document.writeln("</html>");	fotoLandscape.document.close();	fotoLandscape.focus();	}// -->
