// CENTRERAT openwin pop_contact (NY)var win = null;function pop_contact(myURL,winName,settings){myHeight='380';myWidth='600';myTop = (screen.height) ? (screen.height-myHeight)/2 : 0;myLeft = (screen.width) ? (screen.width-myWidth)/2 : 0;myPopup = window.open('/cs/contact.php','Kontakt','height='+myHeight+',width='+myWidth+',top='+myTop+',left='+myLeft+',toolbar=0,status=0,directories=0,scrollbars=0,resizable=1,menubar=0,location=0');}
