if(typeof Products == "undefined") Products={};
Products_class = function() {};
Object.extend(Products_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/Products,App_Code.0dtvxlyj.ashx'
}));
Products = new Products_class();

