document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");/*wst need this in Hotel*/
document.writeln("");
function initCalendar(o){
$("#"+o).datepicker({showAnim:"fadeIn",duration:0,minDate: 0, maxDate:"2y",numberOfMonths: 3,
showButtonPanel: true});
}
function initCalendar2(o){
$("#"+o).datepicker({showAnim:"fadeIn",duration:0,minDate: 0, maxDate:"2y",numberOfMonths: 2,
showButtonPanel: true});
}
function initCalendarObj(o){
$(o).datepicker({showAnim:"fadeIn",duration:0,minDate: 0, maxDate:"2y",numberOfMonths: 3,
showButtonPanel: true});
}