function item_search_form_submit(item_type,sub_uri,form_name_text,form_id)
{var query_string='';var query_string_extra_em;query_string='?q='+encodeURIComponent(getElement('omchat_item_'+form_name_text+'_q').value);query_string_extra_em=document.getElementById('omchat_item_'+form_name_text+'_query_string_extra');if(query_string_extra_em!=null)query_string+=query_string_extra_em.value;query_string+=item_xml_query_category_get(null,form_id);query_string+=item_xml_query_location_get(null,form_id);location.href=sub_uri+'/'+query_string;return true;}