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) {
styleUsed=document.getElementById(layId).style.display;
if (styleUsed=="none") {
document.getElementById(layId).style.display="block";
}
else {
document.getElementById(layId).style.display="none";
}
}

function linkEst(url) {
if (window.confirm("State abbandonando il sito di equivalente.it, 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 void1(){}