fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid"; 
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#FFDC51";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);";
padding=4;
pagebgcolor="#FFDC51";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=6;
}

with(tuy=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
top=0;
aI("showmenu=Accueil;text=&nbsp;Accueil;url=index.xmco;");
aI("showmenu=Publications;text= &nbsp;Publications;url=avis-expert.html;");
aI("showmenu=RSS;text= &nbsp;RSS");
}

with(tuy=new menuname("Accueil")){
overflow="scroll";
style=menuStyle;
aI("image=images/login_bar.png;text=Acc&egrave;s client;url=https://cert.xmco.fr/veille/client/;")^
aI("image=images/favicon.ico;text=Site web XMCO;url=http://www.xmcopartners.com/index.html;")
}

with(tuy=new menuname("Publications")){
overflow="scroll";
style=menuStyle;
aI("image=images/actu_secu_bar.jpg;text=Actu-Secu;url=http://www.xmcopartners.com/actualite-securite-vulnerabilite-fr.html;")
aI("image=images/blog.png;text=Blog;url=https://cert.xmco.fr/blog;")
}


with(tuy=new menuname("RSS")){
overflow="scroll";
style=menuStyle;
aI("image=images/rss1.png;text=Blog CERT-XMCO;url=http://cert.xmco.fr/blog/index.php?feed/atom;")
aI("image=images/rss2.png;text=Bulletins CERT-XMCO;url=http://www.xmco.fr/xmco_vulns.xml;")
}

drawMenus();


