_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()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrowdn.jpeg";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(UGSEL=new menuname("Main Menu")){
style=menuStyle;
top=120;
screenposition="center"; 
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=http://www.milonic.com/;status=Back To Home Page;");
aI("text=Accueil;url=http://www.ugsel72.fr/;");
aI("text=Présentation;showmenu=presentation;");
aI("text=Les écoles en Sarthe;showmenu=ecoles;");
aI("text=Animation Sportive 2d Degré;showmenu=animations2;");
aI("text=Les Championnats en Sarthe;showmenu=championnat;");
aI("text=Contact;showmenu=contact;");

}

with(milonic=new menuname("presentation")){
style=menuStyle;
overflow="scroll";
aI("text=Permanences de l' UGSEL Sarthe;url=permanence.htm;");
aI("text=Missions;url=missions.htm;");
aI("text=Conseil d'Administration et C.S.D.;url=bureau.htm;");
aI("text=Sites UGSEL;url=sites.htm;");

}

with(milonic=new menuname("ecoles")){
style=menuStyle;
overflow="scroll";
aI("text=Animations pédagogiques;url=animations1.htm;");
aI("text=Animations sportives;url=sports1.htm;");
aI("text=Les formations;url=formation1.htm;");

}


with(milonic=new menuname("photos")){
style=menuStyle;
overflow="scroll";
aI("text=Photos des écoles;url=photos1.htm;");
aI("text=Photos des collèges et lycées;url=photos2.htm;");
}


with(milonic=new menuname("animations2")){
style=menuStyle;
overflow="scroll";
aI("text=Commission Sportive Départementale;url=csd.htm;");
aI("text=Calendrier;url=calendrier.htm;");
aI("text=Résultats 2011-2012;url=resultats.htm;");
aI("text=Circulaires 2011-2012;url=circulaires.htm;");

}
with(milonic=new menuname("championnat")){
style=menuStyle;
overflow="scroll";
aI("text=A venir;url=championnat.htm;");

}


with(milonic=new menuname("contact")){
style=menuStyle;
overflow="scroll";
aI("text=Inscription;url=inscription.htm;");
aI("text=contact;url=mailto:ugsel-sarthe@wanadoo.fr;");

}


drawMenus();



drawMenus();



