function pop_biblio(){
	h=400;
	w=450;
	url="/cm/inc/bibliografia.htm";
	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=yes')
}



var subs_array = new Array("sub65439", "sub65438", "sub65436", "sub65434", "sub65429", "sub65416", "sub65410", "sub65402", "sub65395", "sub65390");// Put the id's of your hidden divs in this array
function displaySubs(the_sub){
	if (document.getElementById(the_sub).style.display==""){
	document.getElementById(the_sub).style.display = "none";return}
for (i=0;i<subs_array.length;i++){
	var my_sub = document.getElementById(subs_array[i]);
	my_sub.style.display = "none";
	}document.getElementById(the_sub).style.display = "";
}

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 linkEst(url) {
	if (window.confirm("State abbandonando il sito di Tumori della testa e del collo, 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 showLay(layId) {
eval("styleUsed="+layId+".style.display;");
if (styleUsed=="none") { eval(""+layId+".style.display='block';"); } 
else { eval(""+layId+".style.display='none';"); }
}
