function searchShop_search(msgNoSearchTerm, lblMsg)
{
    if(document.searchShopForm.fullTextTerm.value=="")
        mb_confirm_show(lblMsg, msgNoSearchTerm, new Array("ok", ""));
    else
        document.searchShopForm.submit();
}


