function PoPuP(URL) { pop = window.open(URL, 'PoPuP', 'dependent=yes,titlebar=no,toolbar=no,status=no,menubar=no,location=no,hotkeys=no,directories=no,resizable=yes,scrollbars=yes,height=1,width=1'); pop.focus(); } function uebersichtpopup(URL,width,height,name) { if ( width > 750 ) width = 750; if ( height > 550 ) height = 550; left = ( ( screen.availWidth - width ) / 2 ) - ( screen.width - screen.availWidth ); oben = ( ( screen.availHeight - height ) / 2 ) - ( screen.height - screen.availHeight ); uebersicht = window.open(URL,name,'dependent=yes,titlebar=yes,toolbar=no,status=yes,menubar=no,location=no,hotkeys,directories=no,resizable=yes,scrollbars=yes,height='+height+',width='+width+',left='+left+',top='+oben ); uebersicht.focus(); } function uebersichtpopup2(URL,width,height,name) { if ( width <= 0 ) width = 750; if ( height <= 0 ) height = 550; left = ( ( screen.availWidth - width ) / 2 ) - ( screen.width - screen.availWidth ); oben = ( ( screen.availHeight - height ) / 2 ) - ( screen.height - screen.availHeight ); uebersicht = window.open(URL,name,'dependent=yes,titlebar=yes,toolbar=no,status=yes,menubar=no,location=no,hotkeys,directories=no,resizable=yes,scrollbars=yes,height='+height+',width='+width+',left='+left+',top='+oben ); uebersicht.focus(); } function fullwindow(URL) { hdl = window.open(URL); hdl.focus(); } function janolawpopup(URL,width,height,name) { left = ( ( screen.availWidth - width ) / 2 ) oben = ( ( screen.availHeight - 30 - height ) / 2 ) uebersicht = window.open(URL,name,'dependent=yes,titlebar=yes,toolbar=no,status=no,menubar=no,location=no,hotkeys,directories=no,resizable=yes,scrollbars=yes,height='+height+',width='+width+',left='+left+',top='+oben ); uebersicht.focus(); } function wuvpopup(URL,width,height,name) { left = ( 50 ) oben = ( 50 ) uebersicht = window.open(URL,name,'dependent=yes,titlebar=yes,toolbar=no,status=no,menubar=no,location=no,hotkeys,directories=no,resizable=yes,scrollbars=yes,height='+height+',width='+width+',left='+left+',top='+oben ); uebersicht.focus(); } function backtoroots(URL) { parent.opener.location.href = URL; parent.opener.focus(); window.setTimeout('parent.close()',1000); } function jobtv(njobtvid) { width = 612; height = 458; left = ( ( screen.availWidth - width ) / 2 ) - ( screen.width - screen.availWidth ); oben = ( ( screen.availHeight - height ) / 2 ) - ( screen.height - screen.availHeight ); jobtvfenster = window.open('http://www.jobtv24.de/video.php?ct=181&vid=' + njobtvid, 'JobTVPopup','dependent=yes,titlebar=no,toolbar=no,status=no,menubar=no,location=no,hotkeys,directories=no,resizable=no,scrollbars=no,height='+height+',width='+width+',left='+left+',top='+oben ); jobtvfenster.focus(); }