function do_verify()
{
	document.LoginScreen.action="index.php?help=inc/verify.php";
	document.LoginScreen.submit();
}
// validate the login name and password. If the fields are not empty then go on to NetMail
//
function do_validateID()
{
	document.LoginScreen.action="index.php?help=inc/validateid.php";
	document.LoginScreen.submit();
}
