if(typeof PowerSearch == "undefined") PowerSearch={};
PowerSearch_class = function() {};
Object.extend(PowerSearch_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CatalogDT: function(MainCatalog) {
		return this.invoke("CatalogDT", {"MainCatalog":MainCatalog}, this.CatalogDT.getArguments().slice(1));
	},
	BrandDT: function() {
		return this.invoke("BrandDT", {}, this.BrandDT.getArguments().slice(0));
	},
	GetInfo: function(MainCatalog) {
		return this.invoke("GetInfo", {"MainCatalog":MainCatalog}, this.GetInfo.getArguments().slice(1));
	},
	url: '/ajaxpro/PowerSearch,App_Web_powersearch.aspx.cdcab7d2.ashx'
}));
PowerSearch = new PowerSearch_class();

