if(typeof Hotel_HotelShowHtml == "undefined") Hotel_HotelShowHtml={};
Hotel_HotelShowHtml_class = function() {};
Object.extend(Hotel_HotelShowHtml_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetWeiZhi: function(strHId, isAll) {
		return this.invoke("GetWeiZhi", {"strHId":strHId, "isAll":isAll}, this.GetWeiZhi.getArguments().slice(2));
	},
	GetSearchItems: function(query) {
		return this.invoke("GetSearchItems", {"query":query}, this.GetSearchItems.getArguments().slice(1));
	},
	dlstRoomDataBind: function(strHId, strStartDate, strEndDate) {
		return this.invoke("dlstRoomDataBind", {"strHId":strHId, "strStartDate":strStartDate, "strEndDate":strEndDate}, this.dlstRoomDataBind.getArguments().slice(3));
	},
	getViewRoomPriceDay: function(strStartDate, strRName, strHId) {
		return this.invoke("getViewRoomPriceDay", {"strStartDate":strStartDate, "strRName":strRName, "strHId":strHId}, this.getViewRoomPriceDay.getArguments().slice(3));
	},
	getBCount: function(strHId) {
		return this.invoke("getBCount", {"strHId":strHId}, this.getBCount.getArguments().slice(1));
	},
	getSearchDate: function() {
		return this.invoke("getSearchDate", {}, this.getSearchDate.getArguments().slice(0));
	},
	url: '/ajaxpro/Hotel_HotelShowHtml,App_Web_5g_l49mg.ashx'
}));
Hotel_HotelShowHtml = new Hotel_HotelShowHtml_class();

