<!--//
/*This Script allows people to enter by using a form that asks for a
UserID and Password*/
function pasuser(form) {
if (form.id.value=="ctvofficer") { 
if ((form.pass.value=="001") || (form.pass.value=="216") ||
    (form.pass.value=="001")) {
       
location="ctvdistribution.htm" 
} else {
alert("Invalid Password")
}
} else {  alert("Invalid UserID")
}
}
//-->


