fixMozillaZIndex=false; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_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=50                // Follow scrolling Rate
_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=-2            // 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="#FFFFFF";
oncolor="#0066B3";
offbgcolor="#FFFFFF";
offcolor="#231F20";
padding=2;
separatorcolor="#FFFFFF";
separatorsize=10;
fontsize="14";
fontstyle="normal";
fontweight="bold";
fontfamily="sans-serif";
pagebgcolor="#FFFFFF";
pagecolor="#0066B3";

/*overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=3)";
outfilter="randomdissolve(duration=0.2)";*/
}


with(milonic=new menuname("Main Menu")){

style=menuStyle;
/*top=134;*/
left=0;
alwaysvisible=1;
orientation="vertical";
position="relative";
aI("text=ACCUEIL;url=accueil.php;");
aI("text=CONF&Eacute;RENCES;url=conferences.php;");
aI("text=COACHING;url=coaching.php;");
aI("text=PROFIL;url=profil.php;");
aI("text=BIOGRAPHIE;url=biographie.php;");
aI("text=PUBLICATIONS;url=publications.php;");
aI("text=PRESSE;url=presse.php;");
aI("text=LIENS;url=liens.php;")
aI("text=CONTACT;url=contact.php;");
}
drawMenus();


