if(typeof ClaProduct == "undefined") ClaProduct={};
ClaProduct_class = function() {};
Object.extend(ClaProduct_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetProductShowPicByID: function(strProductID) {
		return this.invoke("GetProductShowPicByID", {"strProductID":strProductID}, this.GetProductShowPicByID.getArguments().slice(1));
	},
	GetProductSizeByColorID: function(IntColorID) {
		return this.invoke("GetProductSizeByColorID", {"IntColorID":IntColorID}, this.GetProductSizeByColorID.getArguments().slice(1));
	},
	GetSizeTotal: function(strProductID, strColorID, intSizeID) {
		return this.invoke("GetSizeTotal", {"strProductID":strProductID, "strColorID":strColorID, "intSizeID":intSizeID}, this.GetSizeTotal.getArguments().slice(3));
	},
	GetProColorByPId: function(strProductID) {
		return this.invoke("GetProColorByPId", {"strProductID":strProductID}, this.GetProColorByPId.getArguments().slice(1));
	},
	IsLogin: function() {
		return this.invoke("IsLogin", {}, this.IsLogin.getArguments().slice(0));
	},
	AddCart_Click: function(strProductid, strColorID, strProductSizeID, strTotal) {
		return this.invoke("AddCart_Click", {"strProductid":strProductid, "strColorID":strColorID, "strProductSizeID":strProductSizeID, "strTotal":strTotal}, this.AddCart_Click.getArguments().slice(4));
	},
	url: '/ajaxpro/ClaProduct,App_Code.ashx'
}));
ClaProduct = new ClaProduct_class();

