if(typeof Soda == "undefined") Soda={};
if(typeof Soda.Scripts == "undefined") Soda.Scripts={};
if(typeof Soda.Scripts.Modules == "undefined") Soda.Scripts.Modules={};
if(typeof Soda.Scripts.Modules.Shop2 == "undefined") Soda.Scripts.Modules.Shop2={};
Soda.Scripts.Modules.Shop2.listProducts_class = function() {};
Object.extend(Soda.Scripts.Modules.Shop2.listProducts_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddItemToCart: function(shopID, qty) {
		return this.invoke("AddItemToCart", {"shopID":shopID, "qty":qty}, this.AddItemToCart.getArguments().slice(2));
	},
	GetContent: function(idnav) {
		return this.invoke("GetContent", {"idnav":idnav}, this.GetContent.getArguments().slice(1));
	},
	GetTxtCart: function() {
		return this.invoke("GetTxtCart", {}, this.GetTxtCart.getArguments().slice(0));
	},
	url: '/ajaxpro/Soda.Scripts.Modules.Shop2.listProducts,Soda.ashx'
}));
Soda.Scripts.Modules.Shop2.listProducts = new Soda.Scripts.Modules.Shop2.listProducts_class();

