﻿// JScript 文件
function ViewDayPrice(strRName,strHId,oSpan)
		    {
		        RoomPriceDay.style.display = '';
				RoomPriceDay.style.left = oSpan.offsetLeft + oSpan.offsetWidth - 300;
				RoomPriceDay.style.top = oSpan.offsetTop + oSpan.offsetHeight;
				RoomPriceDay.innerHTML = unescape(hotel_HotelShowHtml.getViewRoomPriceDay(strHId,strRName).value);
		    }
		    function hideRoomPriceDate()
			{
			   RoomPriceDay.style.display = 'none'; 
			}
            function ow(URL) {
                width=510;
                height=220;
                var left = ( screen.width - width ) / 2;
                var top = ( screen.height - height ) / 5;
                window.open(URL,'','width=300,height=270,top='+top+',left='+left+',resizable=0');
                return false;
            }
            function owpic(URL) {
                width=510;
                height=220;
                var left = ( screen.width - width ) / 2;
                var top = ( screen.height - height ) / 5;
                window.open(URL,'','width=570,height=500,top='+top+',left='+left+',resizable=0');
                return false;
            }
            function owdateprice(URL) {
                width=600;
                height=450;
                var left = ( screen.width - width ) / 2;
                var top = ( screen.height - height ) / 5;
                window.open(URL,'','width=600,height=450,top='+top+',left='+left+',resizable=0');
                return false;
            }

