function enviarfrm()
{
	respuesta=document.frm.respuesta.value;
	if (respuesta=="1958" || respuesta=="1.958")
	{
		window.location.href="rutas.asp";
	}
	else
	{
		alert("Lo sentimos. La respuesta no es correcta. Inténtelo de nuevo, por favor");
		document.frm.respuesta.value="";
		document.frm.respuesta.focus();
		
	}
}
