<!--

var ns4up = (document.layers) ? 1 : 0;
var ie4up = (document.all) ? 1 : 0;
var ns6up = (document.getElementById && !document.all && !window.opera) ? 1 : 0;

if (ns4up) {breite=window.innerWidth; hoehe=window.innerHeight}
if (ie4up || ns6up) {breite=document.body.clientWidth; hoehe=document.body.clientHeight}

function GrossBild(Bild, Text) {
if (Text == "") {
    var tHoehe = 0;
} else {
    var tHoehe = 36;
}
if (screen.width<=800) {
    var myscroll = "yes";
} else {
    var myscroll = "no";
}
gb=window.open("","Bild","scrollbars="+myscroll+",status=no,toolbar=no,location=no,directories=no,width=100,height=100,screenX=0,screenY=0,top=0,left=0,resizeable=no,dependent=yes")
gb.document.write("<HTML>\n<HEAD>\n<LINK rel='stylesheet' type='text/css' href='../svd.css'>\n</HEAD>\n")
gb.document.write("<BODY onload='gbCenter("+tHoehe+")' background='../images/hintergrund.gif'>\n")
gb.document.write("<div style='position:absolute; left:0; top:0;'>\n")
gb.document.write("<a href='javascript:self.close()'><img name='gbild' SRC='"+Bild+"' border='0' alt='Fenster schlie&szlig;en'></a>\n")
gb.document.write("<center><table border='0' cellspacing='0' cellpadding='0'><tr height='30' valign='middle'><td class='text'>"+Text+"</td></tr></table></center>\n")
gb.document.write("<\/div>\n")
gb.document.write("<script language='javascript'>\n")
gb.document.write("function gbCenter(th) {\n")
gb.document.write("gbOBreite=document.gbild.width\n")
gb.document.write("gbOHoehe=document.gbild.height\n")
gb.document.write("if (screen.width<=800) {\n")
gb.document.write("gbOBreite=gbOBreite*0.85;\n")
gb.document.write("gbOHoehe=gbOHoehe*0.85;\n")
gb.document.write("}\n")
gb.document.write("var ns6up = (document.getElementById && !document.all && !window.opera) ? 1 : 0;\n")
gb.document.write("gbBreite=gbOBreite+ns6up*32+10\n")
gb.document.write("gbHoehe=gbOHoehe+ns6up*40+30+th\n")
gb.document.write("window.resizeTo(gbBreite,gbHoehe)\n")
gb.document.write("x=(screen.width-gbBreite)\/2\n")
gb.document.write("y=(screen.height-gbHoehe)\/2\n")
gb.document.write("window.moveTo(x,y)\n")
gb.document.write("window.focus()\n")
gb.document.write("}\n")
gb.document.write("<\/script>\n")
gb.document.write("</BODY>\n</HTML>")
gb.document.close()
}

-->
