function login(){
	document.getElementById("loginFrm").submit();
}

