if(typeof WebComponents == "undefined") WebComponents={};
if(typeof WebComponents.Product == "undefined") WebComponents.Product={};
if(typeof WebComponents.Product.AjaxProductList_class == "undefined") WebComponents.Product.AjaxProductList_class={};
WebComponents.Product.AjaxProductList_class = function() {};
Object.extend(WebComponents.Product.AjaxProductList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetRowsProductList: function(queryStrings) {
		return this.invoke("GetRowsProductList", {"queryStrings":queryStrings}, this.GetRowsProductList.getArguments().slice(1));
	},
	GetMainProductList: function(queryStrings) {
		return this.invoke("GetMainProductList", {"queryStrings":queryStrings}, this.GetMainProductList.getArguments().slice(1));
	},
	url: '/ajaxpro/WebComponents.Product.AjaxProductList,WebComponents.ashx'
}));
WebComponents.Product.AjaxProductList = new WebComponents.Product.AjaxProductList_class();

