// menu_items.js file

var MENU_ITEMS =[
	["<img src='/img/about.gif' border='0'> Savoir-faire", "/fr/axday.php"],
	["<img src='/img/bul.gif' border='0'> L'entreprise", "/fr/entreprise.php"],
	["<img src='/img/date.gif' border='0'> Expérience", "#",
		["scientifique", "/fr/exp_sci.php"],
		["commerciale", "/fr/exp_com.php"],
		["managériale", "/fr/exp_manag.php"],
		["entrepreneuriale", "/fr/exp_entrep.php"],
		["en formation", "/fr/exp_format.php"],
	],
	["<img src='/img/news.gif' border='0'> Produits", "#",
		["consommables de laboratoire de recherche", "/fr/prod_labo.php"],
		["produits d'hygiène santé", "/fr/prod_hs.php"],
	],
	["<img src='/img/puzle.gif' border='0'> Services", "#",
		["en recherche", "/fr/serv_rech.php"],
		["en conseil", "/fr/serv_cons.php"],
		["en développement", "/fr/serv_dvt.php"],
	],
	["<img src='/img/hand.gif' border='0'> Points forts", "/fr/points_forts.php"],
	["<img src='/img/arr_right2.gif' border='0'> Références", "#",
		["dans le domaine de la recherche", "/fr/ref_rech.php"],
		["dans le domaine du conseil", "/fr/ref_cons.php"],
		["dans le domaine du développement", "/fr/ref_dvt.php"],
		["dans le domaine de la formation", "/fr/ref_forma.php"],
	],
	["<img src='/img/contact.gif' border='0'> Contact", "/fr/contact.php"],
];
