if(typeof Product_Information == "undefined") Product_Information={};
Product_Information_class = function() {};
Object.extend(Product_Information_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	UpdateCount: function(pt, PID) {
		return this.invoke("UpdateCount", {"pt":pt, "PID":PID}, this.UpdateCount.getArguments().slice(2));
	},
	GetFavorite: function(PID) {
		return this.invoke("GetFavorite", {"PID":PID}, this.GetFavorite.getArguments().slice(1));
	},
	url: '/ajaxpro/Product_Information,App_Web_product-information.aspx.cdcab7d2.ashx'
}));
Product_Information = new Product_Information_class();

