		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("<a href=index.html#profile>Notre profil</a> ¤ <a href=index.html#vision>Vision</a> ¤ <a href=index.html#mission>Mission</a>","#");
		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("<a href=#web-offset>Offset rotative</a> ¤ <a href=#mini-offset>Offset Mini</a> ¤ <a href=#sheetfed-offset>Offset à feuilles</a> ¤ <a href=#poly-offset>Offset Poly</a> ¤ <a href=#computer-stationery>Papeterie</a> ¤ <a href=../sheetfed-offset.html#label-printing>Impression d’étiquettes</a>","#");


		mtDropDown.renderAll();
}

