AJAX_class = function() {};
Object.extend(AJAX_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ContactOrder: function(firstName, lastName, city, street, roomId, room, telephone, cellular, email, customrTypeId, customerType, subjectId, subject, freeText, productTypesIDs, productInputs) {
		return this.invoke("ContactOrder", {"firstName":firstName, "lastName":lastName, "city":city, "street":street, "roomId":roomId, "room":room, "telephone":telephone, "cellular":cellular, "email":email, "customrTypeId":customrTypeId, "customerType":customerType, "subjectId":subjectId, "subject":subject, "freeText":freeText, "productTypesIDs":productTypesIDs, "productInputs":productInputs}, this.ContactOrder.getArguments().slice(16));
	},
	CustomerService: function(customerName, firstName, lastName, address, phone1, phone2, fax, email, boughtInStore, reservationNumber, reservationDate, freeText) {
		return this.invoke("CustomerService", {"customerName":customerName, "firstName":firstName, "lastName":lastName, "address":address, "phone1":phone1, "phone2":phone2, "fax":fax, "email":email, "boughtInStore":boughtInStore, "reservationNumber":reservationNumber, "reservationDate":reservationDate, "freeText":freeText}, this.CustomerService.getArguments().slice(12));
	},
	MiniSiteContactUs: function(firstName, lastName, address, city, phone1, mobile, email, id, toEmail) {
		return this.invoke("MiniSiteContactUs", {"firstName":firstName, "lastName":lastName, "address":address, "city":city, "phone1":phone1, "mobile":mobile, "email":email, "id":id, "toEmail":toEmail}, this.MiniSiteContactUs.getArguments().slice(9));
	},
	url: '/ajaxpro/AJAX,App_Code._oi20vun.ashx'
}));
AJAX = new AJAX_class();

