_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10             // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
  itemwidth="149";
  onbgcolor="#292852";
  oncolor="#ffffff";
  offbgcolor="#E2E2F3";
  offcolor="#111111";
  bordercolor="#ffffff";
  borderstyle="solid";
  borderwidth=1;
  separatorcolor="#ffffff";
  separatorsize="3";
  padding=1;
  fontsize="75%";
  fontstyle="normal";
  fontfamily="Verdana, Tahoma, Arial";
  pagecolor="black";
  pagebgcolor="#ffffff";
  headercolor="#000000";
  headerbgcolor="#ffffff";
  subimage="menu/arrow.gif";
  subimagepadding="2";
  overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=0, Strength=0)";
  outfilter="randomdissolve(duration=0.3)";
  }



with(milonic=new menuname("societe")){
style=menuStyle;
overflow="scroll";
aI("text=Présentation;url=/presentation.htm;");
aI("text=Historique;url=/historique.htm;");
aI("text=Directeurs/Présidents;url=/dirpres.htm;");
aI("text=Revue de presse;url=/revue_presse.htm;");
aI("text=Documents;url=/documents.php;");

}

with(milonic=new menuname("actuel")){
style=menuStyle;
overflow="scroll";
aI("text=Les brèves;url=/breves.php;");
aI("text=L'agenda;url=/agenda.php;");
aI("text=Rubriques spéciales;url=/rubriques.php;");
}

with(milonic=new menuname("effectif")){
style=menuStyle;
overflow="scroll";
aI("text=Membres;url=/membres.php;");
aI("text=Membres d'honneur;url=/membres_honneur.php;");
aI("text=Comité;url=/comite.htm;");
aI("text=Commission musicale;url=/commu.htm;");
}

with(milonic=new menuname("formations")){
style=menuStyle;
overflow="scroll";
aI("text=Flûte douce;url=/flutedouce.htm;");
aI("text=Ecole de tambours;url=/tambours.htm;");
aI("text=Conservatoire décentralisé;url=/cdc.htm;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
overflow="scroll";
aI("text=Formulaire de contact;url=/formulaire.htm;");
aI("text=Livre d'or;url=/livre_lire.php;");
aI("text=Newsletter;url=/newsletter.htm;");
}

with(milonic=new menuname("multimedia")){
style=menuStyle;
overflow="scroll";
aI("text=Photos;showmenu=photos;");
aI("text=Audio;url=/audio.htm;");
}

with(milonic=new menuname("archives")){
style=menuStyle;
overflow="scroll";
aI("text=Brèves;showmenu=archives_breves;");
aI("text=Agendas;showmenu=archives_agendas;");
}

with(milonic=new menuname("liens")){
style=menuStyle;
overflow="scroll";
aI("text=Musicaux;url=/linksmus.htm;");
aI("text=Autres;url=/links.htm;");
aI("text=Sponsors;url=/sponsor.htm;");
}

with(milonic=new menuname("photos")){
style=menuStyle;
overflow="scroll";
aI("text=Officielles;url=/photosoff.htm;");
aI("text=On Tour;url=/albums/ontour/index.php;");
}

with(milonic=new menuname("archives_breves")){
style=menuStyle;
overflow="scroll";
aI("text=2007;url=/archive_breves_07.php;");
aI("text=2006;url=/archive_breves_06.php;");
aI("text=2005;url=/archive_breves_05.php;");
aI("text=2004;url=/archive_breves_04.php;");
aI("text=2003;url=/archive_breves_03.php;");
aI("text=2002;url=/archive_breves_02.php;");
}

with(milonic=new menuname("archives_agendas")){
style=menuStyle;
overflow="scroll";
aI("text=2007;url=/archive_agenda_08.php;");
aI("text=2007;url=/archive_agenda_07.php;");
aI("text=2006;url=/archive_agenda_06.php;");
aI("text=2005;url=/archive_agenda_05.php;");
aI("text=2004;url=/archive_agenda_04.php;");
aI("text=2003;url=/archive_agenda_03.php;");
}

drawMenus();

