MasterPages_Product_class = function() {};
Object.extend(MasterPages_Product_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RcmdProcuct: function(pid) {
		return this.invoke("RcmdProcuct", {"pid":pid}, this.RcmdProcuct.getArguments().slice(1));
	},
	url: '/ajaxpro/MasterPages_Product,App_Web_q9nhd86e.ashx'
}));
MasterPages_Product = new MasterPages_Product_class();

