function passform_onsubmit()

	if passform.Agree.value = "midwest" then
	else
		msgbox "Please enter the correct password. Passwords are case sensitive.",0,"Enter The Correct Password"
		passform.Agree.focus()
		passform_onsubmit = false
	End if
	
	
end function




