_menuCloseDelay=100;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50;            // The time delay before menus open on mouse over
_followSpeed=5;                // Follow scrolling speed
_followRate=50;                // Follow scrolling Rate
_subOffsetTop=10;              // 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

_CFix=true;

with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#000000";
offbgcolor="";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A5BCCC";
separatorsize=0;
padding=0;
fontsize="9px"; 
fontstyle="normal";
fontweight="bold";
fontfamily="arial, helvetica, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding=0;
overfilter="";
outfilter="";
}

with(menuStyle2=new mm_style()){
onbgcolor="#928F7E";
oncolor="#FFFFFF";
offbgcolor="#3B3A33";
offcolor="#FFFFFF";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize=1;
padding=5;
menubgimage="";
fontsize="11px"; 
fontstyle="normal";
fontfamily="tahoma, arial";
subimage="images/arrow.gif";
overfilter="fade(duration=0.7);Alpha(opacity=90)";
outfilter="fade(duration=0.3)";
}

with(milonic=new menuname("why")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=112; 

aI("text=Company History;url=company_history.html");
aI("text=Philosophy;url=philosophy.html");
aI("text=Kelly Ruggles, Owner;url=kelly_ruggles.html");
}

with(milonic=new menuname("core")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=125; 

aI("text=Financial Planning;url=financial_planning.html");
aI("text=Investment Philosophy;url=investment_philosophy.html");
aI("text=Estate Planning;url=estate_planning.html");
}
		
with(milonic=new menuname("clientcenter")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=135; 

aI("text=Account Services;url=account_services.html");
aI("text=Financial Calculators;url=financial_calculators.html");
aI("text=Articles;url=articles.html");
aI("text=Newsletter;url=newsletter.html");
aI("text=Speaking;url=speaking.html");
aI("text=Useful Links & Resources;url=useful_links.html");
}

drawMenus();