/**
 * this value is returned by isEtlInMaintenance function.
 * WARNING : putting this attribute to  true will have some impacts on the luxair.lu web site :
 * - Maintenance message on the primo and primo kids page
 * - Maintenance message on the last minute page
 * - Direct acces to amadeus without using our dynamic colored calendar 
 */
var IS_ETL_IN_MAINTENANCE = false;

/**
 * Function which return true if ETL is in maintenance status
 */ 
function isEtlInMaintenance() {
	return IS_ETL_IN_MAINTENANCE;
}


