<!-- // Begin hiding from old browsers
// (Rightclick:) This section disables right click in MSIE and Netscape
function right(evnt) {
if (navigator.appName.toUpperCase().match(/NETSCAPE/) != null) {
if (evnt.which >= 2){
alert("Copyright © 2002 - Sengir77");
return false;
}

}
else
if (event.button>=2)
alert("Copyright © 2002 - Sengir77");

}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
// (Resize:) End rightclick disable section
// End hiding -->


<!--
function openLinks() {
 	finestra=window.open('Links2.htm','','location=no,status=no,menubar=no,resizable=no,scrollbars=no,width=400,height=200');
	}
//-->

<!--
function openPersonale() {
	finestra=window.open('Personale.htm','','location=no,status=no,menubar=no,resizable=no,scrollbars=no,width=400,height=300');
	}
//-->


