


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=-1            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#0F64E0";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#0F64E0";
bordercolor="#000000";
borderstyle="solid";
borderwidth=2;
separatorcolor="#000000";
separatorsize="1";
padding=5;
fontsize="85%";
fontstyle="italic";
fontweight="bold";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="#ffffff";
pagebgcolor="#9CC1ED";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="3";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.5)";
}


//with(milonic=new menuname("Main Menu")){
//style=menuStyle;
//top=10;
//left=10;
//alwaysvisible=1;
//aI("text=Home;url=http://www.milonic.com/;status=Back To Home Page;");
//aI("text=Menu Samples;showmenu=Samples;");
//aI("text=Milonic;showmenu=Milonic;");
//aI("text=Partners;showmenu=Partners;");
//aI("text=Links;showmenu=Links;");
//aI("text=My Milonic;showmenu=My Milonic;");
//}

/////////////Sous menu du site/////////////////

with(milonic=new menuname("Association")){
style=menuStyle;
overflow="scroll";
aI("text=Références administratives;url=References.php;");
aI("text=Statuts;url=Statuts.php;");
aI("text=Bulletin d'information;url=Bulletin.php;status=Le bulletin trimestrielle de l'association;");
aI("text=Bulletin d'adhésion;url=Bulletin_Adhesion.php;status=Le bulletin d'adhésion de l'association;");
}

with(milonic=new menuname("Activités")){
style=menuStyle;
aI("text=Presentation des activités;url=Activites.htm;");
aI("text=Les activités;url=affiche_activites.php;");
}

with(milonic=new menuname("Programmation")){
style=menuStyle;
aI("text=Programme des spectacles;url=affiche_spectacle.php;");
aI("text=Reservation de places;url=Demande_Reservation.php;");
}


drawMenus();

