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("Free City Shuttle Bus to Shatin MTR Station and Tsimshatsui", "Free Continental breakfast, Free evening cocktail, Free internet access, Free Round Trip Regal Operated Airport Shuttle Bus Service", "Min 3 nights stay, get 15% discount based on Superior Room Rate", "Free daily breakfast, Free internet access, Free Round Trip Airport Shuttle Bus Service (at B14 counter in airport arrival hall please leave flight details in comment on booking form)", "Room Only. Well appointed with garden or river view.
Size in 327 Sq feet.", "Well appointed with river view.
Size in 327 Sq feet.Size in 327 Sq feet.", "Min 3 nights stay, get 15% discount based on Deluxe room rate.", "Min 3 nights stay, get 15% discount based on Regal iClub room rate. Free continental breakfast, Free evening cocktail, Free internet access, Free Round Trip Regal Operated Airport Shuttle Bus Service.", "Free Dlx Continental Buffet Bfast, Free Evening Cocktail,Free internet access,Free rt shuttle to & from Airport/Tsim Sha Tsui(subject to the schedules of Regal Operated shuttle bus and max for 2 pax)")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, HKD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Regal iClub room promotion" +
"" +
"" +
" | " +
" " +
" " +
" | " +
"sold 825 | " +
"sold 825 | " +
"sold 825 | " +
"2,475 | " +
"
" +
"" +
"Minimum 3 Nights Package - Superior Room" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"842 | " +
"842 | " +
"842 | " +
"2,526 | " +
"
" +
"" +
"Minimum 3 Nights Package - Deluxe Room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"935 | " +
"935 | " +
"935 | " +
"2,805 | " +
"
" +
"" +
"Superior Room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"990 | " +
"990 | " +
"990 | " +
"2,970 | " +
"
" +
"" +
"Deluxe Room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"1,100 | " +
"1,100 | " +
"1,100 | " +
"3,300 | " +
"
" +
"" +
"Minimum 3 Nights Package - Regal iClub Room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"1,122 | " +
"1,122 | " +
"1,122 | " +
"3,366 | " +
"
" +
"" +
"Premier Room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"1,210 | " +
"1,210 | " +
"1,210 | " +
"3,630 | " +
"
" +
"" +
"Regal iClub Superior Room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"1,320 | " +
"1,320 | " +
"1,320 | " +
"3,960 | " +
"
" +
"" +
"Deluxe Suite" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"1,650 | " +
"1,650 | " +
"1,650 | " +
"4,950 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=1730&curr=HKD"
}