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("FREE Shuttle from /to the Airport -Free access to Spa & Wellness Center", "FREE Shuttle from /to the Airport - Free access to Spa & Wellness Center", "Special Discount for Min Stay
FREE Shuttle from /to the Airport - FREE Access to Fitness & SPA (Jacuzzi, Turkish bath, Gym & Indoor Pool)
", "Breakfast Buffet- Free Shuttle Service to Airport - Free Acces to Spa & Wellness Center", "Private Reception, Breakfast Buffet, Internet, Parking, Snack & Beberage Service and Late Check-out until 16:00 hours-Acces to Spa & Wellness Center INCLUDED.", "Private Reception, Breakfast Buffet, Internet, Parking, Snack & Beberage Service and Late Check-out until 16:00 hours-Acces to Spa & Wellness Center INCLUDED.
FREE Shuttle from /to the Airport -")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, EUR | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Classic Suite (50 Sq. meters) - 1 or 2 people" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"138 | " +
"225 | " +
"139 | " +
"502 | " +
"
" +
"" +
"Family Suite (2 Adults & 2 Childs under 12 years)" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"188 | " +
"317 | " +
"232 | " +
"737 | " +
"
" +
"" +
"Juban Club Suite (60 Sq. meters)-1 or 2 people" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"279 | " +
"385 | " +
"300 | " +
"964 | " +
"
" +
"" +
"Minimum Stay Discount - Family Suite" +
"" +
"" +
"| - | " +
"For the Check-in date you selected, the Minimum Stay requirement is 99 nights. | " +
" " +
" " +
" | " +
"99,999 | " +
"99,999 | " +
"99,999 | " +
"299,997 | " +
"
" +
"" +
"Minimum Stay Discount - Classic Suite (1 or 2 pax)" +
"" +
"" +
"| - | " +
"For the Check-in date you selected, the Minimum Stay requirement is 99 nights. | " +
" " +
" " +
" | " +
"99,999 | " +
"99,999 | " +
"99,999 | " +
"299,997 | " +
"
" +
"" +
"Minimum Stay Discount - Quadruple Suite (4 adults)" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"999,999 | " +
"999,999 | " +
"999,999 | " +
"2,999,997 | " +
"
" +
"" +
"Quadruple Suite (4 adults)" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"999,999 | " +
"999,999 | " +
"999,999 | " +
"2,999,997 | " +
"
" +
"" +
"Minimum Stay Discount- Juban Club Suite" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"999,999 | " +
"999,999 | " +
"999,999 | " +
"2,999,997 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=14673&curr=EUR"
}