	var date=new Date();
  function Reservation(RoomID, currentPage)
{   
	window.open("ReservationPlanMaint.html?ReservationPlanMaint_RoomID=" + RoomID +"&CurrentPage="+currentPage+ "&time=" + date.getTime(),"","width=450,height=395,scrollbars=yes")
 }

	 function PriceCalender(RoomID){
 
 	window.open("PriceCalenderDisplay.html?PriceCalenderDisplay_RoomID=" + RoomID + "&time=" + date.getTime(),"","scrollbars=yes,width=400,height=250") 
}
function RoomMultiplePageDisplay210H_ButtonSubmit(currentPage,nextPage,linkURL)
{	

	strURI = linkURL;
	
	if (currentPage!= null && currentPage.length > 0)
	strURI += "?RoomMultiplePageDisplay210H_CurrentPage=" + nextPage;
	
	self.location = strURI + "&clear=true&time=" + date.getTime();
}
function RoomDetailExhibit(RoomID){
	var flag2=winfix();
	 var flag3=full('RoomDetailExhibit.html');
	window.open("flag3?RoomDetailExhibit_RoomID=" + RoomID + "&time=" + date.getTime(),"","scrollbars=yes,resizable=yes")  
}
function winfix() { 

if (document.layers) { 

 
Height= screen.availHeight-5;
width= screen.availWidth-5;
 

} else { 

 
var width = screen.availWidth-2;
 
var Height= screen.availHeight;

} 
self.resizeTo(width, Height);
 self.moveTo(0,0);

 

} 
function full(RoomID){
	var LeftPosition = 0;
	var TopPosition = 0;

	var w  = screen.width;
	var h = screen.height;
	//var settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=yes'+',status=yes'+',resizable=yes'
	  
		window.open("RoomDetailExhibit.html?RoomDetailExhibit_RoomID=" + RoomID + "&time=" + date.getTime(),"","")  
}


 

