// menu_items.js file

var MENU_ITEMS =[
	["<img src='/img/about.gif' border='0'> Know-how", "/en/axday.php"],
	["<img src='/img/bul.gif' border='0'> The company", "/en/entreprise.php"],
	["<img src='/img/date.gif' border='0'> Experience", "#",
		["scientific", "/en/exp_sci.php"],
		["commercial", "/en/exp_com.php"],
		["management", "/en/exp_manag.php"],
		["entrepreneurship", "/en/exp_entrep.php"],
		["training", "/en/exp_format.php"],
	],
	["<img src='/img/news.gif' border='0'> Products", "#",
		["research labs disposables", "/en/prod_labo.php"],
		["health products", "/en/prod_hs.php"],
	],
	["<img src='/img/puzle.gif' border='0'> Services", "#",
		["researching", "/en/serv_rech.php"],
		["consulting", "/en/serv_cons.php"],
		["development", "/en/serv_dvt.php"],
	],
	["<img src='/img/hand.gif' border='0'> Strengths", "/en/points_forts.php"],
	["<img src='/img/arr_right2.gif' border='0'> References", "#",
		["in research", "/en/ref_rech.php"],
		["in consulting", "/en/ref_cons.php"],
		["in entrepreneurship", "/en/ref_dvt.php"],
		["in training", "/en/ref_forma.php"],
	],
	["<img src='/img/contact.gif' border='0'> Contact", "/en/contact.php"],
];

