function LoginSubmit(){
	document.LoginForm.submit();

	document.LoginForm.password.value="";
}
