if(typeof product == "undefined") product={};
product_class = function() {};
Object.extend(product_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Getinfo: function(id) {
		return this.invoke("Getinfo", {"id":id}, this.Getinfo.getArguments().slice(1));
	},
	url: '/ajaxpro/product,HeBeiTianCheng.ashx'
}));
product = new product_class();

