function rlw_su($id) {
	document.getElementById($id).style.backgroundImage=('url("img/pulsante_su.gif")');
	
	}
	function rlw_giu($id) {
	document.getElementById($id).style.backgroundImage=('url("img/pulsante.gif")');
	
	}
