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 Coffee and Tea making facilities; Free shuttle bus services in town; Free satellite TV; Broadband Internet access is available with charge", "Free Tea and Coffee making facilities; Free shuttle bus services in town; Free satellie TV; Broadband Internet Access is available with charge.", "Free Coffee and Tea making facilites; Free shuttle bus services in town; Free satellie TV; Broadband Internet Access is available with charge.", "Free buffet breakfast. Free Tea and Coffee making facilities; Free shuttle bus services in town; Free satellie TV; Broadband Internet Access is available with charge.")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, HKD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Standard Room-Extra 20% off for Min 4 Nights Stay" +
"" +
"" +
"| - | " +
"For the Check-in date you selected, the Minimum Stay requirement is 4 nights. | " +
" " +
" " +
" | " +
"704 | " +
"704 | " +
"748 | " +
"2,156 | " +
"
" +
"" +
"Standard Room-Extra 15% off for Min 2 Nights Stay" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"748 | " +
"748 | " +
"795 | " +
"2,291 | " +
"
" +
"" +
"Superior Room-Extra 20% off for Min 4 Nts Stay" +
"" +
"" +
"| - | " +
"For the Check-in date you selected, the Minimum Stay requirement is 4 nights. | " +
" " +
" " +
" | " +
"836 | " +
"836 | " +
"880 | " +
"2,552 | " +
"
" +
"" +
"Standard Room w/Free shuttle bus services to town" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"880 | " +
"880 | " +
"935 | " +
"2,695 | " +
"
" +
"" +
"Superior Room-Extra 15% off for Min 2 Nts Stay" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"888 | " +
"888 | " +
"935 | " +
"2,711 | " +
"
" +
"" +
"Deluxe Room - Extra 20% off for Min 4 Nts Stay" +
"" +
"" +
"| - | " +
"For the Check-in date you selected, the Minimum Stay requirement is 4 nights. | " +
" " +
" " +
" | " +
"1,012 | " +
"1,012 | " +
"1,056 | " +
"3,080 | " +
"
" +
"" +
"Superior Room w/Free shuttle bus services to town" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"1,045 | " +
"1,045 | " +
"1,100 | " +
"3,190 | " +
"
" +
"" +
"Deluxe Room - Extra 15% off for Min 2 Nts Stay" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"1,075 | " +
"1,075 | " +
"1,122 | " +
"3,272 | " +
"
" +
"" +
"Deluxe CourseVw Room - Extra 20% off for Min 4 Nts" +
"" +
"" +
"| - | " +
"For the Check-in date you selected, the Minimum Stay requirement is 4 nights. | " +
" " +
" " +
" | " +
"1,232 | " +
"1,232 | " +
"1,276 | " +
"3,740 | " +
"
" +
"" +
"Deluxe Room / Causeway Bay City View" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"1,265 | " +
"1,265 | " +
"1,320 | " +
"3,850 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=19717&curr=HKD"
}