var width = 795; var border = 10; //var width = 795; // Breite des Fensters var height = window.screen.availHeight - (2 * border); var x = window.screen.availWidth - (width + border); var y = border; var nw = null; if (navigator.platform.search(/linux/i) != -1) { height = height-25; } if (document.layers) { height = height - 30; x = x - border; } function jwresize() { // if(document.referrer == "") { if (window.innerWidth) { if ((width != window.innerWidth)) { window.resizeTo(width,height); } else { if ((document.getElementById && (navigator.userAgent.toLowerCase()).indexOf("gecko") != -1)) { window.resizeTo(width,height); } } } else { window.resizeTo(width,height); } if ( (!nw) && (document.layers) ) { height = window.screen.availHeight - (10 * border); var cut = window.outerHeight - window.screen.availHeight + (2 * border); // if (navigator.platform.search(/linux/i) != -1) //{ // cut = cut + 25; //} if ( (cut != 0) && (Math.abs(cut)>2) ) { resizeBy(0,-cut); } } moveTo(x,y); // } } function jwpopup(URL,JWNAME) { if (JWNAME != "extern") { if ( (JWNAME != "jwCAMPUSTOPLINE") && (JWNAME != "jwAZUBITOPLINE") ) { window.name = 'stellenmarkt'; } } if (URL.match(/service\/koop/) || URL.match(/service\/deluxe/)) { twidth=795; } else { twidth=1020; } nw = window.open(URL,JWNAME,'dependent=no,titlebar=yes,toolbar=no,status=no,menubar=no,location=no,hotkeys,directories=no,resizable,scrollbars,height='+height+',width='+twidth+',left='+x+',top='+border); nw.focus(); if(nw) { return false; } else { return true; } } function jwpopup_mba(URL,JWNAME) { nw_mba = window.open(URL,JWNAME,'dependent=no,titlebar=yes,toolbar=no,status=no,menubar=no,location=no,hotkeys,directories=no,resizable,scrollbars,height='+height+',width='+width+',left='+x+',top='+border); nw_mba.focus(); if(nw_mba) { return false; } else { return true; } } document.write(''); document.write('