function newWindowLv(sel) {
if (sel[0].checked) seld='http://latribuatletismo.com.ar/fsguest.html';
else if (sel[1].checked) seld='http://latribuatletismo.com.ar/fsguestbook.html';
else if (sel[2].checked) seld='http://latribuatletismo.com.ar/cto_direcciones.html';
else if (sel[3].checked) seld='http://latribuatletismo.com.ar/cto_avisos.html';
else if (sel[4].checked) seld='http://latribuatletismo.com.ar/cto_cronicas.html';
else if (sel[5].checked) seld='http://latribuatletismo.com.ar/cto_tesoreria.html';
documentWindow = window.open(seld,'documentWindow', '')}

function verificar(nombre,password,sel) 
{
   var verificacion;
   verificacion=nombre.substring(0,1)+"11"+nombre.substring(0,1);
    if (verificacion==password) 
         {newWindowLv(sel);
         }
    else {
         alert("Contraseņa no valida");
         }
    return false;
}