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=Features;text=Features & FAQ;");
aI("align=center;text=Testimonials;url=/Web/Testimonials.asp;");
aI("align=center;text=Online Demo;url=/Web/OnlineDemo.asp;");
aI("align=center;showmenu=AdditionalServices;text=Additional Services;");
}

with(milonic=new menuname("Features")){
style=submenuStyle;
itemwidth=178;
aI("text=Software Features;url=/Web/Features.asp;");
aI("text=Screen Shots;url=/Web/ScreenShots.asp;");
aI("text=Frequently Asked Questions;url=/Web/FAQ.asp;");
aI("text=Pricing;url=/Web/Pricing.asp;");
}

with(milonic=new menuname("AdditionalServices")){
style=submenuStyle;
itemwidth=178;
aI("text=Website Development;url=/Web/WebsiteDevelopment.asp;");
aI("text=Website Content Management;url=/Web/WebsiteContentEditor.asp;");
aI("text=Search Engine Promotion;url=/Web/SearchEngineMarketing.asp;");
aI("text=Innovative Non-Profit Software;url=/Web/NonProfitManagementSoftware.asp;");
aI("text=Technology Consulting;url=/Web/TechnologyConsulting.asp;");
}

/*
with(milonic=new menuname("SmallBusinessSolutions")){
style=submenuStyle;
itemwidth=178;
aI("text=Customer Database Management;url=/customer_database_management.asp;");
aI("text=Internet Security;url=/internet_security.asp;");
aI("text=Computer Networking;url=/computer_networking.asp;");
aI("text=Remote Access / VPN;url=/remote_access_vpn.asp;");
}

with(milonic=new menuname("EnterpriseSolutions")){
style=submenuStyle;
itemwidth=178;
aI("text=Data Warehousing;url=/data_warehousing.asp;");
aI("text=Sales Reporting;url=/sales_reporting.asp;");
aI("text=Sales Force Automation;url=/sales_force_automation.asp;");
aI("text=ERP System Customization;url=/erp.asp;");
}

with(milonic=new menuname("NonProfitSolutions")){
style=submenuStyle;
itemwidth=178;
aI("text=Website Development;url=/website_development.asp;");
aI("text=Non-Profit Software;url=/Non-ProfitManagementSoftware.asp;");
aI("text=Mentoring Software;url=/mentoring_software.asp;");
aI("text=Technology Consulting;url=/technology_consulting.asp;");
}
*/
drawMenus();

