//				document.write('<br>Résolution réelle      : ' + screen.width + 'x' + screen.height);
//				document.write('<br>Résolution utile       : ' + screen.availWidth + 'x' + screen.availHeight);


fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=300;
_menuOpenDelay=100;
_subOffsetTop=2;
_subOffsetLeft=1;

with(menuStyle=new mm_style()){
bordercolor="#FF8C00";
borderstyle="solid";
borderwidth=6;
fontfamily="Georgia, 'Bitstream Vera Serif', Norasi, serif";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#87C8FA";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#FF8C00";
separatorsize=4;
subimage="/images/arrow.gif";
subimagepadding=10;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
//left=screen.width-1000;
top=150;
left=(screen.availWidth-550)/2;
aI("text=Accueil;url=http://www.ohvh.be/;");
aI("text=Les Concerts;url=/concerts.php5;");
aI("text=Photos;url=/photosGalleries.php5;");
aI("text=Liens;url=/links.php5;");
aI("text=Livre d'Or;url=/goldbook.php5;");
aI("text=Contacts;url=/contacts.php5;");
aI("text=Espace Membres;url=/admin/index.php5;");
aI("showmenu=Orchestre;text=Orchestre;");
}

with(milonic=new menuname("Orchestre")){
overflow="scroll";
style=menuStyle;
aI("text=L'Harmonie;url=/harmonie.php5;")
aI("text=Le Chef;url=/chef.php5;")
aI("text=Le Sous-Chef;url=/souschef.php5;")
aI("text=Les musiciens;url=/mucisiens.php5;")
aI("text=Le Conseil d'Administration;url=/conseil.php5;")
aI("text=Le Comité Musical;url=/comu.php5;")
aI("text=Historique;url=/historique.php5;")
}



drawMenus();


