
function changeMenu(id)
{
	if(id==1){
		
		el=document.getElementById('rollover')
		el.removeAttribute('src');
		el.setAttribute('src','images/menu_principale/comitato_scientifico_hover.gif');}
	
	
	
}
