function centro6(url,nome){ 
largo=600; alto=500;
posh=Math.floor((screen.height-alto)/2); 
posw=Math.floor((screen.width-largo)/2); 
window.open(url,nome,"width="+largo+",height="+alto+",scrollbars= 1,top="+posh+",left="+posw); 
}

function esem(str,larghezza,altezza) {
posh=Math.floor((screen.height-altezza)/2); 
posw=Math.floor((screen.width-larghezza)/2); 

        searchWin = window.open(str,"popup","toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 1,resizable= 1,copyhistory= 0,left="+posw+",top="+posh+",width=" + larghezza + ",height=" + altezza);
}

<!--  
function PopIt(label, msg){   
largo=600; alto=500;
posh=Math.floor((screen.height-alto)/2); 
posw=Math.floor((screen.width-largo)/2); 
	var s2 = label   
	var s3 =       "<TITLE>PastenaGrotte</TITLE><BODY  BGCOLOR='ffffff'><CENTER><FORM><INPUT TYPE='BUTTON' VALUE='Chiudi'" +                   
	"onClick='self.close()'><INPUT TYPE='Button' VALUE='Stampa' onClick='window.print()'> </FORM>" 	  
	popup = window.open("","popDialog","height="+alto+",width="+largo+",scrollbars=yes,status=no,location=no,toolbar=no,resizable=1,top="+posh+",left="+posw)  
	popup.document.write(s2+s3)  

	popup.document.close()
}

function popHelp(){  
	PopIt()
}

<!--  -->

	function keypressed() {
	alert("Questa funzione è disabilitata.");
}
document.onkeydown=keypressed;
// -->



<!-- Begin
function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
alert("Disabilitato");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
// End -->


