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="#111216";
borderstyle="solid";
borderwidth=1;
fontfamily="verdana,helvetica";
fontsize="10px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#dbdbdb";
offcolor="#2d2d2d";
onbgcolor="#2d2d2d";
oncolor="#dbdbdb";
padding=3;
}


<!-- INDUSTRIES MENU -->

with(milonic=new menuname("Industries")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Power Generation;url=industries.html#powergeneration;");
aI("text=Nuclear;url=industries.html#nuclear;");
aI("text=Gas Compression;url=industries2.html#gascompression;");
aI("text=Aerospace / Military;url=industries2.html#aerospace;");
aI("text=Industrial Equipment Manufacturers;url=industries2.html#industrialequip;");
aI("text=Petrochemical / Oil & Gas Exploration;url=industries2.html#petrochemical;");
}

drawMenus();


