/* --- menu items --- */
var MENU_ITEMS2 = [
	['Tasmania', null ,
			['Map', 'index.html'],
			['Day 1', '05samedi.html'],
			['Day 2', '06dimanche.html'],
			['Day 3', '07lundi.html'],
			['Day 4', '08mardi.html'],
			['Day 5', '09mercredi.html'],
			['Day 6', '10jeudi.html'],
			['Day 7', '11vendredi.html'],
			['Day 8', '12samedi.html'],
			['Day 9', '13dimanche.html'],
			['Day 10', '14lundi.html'],
			['Day 11', '15mardi.html'],
			['Day 12', '16mercredi.html'],
			['Day 13', '17jeudi.html'],
			['Day 14', '18vendredi.html'],
			['Day 15', '19samedi.html'],
			['Day 16', '20dimanche.html']
		],
];


