fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=200;
_menuOpenDelay=50;
_subOffsetTop=0;
_subOffsetLeft=1;


with(menuStyle=new mm_style()){
styleid=1;
borderwidth=0;
fontfamily="Tahoma, Verdana, Helvetica";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
itemwidth=191;
offcolor="#ffffff";
oncolor="#181818";
subimagepadding=2;
bgimage="/images/menuitem.gif";
overbgimage="/images/menuitem_over.gif";
pagebgimage="/images/menuitem_page.gif";
separatorsize=3;
separatorcolor="#ffffff";
itemheight=28;
}

with(submenuStyle=new mm_style()){
itemwidth=166;
borderwidth=0;
fontfamily="Tahoma, Verdana, Helvetica";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#6B6B6B";
offcolor="#ffffff";
onbgcolor="#6B6B6B";
oncolor="#181818";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.2)";
padding=6;
pagecolor="#302279";
separatorcolor="#ffffff";
separatorsize=1;
subimage="/images/menuarrow.gif";
subimagepadding=6;
margin=1;
}

with(milonic=new menuname("MainMenu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
menuwidth=773;
position="relative";
aI("align=center;showmenu=WebsiteDevelopment;text=Website Development;url=/WebsiteDesign.asp;");
aI("align=center;showmenu=SmallBusinessSolutions;text=Small Business Solutions;url=/SmallBusinessSolutions.asp;");
aI("align=center;showmenu=EnterpriseSolutions;text=Enterprise Solutions;url=/DataWarehousing.asp;");
aI("align=center;showmenu=NonProfitSolutions;text=Non-Profit Solutions;url=/NonProfitManagementSoftware.asp;");
}

with(milonic=new menuname("WebsiteDevelopment")){
style=submenuStyle;
itemwidth=178;
aI("text=Website Design;url=/WebsiteDesign.asp;");
aI("text=Website Samples;url=/WebsiteSamples.asp;");
aI("text=E-Commerce Solutions;url=/eCommerceSolutions.asp;");
aI("text=Search Engine Marketing;url=/SearchEngineMarketing.asp;");
aI("text=Content Management;url=/WebsiteContentEditor.asp;");
}

with(milonic=new menuname("SmallBusinessSolutions")){
style=submenuStyle;
itemwidth=178;
aI("text=Customer Database Management;url=/CustomerDatabaseManagement.asp;");
aI("text=Internet Security;url=/InternetSecurity.asp;");
aI("text=Computer Networking;url=/ComputerNetworking.asp;");
aI("text=Remote Access / VPN;url=/RemoteAccessVPN.asp;");
}

with(milonic=new menuname("EnterpriseSolutions")){
style=submenuStyle;
itemwidth=178;
aI("text=Data Warehousing;url=/DataWarehousing.asp;");
aI("text=Sales Reporting;url=/SalesReporting.asp;");
aI("text=Sales Force Automation;url=/SalesForceAutomation.asp;");
aI("text=ERP System Customization;url=/ERP.asp;");
}

with(milonic=new menuname("NonProfitSolutions")){
style=submenuStyle;
itemwidth=178;
aI("text=Website Development;url=/NonProfitWebsiteDevelopment.asp;");
aI("text=Non-Profit Software;url=/NonProfitManagementSoftware.asp;");
aI("text=Mentoring Software;url=/MentoringSoftware.asp;");
aI("text=Technology Consulting;url=/TechnologyConsulting.asp;");
}

drawMenus();

