
<!--
// Definir las variables mas abajo
   NS4 = (document.layers);
   IE4 = (document.all);
  ver4 = (NS4 || IE4);
 isMac = (navigator.appVersion.indexOf("Mac") != -1);
isMenu = (NS4 || (IE4 && !isMac));

function popUp(){return};
function popDown(){return};

if (!ver4) event = null;
//-->
<!--
<!-- Original: Alex Tu <boudha1@hotmail.com> -->
<!-- Web Site:  http://www.geocities.com/MadisonAvenue/4638 -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}
// End -->
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
<!-- Begin
function Login(form) {
var username = form.username.value;
var password = form.password.value;
var server = form.server.value;
if (username && password && server) {
var neomail = "http://" + username + ":" + password + "@" + server + ":2095/" + username + "+" + server + "/neomail.pl";
window.location = neomail;
}
else {
alert("ERROR: FALTAN DATOS O SON INCORRECTOS \n \nIntroduce tu nombre de usuario y contraseña correctamente.\n \nTu nombre de usuario es el que figura delante de la @ de tu dirección e-mail.");
   }
}
//  End -->
function veteA(combo) {
	donde= combo.options[combo.selectedIndex].value;
	if (donde!="#") window.location.href=donde;
}
<!--
	function gotoURL(u)
	{
		document.location = u;
	}

	function turnon(i)
	{
		if (document.getElementById || (document.all && !document.GetElementById))
			i.style.backgroundColor = "#96A5C3";
	}
	
	function turnoff(i)
	{
		if (document.getElementById || (document.all && !document.GetElementById))
			i.style.backgroundColor = "#425C92";
	}
-->