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="+layId+".style.display;");
		if (styleUsed=="none") 
			{ 
				eval(""+layId+".style.display='block';"); 
			} 
		else 
			{ 
				eval(""+layId+".style.display='none';"); 
			}
	}
*/	
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 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 linkEst(url) {
	if (window.confirm("State abbandonando il sito di Info AIDS, 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 popFullText(url,w,h,s,f) {
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
window.open("/cm/inc/dwn_fulltext.asp?u="+url,'new','width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+s+',fullscreen='+f+'')
}