function GetFocus()
		{
			if(event.keyCode==13)
	    {
		document.getElementById("LoginBottom").click();
		return false;
	    }
        }
