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));
	},
	sendContact: function(prodname, email, nume, telefon, comment) {
		return this.invoke("sendContact", {"prodname":prodname, "email":email, "nume":nume, "telefon":telefon, "comment":comment}, this.sendContact.getArguments().slice(5));
	},
	url: '/ajaxpro/Layout,App_Web_38w_vztb.ashx'
}));
Layout = new Layout_class();


