fixMozillaZIndex=false; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;
treeOffset=0;  // Used to set the offset of sub menus
singleMasterMenu=true // Informs the system to only have one menu open at a time

with(menuStyle99=new mm_style()){
borderwidth=0;
padding=0;
fontfamily="Arial";
fontweight="normal";
fontsize="11px";
offcolor="#616161";
oncolor="#7b1917";
itemwidth="190";
itemheight="22";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
top=0;
position="relative";
orientation="vertical";
style=menuStyle99;
aI("text=&nbsp;<b>PRESS RELEASES</b>;url=press_releases.php;image=images/main_nav_minus2.gif;overimage=images/main_nav_plus2.gif;");
aI("itemheight=11;text=<img src=images/dotted2.jpg border=0 width=165 height=1 alt=>;");
aI("text=&nbsp;<b>PUBLISHED ARTICLES</b>;url=published_articles.php;image=images/main_nav_minus2.gif;overimage=images/main_nav_plus2.gif;");
aI("itemheight=11;text=<img src=images/dotted2.jpg border=0 width=165 height=1 alt=>;");
aI("text=&nbsp;<b>EVENTS</b>;url=events.php;image=images/main_nav_plus2.gif;overimage=images/main_nav_plus2.gif;offcolor=7b1917;");
aI("itemheight=11;text=<img src=images/dotted2.jpg border=0 width=165 height=1 alt=>;");
aI("text=&nbsp;<b>PRESS KIT</b>;url=press_kit.php;image=images/main_nav_minus2.gif;overimage=images/main_nav_plus2.gif;");
}


drawMenus();

