if(typeof Front == "undefined") Front={};
if(typeof Front.Commodity == "undefined") Front.Commodity={};
Front.Commodity_class = function() {};
Object.extend(Front.Commodity_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetColor: function(Id) {
		return this.invoke("GetColor", {"Id":Id}, this.GetColor.getArguments().slice(1));
	},
	GetSizeColorSellAmount: function(C_Id, S_Id, O_Id) {
		return this.invoke("GetSizeColorSellAmount", {"C_Id":C_Id, "S_Id":S_Id, "O_Id":O_Id}, this.GetSizeColorSellAmount.getArguments().slice(3));
	},
	GetPackImg: function(Id) {
		return this.invoke("GetPackImg", {"Id":Id}, this.GetPackImg.getArguments().slice(1));
	},
	url: '/ajaxpro/Front.Commodity,Front.ashx'
}));
Front.Commodity = new Front.Commodity_class();


