function showToolbar()
{
	menu = new Menu();
	menu.addItem("file", "Présentation", "Qu'est-ce Fractal?",  null, null);
	menu.addItem("view", "Actualité", "la situation actuelle",  null, null);
	menu.addItem("edit", "Jouer", "en avant pour l'aventure !",  null, null);
	menu.addItem("about", "Fractal", "au sujet de Fractal",  null, null);

	menu.addSubItem("file", "Intro", "introduction en Flash",  " Href='http://www.fract.org/introduction.php' onClick=\"window.open('','flash','width=500,height=500,scrollbars=1')\" Target='flash'>Introduction...</A><HR>");	
	menu.addSubItem("file", "Accueil", "accueil",  " Href='http://www.fract.org/' Target='_top'>Accueil</A><HR>");
	menu.addSubItem("file", "Présentation", "presentation",  " Href='http://www.fract.org/presentation.php'>Présentation</A>");
	menu.addSubItem("file", "Screenshot", "capture d'écran",  " Href='http://www.fract.org/presentation.php#screenshot'>Images</A>");
	menu.addSubItem("file", "Le monde", "le monde",  " Href='http://www.fract.org/monde-post-apo.php'>Le Monde</A>");
	menu.addSubItem("file", "Les règles", "regle", " Href='http://www.fract.org/regles-du-jeu.php'>Les règles</A>");
	menu.addSubItem("file", "Question? Réponse!", "resum", " Href='http://www.fract.org/faq-fractal.php'>FAQ</A>");

	menu.addSubItem("view", "News", "news",  " Href='http://www.fract.org/news.php'>News</A>");
	menu.addSubItem("view", "Forums", "forum",  " Href='http://www.fract.org/forums/'>Forums</A>");
	menu.addSubItem("view", "Twitter", "twitter",  " Href='http://www.fract.org/twitter.php'>Réseaux</A>");
	menu.addSubItem("view", "Chat", "chat",  " Href='http://www.fract.org/chat.php'>Chat</A><HR>");
	menu.addSubItem("view", "Wiki Post-Apo", "post-apo",  " Href='http://wiki.fract.org/' Target='_blank'>Wiki Post-Apo...</A>");
	menu.addSubItem("view", "FractArt", "fractart",  " Href='http://art.fract.org/' Target='_blank'>le Fract Art...</A>");
	menu.addSubItem("view", "FractRing", "fractring",  " Href='http://www.fract.org/fract-ring.php'>FractRing</A>");
	menu.addSubItem("view", "Radio", "radio",  " Href='http://www.fract.org/radio-fractal.php'>Radio Fractal</A><hr>");
	menu.addSubItem("view", "Top10", "top10",  " Href='http://www.fract.org/classement.php'>Classements</A>");
	menu.addSubItem("view", "Annuaire", "annuaire",  " Href='http://www.fract.org/annuaire.php'>Annuaire</A>");
	
	menu.addSubItem("edit", "Dernier mot", "avant",  " Href='http://www.fract.org/charte.php'>Avant de s'inscrire</A>");
	menu.addSubItem("edit", "Inscription", "inscription",  " Href='http://www.fract.org/inscription.php'>Inscription</A><HR>");
	menu.addSubItem("edit", "Jouer", "jouer",  " Href='http://www.fract.org/game/' Target='_top'>Jouer !</A>");

	menu.addSubItem("about", "f2", "f2",  " Href='http://www.fun-factory.pro' target='_blank'>Fun Factory...</A>");
	menu.addSubItem("about", "Team", "thanks",  " Href='http://www.fract.org/developper.php'>L'équipe</A>");
	menu.addSubItem("about", "Boutik", "boutik",  " Href='http://www.postapo.fr'>Boutique Post-Apo</A><HR>");
	menu.addSubItem("about", "MLink", "mlink",  " Href='http://www.fract.org/mes-liens.php'>Mes liens</A><HR Width='80%'>");
	menu.addSubItem("about", "Promo", "promo",  " Href='http://www.fract.org/aider-fractal.php'>Aider Fractal</A><HR>");
	menu.addSubItem("about", "Plan", "plan",  " Href='http://www.fract.org/sitemap.php'>Plan du site</A>");
	
	menu.showMenu();
}
