if(typeof Communicar == "undefined") Communicar={};
if(typeof Communicar.Controls == "undefined") Communicar.Controls={};
if(typeof Communicar.Controls.Sidebar == "undefined") Communicar.Controls.Sidebar={};
Communicar.Controls.Sidebar_class = function() {};
Object.extend(Communicar.Controls.Sidebar_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RemoveProduct: function(pID, sID, store) {
		return this.invoke("RemoveProduct", {"pID":pID, "sID":sID, "store":store}, this.RemoveProduct.getArguments().slice(3));
	},
	AddToCart: function(pID, cant, sID, name, priceWS, price, currency, store) {
		return this.invoke("AddToCart", {"pID":pID, "cant":cant, "sID":sID, "name":name, "priceWS":priceWS, "price":price, "currency":currency, "store":store}, this.AddToCart.getArguments().slice(8));
	},
	url: '/ajaxpro/Communicar.Controls.Sidebar,App_Web_e_lar8ab.ashx'
}));
Communicar.Controls.Sidebar = new Communicar.Controls.Sidebar_class();

