// JavaScript Document

function getmicmenu() {
	  d = new dTree('d');
	  /* menu nodes : (id, pid, name, url, title, target, icon, iconOpen, open) */
	  d.add(0,-1,'WINFO NUTRITION','','','','','','');
	  d.add(10,0,'HOME','/index.htm','','','/img/carotte.gif','','');
	  d.add(20,0,'PRODUITS ET SERVICES','/obesite les bases rationnelles.htm','','','/img/carotte.gif','','');
	  d.add(30,0,'FORUM NUTRTION','/forum/index.php','','','/img/carotte.gif','','');
	  d.add(40,0,'DOSSIERS NUTRITION','/dossiers nutrition.htm','','','/img/apple.gif','/img/appleopen.gif','true');
  	    d.add(4000,40,'Avis OMS sur l&acute;obésité','obesite factsheet organisation mondiale de la sante.htm','Traduction des factsheets de l&acute;organisation mondiale de la santé','','/img/carotte.gif','','');
	    d.add(4010,40,'BASES DE LA NUTRITION','/dossiers nutrition.htm','','','/img/apple.gif','/img/appleopen.gif','');
  	      d.add(401010,4010,'Composition des aliments','/composition des aliments.htm','','','/img/carotte.gif','','');
  	      d.add(401020,4010,'Bilan Energétique','/bilan energetique.htm','','','/img/carotte.gif','','');
  	      d.add(401030,4010,'Les glucides','/bases de la nutrition glucides 1.htm','','','/img/carotte.gif','','');
  	      d.add(401040,4010,'Les lipides','/bases de la nutrition lipides 1.htm','','','/img/carotte.gif','','');
	    d.add(4020,40,'LES BESOINS','','','','/img/apple.gif','/img/appleopen.gif','');
	      d.add(402010,4020,'de l&acute;enfant','','','','/img/apple.gif','/img/appleopen.gif','');
    	      d.add(40201010,402010,'Courbes IMC enfants','/courbes IMC de corpulence enfants.htm','','','/img/carotte.gif','','');
	    d.add(4030,40,'LES REGIMES','/les regimes pour maigrir.htm','','','/img/apple.gif','/img/appleopen.gif','');
	      d.add(403000,4030,'Atkins','/regime atkins hypoglucidique.htm','','','/img/carotte.gif','','');
	      d.add(403005,4030,'Scarsdale','/regime scarsdale hypolipidique.htm','','','/img/carotte.gif','','');
	      d.add(403010,4030,'Soupe au chou','/regime soupe au chou.htm','','','/img/carotte.gif','','');
	      d.add(403015,4030,'Mayo','/regime mayo hypocalorique.htm','','','/img/carotte.gif','','');
	      d.add(403020,4030,'Antoine','/regime antoine regimes dissocies.htm','','','/img/carotte.gif','','');
	      d.add(403025,4030,'Shelton','/regime shelton regimes dissocies.htm','','','/img/carotte.gif','','');
	      d.add(403030,4030,'Montignac','/regime montignac regimes dissocies.htm','','','/img/carotte.gif','','');
	      d.add(403035,4030,'du Jeûne','/regime de jeune complet regime d exclusion.htm','','','/img/carotte.gif','','');
	      d.add(403040,4030,'Hollywood','/regime hollywood regime d exclusion.htm','','','/img/carotte.gif','','');
	  d.add(4040,40,'INFO ALIMENTS','/informations sur les aliments.htm','','','/img/apple.gif','/img/appleopen.gif','true');
	    d.add(404010,4040,'Huiles et graisses','/huiles et graisses vegetales et animales.htm','','','/img/apple.gif','/img/appleopen.gif','');
	      d.add(40401010,404010,'Fabrication des huiles végétales','/huiles vegetales fabrication.htm','','','/img/carotte.gif','','');
	      d.add(40401020,404010,'Valeur nutritionnelle des huiles et graisses','/Valeur nutritionnelle des huiles et graisses.htm','','','/img/carotte.gif','','');
	  d.add(50,0,'QUI SOMMES NOUS','/qui sommes nous.htm','','','/img/carotte.gif','','');
	  d.add(60,0,'CONTACTEZ NOUS','/contactform.htm','','','/img/carotte.gif','','');
	  d.add(70,0,'EMPLOIS','/contact demande emploi.htm','','','/img/carotte.gif','','');
	  d.add(80,0,'AGENDA','/Agenda/Agenda.htm','','','/img/apple.gif','/img/appleopen.gif','true');
  	    d.add(8000,80,'Symposium Pédiatrie','/Agenda/Agenda%2017eme%20symposium%20pediatrie.htm','17ème symposium de pédiatrie à De Haan','','/img/carotte.gif','','');
	
	
	
 	  document.write(d);
}