//window.onload=function() { // if (document.getElementById) { // resizeBoxes(); // document.getElementById("q").onfocus=function() { // if (document.getElementById("q").value == "Suchbegriff") { // document.getElementById("q").value=""; // } // } // } //} //window.onresize=resizeBoxes; function resizeBoxes() { var mh=document.getElementById("midcol").offsetHeight; var rh=document.getElementById("rightcol").offsetHeight; var maxC=Math.max(mh,rh); var lh=document.getElementById("leftcol").offsetHeight; maxC=Math.max(maxC,lh); if (rh < maxC) { document.getElementById("rightcol").style.height=maxC+"px"; } if (mh < maxC) { document.getElementById("midcol").style.height=maxC+"px"; } if (lh < maxC) { document.getElementById("leftcol").style.height=maxC+"px"; } } function bookmarkPage(myUrl,myTitle) { if (document.all) { window.external.AddFavorite(myUrl,myTitle); } else { alert("Ihr Browser lässt das automatisierte Erstellen eines Lesezeichens leider nicht zu.\nBitte fügen Sie die Adresse "+myUrl+" manuell Ihren Lesezeichen hinzu."); } } function showFlash(myID,myWidth,myHeight,quality,nowmode) { if (myWidth != "") { myWidth=myWidth || 950; } if (myHeight != "") { myHeight=myHeight || 716; } quality=quality || "low"; var content='
'+ ''+ ''+ ''+ ((nowmode) ? '' : '')+ ''+ ''+ ''+ '
'+ ''; var w=(screen.availWidth > 1024) ? 1024 : screen.availWidth; var h=(screen.availHeight > 800) ? 800 : screen.availHeight; var x=Math.floor((screen.availWidth-w)/2-4); var y=Math.floor((screen.availHeight-h)/2-20); var props="width="+w+",height="+h+",top="+y+",left="+x+",resizable=yes,scrollbars=yes"; var popUp=window.open("","flash",props); popUp.focus(); popUp.document.open(); popUp.document.write(content); popUp.document.close(); }