function setFocus()
{
	setTimeout("setFocus1()",20)
}

function setFocus1()
{
		document.getElementById("user_name").focus();
}
