function vai_form_regioni(){
	if (document.form1.regione.value == 'Seleziona una regione'){}
	else{
		namio = 'sedi_' + document.form1.regione.value + '.php';
		location.href=namio;
	}
}
function apri_popup(theURL,winName,features) { 
  window.open(theURL,winName,features);
}
function x () {
	return;
}
function ingrandimentoimg_openBrWindow(theURL,winName,xx,yy) { //v2.1
  var XPos = (screen.width / 2) - (xx / 2);
  var YPos = (screen.height / 2) - (yy / 2);
  var features="width="+xx+",height="+yy+",left="+XPos+",top="+YPos;
  popup=window.open('',winName,features);
  var contenuto ="<TITLE>Ingrandimento</TITLE>" +
        "<BODY BGCOLOR='ffffff' leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>"+
                "<TABLE width=100% height=100% border=0 cellspacing=0 cellpadding=0><TR><td valign=middle align=center>"+
                "<img src="+theURL+">"+
                "</td></TR></TABLE></body>";
  popup.document.write(contenuto);
  popup.document.close();
}
function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}

