fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=300;
_menuOpenDelay=300;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
//bordercolor="#999999";
//borderstyle="solid";
borderwidth=0;
//clickbgcolor="#B13146";
//clickcolor="#ffffff";
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#B13146";
oncolor="#ffffff";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=10;
//pagebgcolor="#82B6D7";
//pagecolor="black";
separatorcolor="#B13146";
separatorsize=1;
separatorheight=22;
//subimage="arrow.gif";
//subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=120;
orientation="horizontal";
style=menuStyle;
top=25;
aI("text=HOME;url=index.htm");
aI("text=PRODUCTS;url=products.htm");
aI("text=EVENTS;url=events.htm");
aI("text=QUESTIONS & COMMENTS;url=questions.htm");
aI("text=ABOUT US;url=about_us.htm");
aI("text=CONTACT US;url=contact_us.htm");
}


drawMenus();

