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(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#FFFFFF";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=3;
}

with(menuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="100%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#2c3393";
headercolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#2c3393";
onbgcolor="#2c3393";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=2;
pagebgcolor="#ffffff";
pagecolor="#2c3393";
separatorcolor="#2c3393";
separatorsize=1;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=AllImagesStyle;
screenposition="left"
top="offset=10";
left="offset=10";
alwaysvisible=1;
aI("image=images/buttons/about_off.gif;overimage=images/buttons/about_on.gif;url=index.html;");
aI("image=images/buttons/products_off.gif;overimage=images/buttons/products_on.gif;showmenu=products;");
aI("image=images/buttons/services_off.gif;overimage=images/buttons/services_on.gif;showmenu=services;");
aI("image=images/buttons/support_off.gif;overimage=images/buttons/support_on.gif;url=support.html;");
aI("image=images/buttons/contact_off.gif;overimage=images/buttons/contact_on.gif;url=contactus.html;");
aI("image=images/buttons/home_off.gif;overimage=images/buttons/home_on.gif;url=index.html;");
}


with(milonic=new menuname("products")){
overflow="scroll";
style=menuStyle;
aI("text=LMS Online;url=lmsonline.html;")
aI("text=TXT Online;url=txtonline.html;")
aI("text=More Products;url=moreprod.html;")

}

with(milonic=new menuname("services")){
style=menuStyle;
aI("text=Customer Support;url=services.html;");
aI("text=Product Training;url=services.html#training;");
aI("text=Custom Programming;url=customprog.html;");
}


drawMenus();


