


_menuCloseDelay=0         // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // 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



with(menuStyle=new mm_style()){
}

with(menuStyleSub1=new mm_style()){
itemwidth=250;
itemheight=25;
onbgcolor="#0A1724";
oncolor="#BC8E1F";
offbgcolor="#0A1724";
offcolor="#FFFFFF";
separatorcolor="#81965A";
separatorsize="0";
padding=10;
fontsize="11px";
fontweight="bold";
fontfamily="Arial, Helvetica, sans-serif";
overfilter="Alpha(opacity=90)";
outfilter="Fade(duration=0);"
keepalive=0;
}

with(milonic=new menuname("SubCompany")){
style=menuStyleSub1;
left="offset=-12";
top="offset=-28";
aI("url=");
aI("url=company_team.html?id=1;text=TEAM;");
aI("url=company_news.html;text=NEWS;");
aI("url=company_jobs.html;text=JOBS;");
aI("url=");
aI("url=");
}

with(milonic=new menuname("SubClients")){
style=menuStyleSub1;
left="offset=-12";
top="offset=-58";
aI("image=images2/spacer.gif;");
aI("url=");
aI("url=clients_advisory_groups.html?id=1;text=ADVISORY GROUPS;");
aI("url=clients_investment_management_providers.html;text=INVESTMENT MANAGEMENT PROVIDERS;");
aI("url=");
aI("url=");
aI("url=");
}

with(milonic=new menuname("SubProducts")){
style=menuStyleSub1;
left="offset=-12";
top="offset=-58";
aI("url=products_eip_reasoner.html;text=EIP REASONER;");
aI("url=products_eip_modeler.html;text=EIP MODELER;");
aI("url=products_cip_demo.html;text=CIP DEMO;");
aI("url=products_benefits.html;text=BENEFITS;");
aI("url=products_case_studies.html;text=CASE STUDIES;");
aI("url=");
}

with(milonic=new menuname("SubServices")){
style=menuStyleSub1;
left="offset=-12";
top="offset=-95";
aI("url=services.html;text=VIRTUAL DATA INTEGRATION;");
aI("url=services.html;text=DATA WAREHOUSING;");
aI("url=services.html;text=WEB DEVELOPMENT;");
aI("url=services.html;text=CASE STUDIES;");
aI("url=http://wealth.infograte.com;text=WEALTH MANAGEMENT TECHNOLOGY;");
aI("url=services_legacy.html;text=LEGACY MANAGEMENT;");
}


with(milonic=new menuname("SubRelationships")){
style=menuStyleSub1;
left="offset=-12";
top="offset=-125";
aI("image=images2/spacer.gif;");
aI("url=");
aI("url=relationship_how.html;text=HOW DOES IT WORK?;");
aI("url=relationship_why.html;text=WHY IWEALTH?;");
aI("url=");
aI("url=");
aI("url=");
}

with(milonic=new menuname("SubResources")){
style=menuStyleSub1;
left="offset=0";
top="offset=0";
aI("url=http://www.theprosadvantage.com/client_sites/palese_rike/production/community.html?id=1;text=Community links;");
aI("url=http://www.theprosadvantage.com/client_sites/palese_rike/production/vendors.html;text=Preferred Vendors ;");
}

drawMenus();








