function Load_NM()
{
	var NM=new NM_Menu("NM_01",null);
  NM.orientation="horizontal";
  NM.direction="right";
  NM.left=0;
  NM.top=0;
  NM.zindex=5;
  
	var style1=new style();
  style1.orientation="horizontal";
  style1.direction="left";
  style1.openTo="down";
  
  var sub1=new NM_Menu("",NM);
  sub1.offImg="../../FRMEDIA/nav_concept.jpg";
  sub1.onImg="../../FRMEDIA/nav_concept_on.jpg";
	sub1.url = "../CONCEPT/index.php";
  sub1.width=97;
  sub1.height=30;
  sub1.setStyle(style1);
  sub1.openTo="right";
  sub1.fadeIn=800;
  sub1.fadeOut=800;
	sub1.orderd=70;
  sub1.scroll=25;
	sub1.scrollStyle="order";
  sub1.direction="down";
  sub1.orientation="vertical";
  sub1.title="Concept";
  sub1.addSelf();
  
  var sub2=new NM_Menu("",NM);
  sub2.offImg="../../FRMEDIA/nav_programme.jpg";
  sub2.onImg="../../FRMEDIA/nav_programme_on.jpg";
	sub2.url = "../PROGRAMME/index.php";
  sub2.width=132;
  sub2.height=30;
  sub2.setStyle(style1);
  sub2.openTo="right";
  sub2.fadeIn=800;
  sub2.fadeOut=800;
	sub2.orderd=70;
  sub2.scroll=25;
	sub2.scrollStyle="order";
  sub2.direction="down";
  sub2.orientation="vertical";
  sub2.title="Programme";
  sub2.addSelf();
  
  var sub3=new NM_Menu("",NM);
  sub3.offImg="../../FRMEDIA/nav_partenaires.jpg";
  sub3.onImg="../../FRMEDIA/nav_partenaires_on.jpg";
	sub3.url = "../PARTENAIRES/index.php";
  sub3.width=142;
  sub3.height=30;
  sub3.setStyle(style1);
  sub3.openTo="right";
  sub3.fadeIn=800;
  sub3.fadeOut=800;
	sub3.orderd=70;
  sub3.scroll=25;
	sub3.scrollStyle="order";
  sub3.direction="down";
  sub3.orientation="vertical";
  sub3.title="Partenaires";
  sub3.addSelf();
  
/*
  var sub4=new NM_Menu("",NM);
  sub4.offImg="../../FRMEDIA/nav_infos.gif";
  sub4.onImg="../../FRMEDIA/nav_infos_on.gif";
	sub4.url = "../INFOS/index.php";
  sub4.width=139;
  sub4.height=30;
  sub4.setStyle(style1);
  sub4.openTo="right";
  sub4.fadeIn=800;
  sub4.fadeOut=800;
	sub4.orderd=70;
  sub4.scroll=24;
	sub4.scrollStyle="order";
  sub4.direction="down";
  sub4.orientation="vertical";
  sub4.title="Infos Pratiques";
  sub4.addSelf();
	*/
  var sub4=new NM_Menu("",NM);
  sub4.offImg="../../FRMEDIA/nav_insc.jpg";
  sub4.onImg="../../FRMEDIA/nav_insc_on.jpg";
	sub4.url = "../INSCRIPTIONS/index.php";
  sub4.width=139;
  sub4.height=30;
  sub4.setStyle(style1);
  sub4.openTo="right";
  sub4.fadeIn=800;
  sub4.fadeOut=800;
	sub4.orderd=70;
  sub4.scroll=25;
	sub4.scrollStyle="order";
  sub4.direction="down";
  sub4.orientation="vertical";
  sub4.title="Inscriptions";
  sub4.addSelf();
  
  var sub5=new NM_Menu("",NM);
  sub5.offImg="../../FRMEDIA/nav_infos.jpg";
  sub5.onImg="../../FRMEDIA/nav_infos_on.jpg";
	sub5.url = "../INFOS/index.php";
  sub5.width=147;
  sub5.height=30;
  sub5.setStyle(style1);
  sub5.openTo="right";
  sub5.fadeIn=800;
  sub5.fadeOut=800;
	sub5.orderd=70;
  sub5.scroll=25;
	sub5.scrollStyle="order";
  sub5.direction="down";
  sub5.orientation="vertical";
  sub5.title="Infos Pratiques";
  sub5.addSelf();

 
  NM.prepare();
  NM_Init_Menu();
}
