$("login_form").onsubmit=loginCheckForm;
controllerAutofocusForm($("login_form"));

function loginCheckForm()
{
if(!controllerCheckForm($("login_form"))) return false;
return true;
}