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(name, email, phone, from, to, room) {
		return this.invoke("SendContact", {"name":name, "email":email, "phone":phone, "from":from, "to":to, "room":room}, this.SendContact.getArguments().slice(6));
	},
	SendContact2: function(name2, email2, phone2, from2, toto, room2, adult2, tip) {
		return this.invoke("SendContact2", {"name2":name2, "email2":email2, "phone2":phone2, "from2":from2, "toto":toto, "room2":room2, "adult2":adult2, "tip":tip}, this.SendContact2.getArguments().slice(8));
	},
	GetCaptcha: function() {
		return this.invoke("GetCaptcha", {}, this.GetCaptcha.getArguments().slice(0));
	},
	TestCaptcha: function(code) {
		return this.invoke("TestCaptcha", {"code":code}, this.TestCaptcha.getArguments().slice(1));
	},
	url: '/ajaxpro/Layout,App_Web_lhzk3bpe.ashx'
}));
Layout = new Layout_class();


