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=-173;
_subOffsetLeft=0;

with(ScrollingSampStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Geneva, Arial, helvetica, sans-serif";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#000000";
offcolor="#f99c2b";
onbgcolor="#000000";
oncolor="#FFFFFF";
padding=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
menuwidth="680";
itemwidth="250";
orientation="horizontal";
position="relative";
style=ScrollingSampStyle;
aI("text=HOME;url=/home/home.php;target=mainFrame;");
aI("text=MOSMANS;showmenu=MOSMANS;target=mainFrame;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text=PROJECTEN;url=/tijdslijn/tijdslijn.php;target=mainFrame;");
aI("text=ACTUEEL;showmenu=ACTUEEL;target=mainFrame;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text=TOETSINGSTABELLEN;showmenu=TOETSINGSTABELLEN;target=mainFrame;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text=LINKS;url=/links/links.php;target=mainFrame;");
aI("text=CONTACT;showmenu=CONTACT;target=mainFrame;onfunction=openSubmenu();offfunction=closeSubmenu();");
}

drawMenus();