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 to the Ultimate Melbourne Hotel Experience. Our rooms and suites have history and Grand Lifestyle written into them. This rate is for our Standard Queen bedded room. Enjoy The Hotel Windsor.", "Spacious Superior accommodation with marble bathroom with bath, walk-in wardrobe and high speed internet access. Complimentary use of The Towers Fitness Centre and daily newspaper.", "STAY 3 consecutive nights to receive this rate. Our Traditional Rooms have 1 Queen bed (no twins avail). Traditional decor and marble ensuite bathrooms. Tea and coffeee facilities, broadband availabl", "Experience LUXURY in our DELUXE rooms. Enjoy 50% more space than a Traditional room. Features include a KING sized bed, Duvets, Pillow Menu, high ceilings, large windows and marble bathroom.")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, AUD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Triple Treat (Traditional Queen Room)" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"205 | " +
"205 | " +
"205 | " +
"615 | " +
"
" +
"" +
"Traditional Queen Room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"215 | " +
"215 | " +
"215 | " +
"645 | " +
"
" +
"" +
"Superior Room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"255 | " +
"255 | " +
"255 | " +
"765 | " +
"
" +
"" +
"Deluxe Room" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"305 | " +
"305 | " +
"305 | " +
"915 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=5257&curr=AUD"
}