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(ScrollingSampStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="verdana,helvetica";
fontsize="14px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="#ff3232";
oncolor="#2d313a";
padding=5;
}


<!-- About MENU -->
with(milonic=new menuname("About")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Mission Vision & Values;url=mission-vision-values.php;");
aI("text=Quality Systems;url=quality-systems.php;");
aI("text=Innovation & Services;url=innovation-services.php;");
aI("text=Equity Pyramid;url=equity-pyramid.php;");
}

<!-- Locations MENU -->
with(milonic=new menuname("Locations")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Corporate Headquarters;url=corporate-headquarters.php;");
aI("text=Electromac Tool, Windsor;url=electromac-tool-windsor.php;");
aI("text=Cannon Automotive Solutions, Windsor;url=cannnon-automotive-solutions-windsor.php;");
aI("text=Cannon Automotive Solutions, Bowling Green;url=cannnon-automotive-solutions-bowling-green.php;");
aI("text=Corporate Affiliation - Precision Partners;url=corporate-affiliation-pphc.php;");
}

<!-- Capabilities MENU -->
with(milonic=new menuname("Capabilities")){
overflow="scroll";
orientation="vertical";
style=ScrollingSampStyle;
aI("showmenu=Tooling;text=Tooling >;");
aI("showmenu=Production;text=Production >;");
}

<!-- Tooling MENU -->
with(milonic=new menuname("Tooling")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Conventional (COLD);url=conventional-cold.php;");
aI("text=Press Hardening / Hot Stamping;url=press-hardening-hot-stamping.php;");
aI("text=Laser / Prototyping;url=laser-prototyping.php;");
}

<!-- Production MENU -->
with(milonic=new menuname("Production")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Stamping / Assembly;url=stamping-assembly.php;");
}

<!-- Products MENU -->
with(milonic=new menuname("Products")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Tool & Die;url=tool-die.php;");
aI("text=Stamped Products;url=stamped-products.php;");
}

<!-- Stakeholders MENU -->
with(milonic=new menuname("Stakeholders")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Customers;url=stakeholders-customers.php;");
aI("text=Suppliers;url=stakeholders-suppliers.php;");
}

drawMenus();


