var accesoturismo = new Image()
accesoturismo.src="p-turismo-acceso.gif"
var spentoturismo = new Image()
spentoturismo.src="p-turismo-norm.gif"
function cambiaturismo (stato)
{
	if (stato) 
	document.images["pulsanteturismo"].src = accesoturismo.src

	else document.images["pulsanteturismo"].src = spentoturismo.src
}
