jQuery(document).ready(function(){
	
	jQuery(".logoadapt").click(function(){
		window.location="/_index.php";
	});
	
	jQuery.fnMenu =function(opt){
		if(1==opt){ window.location=jQuery("#m_adapt").attr("href"); }
		else if(2==opt){ window.location=jQuery("#m_ogma").attr("href"); }
		else if(3==opt){ window.location=jQuery("#m_servicos").attr("href"); }
		else if(4==opt){ window.location=jQuery("#m_obras").attr("href"); }
		else if(5==opt){ window.location=jQuery("#m_notas").attr("href"); }
		else if(6==opt){ window.location=jQuery("#m_artigos").attr("href"); }
		else if(7==opt){ window.location=jQuery("#m_imprensa").attr("href"); }
		else if(8==opt){ window.location=jQuery("#m_links").attr("href"); }
		else if(9==opt){ window.location=jQuery("#m_contato").attr("href"); }
	}
});
