/* ----------- quem somos -------------*/

function init(){

	document.getElementById("btQuemSomos").onmouseover = function(){
		document.getElementById("subQuemsomos").style.display = 'block';
	}; 
	document.getElementById("btQuemSomos").onmouseout = function(){
		document.getElementById("subQuemsomos").style.display = 'none';
	}; 
	document.getElementById("subQuemsomos").onmouseout = function(){
		document.getElementById("subQuemsomos").style.display = 'none';
	}; 
	document.getElementById("subQuemsomos").onmouseover = function(){
		document.getElementById("subQuemsomos").style.display = 'block';
	};



/* ----------- Juridico -------------*/


	document.getElementById("btJuridico").onmouseover = function(){
		document.getElementById("subJuridico").style.display = 'block';
	}; 
	document.getElementById("btJuridico").onmouseout = function(){
		document.getElementById("subJuridico").style.display = 'none';
	}; 
	document.getElementById("subJuridico").onmouseout = function(){
		document.getElementById("subJuridico").style.display = 'none';
	}; 
	document.getElementById("subJuridico").onmouseover = function(){
		document.getElementById("subJuridico").style.display = 'block';
	};


/* ----------- Pacientes -------------*/


	document.getElementById("btPacientes").onmouseover = function(){
		document.getElementById("subPacientes").style.display = 'block';
	}; 
	document.getElementById("btPacientes").onmouseout = function(){
		document.getElementById("subPacientes").style.display = 'none';
	}; 
	document.getElementById("subPacientes").onmouseout = function(){
		document.getElementById("subPacientes").style.display = 'none';
	}; 
	document.getElementById("subPacientes").onmouseover = function(){
		document.getElementById("subPacientes").style.display = 'block';
	};


/* ----------- colabore -------------*/


	document.getElementById("btColabore").onmouseover = function(){
		document.getElementById("subColabore").style.display = 'block';
	}; 
	document.getElementById("btColabore").onmouseout = function(){
		document.getElementById("subColabore").style.display = 'none';
	}; 
	document.getElementById("subColabore").onmouseout = function(){
		document.getElementById("subColabore").style.display = 'none';
	}; 
	document.getElementById("subColabore").onmouseover = function(){
		document.getElementById("subColabore").style.display = 'block';
	};


/* ----------- eventos -------------*/


	document.getElementById("btEventos").onmouseover = function(){
		document.getElementById("subEventos").style.display = 'block';
	}; 
	document.getElementById("btEventos").onmouseout = function(){
		document.getElementById("subEventos").style.display = 'none';
	}; 
	document.getElementById("subEventos").onmouseout = function(){
		document.getElementById("subEventos").style.display = 'none';
	}; 
	document.getElementById("subEventos").onmouseover = function(){
		document.getElementById("subEventos").style.display = 'block';
	};

/* ----------- noticias -------------*/


	document.getElementById("btNoticias").onmouseover = function(){
		document.getElementById("subNoticias").style.display = 'block';
	}; 
	document.getElementById("btNoticias").onmouseout = function(){
		document.getElementById("subNoticias").style.display = 'none';
	}; 
	document.getElementById("subNoticias").onmouseout = function(){
		document.getElementById("subNoticias").style.display = 'none';
	}; 
	document.getElementById("subNoticias").onmouseover = function(){
		document.getElementById("subNoticias").style.display = 'block';
	};

}

window.onload=init