//<![CDATA[
function checkPw(form) {
pw1 = form.pw1.value;
pw2 = form.pw2.value;
pw3 = 'ainos';
if (pw1 != pw3) {
alert ("\nYou did not enter the correct password. Please re-enter, or contact the Network Officer.")
return false;
}
else;
// alert ("\nWell done! That's the correct password. You must be the Network Officer!.")
var win5 = window.open("http://www.surreycvsnetwork.org.uk/radisclaimer.html",null,
"height=500,width=800,status=yes,resizable=1");
// win5.document.write("<body bgcolor='#FFFACD'>"
// + "                      "
// + "                      "
// + " <form><input type=button value='Close window' "
// + " onClick='self.close()'></form> ");
return true;
}
// End -->
//]]>

