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(mainMenuStyle=new mm_style()){
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
overflow="scroll";
position="relative";
style=menuStyle;
aI("text=HOME;url=index.htm;");
aI("showmenu=Samples;text=ABOUT;url=about.htm;");
aI("showmenu=S;text=SERVICES;url=services.htm;");
aI("showmenu=E;text=EMPLOYMENT;url=employment.htm;");
aI("showmenu=N;text=NEWS;url=news.htm;");
aI("showmenu=C;text=CONTACT;url=contact.htm;");
}

drawMenus();

