if(typeof Show == "undefined") Show={};
if(typeof Show.Web == "undefined") Show.Web={};
if(typeof Show.Web.Skins == "undefined") Show.Web.Skins={};
if(typeof Show.Web.Skins.Source == "undefined") Show.Web.Skins.Source={};
if(typeof Show.Web.Skins.Source.ProductList == "undefined") Show.Web.Skins.Source.ProductList={};
Show.Web.Skins.Source.ProductList_class = function() {};
Object.extend(Show.Web.Skins.Source.ProductList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetProductInBasket: function(proBasketString) {
		return this.invoke("GetProductInBasket", {"proBasketString":proBasketString}, this.GetProductInBasket.getArguments().slice(1));
	},
	DelAllProductInBasket: function() {
		return this.invoke("DelAllProductInBasket", {}, this.DelAllProductInBasket.getArguments().slice(0));
	},
	GetAllProductIdInBasket: function() {
		return this.invoke("GetAllProductIdInBasket", {}, this.GetAllProductIdInBasket.getArguments().slice(0));
	},
	AddProductToBasket: function(proId, localHostUrl, companyID, imgUrl, proName, proBasketString) {
		return this.invoke("AddProductToBasket", {"proId":proId, "localHostUrl":localHostUrl, "companyID":companyID, "imgUrl":imgUrl, "proName":proName, "proBasketString":proBasketString}, this.AddProductToBasket.getArguments().slice(6));
	},
	DelProductInBasket: function(proId) {
		return this.invoke("DelProductInBasket", {"proId":proId}, this.DelProductInBasket.getArguments().slice(1));
	},
	url: '/ajaxpro/Show.Web.Skins.Source.ProductList,Show.Web.ashx'
}));
Show.Web.Skins.Source.ProductList = new Show.Web.Skins.Source.ProductList_class();


