_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0              // 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(blStyle=new mm_style()){
onbgcolor="#3399cc";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CCCCCC";
separatorsize="1";
padding=5;
fontsize="x-small";
fontstyle="normal";
fontfamily="Verdana, Arial, sans-serif";
/*pagecolor="black"; 
pagebgcolor="#CC0000";
headercolor="#FFFFFF";
headerbgcolor="#ffffff";*/
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="Fade(duration=0.2)";
}

with(vioStyle=new mm_style()){
onbgcolor="#8d69a9";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CCCCCC";
separatorsize="1";
padding=5;
fontsize="x-small";
fontstyle="normal";
fontfamily="Verdana, Arial, sans-serif";
/*pagecolor="black"; 
pagebgcolor="#CC0000";
headercolor="#FFFFFF";
headerbgcolor="#ffffff";*/
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="Fade(duration=0.2)";
}

with(beStyle=new mm_style()){
onbgcolor="#ca8446";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CCCCCC";
separatorsize="1";
padding=5;
fontsize="x-small";
fontstyle="normal";
fontfamily="Verdana, Arial, sans-serif";
/*pagecolor="black"; 
pagebgcolor="#CC0000";
headercolor="#FFFFFF";
headerbgcolor="#ffffff";*/
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="Fade(duration=0.2)";
}

with(qwStyle=new mm_style()){
onbgcolor="#bb594e";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CCCCCC";
separatorsize="1";
padding=5;
fontsize="x-small";
fontstyle="normal";
fontfamily="Verdana, Arial, sans-serif";
/*pagecolor="black"; 
pagebgcolor="#CC0000";
headercolor="#FFFFFF";
headerbgcolor="#ffffff";*/
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="Fade(duration=0.2)";
}

with(milonic=new menuname("nav_eve")){
style=blStyle;
overflow="scroll";
aI("text=100 rencontres;url=eve_100rencontres.html;showmenu=nav_100;status=100 rencontres");
aI("text=Dimanches littéraires;url=brunchs.html;status=Dimanches littéraires");
aI("text=Cycle Schumann;url=eve_CycleSchumann.html;status=Cycle Schumann");
aI("text=Grande F&ecirc;te du Centenaire;url=eve_gd_fete.html;status=Grande fete du centenaire");
aI("text=F&ecirc;te de la musique;url=eve_feteMusique.html;status=Fete de la musique");
}

with(milonic=new menuname("nav_100")){
style=blStyle;
overflow="scroll";
aI("text=&Eacute;v&eacute;nements en 2010;url=evenements.html#juin;status=Événements");
}


with(milonic=new menuname("nav_pub")){
style=vioStyle;
overflow="scroll";
aI("text=Coffret;url=coffret.html;status=Coffret");
aI("text=Catalogues d'exposition;url=catalogues_expos.html;status=Catalogues d'exposition");
aI("text=Ouvrages scientifiques;url=ouvrages_scientifiques.html;status=Ouvrages scientifiques");
}

with(milonic=new menuname("nav_doc")){
style=beStyle;
overflow="scroll";
aI("text=Images;url=images.html;status=Images");
aI("text=Vid&eacute;os;url=videos.html;status=Vid&eacute;os");
aI("text=Bibliographie et documents;url=documents.html;status=Bibliographie et documents");
}

with(milonic=new menuname("nav_par")){
style=qwStyle;
overflow="scroll";
aI("text=Partenaires;url=partenaires.html;status=Partenaires");
aI("text=Voeux;url=voeux.html;status=Voeux");
}



drawMenus();


