<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0 - open popup window
  window.open(theURL,winName,features);
}
//-->

<!--- PASSWORD PROTECTION SCRIPT

function TheLogin() {

var password = 'grapefruit';
var pw = 'orange';

if (this.document.login.pass.value == password) {
  top.location.href="stateform86789y9.cfm";
}
else if (this.document.login.pass.value == pw) {
  top.location.href="stateform86789c9.cfm";
}
else {
  location.href="incorrect.cfm";
  }
}

// End hiding --->
