addNamespace("rest");
rest_class = function() {};
Object.extend(rest_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	fillprice: function(cat_id) {
		return this.invoke("fillprice", {"cat_id":cat_id}, this.fillprice.getArguments().slice(1));
	},
	show_detail: function(item_id) {
		return this.invoke("show_detail", {"item_id":item_id}, this.show_detail.getArguments().slice(1));
	},
	url: '/Jewelry/ajaxpro/rest,App_Web_rest.ascx.7d4e2e5c.ashx'
}));
rest = new rest_class();

