menu_racines = new Array( new Array('Actualite','news','index.php?page=accueil'), new Array('Forum','forum','index.php?page=forum'), new Array('Tchat','tchat','index.php?page=tchat'), new Array('Infos','infos','index.php?page=rens'), new Array('Telechargements','','index.php?page=down')); creeRacines(menu_racines); ajouterMenu("news"); ajouterItem("news", "Accueil", "index.php?page=accueil"); ajouterItem("news", "Archives", "index.php?page=archives"); ajouterMenu("forum"); ajouterItem("forum", "Inscription", "index.php?page=compte"); ajouterItem("forum", "Entrer", "index.php?page=forum"); ajouterItem("forum", "Liste des membres", "index.php?page=listemembres"); ajouterMenu("tchat"); ajouterItem("tchat", "Inscription", "index.php?page=compte"); ajouterItem("tchat", "Entrer", "index.php?page=connect&arriv=tchat"); ajouterItem("tchat", "Liste des membres", "index.php?page=listemembres"); ajouterMenu("infos"); ajouterItem("infos", "Programme", "index.php?page=prog"); ajouterItem("infos", "Extra", "index.php?page=rens"); ajouterItem("infos", "Statistiques", "index.php?page=stats"); ajouterItem("infos", "Nous contacter", "index.php?page=contact"); ajouterItem("infos", "Partenaires", "index.php?page=part");