
function showFoto(url,name) {
popgallery = open("","gallerie","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizable=yes,height=460,width=650");
ndoc = popgallery.document;
ndoc.open();

ndoc.write("<html><head><title>Bild-gross</title>\n");
ndoc.write("</head><body bgcolor=#000000 marginheight=0 marginwidth=0 topmargin=0 leftmargin=0 onload=\"self.focus()\">");
ndoc.write("<table cellspacing=0 cellpadding=0 border=0><tr><td bgcolor=\"0e0e7a\"><img src=\"/_common/img/trans.gif\" width=660 height=40></td></tr>\n");
ndoc.write("<tr><td valign=\"middle\" align=\"center\">");
ndoc.write("<img src=\"");
ndoc.write(url);
ndoc.write("\" height=\"380\" border=\"0\" alt=\"\">");
ndoc.write("</td></tr>\n");
ndoc.write("<tr><td bgcolor=\"0e0e7a\" height=\"40\" align=center>");
ndoc.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='javascript:window.close()'><font face=arial size=-1 color='#ffffff'>&gt;&gt; Fenster schlie&szlig;en</font></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td></tr>\n");
ndoc.write("</table>\n");
ndoc.write("</body></html>");
ndoc.close();
}


