function ZeigBild(url)
{
top.window.document.writeln("<html>");
top.window.document.writeln("<head>");
top.window.document.writeln("<title>Bilder</title>");
top.window.document.writeln("</head>");
top.window.document.writeln("<body link=\"#FFFF77\" alink=\"FF00FF\" vlink=\"#FFFFAA\" text=\"#FFFFAA\" bgcolor=\"#006699\">");
top.window.document.writeln("<p align=\"center\">");
top.window.document.writeln("<a href=\"javascript:window.history.back()\"><img src=\"http://www.lau-net.de/b.mayer/rueck.gif\" border=0></a>");
top.window.document.writeln("<br>");
top.window.document.writeln("<img src=\""+url+"\">");
top.window.document.writeln("</p>");
top.window.document.writeln("</body>");
top.window.document.writeln("</hmtl>");
}
