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("services")){
style=menuStyle;

aI("text=Services for Nonprofits;url=/services_non.cfm;");
aI("text=Services for Individuals;url=/services_ind.cfm;");
aI("text=401(k) & 403(b) Consulting;url=/retirement.cfm;");
}

with(milonic=new menuname("resources")){
style=menuStyle;
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/retirement_nestegg.cfm;");
aI("text=Personal Economic Recovery Calculator;url=/calc/recover_time.cfm;");
aI("text=Investment Returns;url=/calc/investment_return.cfm;");
aI("text=How long will my money last?;url=/calc/investment_distribution.cfm;");
aI("text=401(k)/403 (b) Savings Plan;url=/calc/retire_401k.cfm;");
}

with(milonic=new menuname("articles")){
style=menuStyle;


aI("text=Calculators >>  ;showmenu=calcs;");
aI("text=Articles >>  ;showmenu=resources;");

}


drawMenus();



