


_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=10              // Sub menu top offset
_subOffsetLeft=10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#4C9898";
oncolor="#FFFFFF";
offbgcolor="#E0E0E0";
offcolor="#929493";
bordercolor="#737E9A";
borderstyle="solid";
borderwidth=0;
separatorcolor="#737E9A";
separatorsize="1";
padding=2;
fontsize="65%";
fontstyle="normal";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#B6B6B6";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="3";
subimageborderwidth=1;
overfilter="Fade(duration=0.2);Alpha(opacity=95);";
outfilter="randomdissolve(duration=0.1)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#4C9898";
oncolor="#FFFFFF";
offbgcolor="#E0E0E0";
offcolor="#929493";
bordercolor="#737E9A";
borderstyle="solid";
borderwidth=1;
separatorcolor="#737E9A";
separatorsize="1";
padding=2;
fontsize="65%";
fontstyle="normal";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#B6B6B6";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="3";
subimageborderwidth=1;
overfilter="Fade(duration=0.2);Alpha(opacity=95);";
outfilter="randomdissolve(duration=0.1)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="top;left"
top="offset=115";
left="offset=387";
alwaysvisible=1;
orientation="horizontal";
aI("image=images/butaboutusoff.jpg;showmenu=ABOUT;overimage=images/butaboutuson.jpg;url=aboutus.asp;target=_parent");
}

with(milonic=new menuname("Main Menu2")){
style=menuStyle;
screenposition="top;left"
top="offset=115";
left="offset=593";
alwaysvisible=1;
orientation="horizontal";
aI("image=images/butusefuloff.jpg;showmenu=USEFUL;overimage=images/butusefulon.jpg;");
}

with(milonic=new menuname("Main Menu5")){
style=menuStyle;
screenposition="top;left"
top="offset=115";
left="offset=680";
alwaysvisible=1;
orientation="horizontal";
aI("image=images/butnewsoff.jpg;showmenu=NEWS;overimage=images/butnewson.jpg;url=newscurrent.asp?issue=1;target=_parent");
}

with(milonic=new menuname("ABOUT")){
style=menuStyle2;
orientation="vertical";
left="offset=0";
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Our People&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=ourteam.asp;target=_parent");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Our Clients&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=clients.asp;target=_parent");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Our Fees&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=fees.asp;target=_parent");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Careers&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=careers.asp;target=_parent");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contact Us&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=contactus.asp;target=_parent");
}

with(milonic=new menuname("USEFUL")){
style=menuStyle2;
orientation="vertical";
left="offset=0";
aI("text=&nbsp;Calculators&nbsp;&nbsp;&nbsp;;url=financialcalculators.asp;target=_parent");
aI("text=&nbsp;Profit Plus&nbsp;&nbsp;&nbsp;&nbsp;;url=profitplus.asp;target=_parent");
aI("text=&nbsp;Quick Tip&nbsp;&nbsp;;url=quicktip.asp;target=_parent");
aI("text=&nbsp;Key Diary Dates&nbsp;&nbsp;;url=diarydatesmore.asp;target=_parent");
aI("text=&nbsp;External Links&nbsp;&nbsp;;url=externallinks.asp;target=_parent");
}

with(milonic=new menuname("NEWS")){
style=menuStyle2;
orientation="vertical";
left="offset=0";
aI("text=&nbsp;&nbsp;&nbsp;Current News&nbsp;&nbsp;&nbsp;&nbsp;;url=newscurrent.asp?issue=1;target=_parent");
aI("text=&nbsp;&nbsp;&nbsp;Archive News&nbsp;&nbsp;&nbsp;&nbsp;;url=newsarchive.asp?issue=issue;target=_parent");
}

drawMenus();

