function ctl_popup(URL,HOST) { var location; width = 925; height = 650; left = ( ( screen.availWidth - width ) / 2 ); oben = ( ( screen.availHeight - 30 - height ) / 2 ); if (HOST == "de.jw.de") location = "campus-topline.jw.de"; if (HOST == "www.jobware.de") location = "www.campus-topline.de"; if (HOST == "fittipaldi.jw.de") location = "campus-topline.fittipaldi.jw.de"; if (HOST == "de.fittipaldi.jw.de") location = "campus-topline.fittipaldi.jw.de"; nw = window.open("http://" + location + URL,"CAMPUSTopLine","dependent=no,height=" + height + ",left=0,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,top=0,width=" + width + ",top=" + oben + ",left=" + left + ""); nw.focus(); if(nw) { return false; } else { return true; } } function atl_popup(URL,HOST) { var location; width = 925; height = 650; left = ( ( screen.availWidth - width ) / 2 ); oben = ( ( screen.availHeight - 30 - height ) / 2 ); if (HOST == "de.jw.de") location = "azubi-topline.jw.de"; if (HOST == "www.jobware.de") location = "www.azubi-topline.de"; if (HOST == "fittipaldi.jw.de") location = "azubi-topline.fittipaldi.jw.de"; if (HOST == "de.fittipaldi.jw.de") location = "azubi-topline.fittipaldi.jw.de"; nw = window.open("http://" + location + URL,"AZUBITopLine","dependent=no,height=" + height + ",left=0,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,top=0,width=" + width + ",top=" + oben + ",left=" + left + ""); nw.focus(); if(nw) { return false; } else { return true; } }