
<!-- 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("Copyright © Immagini, illustrazioni tecniche e testi sono di proprietà di Alluser Industrie \n È perseguibile ogni loro riproduzione non autorizzata, anche se parziale.");
		return false; }
	return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
	window.onmousedown=right;
// End -->








function privacy() {
        window.open('privacy.asp','privacy','width=640,height=480,center=yes,scrollbars=yes,resizable=yes,status=no,location=no,toolbar=no,menubar=no,left=50,top=50');
}


function creditsportale() {

x=(window.screen.availWidth-215)/2;
y=(window.screen.availHeight-320)/2;

        window.open('creditsportale.htm','pg1','left='+x+',top='+y+',width=215,height=320,center=yes,scrollbars=no,resizable=yes,status=no,location=no,toolbar=no,menubar=no');
}



function company() {

x=(window.screen.availWidth-310)/2;
y=(window.screen.availHeight-220)/2;

        window.open('company_info.asp','pg2','left='+x+',top='+y+',width=310,height=220,center=yes,scrollbars=no,resizable=yes,status=no,location=no,toolbar=no,menubar=no');
}
