function SetFocus()
{
if (document.form.UserName.value=="")
	document.form.UserName.focus();
else
	document.form.UserName.select();
}
