_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=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0              // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#4471af";
oncolor="#ffffff";
offbgcolor="#3d4954";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontweight="normal";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#4471af";
headercolor="#ffffff";
headerbgcolor="#4471af";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("about")){
style=menuStyle;
left="offset=10";
aI("text=Company Overview;url=/s/CompanyOverview.asp;status=Company Overview;");
aI("text=Team;url=/s/Team.asp;status=Team;");
aI("text=Competitive Advantage;url=/s/CompetitiveAdvantage.asp;status=Competitive Advantage;");
aI("text=Client Charter;url=/s/ClientCharter.asp;status=Client Charter;");
aI("text=Code of Ethics;url=/s/CodeofEthics.asp;status=Code of Ethics;");
aI("text=Brand;url=/s/Brand.asp;status=Brand;");
aI("text=Ascenta Group;url=/s/AscentaGroup.asp;status=Ascenta Group;");
}

with(milonic=new menuname("services")){
style=menuStyle;
left="offset=12";
aI("text=Overview of Services;url=/s/Services.asp;status=Overview of Services;");
aI("text=Investment Criteria;url=/s/InvestmentCriteria.asp;status=Investment Criteria;");
aI("text=Testimonials;url=/s/Testimonials.asp;status=Testimonials;");
}

with(milonic=new menuname("trans")){
style=menuStyle;
left="offset=12";
aI("text=Current Opportunities;url=/s/CurrentOpportunities.asp;status=Current Opportunities;");
aI("text=Tombstones;url=/s/Tombstones.asp;status=Tombstones;");
}

drawMenus();