function position(variabili){
	window.location.href='location.php?'+variabili;
	}
	
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
	
function OpenMap(coordinates){
	MM_openBrWindow('map.php?coordinates='+coordinates,'','resizable=yes,width=600,height=400');
	}
	
function OpenMailinglist(id){
	MM_openBrWindow('view_mailinglist.php?id='+id,'','scrollbars=yes,resizable=no,width=640,height=500');
	}	
	
function location_prov_ITA(pagina,section,category,typesel,regione){
	valore=document.forms.inviaprov.theprov.options[document.forms.inviaprov.theprov.selectedIndex].value;
	window.document.location.href=pagina+'?section='+section+'&category='+category+'&typesel='+typesel+'&select='+regione+'&prov='+valore;
	}
	
function ChangeBgcolor(color){
	this.bgColor=color;
	}
	
function resetSelect(myid){
	document.getElementById(myid).options[0].selected= true;
	}
	
function OpenCatalogue(){
	MM_openBrWindow('http://212.184.23.188/view/IT.IT/IT/pub/HC2006/online/ecatdata/md_auto2.html ','','scrollbars=yes,resizable=no,width=760,height=500');
	}