
_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=300            // 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="#96C523";
oncolor="#FFFFFF";
offbgcolor="#FDFDFD";
offcolor="#354852";
bordercolor="#374A54";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=2;
fontsize="11px";
fontstyle="normal";
fontfamily="Arial, Tahoma, Verdana";
pagecolor="#515151";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="./images/arrow.gif";
subimagepadding="1";
}

with(milonic=new menuname("Services")){
style=menuStyle;itemwidth="280";
aI("text=&nbsp;&nbsp;&nbsp;Summary;url=Software-Outsourcing-Services.htm;status=;");
aI("text=&nbsp;&nbsp;&nbsp;Offshore Software Development;url=Offshore-Software-Development.htm;status=;");
aI("text=&nbsp;&nbsp;&nbsp;eBusiness Solutions;url=eBusiness-Solutions.htm;status=;");
aI("text=&nbsp;&nbsp;&nbsp;Customer Relationship Management Solutions (CRM);url=CRM-Solutions.htm;status=;");
aI("text=&nbsp;&nbsp;&nbsp;Software Re-engineering;url=Software-Re-engineering.htm;status=;");
aI("text=&nbsp;&nbsp;&nbsp;Content Management Solutions;url=Content-Management-Solutions.htm;status=;");
aI("text=&nbsp;&nbsp;&nbsp;Localization and Translation Services;url=Localization-Services.htm;status=;");
}

with(milonic=new menuname("HWW")){
style=menuStyle;itemwidth="110";
aI("text=&nbsp;&nbsp;&nbsp;Summary;url=How-We-Work.htm;status=;");
aI("text=&nbsp;&nbsp;&nbsp;Methodology;url=Software-Development-Methodology.html;status=;");
aI("text=&nbsp;&nbsp;&nbsp;Quality;url=Software-Quality.htm;status=;");
aI("text=&nbsp;&nbsp;&nbsp;Business Models;url=Business-Models.htm;status=;");
aI("text=&nbsp;&nbsp;&nbsp;Skill Set;url=Skill-Set.html;status=;");
}


with(milonic=new menuname("Portfolio")){
style=menuStyle;itemwidth="98";
aI("text=&nbsp;&nbsp;&nbsp;Summary;url=Portfolio.htm;status=;");
aI("text=&nbsp;&nbsp;&nbsp;By Industry;showmenu=by_industry;url=Software-Development-by-Industry.htm;status=;");
aI("text=&nbsp;&nbsp;&nbsp;By Pratform;showmenu=by_platform;url=Software-Development-by-Platform.htm;status=;");
}

with(milonic=new menuname("by_industry")){
style=menuStyle;itemwidth="150";
aI("text=&nbsp;&nbsp;&nbsp;eCommerce;url=E-Commerce-Development.htm;");
aI("text=&nbsp;&nbsp;&nbsp;Finance and Banking;url=Finance-Software-Development.htm;status=;");
aI("text=&nbsp;&nbsp;&nbsp;Healthcare and Insurance;url=Healthcare-Insurance-Software-Development.htm;status=;");
aI("text=&nbsp;&nbsp;&nbsp;Real Estate;url=Real-Estate-Software-Development.htm;status=;");
aI("text=&nbsp;&nbsp;&nbsp;Manufacturing;url=Manufacturing-Software-Development.htm;status=;");
aI("text=&nbsp;&nbsp;&nbsp;Travel and Entertainment;url=Travel-entertenment-software-development.htm;status=;");
}

with(milonic=new menuname("by_platform")){
style=menuStyle;itemwidth="75";
aI("text=&nbsp;&nbsp;&nbsp;.NET;url=Dot-Net-Software-Development.htm;status=;");
aI("text=&nbsp;&nbsp;&nbsp;Java/J2EE;url=Java-Software-Development.htm;status=;");
aI("text=&nbsp;&nbsp;&nbsp;Windows;url=Windows-Software-development.htm;status=;");
aI("text=&nbsp;&nbsp;&nbsp;Linux/Unix;url=Linux-Software-Development.htm;status=;");
aI("text=&nbsp;&nbsp;&nbsp;Mobile/PDA;url=Mobile-Software-Development.htm;status=;");
}

with(milonic=new menuname("Company")){
style=menuStyle;itemwidth="140";
aI("text=&nbsp;&nbsp;&nbsp;Corporate Profile;url=corporate-profile.htm;status=;");
aI("text=&nbsp;&nbsp;&nbsp;Volo Facio Advantages;url=Advantages.htm;status=;");
aI("text=&nbsp;&nbsp;&nbsp;Our Team;url=Our-Team.htm;status=;");
aI("text=&nbsp;&nbsp;&nbsp;News;url=Company-News.htm;status=;");
}

with(milonic=new menuname("Careers")){
style=menuStyle;itemwidth="130";
aI("text=&nbsp;&nbsp;&nbsp;Working at Volo Facio;url=Working-at-VoloFacio.htm;status=;");
aI("text=&nbsp;&nbsp;&nbsp;Open Positions;status=;");

}

with(milonic=new menuname("Contact")){
style=menuStyle;itemwidth="170";
aI("text=&nbsp;&nbsp;&nbsp;Contact Information;url=Contact-Information.htm;status=;");
aI("text=&nbsp;&nbsp;&nbsp;Request for Quote;url=Request.htm;status=;");

}

drawMenus();
