function popUp(){ 
		map=window.open('','Prova','innerWidth=600,innerHeight=550,width=600,height=550,screenX=450,screenY=100,resizable=yes,menubar=yes,scrollbars=yes');
	map.location.href = "avis.htm";

}