//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);

	menu = new Menu();
	menu.addItem("accueilid", "Accueil", "Accueil",  "http://www.enriquepipes.com/fr/accueil.htm", null);
	menu.addItem("gammedeid", "Gamme DE", "Gamme DE",  "http://www.enriquepipes.com/fr/gammede.htm", null);
	menu.addItem("accordid", "Accord", "Accord",  "http://www.enriquepipes.com/fr/accord.htm", null);
	menu.addItem("harmonieid", "Harmonie", "Harmonie",  "http://www.enriquepipes.com/fr/harmonie.htm", null);
	menu.addItem("allianceid", "Alliance", "Alliance",  "http://www.enriquepipes.com/fr/alliance.htm", null);
	menu.addItem("tamperid", "Accessoires", "Accessoires",  "http://www.enriquepipes.com/fr/tampers.htm", null);
	menu.addItem("galerieid", "Galerie", "Galerie",  "http://www.enriquepipes.com/fr/galerie.htm", null);
	menu.addItem("ressourcesid", "Ressources", "Ressources", "http://www.enriquepipes.com/fr/ressources.htm", null);
	menu.addItem("contactid", "Contact", "Contact",  "http://www.enriquepipes.com/fr/contact.htm", null);

	menu.showMenu();
}
