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("Executive Club accomodation inclusive of breakfast for 2, complimentary in-room Broadband Internet and full access to The Executive Club Lounge.", "Deluxe Room Only. Deluxe room features - separate shower cubicle and long bath, 40Sqm-Ceiling to Floor Windows, High Speed Internet Access, 32 Inch LCD TV, Minibar-Safe, IDD Phone, Hairdryer & etc.", "Choice of buffet breakfast or in-room breakfast for 2, Complimentary in-room broadband, 3 pieces pressing service per stay, Turndown amenities and one 10-min neck & shoulder massage.", "Deluxe Room inclusive of buffet breakfast for two. Rate are inclusive (after) 15% off & with minimum 2 night stay. Non-Refundable.", "Deluxe Room inclusive of buffet breakfast for two. Rate are inclusive (after) 20% off & with minimum 3 nights stay. Non-Refundable.
", "Room Only basis. Rate are inclusive (after) 20% off & with minimum 3 nights stay. Non-Refundable.
", "Room Only basis. Rate are inclusive (after) 15% off & with minimum 2 nights stay. Non-Refundable.
", "Buffet breakfast for two adults, free breakfast for child below 12 (max of 2 child per room) & late check out at 3pm (subject to availability)")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, MYR | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Stay 3 get 20% off - Deluxe Room Only" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"391 | " +
"391 | " +
"391 | " +
"1,173 | " +
"
" +
"" +
"Stay 2 get 15% off - Deluxe Room Only" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"415 | " +
"415 | " +
"415 | " +
"1,245 | " +
"
" +
"" +
"Merriments Package - Deluxe Room with breakfast" +
"" +
"" +
" | " +
" " +
" " +
" | " +
"sold 437 | " +
"sold 437 | " +
"sold 437 | " +
"1,311 | " +
"
" +
"" +
"Stay 3 get 20% off - Deluxe Room with breakfast" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"446 | " +
"446 | " +
"446 | " +
"1,338 | " +
"
" +
"" +
"Stay 2 get 15% off - Deluxe Room with breakfast" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"474 | " +
"474 | " +
"474 | " +
"1,422 | " +
"
" +
"" +
"Deluxe Room Only" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"489 | " +
"489 | " +
"489 | " +
"1,467 | " +
"
" +
"" +
"Grand Deluxe Room" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"638 | " +
"638 | " +
"638 | " +
"1,914 | " +
"
" +
"" +
"Executive Club Room" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"719 | " +
"719 | " +
"719 | " +
"2,157 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=5262&curr=MYR"
}