// JavaScript Document
	//////////////////////////////////
	/// Navegación a través del SELECT BOX del footer
	function changepage(where) {
		if (where.length == 0)
			alert("nowhere to go");
		else
			document.location = where;
	}
	
	
	//------------------------------------------------
	function EscribirLinksTom() {
	for (var t=0;t < aImg.length;t++) {
			document.write("<tr align='center'><td><a href='javascript:CambiarImg(" + t +");' style='color:#234561;text-decoration:none'><img border='0' src='img/htm_mini" + (t+1) +".gif' width='28' height='22'></a></td></tr>");
		}
	}
	
	//------------------------------------------------
	function abrirURL(cual)	{
		if (cual!="") window.open .value, target;
	}
	
	//------------------------------------------------
	function mailranews_2() {
		var wmail = document.form_datos.mail.value;
		alert (wmail);	
	}
