
function setFocus()
{
	document.getElementById("username").focus();
}


