// Breite des Fensters var width = 795; var border = 10; var height = window.screen.availHeight - (2 * border); if (height<500) height=500; var x = window.screen.availWidth - (width + border) - 50; var y = border; var nw = null; // Netscape v4.x if (document.layers) { height = height - 30; x = x - border; } function jam_apply(apply_url) { var Ergebnis = apply_url.search(/http.+/); if (Ergebnis == -1) { if (window.location.host == "www.anzeigenfreigabe.de") { apply_url = 'http://www.anzeigenfreigabe.de' + apply_url; } else { if (window.location.host == "bewerbung.fazjob.net") { apply_url = 'http://bewerbung.fazjob.net' + apply_url; } else { apply_url = 'http://www.jobware.de' + apply_url; } } } nw2 = window.open(apply_url,'8110f41be7d91f7e8d1e1c9f402671e3','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); nw2.focus(); } function jam_mailto(mailto_url) { var Ergebnis = mailto_url.search(/http.+/); if (Ergebnis == -1) { if (window.location.host == "www.anzeigenfreigabe.de") { mailto_url = 'http://www.anzeigenfreigabe.de' + mailto_url; } else { if (window.location.host == "bewerbung.fazjob.net") { mailto_url = 'http://bewerbung.fazjob.net' + mailto_url; } else { mailto_url = 'http://www.jobware.de' + mailto_url; } } } nw2 = window.open(mailto_url,'8110f41be7d91f7e8d1e1c9f402671e3','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); nw2.focus(); }