if(typeof CLFProducts == "undefined") CLFProducts={};
CLFProducts_class = function() {};
Object.extend(CLFProducts_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetProduct: function(product_id) {
		return this.invoke("GetProduct", {"product_id":product_id}, this.GetProduct.getArguments().slice(1));
	},
	GetSet: function(set_ids) {
		return this.invoke("GetSet", {"set_ids":set_ids}, this.GetSet.getArguments().slice(1));
	},
	url: '/ajaxpro/CLFProducts,App_Code.0dtvxlyj.ashx'
}));
CLFProducts = new CLFProducts_class();

