<!--function f_oeffnen(bild,breite,hoehe){        nf=window.open(bild,"foto","height="+hoehe+",width="+breite+",resizable=no,menubar=no"); 	   nf.focus();} function f_schliessen(){  	if (parent.focus() == true){ 		 window.focus(); 	}        window.focus(); }//-->