
<!-- 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 edita(fin) {

	window.open(fin,'vis','width=540,height=427,center=yes,scrollbars=yes,resizable=yes,status=no,location=no,toolbar=no,menubar=no');
	}






function paginelegali(pagina) {

x=(window.screen.availWidth-600)/2;
y=(window.screen.availHeight-500)/2;

        window.open(pagina,'pg','left='+x+',top='+y+',width=600,height=500,center=yes,scrollbars=yes,resizable=yes,status=no,location=no,toolbar=no,menubar=no');
}


function paginelegali2(pagina2) {

x=(window.screen.availWidth-600)/2;
y=(window.screen.availHeight-500)/2;

        window.open(pagina2,'pg','left='+x+',top='+y+',width=600,height=500,center=yes,scrollbars=yes,resizable=yes,status=no,location=no,toolbar=no,menubar=no');
}









function creditsportale() {

x=(window.screen.availWidth-200)/2;
y=(window.screen.availHeight-280)/2;

        window.open('creditsportale.htm','pg1','left='+x+',top='+y+',width=200,height=280,center=yes,scrollbars=no,resizable=yes,status=no,location=no,toolbar=no,menubar=no');
}