// JavaScript Document
function setFocus()
{
	document.getElementById("login_username").focus();
}