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("welcome tea, morning newspaper, free scheduled shuttle bus service. free use of swimming pool (temporary close in winter time), health club and sauna, complimentary In-room boardband Internet access.", "Welcome tea, morning newspaper, free scheduled shuttle bus service, free use of swimming pool(temporary close in winter time), health club and sauna, complimentary In-room broadband Internet access.", "Contemporary designed harbour view room with free breakfast, afternoon tea and evening cocktail, 450 sq ft in size, express check in and check out, exclusive use of the Panorama Club facilities.")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, HKD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Standard Room (Free Internet) - Min 2 Nights Pkg" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"939 | " +
"1,033 | " +
"1,033 | " +
"3,005 | " +
"
" +
"" +
"Standard Room (with Free Internet)" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"1,067 | " +
"1,173 | " +
"1,173 | " +
"3,413 | " +
"
" +
"" +
"Harbour View Room (with Free Internet)" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"1,400 | " +
"1,500 | " +
"1,500 | " +
"4,400 | " +
"
" +
"" +
"Executive Parlour / Suite (with Free Internet)" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"1,900 | " +
"1,900 | " +
"1,900 | " +
"5,700 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=5104&curr=HKD"
}