
function changefield(){
	document.getElementById("loginBox").innerHTML = '<input id="txtPassword" type="password" name="txtPassword" title="Password"  value="" tabindex="2" />';
	document.getElementById("txtPassword").focus();
}

