
		function menu (opcao){
			if (opcao == 'Quem Somos') {
				window.location.href='quem_somos.php';
			}
			
			if (opcao == 'Home') {
				window.location.href='index.php';
			}
			
			if (opcao == 'Seja_Socio') {
				window.location.href='seja_socio.php';
			}
			
			if (opcao == 'Noticias') {
				window.location.href='noticias.php';
			}

			if (opcao == 'Eventos') {
				window.location.href='eventos.php';
			}
			
			if (opcao == 'Estudos de Casos') {
				window.location.href='estudos.php';
			}
			if (opcao == 'Estudos de Casos') {
				window.location.href='estudos.php';
			}

			if (opcao == 'Cursos') {
				window.location.href='cursos.php';
			}

			if (opcao == 'Links & Parceiros') {
				window.location.href='links.php';
			}

			if (opcao == 'Fale Conosco') {
				window.location.href='contato.php';
			}


		}

