<!--//
/*This Script allows people to enter by using a form that asks for a
UserID and Password*/
function pasuser(form) {
if (form.id.value=="mcware") { 
if (form.pass.value=="mamou") {              
location="mindex.htm" 
} else {
location="nindex.htm"
}
} else{location="nindex.htm"
}
}
//-->
