
fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=250;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with (menuStyle=new mm_style()) {
    bordercolor="#BCDFA0";
    borderstyle="solid";
    borderwidth=0;
    fontfamily="Helvetica, Arial, Verdana";
    fontsize="11px;";
    fontstyle="normal";
    headerbgcolor="#FFFFFF";
    headercolor="#000000";
    offbgcolor="#7AC042";
    offcolor="#FFFFFF";
    onbgcolor="#419100";
    oncolor="#FFFFFF";
    //outfilter="randomdissolve(duration=0.3)";
    overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
    padding=4;
    pagebgcolor="#7AC042";
    pagecolor="#FFFFFF";
    separatorcolor="#BCDFA0";
    separatorsize=1;
    subimage="http://officemaster.com/images/arrow.gif";
    subimagepadding=2;
}

with (milonic=new menuname("about_sub")) {
    overflow="scroll";
    style=menuStyle;
    itemwidth=200;
    aI("text=OVERVIEW;url=http://officemaster.com/about/?page_id=1;")
    aI("text=NEWS;url=http://officemaster.com/about/news.php;")
    aI("text=TESTIMONIALS;url=http://officemaster.com/about/testimonials.php;")
            aI("text=CORPORATE RESPONSIBILITIES;url=http://officemaster.com/about/?page_id=3;")
            aI("text=DOWNLOADS;url=http://officemaster.com/about/?page_id=17;")
    }

with (milonic=new menuname("product_sub")) {
    style=menuStyle;
    itemwidth=110;
    aI("text=FAMILY;url=http://officemaster.com/products/?view=families;");
    aI("text=FUNCTION;url=http://officemaster.com/products/?view=functions;");
    aI("text=BUYER'S GUIDE;url=http://officemaster.com/products/?view=buyers_guide;");
    aI("text=OPTIONS;url=http://officemaster.com/products/?view=options_guide;");
    aI("text=ADJUSTMENTS;url=http://officemaster.com/products/infinite_adjustments.php;");
}

with (milonic=new menuname("ergonomics")) {
    style=menuStyle;
    itemwidth=200;
    aI("text=OVERVIEW;url=http://officemaster.com/ergonomicu/?page_id=2;")
    aI("text=COURSES;url=http://officemaster.com/ergonomicu/courses.php;");
    aI("text=GUEST LECTURERS;url=http://officemaster.com/ergonomicu/guests.php;");
    }

drawMenus();
