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="#3D4B91";
borderstyle="double";
borderwidth=5;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#96DAF6";
oncolor="#000099";
onbold=1;
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("HOME")){
overflow="scroll";
style=menuStyle;
aI("text=HOMEPAGE;url=index.html;");


}
with(milonic=new menuname("MRA")){
overflow="scroll";
style=menuStyle;
aI("text=Goals;url=goals.html;");
aI("text=Awards;url=awards.html;");

}

with(milonic=new menuname("Board")){
style=menuStyle;
aI("text=Area Directors;url=directors.html;");
aI("text=Board Members;url=committees.html;");
;
}

with(milonic=new menuname("Conference")){
style=menuStyle;
aI("text=State Conference;url=conference.html;");
aI("text=Presenter's Application;target='new';url=Presenter Information.pdf;");
aI("text=Conference Flyer & Registration Form;target='new';url=CONFERENCE 2009 FLYER.pdf;");
aI("text=Grant Application;target='new';url=MRAgrantform.pdf;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("status=International Reading Association;text=IRA;target='new';url=http://www.ira.org/;");
aI("status=Local Council Listing;text=Local Councils;url=localcouncils.html;");
}


with(milonic=new menuname("Forms")){
style=menuStyle;
aI("text=Conference Registration Form;target='new';url=REGISTRATION FORM1.pdf;");
aI("text=Presenter's Application;target='new';url=Presenter Information.pdf;");
aI("text=Membership Application;target='new';url=Membership app.pdf;");
aI("text=Exhibitor Form;target='new';url=exhibitorform.pdf;");
}

drawMenus();

