fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Verdana, Tahoma";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ff6600";
headercolor="#000000";
imagepadding=0;
offbgcolor="#00b5da";
offcolor="#ffffff";
onbgcolor="#007d8e";
oncolor="#ffffff";
outfilter="Fade(Overlap=1.00)";
padding="2px 12px 4px 12px";
pagecolor="#ffffff";
pagebgcolor="#007d8e";
separatorcolor="#007d8e";
separatorsize=0;
subimagepadding=8;
}

with(submenuStyle=new mm_style()){
styleid=1;
bordercolor="#006065";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headercolor="#000000";
offbgcolor="#d2e4e4";
offcolor="#006065";
onbgcolor="#ffffff";
oncolor="#006065";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding="3px 5px 3px 5px";
pagecolor="#006065";
pagebgcolor="#ffffff";
separatorcolor="#007d8e";
separatorsize=1;
subimagepadding=8;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=index.aspx;");
aI("text=About Us;url=about.aspx;showmenu=About;");
aI("text=Products &amp Services;url=products.aspx;showmenu=Products;");
aI("text=Customers ;url=customers.aspx;showmenu=Customers;");
aI("text=Partners &amp; Affiliations;url=partners.aspx;showmenu=Partners;");
aI("text=News &amp; Events;url=news.aspx;showmenu=News;");
}

with(milonic=new menuname("About1")){
style=submenuStyle;
aI("text=History;url=about-history.aspx;")
aI("text=Philosophy;url=about-philosophy.aspx;")
aI("text=Markets Served;url=about-markets.aspx;")
aI("text=Mission Statement;url=about-mission.aspx;")

}

with(milonic=new menuname("Products")){
style=submenuStyle;
aI("text=Hosted IVR Service;url=products-ivr-hosted.aspx;");
aI("text=On-Demand IVR System;url=products-ivr-ondemand.aspx;");
aI("text=Refill TeleManager;url=products-refill-instore.aspx;");
aI("text=Refill NetManager;url=products-refill-netmanager.aspx;");
aI("text=OverflowManager;url=products-overflowmanager.aspx;");
aI("text=Central IVR System;url=products-ivr-central.aspx;");
aI("text=Mobile Applications;url=products-mobile.aspx;");
}

drawMenus();


