<!--//
function pasuser(form) {
if (form.id.value=="psifeestructure") { 
if (form.pass.value=="psifeestructure") {              
location="feestructuredata.shtml" 
} else {
alert("Invalid Password")
}
} else {  alert("Invalid UserID")
}
}
//-->
