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("Tea and coffee maker, broadband Internet access with charge and in-room safe.", "Complimentary breakfast buffet. Personal computer, broadband Internet access with charge, in-room safe, tea and coffee maker as well TV with local and satellite channels.", "Complimentary breakfast buffet. Broadband Internet access with charge, in-room safe, tea and coffee maker as well TV with local and satellite channels.")
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. | " +
" " +
" " +
" | " +
"660 | " +
"660 | " +
"660 | " +
"1,980 | " +
"
" +
"" +
"Standard Room - Extra 15%off for Min 2 Nights Stay" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"701 | " +
"701 | " +
"701 | " +
"2,103 | " +
"
" +
"" +
"Superior Room - Extra 20% off for Min 4 Nts Stay" +
"" +
"" +
"| - | " +
"For the Check-in date you selected, the Minimum Stay requirement is 4 nights. | " +
" " +
" " +
" | " +
"792 | " +
"792 | " +
"792 | " +
"2,376 | " +
"
" +
"" +
"Standard Room / 160 sq.ft / 15 sq.m." +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"825 | " +
"825 | " +
"825 | " +
"2,475 | " +
"
" +
"" +
"Superior Room - Extra 15% off for Min 2 Nts Stay" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"842 | " +
"842 | " +
"842 | " +
"2,526 | " +
"
" +
"" +
"Executive Room - Extra 20% off for Min 4 Nts Stay" +
"" +
"" +
"| - | " +
"For the Check-in date you selected, the Minimum Stay requirement is 4 nights. | " +
" " +
" " +
" | " +
"924 | " +
"924 | " +
"924 | " +
"2,772 | " +
"
" +
"" +
"Executive Room - Extra 15% off for Min 2 Nts Stay" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"982 | " +
"982 | " +
"982 | " +
"2,946 | " +
"
" +
"" +
"Superior Room / 200 sq.ft. / 18 sq.m." +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"990 | " +
"990 | " +
"990 | " +
"2,970 | " +
"
" +
"" +
"Studio Room - Extra 20% off for Min 4 Nts Stay" +
"" +
"" +
"| - | " +
"For the Check-in date you selected, the Minimum Stay requirement is 4 nights. | " +
" " +
" " +
" | " +
"1,056 | " +
"1,056 | " +
"1,056 | " +
"3,168 | " +
"
" +
"" +
"Executive Room / 200 sq.ft./ 18 sq.m." +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"1,155 | " +
"1,155 | " +
"1,155 | " +
"3,465 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=38457&curr=HKD"
}