
<!--
	function redvam(){

		if( window.document.form.select[0].selected == true )
			history.go(0);
		if( window.document.form.select[1].selected == true )
			window.location = "entrada2.htm";
		if( window.document.form.select[2].selected == true )
			window.location = "acceso.htm";
		if( window.document.form.select[3].selected == true )
			window.location = "articulos.htm";
		if( window.document.form.select[4].selected == true )
			window.location = "eventos.html";
		if( window.document.form.select[5].selected == true )
			window.location = "fotogal.htm";
		if( window.document.form.select[6].selected == true )
			window.location = "canoindex.htm";
		if( window.document.form.select[7].selected == true )
			window.location = "historia.htm";
		if( window.document.form.select[8].selected == true )
			window.location = "links.html";
		if( window.document.form.select[9].selected == true )
			window.location = "radiotv.html";
		if( window.document.form.select[10].selected == true )
			window.location = "resenas.htm";
		if( window.document.form.select[11].selected == true )
			window.location = "contacto.html";
	}
	
//-->


