
<!--
	function redvam(){

		if( window.document.form.select[0].selected == true )
			history.go(0);
		if( window.document.form.select[1].selected == true )
			window.location = "entrada2eng.htm";
		if( window.document.form.select[2].selected == true )
			window.location = "accesoeng.htm";
		if( window.document.form.select[3].selected == true )
			window.location = "articuloseng.htm";
		if( window.document.form.select[4].selected == true )
			window.location = "eventoseng.html";
		if( window.document.form.select[5].selected == true )
			window.location = "fotogaleng.htm";
		if( window.document.form.select[6].selected == true )
			window.location = "canoindexeng.htm";
		if( window.document.form.select[7].selected == true )
			window.location = "historiaeng.htm";
		if( window.document.form.select[8].selected == true )
			window.location = "linkseng.html";
		if( window.document.form.select[9].selected == true )
			window.location = "radiotveng.html";
		if( window.document.form.select[10].selected == true )
			window.location = "resenaseng.htm";
		if( window.document.form.select[11].selected == true )
			window.location = "contactoeng.html";
	}
	
//-->


