fixMozillaZIndex=true; 


_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#50498F";
oncolor="#A7C352";
offbgcolor="#50498F";
offcolor="#ffffff";
bordercolor="#524C8A";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=6;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana,Arial,Tahoma, ";
pagecolor="#A7C352";
pagebgcolor="#50498F";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("about")){
style=menuStyle;

aI("text=About Us;url=/Pages/About.aspx;");
aI("text=In The News;url=/Pages/InTheNews.aspx;");
aI("text=Investment Committee;url=/Pages/Investment_Committee.aspx;");
}

with(milonic=new menuname("services")){
style=menuStyle;

aI("text=Services for Nonprofits;url=/Pages/Services_Nonprofit.aspx;");
aI("text=Services for Individuals;url=/Pages/Services_Individuals.aspx;");
aI("text=401(k) & 403(b) Consulting;url=/Pages/Retirement.aspx;");
}

/*with(milonic=new menuname("resources")){
style=menuStyle;

aI("text=Investment Committee Meeting: Commodities Inclusion in a Portfolio;url=/articles/committee-feb.cfm;");
aI("text=Is Your Muni Ladder Safe?;url=/articles/muni.cfm;");
aI("text=Portfolio Endurance;url=/articles/endurance.cfm;");
aI("text=Staying Invested in 2010;url=/articles/staying_invested.cfm;");
aI("text=How Do Deficits and Debt Interact With Equity Markets?;url=/articles/deficits.cfm;");
aI("text=Investment Reserves, Trust is not an Internal Control;url=/articles/trust.cfm;");
aI("text=Rates Can Only Go Higher;url=/articles/rates.cfm;");
aI("text=The Lost Decade?;url=/articles/lost.cfm;");
aI("text=Thinking about a Roth Conversion?;url=/articles/roth.cfm;");
aI("text=Is the market rebound justified?;url=/articles/justified.cfm;");
aI("text=David Swensen's Guide to Sleeping Soundly;url=/articles/sleep.cfm;");
aI("text=The Road to Serfdom?;url=/articles/serfdom.cfm;");
aI("text=Yale's Investor Keeps Playbook;url=/articles/yale.cfm;");
aI("text=Were the Experts Helpful?;url=/articles/experts.cfm;");
aI("text=Black Monday;url=/articles/black_monday.cfm;");
aI("text=Is It Different This Time?;url=/articles/different.cfm;");
aI("text=Investing is like Dieting;url=/articles/dieting.cfm;");
aI("text=Buffett's Big Bet;url=/articles/buffett.cfm;");
}
*/
with(milonic=new menuname("calcs")){
style=menuStyle;

aI("text=Retirement Nestegg Calculator;url=/calc/Pages/retirement_nestegg.aspx;");
aI("text=Personal Economic Recovery Calculator;url=/calc/Pages/recover_time.aspx;");
aI("text=Investment Returns;url=/calc/Pages/investment_return.aspx;");
aI("text=How long will my money last?;url=/calc/Pages/investment_distribution.aspx;");
aI("text=401(k)/403 (b) Savings Plan;url=/calc/Pages/retire_401k.aspx;");
}
/*
with(milonic=new menuname("commentaries")){
style=menuStyle;
aI("text=February 2011;url=/commentaries/02.11.cfm;");
aI("text=January 2011;url=/commentaries/01.11.cfm;");
aI("text=December 2010;url=/commentaries/12.10.cfm;");
aI("text=November 2010;url=/commentaries/11.10.cfm;");
aI("text=October 2010;url=/commentaries/10.10.cfm;");
aI("text=September 2010;url=/commentaries/09.10.cfm;");
aI("text=August 2010;url=/commentaries/08.10.cfm;");
aI("text=July 2010;url=/commentaries/07.10.cfm;");
aI("text=June 2010;url=/commentaries/06.10.cfm;");
aI("text=May 2010;url=/commentaries/05.10.cfm;");
aI("text=April 2010;url=/commentaries/04.10.cfm;");
aI("text=March 2010;url=/commentaries/03.10.cfm;");
aI("text=February 2010;url=/commentaries/02.10.cfm;");
aI("text=January 2010     ;url=/commentaries/01.10.cfm;");
aI("text=2009 Commentaries;url=/commentaries/00.09.cfm;");
aI("text=2008 Commentaries;url=/commentaries/00.08.cfm;");
}
*/
with(milonic=new menuname("documents")){
style=menuStyle;

aI("text=RWM Documents;url=/Pages/Documents.aspx;");

}

with(milonic=new menuname("articles")){
style=menuStyle;


aI("text=Calculators >>  ;showmenu=calcs;");
/*aI("text=Articles >>  ;showmenu=resources;");*/
/*aI("text=Commentaries >>  ;showmenu=commentaries;");*/
aI("text=Documents >>  ;showmenu=documents;");
}


drawMenus();




