
	function prepPassword() {
		var textObj = $("passwordText");
		textObj.style.display = "none";
		$("pwdInput").focus();
	}
