	function putFocus()
	{
		if (document.Login) {
			document.Login.Username.focus();
		}
	}
