var FocusName =
{
  init: function()
  {
	document.frm_login.username.focus();
  }
};

Core.start(FocusName);