
function googlemap() {

x=(window.screen.availWidth-640)/2;
y=(window.screen.availHeight-560)/2;

        window.open('googlemap.htm','googlemap1','left='+x+',top='+y+',width=640,height=560,center=yes,scrollbars=yes,resizable=yes,status=no,location=no,toolbar=no,menubar=no');
}





function note(){
		window.open('note.htm','note1','width=400,height=300,menubar=no,toolbar=no,status=no,scrollbars=yes,resizable=yes');
	}




function privacy(){

x=(window.screen.availWidth-530)/2;
y=(window.screen.availHeight-540)/2;

        window.open('privacy.asp','privacy1','left='+x+',top='+y+',width=530,height=400,center=yes,scrollbars=yes,resizable=yes,status=no,location=no,toolbar=no,menubar=no');
}

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 creditsezenia() {

x=(window.screen.availWidth-220)/2;
y=(window.screen.availHeight-230)/2;

        window.open('creditsezenia.htm','pg2','left='+x+',top='+y+',width=220,height=230,center=yes,scrollbars=no,resizable=yes,status=no,location=no,toolbar=no,menubar=no');
}


// rollover e di ezenia
	if(document.images) {
        rollover100 = new Image;
		rollout100 = new Image;
		rollover100.src="images/ezeniar.gif";
		rollout100.src="images/ezenia.gif"
	}
	function m100_rollover100() {
		if(document.images) document.images["m100"].src=rollover100.src;
	}
	function m100_rollout100() {
		if(document.images) document.images["m100"].src=rollout100.src;
		}
// rollover e di ezenia
		
		
		

