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()){

fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
offcolor="#ffffff";
oncolor="#ffffff";
padding=3;
separatorsize=10;
separatorimage="./images/spacer.gif";
}


with(milonic=new menuname("0")){
alwaysvisible=1;
position="relative";
menualign="center";
menuwidth="770";
orientation="horizontal";
style=menuStyle;

aI("text=Home;url=Home.aspx");
aI("text=About ezone;url=about-ezone.aspx");
aI("text=Support Program;url=support.aspx");
aI("text=Funding;url=funding.aspx");
aI("url=community.aspx;showmenu=665;text=Entrepreneur Community;");
aI("text=NKY Tri-ED;url=http://www.northernkentuckyusa.com/Home.aspx;target=_blank;");
aI("text=Other Resources;url=other-resources.aspx");

}


drawMenus();