 

_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=10             // Sub menu top offset
_subOffsetLeft=0        // 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="#003366";
oncolor="#FFffff";
offbgcolor="#336799";
offcolor="#ffffff";
bordercolor="#EEF2F3";
borderstyle="solid";
borderwidth=0;
separatorcolor="#336699";
separatorsize="1";
padding=4;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#7B96B5";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow1.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#003366', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

//menu pricipale
with(onemenu=new menuname("Main Menu")){
style=menuStyle;

alwaysvisible=1;
orientation="vertical";

aI('text=Membres ;url=db_Membres_liste.asp;status=Membres;');
aI('text=Officiels ;url=db_Arbitres_liste.asp;status=Officiels;');
aI('text=Clubs ;url=db_Clubs_liste.asp;status=Clubs;');
aI('text=Compétitions ;url=db_Comp_liste.asp;status=Compétitions;');
aI('text=Rapports ;url=db_Rapport_liste.asp;status=Rapports;');



aI('text=Rapports clubs&nbsp;;showmenu=195;');
aI('text=Rapports fédération&nbsp;;showmenu=196;');
}

//sous menu
with(onemenu=new menuname('195')){style=menuStyle;
aI('text=Rapport Excel Affiliation ;url=db_rapport_clubA.asp;status=Rapport Excel Affiliation;');
aI('text=Rapport Excel Compétition ;url=db_Comp_Excel.asp;status=Rapport Excel Compétition;');
}
with(onemenu=new menuname('196')){style=menuStyle;
aI('text=Rapport Excel Affiliation ;url=db_rapport_fedA.asp;status=Rapport Excel Affiliation;');
aI('text=Rapport Excel Compétition ;url=db_Comp_Excel_fed.asp;status=Rapport Excel Compétition;');
}
drawMenus();
