<!--///*This Script allows people to enter by using a form that asks for aUserID and Password*/function pasuser(form) { if (form.password.value=="springfield27") {  window.location.href='clientresources.html';window.event.returnValue=false;return false;} else {alert("Invalid Password")}}//-->