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=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
bordercolor="#669933";
borderstyle="solid";
borderwidth=1;
padding=2;
fontsize="76%";
fontstyle="normal";
fontfamily="Arial";
overflow="scroll";
headerbgcolor="#FFFFFF";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#FFFFFF";
onbgcolor="#669933";
oncolor="#FFFFFF";
pagebgcolor="#ffffff";
pagecolor="000000";
separatorcolor="#669933";
separatorsize=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
align="150";
style=menuStyle;
itemwidth=150;
itemheight=20;
aI("text=About Us;url=http://www.heartlandincusa.com/aboutus.html;");
aI("text=Customer Care Center;url=http://www.heartlandincusa.com/customercare.html;");
aI("text=Magazine Titles;url=http://iowebemail1.securesites.net/~iowebemail/heartlandincusa.com/magazines.html;");
aI("text=Home;url=http://www.heartlandincusa.com/index.html;");
}


with(milonic=new menuname("forms")){
itemwidth=180;
style=menuStyle;
align="left";
aI("text=State Forms;url=http://www.iowalions.org/forms.html;");
aI("text=International Forms;url=http://www.lionsclubs.org/EN/member-center/resources/forms/index.php;target=_blank;");
aI("text=Membership & Activity Reports;url=http://www3.lionsclubs.org;target=_blank;");
}

drawMenus();


