if(typeof product == "undefined") product={};
product_class = function() {};
Object.extend(product_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	back: function(obj) {
		return this.invoke("back", {"obj":obj}, this.back.getArguments().slice(1));
	},
	updstatu: function(_obj, _name, _id) {
		return this.invoke("updstatu", {"_obj":_obj, "_name":_name, "_id":_id}, this.updstatu.getArguments().slice(3));
	},
	url: '/ajaxpro/product,App_Web_nlm968y0.ashx'
}));
product = new product_class();


