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=219;
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=194;
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=885;
position="relative";
aI("align=center;text=Software Features;url=/software-features.asp;");
aI("align=center;text=Pricing Information;url=/software-pricing.asp;");
aI("align=center;text=Frequently Asked Questions;url=/frequently-asked-questions.asp;");
aI("align=center;text=Testimonials & Client List;url=/software-testimonials.asp;");
}
drawMenus();


