function fwLoadMenus() { if (window.fw_menu_0) return; // SOUS-MENU troubles window.fw_menu_0 = new Menu("root",145,15,"Verdana, Arial, Helvetica, sans-serif",10,"#dddddd","#000066","#000066","#dddddd"); fw_menu_0.addMenuItem("Troubles anxieux","location='trouble.php?cat=anxieux'"); fw_menu_0.addMenuItem("Difficultés chez l'enfant","location='trouble.php?cat=enfant'"); fw_menu_0.addMenuItem("Autres troubles","location='trouble.php?cat=autres'"); fw_menu_0.hideOnMouseOut=true; fw_menu_0.childMenuIcon="images/arrows.gif"; // SOUS-MENU therapies window.fw_menu_1 = new Menu("root",145,15,"Verdana, Arial, Helvetica, sans-serif",10,"#dddddd","#000066","#000066","#dddddd"); fw_menu_1.addMenuItem("En général","location='therapies.php'"); fw_menu_1.addMenuItem("Bilan","location='bilan.php'"); fw_menu_1.addMenuItem("Bilan enfant","location='bilan_enfant.php'"); fw_menu_1.addMenuItem("Individuel","location='individuel.php'"); fw_menu_1.addMenuItem("Groupe","location='groupe.php'"); fw_menu_1.addMenuItem("Chez l'enfant","location='enfant.php'"); fw_menu_1.hideOnMouseOut=true; fw_menu_1.childMenuIcon="images/arrows.gif"; // SOUS-MENU publications window.fw_menu_2 = new Menu("root",145,15,"Verdana, Arial, Helvetica, sans-serif",10,"#dddddd","#000066","#000066","#dddddd"); fw_menu_2.addMenuItem("Mémoires","location='memoires.php'"); fw_menu_2.addMenuItem("Thèses de doctorat","location='theses.php'"); fw_menu_2.addMenuItem("Articles","location='articles.php'"); fw_menu_2.addMenuItem("Livres CPS","location='livres.php?cat=cps'"); fw_menu_2.addMenuItem("Livres conseillés","location='livres.php?cat=all'"); fw_menu_2.hideOnMouseOut=true; fw_menu_2.childMenuIcon="images/arrows.gif"; fw_menu_2.writeMenus(); } // fwLoadMenus()