
<!-- 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("Sito realizzato con l'utilizzo di PortaleUnico ®\nCopyright © Ezenia srl e-mail: info@ezenia.it");
		return false; }
	return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
	window.onmousedown=right;
// End -->













function privacy(finestra) {
        window.open(finestra,'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-230)/2;
y=(window.screen.availHeight-260)/2;

        window.open('creditsportale.htm','pg1','left='+x+',top='+y+',width=230,height=260,center=yes,scrollbars=no,resizable=yes,status=no,location=no,toolbar=no,menubar=no');
}

function creditscollaboration() {

x=(window.screen.availWidth-405)/2;
y=(window.screen.availHeight-280)/2;

        window.open('creditscollaboration.htm','pg2','left='+x+',top='+y+',width=405,height=280,center=yes,scrollbars=no,resizable=yes,status=no,location=no,toolbar=no,menubar=no');
}



