Product_prolist_class = function() {};
Object.extend(Product_prolist_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDefaultProList: function(page) {
		return this.invoke("GetDefaultProList", {"page":page}, this.GetDefaultProList.getArguments().slice(1));
	},
	CreadProListPageFootHTML: function(page) {
		return this.invoke("CreadProListPageFootHTML", {"page":page}, this.CreadProListPageFootHTML.getArguments().slice(1));
	},
	GetProductList: function(page, groupid) {
		return this.invoke("GetProductList", {"page":page, "groupid":groupid}, this.GetProductList.getArguments().slice(2));
	},
	CreadProductListPageFootHTML: function(page, groupid) {
		return this.invoke("CreadProductListPageFootHTML", {"page":page, "groupid":groupid}, this.CreadProductListPageFootHTML.getArguments().slice(2));
	},
	url: '/ajaxpro/Product_prolist,App_Web_wj5tbqtu.ashx'
}));
Product_prolist = new Product_prolist_class();


