function pop (url,w,h,s,f) {
LeftPosition =(screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
window.open(url,'new','width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+s+',fullscreen='+f+'')
}

function showLay(layId) {
eval("styleUsed=document.getElementById('"+layId+"').style.display;");

if (styleUsed=="none") { 
//eval("document.getElementById('lnk"+layId+"').className='titvitOn';"); 
eval("document.getElementById('"+layId+"').style.display='block';");
eval("document.getElementById('"+layId+"img').src='/cm/img/arrow_gray_on.gif';");  
} 
else { 
//eval("document.getElementById('lnk"+layId+"').className='titvit';"); 
eval("document.getElementById('"+layId+"').style.display='none';"); 
eval("document.getElementById('"+layId+"img').src='/cm/img/arrow_gray_off.gif';"); 
}
}


function showLayProd(layId) {
eval("styleUsed=document.getElementById('"+layId+"').style.display;");

if (styleUsed=="none") { 
//eval("document.getElementById('lnk"+layId+"').className='titvitOn';"); 
eval("document.getElementById('"+layId+"').style.display='block';");
} 
else { 
//eval("document.getElementById('lnk"+layId+"').className='titvit';"); 
eval("document.getElementById('"+layId+"').style.display='none';"); 
}
}

function showLayCentri(layId) {
eval("styleUsed=document.getElementById('"+layId+"').style.display;");

if (styleUsed=="none") { 
//eval("document.getElementById('lnk"+layId+"').className='titvitOn';"); 
eval("document.getElementById('"+layId+"').style.display='block';");
} 
else { 
//eval("document.getElementById('lnk"+layId+"').className='titvit';"); 
eval("document.getElementById('"+layId+"').style.display='none';"); 
}
}

function extLink(url) {
	if (window.confirm("State abbandonando il sito di Pfizer, le informazioni contenute nel nuovo sito prescelto possono non essere conformi al DLvo 541/92 che regola la pubblicità sui medicinali per uso umano e le opinioni espresse non riflettono necessariamente le posizioni dell'Azienda, né sono da essa avvallate. Cliccate Ok per procedere, Annulla per annullare.")) 
	{
		window.open (url);
	}
}

function lavorare(tip){

var pagina;
if (tip=="cur"){
	pagina ="https://jobs.pfizer.com/psc/recruit/EMPLOYEE/HRMS/c/LSYS_DEVELOPMENT.Z_PFIZER_JOBS.GBL?referrer=http://www.pfizer.it&languagecd=ITA";
	}
else if (tip=="opp"){
       pagina="https://jobs.pfizer.com/psc/recruit/EMPLOYEE/HRMS/c/LSYS_DEVELOPMENT.Z_PFIZER_JOBS.GBL?referrer=http://www.pfizer.it&languagecd=ITA";
}	   
	   
var stile = "width=970,height=700,menubar=no,scrollbars=yes,resizable=yes,toolbar=no,location=no,directories=no,status=no,dependent=1,zorder=1,left=150,top=150";



w=window.open(pagina,"Lavorare",stile);
}




