function check_search(objFrm)
{
if(!checkMinLimit(objFrm.query, "Поиск", 2)) return false;

return true;
}
