﻿	var time=new Date();
	
function ShowUpdateBySection(){
	location = "?PriceCalenderDisplay210H_action=section&time=" + time.getTime();
}
function ShowUpdateByDay(){
	location = "?PriceCalenderDisplay210H_action=day&time=" + time.getTime();
}

function ShowUpdateByDay(){
	location = "?PriceCalenderDisplay210H_action=day&time=" + time.getTime();
}

function BackMonthCalender(frm,month,MoreThanOneYear,RoomCreateDate,roomIID){
	if(MoreThanOneYear){
		if(RoomCreateDate){
			alert("日历回翻截至到客房创建日期.");
		}else {
			alert("只能查询一年内的客房价格.");
		}
		return false;
	}
	location = "?PriceCalenderDisplay_RoomID="+roomIID+"&PriceCalenderDisplay210H_action=day&PriceCalenderDisplay210H_ShowDate="+month+"&time=" + time.getTime();

}
function NextMonthCalender(frm,month,MoreThanOneYear,roomIID){
 
	if(MoreThanOneYear){
 
		alert("只能查询一年内的客房价格.");
		return false;
	}
	location = "?PriceCalenderDisplay_RoomID="+roomIID+"&PriceCalenderDisplay210H_action=day&PriceCalenderDisplay210H_ShowDate="+month+"&time=" + time.getTime();

}

