function menu_activaitem(caso){
 if(caso)	
  if(caso!="" && caso!="home" && caso!="obras" && caso!="error" && caso!="login" && caso!="registrar" && caso!="no_registrado" && caso!="pcontrol")
	with(window.document)
	  if(getElementById(caso)){
		getElementById(caso).style.color='#9E9E9E';
  		getElementById('c'+caso).style.borderLeftWidth='8px';
  		getElementById('c'+caso).style.left='36px';
	  }
}

