addNamespace("vrgateway");
vrgateway.prebooking_class = function() {};
Object.extend(vrgateway.prebooking_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendQuestion: function(PropertyTitle, PropertyCode, Name, CheckEmail, Email, CheckPhone, Phone, comment) {
		return this.invoke("SendQuestion", {"PropertyTitle":PropertyTitle, "PropertyCode":PropertyCode, "Name":Name, "CheckEmail":CheckEmail, "Email":Email, "CheckPhone":CheckPhone, "Phone":Phone, "comment":comment}, this.SendQuestion.getArguments().slice(8));
	},
	url: '/ajaxpro/vrgateway.prebooking,vrgateway.ashx'
}));
vrgateway.prebooking = new vrgateway.prebooking_class();

