


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle_01=new mm_style()){
onbgcolor="#C0C1A1";
oncolor="#ffffff";
offbgcolor="#C0C1A1";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="none";
borderwidth=1;
separatorcolor="#C0C1A1";
separatorsize="10";
padding=5;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial";
//pagecolor="black";
//pagebgcolor="#82B6D7";
//headercolor="#000000";
//headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="0";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle=new mm_style()){
onbgcolor="#A8A97E";
oncolor="#ffffff";
offbgcolor="#C0C1A1";
offcolor="#ffffff";
bordercolor="#FFFFF8";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial";
//pagecolor="black";
//pagebgcolor="#82B6D7";
//headercolor="#000000";
//headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="0";
//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;
overflow="scroll";
aI("text= &nbsp;Services Overview &nbsp; &nbsp;;url=services.htm;");
aI("text= &nbsp;Corporate & Professional<br> &nbsp;Clients &nbsp; &nbsp;;url=corporate_professional.htm;");
aI("text= &nbsp;Savings & Investment &nbsp; &nbsp;;url=savings_investment.htm;");
aI("text= &nbsp;Tax Mitigation &<br> &nbsp;Estate Planning &nbsp; &nbsp;;url=tax_estate.htm;");
aI("text= &nbsp;Risk Management<br> &nbsp;Planning &nbsp; &nbsp;;url=retirement_planning.htm;");
}

with(milonic=new menuname("People")){
style=menuStyle;
aI("text= &nbsp;Team Overview &nbsp; &nbsp;;url=people.htm;");
//aI("text= &nbsp;Mark Layzell &nbsp; &nbsp;;url=mark_layzell.htm;");
aI("text= &nbsp;Peter Culnane &nbsp; &nbsp;;url=peter_culnane.htm;");
aI("text= &nbsp;Brian Curtis &nbsp; &nbsp;;url=brian_curtis.htm;");
aI("text= &nbsp;Kevin Costello &nbsp; &nbsp;;url=kevin_costello.htm;");
aI("text= &nbsp;Stuart McInnes &nbsp; &nbsp;;url=stuart_mcinnes.htm;");
}

with(milonic=new menuname("About_us")){
style=menuStyle;

}

with(milonic=new menuname("Downloads")){
style=menuStyle;
aI("text= &nbsp;Download-01 &nbsp; &nbsp;;url=/download_01.htm;");
aI("text= &nbsp;Download-02 &nbsp; &nbsp;;url=/download_02.htm;");
aI("text= &nbsp;Download-03 &nbsp; &nbsp;;url=/download_03.htm;");
}

with(milonic=new menuname("About_jersey")){
style=menuStyle;

}



drawMenus();

