if(typeof Layout == "undefined") Layout={};
Layout_class = function() {};
Object.extend(Layout_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ChangeCulture: function(__Culture) {
		return this.invoke("ChangeCulture", {"__Culture":__Culture}, this.ChangeCulture.getArguments().slice(1));
	},
	RemoveProduct: function(vID) {
		return this.invoke("RemoveProduct", {"vID":vID}, this.RemoveProduct.getArguments().slice(1));
	},
	UpdateProduct: function(vID, qty) {
		return this.invoke("UpdateProduct", {"vID":vID, "qty":qty}, this.UpdateProduct.getArguments().slice(2));
	},
	AddToCart: function(vID, qty) {
		return this.invoke("AddToCart", {"vID":vID, "qty":qty}, this.AddToCart.getArguments().slice(2));
	},
	url: '/ajaxpro/Layout,App_Web_vrbwbbnl.ashx'
}));
Layout = new Layout_class();


