if(typeof ClaCart == "undefined") ClaCart={};
ClaCart_class = function() {};
Object.extend(ClaCart_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	DelProductOfCart: function(intProductID, intProductColorID) {
		return this.invoke("DelProductOfCart", {"intProductID":intProductID, "intProductColorID":intProductColorID}, this.DelProductOfCart.getArguments().slice(2));
	},
	UpdateProductOfCart: function(intProductID, intProductColorID, strTotal) {
		return this.invoke("UpdateProductOfCart", {"intProductID":intProductID, "intProductColorID":intProductColorID, "strTotal":strTotal}, this.UpdateProductOfCart.getArguments().slice(3));
	},
	GetSessionProductOfCart: function(strTemplateURL) {
		return this.invoke("GetSessionProductOfCart", {"strTemplateURL":strTemplateURL}, this.GetSessionProductOfCart.getArguments().slice(1));
	},
	url: '/ajaxpro/ClaCart,Dot_Shop_deploy.ashx'
}));
ClaCart = new ClaCart_class();

