
function popup(page){
  url = "features_popup.jsp?location=" + page;
  window.open(url, "win", "width=500,height=500,scrollbars=yes");
}

function openWin(site)
{
    openwin = window.open("/info/company/jobs_"+site+".html","jobswin","width=500,height=500,left=200,top=50,resizable=yes,scrollbars=yes");
    openwin.focus();
}

function help(x)
{
   Fenster = window.open(x, "help_popup", "width=550,height=400,scrollbars=yes");
}

function openWin(url,width,height)
{
    win = window.open(url,'win','width='+width+',height='+height+',toolbar=0,scrollbars=1');
    win.focus();
}


function iLeadPop() {
    var bPopunder = false;
    var intX = 10, intY = 10;
    // location set to center
    if ( navigator.appName.indexOf("Netscape") > -1 ){
        if (navigator.appVersion.substring(0,navigator.appVersion.indexOf(".")) >= 4) {
            intX = screen.availWidth / 2 - ( 400 / 2 );
            intY = screen.availHeight / 2 - ( 230 / 2);
        }
    } else {
        intX = screen.availWidth/2 - 485/2
        intY = screen.availHeight/2 - 495/2
    }

    
    var strUrl = 'http://ilead.itrack.it/clients/deutsche_Telekom/c297/popup.asp?websiteid=1895&subwebsiteid=&campaignid=297&viralref=1';
    var ileadwin = window.open( strUrl,'','width=485,height=495,left=' + intX +',top=' + intY + ',status=no,menubar=no,toolbar=no,resizable=no,scrollbars=0,hotkeys=no');

    if (bPopunder) window.focus();

}


function setScheduled(element)
{
    var formObj = element.form;
    if (!formObj.scheduled[1].checked) formObj.scheduled[1].checked=true;
}

