EComChangeDatesCalendar_class = function() {};
Object.extend(EComChangeDatesCalendar_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RenderChangeDatesCalendar: function(vendorId, merchandisingGroupId, searchButtonId, year, month) {
		return this.invoke("RenderChangeDatesCalendar", {"vendorId":vendorId, "merchandisingGroupId":merchandisingGroupId, "searchButtonId":searchButtonId, "year":year, "month":month}, this.RenderChangeDatesCalendar.getArguments().slice(5));
	},
	url: '/reservations/ajaxpro/ECommerce.Controls.ChangeDatesCalendar,Controls.ashx'
}));
EComChangeDatesCalendar = new EComChangeDatesCalendar_class();


