if(typeof TourOnline == "undefined") TourOnline={};
if(typeof TourOnline.TemplateDefault == "undefined") TourOnline.TemplateDefault={};
if(typeof TourOnline.TemplateDefault.Hotel == "undefined") TourOnline.TemplateDefault.Hotel={};
if(typeof TourOnline.TemplateDefault.Hotel.HotelShow == "undefined") TourOnline.TemplateDefault.Hotel.HotelShow={};
TourOnline.TemplateDefault.Hotel.HotelShow_class = function() {};
Object.extend(TourOnline.TemplateDefault.Hotel.HotelShow_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetSession: function(strRId) {
		return this.invoke("GetSession", {"strRId":strRId}, this.GetSession.getArguments().slice(1));
	},
	dlstRoomDataBind: function(strHId) {
		return this.invoke("dlstRoomDataBind", {"strHId":strHId}, this.dlstRoomDataBind.getArguments().slice(1));
	},
	getViewRoomPriceDay: function(strRName, strHId) {
		return this.invoke("getViewRoomPriceDay", {"strRName":strRName, "strHId":strHId}, this.getViewRoomPriceDay.getArguments().slice(2));
	},
	SetHot: function(strHId) {
		return this.invoke("SetHot", {"strHId":strHId}, this.SetHot.getArguments().slice(1));
	},
	getSearchDate: function() {
		return this.invoke("getSearchDate", {}, this.getSearchDate.getArguments().slice(0));
	},
	url: '/ajaxpro/TourOnline.TemplateDefault.Hotel.HotelShow,App_Web_1e4e8dh2.ashx'
}));
TourOnline.TemplateDefault.Hotel.HotelShow = new TourOnline.TemplateDefault.Hotel.HotelShow_class();

