<!--
function OpenFoto(img,text){foto= new Image();foto.src=(img);ControlFoto(img,text);}
function ControlFoto(img,text){if((foto.width!=0)&&(foto.height!=0)){ViewFoto(img,text);}else{interval_a="ControlFoto('"+img+"')";interval_b=setTimeout(interval_a,20);}}
function ViewFoto(img,text){width=foto.width+20;height=foto.height+64;try {if (output.closed == false) throw "offen";}catch (e) {if (e=="offen") {output.close();}}output=window.open("","output","left=40,top=40,width="+width+",height="+height+",location=no,toolbar=no,menubar=no,status=no,scrol lbars=no,resizable=no");output.document.writeln("<html><head><title>chinnow.net-Bild<\/title>");output.document.writeln("<style type=\"text\/css\">body, td, a {FONT-SIZE: 11px;FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;}<\/style><\/head>");output.document.writeln("<body bgcolor=\"white\" text=\"black\" link=\"blue\" vlink=\"blue\" alink=\"blue\" leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\">");output.document.writeln("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" height=\"100%\">");output.document.writeln("<tr><td BGCOLOR=#e0e0e0><strong><center>"+text+"<\/center><\/strong><\/td><\/tr><tr><td BGCOLOR=#e0e0e0 text-color=blue ALIGN=center><A HREF=\"#\" onclick=\"top.close(); return false;\">Fenster schlie&szlig;en&#160;<\/a><\/td><\/tr>");output.document.writeln("<tr><td width=\"100%\" height=\"100%\" align=\"left\" valign=\"top\"><p><a href=\"javascript:self.close()\"><img src=\""+img+"\" width=\""+foto.width+"\" height=\""+foto.height+"\" border=\"10\" alt=\"Fenster schließen\"><\/a><\/p><\/td><\/tr>");output.document.writeln("<\/table><\/body><\/html>");output.focus();}
// -->

