


_menuCloseDelay=500           // 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=40                // Follow scrolling Rate
_subOffsetTop=0              // 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(mainNav=new mm_style()){
onbgcolor="#3399cc";
oncolor="#ffffff";
offbgcolor="#006699";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#cccccc";
separatorsize="10";
padding=3;
fontsize=".8em";
fontstyle="normal";
fontfamily="tahoma,verdana,arial,sans-serif";
pagecolor="white";
pagebgcolor="#3399cc";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/arrow-white.gif";
subimagepadding="2";
itemwidth="160";
itemheight="5";
align="right";


//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}





with(menuStyle=new mm_style()){
onbgcolor="#3399cc";
oncolor="#ffffff";
offbgcolor="#006699";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#cccccc";
separatorsize="1";
padding=3;
fontsize=".8em";
fontstyle="normal";
fontfamily="tahoma,verdana,arial,sans-serif";
pagecolor="white";
pagebgcolor="#3399cc";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/arrow-white.gif";
subimagepadding="2";
itemwidth="160";
itemheight="5";

//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}




with(milonic=new menuname("about")){
style=menuStyle;

aI("text=THE CREW;url=crew.shtml;");
aI("text=DIRECTIONS;url=directions.shtml;");
aI("text=CONTACT US;url=contact.shtml;");
aI("text=PRIVACY POLICY;url=privacy.shtml;");

}

with(milonic=new menuname("services")){
style=menuStyle;
aI("text=INVESTMENT PLANNING;url=investment_planning.shtml;");
aI("text=INVESTMENT MANAGEMENT;url=investment_management.shtml;");
aI("text=TAX PLANNING;url=tax_planning.shtml;");
aI("text=TRUST & ESTATE SERVICES;url=trust.shtml;");
}



drawMenus();


