/* --- menu items --- */
var MENU_ITEMS = [
	['Home', '../../index.htm'],
	['Sur nous', 'ueber_f.htm'],
	['Catalogues', '../../downloads/download_f.htm'],
	['Démarrer', 'anfahrt_f.htm'],
	['Contact', null,
		['Adresses','../kontakt_f.htm'],
		['Demande','../anfrage_f.htm']
	],
	['Menu principal', '../leitsatz_f.htm'],
	['Retour', 'javascript:history.back()'],
	['Finir', 'javascript:window.close()']
];

