function loginFocus()
{
	document.getElementById('formLogin').username.focus();
}
