if(typeof AjaxMethods == "undefined") AjaxMethods={};
if(typeof AjaxMethods.SearchMethods_class == "undefined") AjaxMethods.SearchMethods_class={};
AjaxMethods.SearchMethods_class = function() {};
Object.extend(AjaxMethods.SearchMethods_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GlobalSearch: function(SiteId, CountryId, LanguageId, CultureCode, DocumentsPath, searchStr) {
		return this.invoke("GlobalSearch", {"SiteId":SiteId, "CountryId":CountryId, "LanguageId":LanguageId, "CultureCode":CultureCode, "DocumentsPath":DocumentsPath, "searchStr":searchStr}, this.GlobalSearch.getArguments().slice(6));
	},
	GetBrandsAndProducts: function(searchStr) {
		return this.invoke("GetBrandsAndProducts", {"searchStr":searchStr}, this.GetBrandsAndProducts.getArguments().slice(1));
	},
	Get_BrandsAndProducts: function(SiteId, CountryId, LanguageId, searchStr) {
		return this.invoke("Get_BrandsAndProducts", {"SiteId":SiteId, "CountryId":CountryId, "LanguageId":LanguageId, "searchStr":searchStr}, this.Get_BrandsAndProducts.getArguments().slice(4));
	},
	url: '/ajaxpro/AjaxMethods.SearchMethods,App_Code.ashx'
}));
AjaxMethods.SearchMethods = new AjaxMethods.SearchMethods_class();


