function popup() {
var intScrWidth = (window.screen.width/2) - (250 + 10);
var intScrHeight = (window.screen.height/2) - (200 + 40);
var win2=window.open("../disclaimer_de.html","winname","width=500,height=400,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,copyhistory=0,left=" + intScrWidth + ",top=" + intScrHeight + ",screenX=" + intScrWidth +",screenY=" + intScrHeight);
win2.focus();
}
function popUp(bild,pfad,weite,hoehe) {var weite2 = weite;var hoehe2 = hoehe;var weite3 = Math.ceil(weite/2);var hoehe3 = Math.ceil(hoehe/2);if(hoehe3<100){hoehe3 = 100;}if(weite3<100){weite3 = 100;}var intScrWidth = (window.screen.width/2) - (weite3 + 10);var intScrHeight = (window.screen.height/2) - (hoehe3 + 40);var win=window.open("",bild,"width="+weite2+",height="+hoehe2+",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,left=" + intScrWidth + ",top=" + intScrHeight + ",screenX=" + intScrWidth +",screenY=" + intScrHeight);win.location.href="../bh.php?bild="+bild+"&pfad="+pfad;win.focus();}