var PopUpWindow;

	function CloseWindow()
	{
	    PopUpWindow.hide();
	}
	function ReserRoom()
		{
	    
	        PopUpWindow = dhtmlmodal.open("reserRoom", "iframe", "https://www.seoulpalace.co.kr:502/ria/guestroom.aspx" , "", "width=900px,height=505px,resize=no,scrolling=no,center=1", "recal");
	        PopUpWindow.onclose=function(){return true;}
 
	}
	function ReserRest()
		{
	    
	        PopUpWindow = dhtmlmodal.open("reserRest", "iframe", "https://www.seoulpalace.co.kr:502/ria/Restaurant.aspx" , "", "width=900px,height=505px,resize=no,scrolling=no,center=1", "recal");
	        PopUpWindow.onclose=function(){return true;}
 
	}
	function ReserWedding()
		{
	    
	        PopUpWindow = dhtmlmodal.open("reserWedding", "iframe", "https://www.seoulpalace.co.kr:502/ria/wedding.aspx" , "", "width=900px,height=505px,resize=no,scrolling=no,center=1", "recal");
	        PopUpWindow.onclose=function(){return true;}
 
	}
	function ReserBanquet()
		{
	    
	        PopUpWindow = dhtmlmodal.open("reserBanquet", "iframe", "https://www.seoulpalace.co.kr:502/ria/banquet.aspx" , "", "width=900px,height=505px,resize=no,scrolling=no,center=1", "recal");
	        PopUpWindow.onclose=function(){return true;}
 
	}