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("Club check-in, Welcome drink, Buffet b'fast, 2 hrs meeting room, Broadband at club lounge, Laundry up to 2 pcs per day, Cocktail from 1730 hrs to 1930 hrs. Soft drinks all day. Ap room size 66.28 sqm.", "Premier Room, Personalised check-in & checkout svc, Access to Fitness Club, 15% disc on Biz Ctr Serv. Coffee/Tea making facilities.", "Deluxe room with free Coffee/Tea Making Facilities, 24 hrs wireless internet (surcharge).", "Club room is inclusive of daily bfast for 2, all day refreshment at Club lounge, 24hr wireless/broadband internet connection, 2hr club boardroom use per stay, 2pcs laundry/dry cleaning per stay.", "Executive Deluxe Room with Complimentary 6 hours broadband internet access. Coffee/Tea Facilities.")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, SGD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Deluxe Room" +
"" +
"" +
" | " +
" | " +
"availability: 4 | " +
" " +
" " +
" | " +
"271 | " +
"271 | " +
"271 | " +
"813 | " +
"
" +
"" +
"Executive Deluxe Room" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"295 | " +
"295 | " +
"295 | " +
"885 | " +
"
" +
"" +
"Premier Room" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"318 | " +
"318 | " +
"318 | " +
"954 | " +
"
" +
"" +
"Meritus Club Room" +
"" +
"" +
" | " +
" | " +
"availability: 3 | " +
" " +
" " +
" | " +
"389 | " +
"389 | " +
"389 | " +
"1,167 | " +
"
" +
"" +
"Executive Deluxe Suite" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"436 | " +
"436 | " +
"436 | " +
"1,308 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=4066&curr=SGD"
}