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