NS4 = (document.layers) ? true : false; IE4 = (document.all && !document.getElementById) ? true : false; IE5 = (document.all && document.getElementById) ? true : false; NS6 = (!document.all && document.getElementById) ? true : false; var a; function grossbild(vBildPfadName,vBildueberschrift,vBorder,vWeite,vHoehe,vText) { if(IE4 || IE5) { weite = parseInt(vWeite)+6; hoehe = parseInt(vHoehe)+80; } else { weite = parseInt(vWeite)+10; hoehe = parseInt(vHoehe)+110; } w = window.open('','fenster','width='+ weite +',height='+ hoehe+',resizable=yes,statusbar=no'); w.resizeTo(weite,hoehe); if(vBildueberschrift==""){vBildueberschrift="Bild";} w.document.open(); w.document.write(''+ vBildueberschrift +''); w.document.write('
'+ vBildueberschrift +''); w.document.write('
' + vBildueberschrift + '

' + vText + ''); w.document.close(); }