
<!--//
/*This Script allows people to enter by using a form that asks for a
UserID and Password*/
function pasuser(form) {
if (form.id.value=="chc member") { 
if (form.pass.value=="mexicanus") {              
location="members.php" 
} else {
location="no_access.php"
}
} else {  location="no_access.php"
}
}
//-->
