

_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=1               // Sub menu top offset
_subOffsetLeft=-4            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="bold";
fontfamily="Verdana, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
}

with(milonic=new menuname("Services1")){
style=menuStyle;
aI("text=Overview;url=company.htm;");
aI("text=Partners;url=partners.htm;");
aI("text=Careers;url=careers.htm;");
aI("text=World Wide Offices;url=locations.htm;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=Overview®&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=solutions_overview.htm;");
aI("text=CONTROL®&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=Hardware;");
aI("text=Data Integration&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=dataintegration.htm;");

}

with(milonic=new menuname("Hardware")){
style=menuStyle;
aI("text=Modeling;url=modeling.htm;");
aI("text=Budgeting;url=budgeting.htm;");
aI("text=Planning;url=planning.htm;");
aI("text=Forecasting;url=Forecasting.htm;");
aI("text=Consolidations;url=consolidations.htm;");
aI("text=Analysis;url=analysis.htm;");
aI("text=Reporting;url=reporting.htm;");
aI("text=KPI's and Dashboards;url=kpidashboards.htm;");

}





with(milonic=new menuname("Portfolio")){
style=menuStyle;
aI("text=Training&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=training.htm");
aI("text=Support&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=support.htm;");
aI("text=Consulting&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=consulting.htm");

}



drawMenus();

