<!--
function validate2(){
	if ((document.loginUser.username.value=="")||(document.loginUser.password.value=="")){
		alert ("Please fill in all of the required fields");
		return false
	}
}
-->