var Mio = window.document.getElementById('Tipo').value;

if (Mio=="home"){
	window.document.getElementById('RM1').className='bkg_filettomenu_ON';
}else if(Mio=="progetto"){
	window.document.getElementById('RM2').className='bkg_filettomenu_ON';	
}else if(Mio=="fasi"){
	window.document.getElementById('RM3').className='bkg_filettomenu_ON';	
}else if(Mio=="teleriscaldamento"){
	window.document.getElementById('RM4').className='bkg_filettomenu_ON';	
}else if(Mio=="contatti"){
	window.document.getElementById('RM5').className='bkg_filettomenu_ON';	
}

