if(typeof HotelDuVin == "undefined") HotelDuVin={};
if(typeof HotelDuVin.Controls == "undefined") HotelDuVin.Controls={};
HotelDuVin.Controls.Editor_class = function() {};
Object.extend(HotelDuVin.Controls.Editor_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	UpdateContent: function(content, pageId) {
		return this.invoke("UpdateContent", {"content":content, "pageId":pageId}, this.UpdateContent.getArguments().slice(2));
	},
	url: '/ajaxpro/HotelDuVin.Controls.Editor,Website.ashx'
}));
HotelDuVin.Controls.Editor = new HotelDuVin.Controls.Editor_class();

