// START DEPARTURE DATE CALENDAR
	var o_cal = new tcal ({
		// form name
		"formname": "bookingEngine",
		// input name
		"controlname": "gsDepartureDate"
	});
	
	// individual template parameters can be modified via the calendar variable
	o_cal.a_tpl.yearscroll = false;
	o_cal.a_tpl.weekstart = 1;
	// END DEPARTURE DATE CALENDAR
