var MENU_ITEMS = [
	['Products', null, null,
	  ['General Estimator', 'estim_general.html'],
	  ['Specialized Estimator','estim_specialise.html'],
	  ['Digital Estimator','estim_digital.html'],
	  ['Digitizers','table_digitaliser.html']
	],
	['Services', null, null,
		['Remote support', 'support.html'],
		['Financing & renting', 'plan_finance.html'],
		['Remote training', 'form_distance.html'],
		['101 logiciels éducatifs', '101.html'],
		['Law 90', 'loi90.html']
	],
	['Company', null, null,
		['Mission', 'mission.html'],
		['Our software', 'estim_objet.html'],
		['Management software', 'communication.html'],
		['Press room', 'presse.html'],
		['Good time', 'bontemps.html'],
		['Testimonials', 'clients.html'],
		['F.A.Q.', 'faq.html'],
		['Careers', 'carriere.html']
	],
	['Other links', null, null,
		['Annonces-construction', 'annonces.html'],
		['Le catalogue','catalogue.html'],
		['Interesting links','liens.html']
	],
	['Contact', null, null,
		['Ordering', 'commander.html'],
		['Contact us','joindre.html']
	],
];

