var wkdArray = new Array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat')
var arrShortDay = new Array('Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa')
var arrMonth = new Array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec')
var monthArray = arrMonth
var dateMask = 'd|m|y|-'
var incArray = new Array("Distilled water; daily newspaper; use of fitness centre and outdoor heated poolnewspaper; use of fitness centre and outdoor heated pool", "Distilled water; daily newspaper; use of fitness centre and outdoor heated pool", "Daily Breakfast in Gand Cafe/Room Service; HK$1000 relaxation credit PER STAY (no cash value) for Spa & Restaurants except Chocolatier and Banquet, subject to Spa and Restaurants availability; 2pm C/O")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, HKD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Grand King Room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"2,420 | " +
"2,420 | " +
"2,420 | " +
"7,260 | " +
"
" +
"" +
"Grand Twin Room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"2,420 | " +
"2,420 | " +
"2,420 | " +
"7,260 | " +
"
" +
"" +
"Grand King Room (Balance Pkg w/Daily Breakfast)" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"2,750 | " +
"2,750 | " +
"2,750 | " +
"8,250 | " +
"
" +
"" +
"Grand Harbour View King Room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"2,860 | " +
"2,860 | " +
"2,860 | " +
"8,580 | " +
"
" +
"" +
"Grand Harbour View Twin Room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"2,860 | " +
"2,860 | " +
"2,860 | " +
"8,580 | " +
"
" +
"" +
"Grand Harbour View King Room (Balance Package)" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"3,190 | " +
"3,190 | " +
"3,190 | " +
"9,570 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=1459&curr=HKD"
}