/*
 Insert the menuitems needed
*/
var MENU_ITEMS = [
	['Automation 3000', 'index_F.html', null,
	],
	['Descriptif', 'presentation_F.html', null,
	],
	['Compétences', 'competences_F.html', null,
	],
	['Réalisations', 'realisations_F.html', null,
		['Autoroutes', 'routes_F.html'],
		['STEPs', 'steps_F.html'],
		['Bâtiments', 'batiments_F.html'],
		['Industrie', 'industrie_F.html'],
	],
	['Géographie', 'map_F.html', null,
	],
	['Contact', 'contact_F.html', null,
	],
];

