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=Home;text=&nbsp;Home;url=index-en.html;");
aI("showmenu=Services;text=&nbsp;Services;");
aI("showmenu=CERT-XMCO;text=&nbsp;CERT-XMCO;");
aI("showmenu=Cas concrets;text=&nbsp;Case Studies;");
aI("showmenu=Recrutement;text=&nbsp;Job opportunities;");
aI("showmenu=Publications;text=&nbsp;Whitepapers;");
aI("showmenu=Tools;text=&nbsp;Tools;");
aI("showmenu=Compagny;text=&nbsp;Company;");
}

with(tuy=new menuname("Home")){
overflow="scroll";
style=menuStyle;
aI("image=images/home_bar.png;text=Home Page;url=index-en.html;")
aI("image=images/login_bar.png;text=Client Access;url=login-en.html;")
}

with(tuy=new menuname("Services")){
overflow="scroll";
style=menuStyle;
aI("image=images/internship_bar.gif;text=Penetration test;url=tests-intrusion-en.html;")
aI("image=images/audit_bar.gif;text=Security audit;url=audit-securite-en.html;")
aI("image=images/phone_bar.png;text=Voice over IP;url=voip-en.html;")
aI("image=images/formation_bar.png;text=Training (french);url=formation-securite-fr.html;")
}

with(tuy=new menuname("CERT-XMCO")){
style=menuStyle;
aI("image=http://www.xmcopartners.com/images/favicon.ico;text=CERT-XMCO Web site;url=http://cert.xmcopartners.com/index.xmco;")
aI("image=images/veille_bar.png;text=Vulnerability Watch;url=veille-en.html;")
aI("image=images/watchlog_bar.jpg;text=Watchlog : Logs management ;url=watchlog-en.html;");
aI("image=images/forensic_bar.png;text=Forensics (french);url=forensic-fr.html;")
aI("image=http://www.xmcopartners.com/images/malware.png;text=Malware Analysis;url=http://www.xmcopartners.com/malware-forensic-fr.html;")
aI("image=images/ids_audit_bar.png;text=IDS management;url=watcher-en.html;");

}

with(tuy=new menuname("Cas concrets")){
style=menuStyle;
aI("image=images/sox_bar.gif;text=Audit Sarbanes Oxley;url=sox-audit-en.html;");
aI("image=images/internship_bar.gif;text=Bank portal penetration test;url=test-intrusion-banque-en.html;");
aI("image=images/phone_bar.png;text=VoIP Infrastructure Assessment;url=voip-audit-en.html;");
}

with(tuy=new menuname("Recrutement")){
style=menuStyle;
aI("image=images/recrute_bar.gif;text=Available positions (french);url=job-fr.html;");
aI("image=images/keyboard_bar.gif;text=Internships (french);url=stage-fr.html;");
}

with(tuy=new menuname("Publications")){
style=menuStyle;
aI("image=images/actu_secu_bar.jpg;text=Our newsletter (french);url=actualite-securite-vulnerabilite-fr.html;");
aI("image=images/dossier_bar.gif;text=Whitepapers (french);url=whitepapers-fr.html;");
}

with(tuy=new menuname("Tools")){
style=menuStyle;
aI("image=http://www.xmcopartners.com/images/tools_bar.png;text=IMA : Identity Management Auditor;url=http://www.xmcopartners.com/ima/index.html;");
aI("image=http://www.xmcopartners.com/images/tools_bar.png;text=LM2NTCrack : NT Password Cracker;url=http://www.xmcopartners.com/lm2ntcrack/index.html;");
}

with(tuy=new menuname("Compagny")){
style=menuStyle;
aI("image=images/xmco_bar.gif;text=About us;url=company-en.html;");
aI("image=images/presse_bar.png;text=Press (french);url=presse-fr.html;");
aI("image=images/contact_bar.png;text=Contacts;url=contacts-en.html;");
}


drawMenus();

