function regione(nome){
	document.getElementById('maptemp').style.background = "url('/immagini/"+nome+".gif') no-repeat 0 0;";
}
