fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=250;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#000000";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
//outfilter="randomdissolve(duration=0.0)";removed, because it sometimes gets frozen during transition
overfilter="Fade(duration=0.2);Alpha(opacity=100)";//;Shadow(color=#777777', Direction=135, Strength=3)     this part was removed from overfilter
padding=5;
//pagebgcolor="#82B6D7";  //this isn't the "current on bg color..."
pagecolor="black";

//subimage="arrow.gif"; removed otherwise two arrows, use in submenus with the down arrow
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
//left="offset=-53"   disabled because of broswer result difference, centered is on.
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=226;

//------------------------------------------------------------------------------
//   IMPORTANT MENU NOTES
//the command "itemwidth" sets width for each menu block...  which all adds up to span across the screen.
//           ...so if any text of the menu is edited, the "itemwidth" must also be updated!

// *note* menu sub-items (far below) may also have "itemwidth"
//------------------------------------------------------------------------------


aI("text=Home;url=index.html;align=center;itemwidth=60");
aI("showmenu=About MWR;text=About MWR;image=arrow.gif;overimage=arrow_down.gif;imagepadding=6;itemwidth=110");
aI("showmenu=Products & Services;text=Products & Services;image=arrow.gif;overimage=arrow_down.gif;imagepadding=6;itemwidth=205");
aI("showmenu=Press Releases & Articles;text=Press Releases & Articles;image=arrow.gif;overimage=arrow_down.gif;imagepadding=6;itemwidth=190");
aI("text=Hiring;url=hiring.html;align=center;itemwidth=63");
aI("text=Client Access;url=https://www.mystreetscape.com/my/mwr;offbgcolor=#9FDDAF;offcolor=#000000;oncolor=#ffffff;onbgcolor=#4F8EB6;align=center;itemwidth=95");
}

with(milonic=new menuname("Home")){
style=menuStyle;
}

with(milonic=new menuname("About MWR")){
style=menuStyle;
menuwidth="100"
margin=5
aI("text=History;url=history.html;")
aI("text=Management;url=management.html;")
aI("text=Community;url=Community.html;")
aI("text=Contact Us;url=contactus.html;")
aI("text=Disclosures;url=disclosures.html;")
}

with(milonic=new menuname("Products & Services")){
style=menuStyle;
menuwidth="195";
margin=5;
aI("text=Agency Equity Trading;url=agency_equity_trading.html;")
aI("text=Community Bank Stock Group;url=Community_Bank.html;")
aI("text=Capital Management;url=capital_management.html;")
aI("text=Corporate Finance;url=corporate_finance.html;")
aI("text=Fixed Income;url=fixed_income.html;")
aI("text=Institutional Sales;url=institutional_sales.html;")
aI("text=Investment Advisory;url=investment_advisory.html;")
aI("text=Principal Equity Trading;url=principal_equity_trading.html;")
aI("text=Research;url=research.html;")
aI("text=Retail Brokerage;url=retail_brokerage.html;")
aI("text=E-Confirms & Statements;url=econfirms-statements.html;")
}
//------------------------------------------------------------------------------
//  If the menu width is changed above, then also check the itemwidth below!
//------------------------------------------------------------------------------

with(milonic=new menuname("Press Releases & Articles")){
style=menuStyle;
menuwidth="180"
margin=5
aI("text=Announcements;url=announcements.html");
aI("text=Press Releases;url=press_releases.html;");
}



drawMenus();

