// This script and many more are available free online at -->
// The JavaScript Source!! http://javascript.internet.com -->
// Begin
function Login(){
var done=0;
var username=document.login.username.value;
username=username.toLowerCase();
var password=document.login.password.value;
password=password.toLowerCase();

if (username=="usuario"&&password=="passwo"){window.location="../sociosini/default.htm";done=1;}

// M21 -->
if (username=="luis"&&password=="m210606"){window.location="../sociosini/socio_2010_aprobado.html";done=1;}
// M21 -->
if (username=="demo"&&password=="21032103"){window.location="../sociosini/socio_2010_aprobado.html";done=1;}
// M21 -->
if (username=="enlace"&&password=="enlace"){window.location="../sociosini/socio_2010_aprobado.html";done=1;}

// 2010 -->
// Bernal Napoleon -->
if (username=="bernal"&&password=="berbi"){window.location="../sociosini/socio_2010_aprobado.html";done=1;}

// Garcia Jose Manuel-->
if (username=="garmen"&&password=="josema"){window.location="../sociosini/socio_2010_aprobado.html";done=1;}

// Giron Sergio -->
if (username=="sergite"&&password=="girote"){window.location="../sociosini/socio_2010_aprobado.html";done=1;}

// Gonzalez Armando -->
if (username=="armando"&&password=="armando"){window.location="../sociosini/socio_2010_aprobado.html";done=1;}

// Gonzalez Nuñez Francisco-->
if (username=="gonzaleznunez"&&password=="inmoirving"){window.location="../sociosini/socio_2010_aprobado.html";done=1;}

// Huerta Mario -->
if (username=="mario"&&password=="huertam"){window.location="../sociosini/socio_2010_aprobado.html";done=1;}

// Lleras Lucia -->
if (username=="lleras"&&password=="hw2008"){window.location="../sociosini/socio_2010_aprobado.html";done=1;}

// López Puerta Medina Mónica Isabel -->
if (username=="monica"&&password=="ilpm08"){window.location="../sociosini/socio_2010_aprobado.html";done=1;}

// Michel Flavio -->
if (username=="michel"&&password=="08eagle"){window.location="../sociosini/socio_2010_aprobado.html";done=1;}

// Parr Marvin -->
if (username=="marvin"&&password=="parr2007"){window.location="../sociosini/socio_2010_aprobado.html";done=1;}

// Ramirez Ricardo -->
if (username=="ramirez"&&password=="1007"){window.location="../sociosini/socio_2010_aprobado.html";done=1;}

// Rivera Carlos -->
if (username=="rivera8"&&password=="rivega"){window.location="../sociosini/socio_2010_aprobado.html";done=1;}

// Reynaga Alfredo -->
if (username=="archicuate"&&password=="mztrealtor"){window.location="../sociosini/socio_2010_aprobado.html";done=1;}

// Tirado Gustavo -->
if (username=="tecuala"&&password=="nayarit"){window.location="../sociosini/socio_2010_aprobado.html";done=1;}

if (done==0){window.location="../sociosini/verificar.htm";}
}
// End -->
