<!--  
searchForm = document.getElementById('hols_search');
var endDate = new Date();
month = endDate.getMonth();
if (month == 0) month = 12;
endDate = endDate.getDate()+'/'+month+'/'+endDate.getFullYear()
startUpCalendar(theDate,endDate,'hols_search','dep_day','dep_month','','',true,true);
  CookieForms('open','holidays_search','l_61','l_95','l_3','depDay','depMonth','giveOrTake','l_94','l_13','temperatureField','travelTime','destination_name','l_360')  
//--> 