function newWin(f, w, h){	rand = Math.random();	pName = "pop" +  String(rand * 100);	pName = pName.replace(".", "");	pop = window.open(f, "" , "width=" + w + ",height=" + h + ",resizable=0,toolbar=0,menubar=0,status=0,directories=0,scrollbars=0");}function openDeeparture(){	deeparture = window.open("../../content/deeparture/deeparture.php","3000deeparture","width=476,height=331,resizable=0,toolbar=0,menubar=0,status=0,directories=0,scrollbars=0");}function openADC(){	adc = window.open("../../content/adc/adc.php","ADC","width=276,height=276,resizable=0,toolbar=0,menubar=0,status=0,directories=0,scrollbars=0");}function openBild(){	bild = window.open("../../content/bild/sebastian.php","Sebastian","width=300,height=200,resizable=0,toolbar=0,menubar=0,status=0,directories=0,scrollbars=0");}var win = null;var preloadFlag = false;function preloadImages() {        if (document.images) {                                                img1=new Image();img1.src="screen01.jpg"                                                ;img2=new Image();img2.src="screen02.gif";                                                ;img3=new Image();img3.src="screen03.jpg"                                                preloadFlag = true;        }}function windowCenter(mypage, myname, w, h,scroll,resize) {var winl = (screen.availWidth - w) / 2;var wint = (screen.availHeight - h) / 2;winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable='+resize+',status=no';win = window.open(mypage, myname, winprops);if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }}function fenster_zu(){                       if (win && win.open && !win.closed) win.close();}window.onload = preloadImages;