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="#0d1d3e";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial";
fontsize="94%";
fontstyle="normal";
align="left";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#003f71";
offcolor="#c2c2c2";
onbgcolor="#0d1d3e";
oncolor="#ffffff";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";
padding=6;
pagebgcolor="#040d51";
pagecolor="#febf11";
separatorcolor="#040d51";
separatorsize=1;
subimage="/js/menu_scripts/arrow.gif";
subimagepadding=2;
}


with(milonic=new menuname("industriesmenu")){
style=menuStyle;
aI("text=Metal Service Centers;url=/industries/metal-service-centers.php;");
aI("text=Metal Fabrication;url=/industries/metal-fabrication.php;");
aI("text=Configure to Order;url=/industries/configure-to-order.php;");
aI("text=Supply Chain Management;url=/industries/supply-chain-management.php;");
}
with(milonic=new menuname("productsmenu")){
style=menuStyle;
aI("text=ERP Solutions;url=/products/erp/;");
aI("text=CRM Solutions;url=/products/crm/;");
aI("text=eBusiness Solutions;url=/products/ebusiness/;");
aI("text=Business Intelligence;url=/products/business-intelligence.php;");
}
with(milonic=new menuname("servicesmenu")){
style=menuStyle;
aI("text=Implementation Consulting;url=/services/implementation-consulting.php;");
aI("text=Training;url=/services/training.php;");
aI("text=Maintenance and Support Services;url=/support/index.php;");
}
with(milonic=new menuname("companymenu")){
style=menuStyle;
aI("text=About Us;url=/company/;");
aI("text=Contact Us;url=/company/contact_us.php;");
aI("text=Management Team;url=/company/mgmt_team.php;");
aI("text=Customers;url=/company/customers.php;");
aI("text=Careers;url=/company/careers/index.php;");
aI("text=Investor Relations;url=/company/investors.php;");
aI("text=News;url=/news/index.php;");
}

with(milonic=new menuname("partnersmenu")){
style=menuStyle;
aI("text=Complementary Solution Providers;url=/partners/complementary-solution-providers.php;");
aI("text=Technlogy Partners;url=/partners/technology-partners.php;");
aI("text=Value Added Resellers;url=/partners/value-added-resellers.php;");
aI("text=Become a Partner;url=/partners/become.php;");
}



drawMenus();


