function popvideo(quale,url){
// per i popup large
	var winl = (screen.width - 740) / 2;
	var wint = (screen.height - 620) / 2;

// per i popups small
	var winls = (screen.width - 400) / 2;
	var wints = (screen.height - 320) / 2;
	
// per i popups medium
	var winlm = (screen.width - 600) / 2;
	var wintm = (screen.height - 320) / 2;
		
	//url = '/redir.aspx?url=' + escape(url);
	//url = '/redir.aspx?url=' + url;

	switch (quale){
		case "Prev_Ita":
			window.open(url,'Prev_Ita','width=770,height=550,scrollbars=no,resizable=no,status=no,top='+wint+',left='+winl+'');
		break;
		
	}

}

function mappaSicilia(){
		
			window.open('/mappa.html','mappasicilia','width=369,height=300,scrollbars=no,resizable=no,status=no');
	

}