/* fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=300;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(mainMenuStyle=new mm_style()){
borderstyle="none";
borderwidth=0;
fontfamily="Arial, Helvetica, Verdana, Tahoma";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#156F95"; 
onbgcolor="#97D6F0";
oncolor="#000000";
padding=4;
}

with(menuStyle=new mm_style()){
align="left";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#97D6F0";
oncolor="#000000";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="http://www.smenet.org/images/menuBar/arrow.gif";
subimagepadding=2;
}
*/

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
/* left=10; */
orientation="horizontal";
position="relative";
style=mainMenuStyle;
/* screenposition="center"; */
/* top=10; */
aI("showmenu=Divisions;image=http://www.smenet.org/images/menuBar/btnMenuBarDivisions.gif;url=http://www.smenet.org/divisions");
}

with(milonic=new menuname("Divisions")){
overflow="scroll";
style=menuStyle;
aI("text=About SME Divisions;url=http://www.smenet.org/divisions;")
aI("text=Coal and Energy;url=http://www.smenet.org/CoalAndEnergy;")
aI("text=Environmental;url=http://www.smenet.org/Environmental;")
aI("text=Industrial Minerals;url=http://www.smenet.org/IndustrialMinerals;")
aI("text=Mineral & Metallurgical Processing;url=http://www.smenet.org/mpd;")
aI("text=Mining and Exploration;url=http://www.smenet.org/MiningAndExploration;")
aI("text=UCA - Underground Construction Association Division;url=http://uca.smenet.org?CFID=" + cfid + "&CFTOKEN=" + cftoken + ";")
aI("text=WAAIME - Woman's Auxiliary to the AIME;url=http://www.smenet.org/WAAIME;")
aI("text=SME 2009 Bluebook;url=http://www.smenet.org/BlueBook;")
}


drawMenus();


