
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="#ffffff";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#800000";
offbgcolor="#800000";
offcolor="#ffffff";
onbgcolor="#ffffff";
oncolor="#990000";
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="white";
separatorcolor="#ffffff";
separatorsize=2;
subimage="http://www.gmret.org/menus/submenu_arrow_down-off.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
followscroll=0;
maxwidth="600px";
screenposition="center";

top=183;
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=http://gmret.org/index.htm;");
aI("showmenu=About;text=About-Us;url=http://gmret.org/about-us.htm");
aI("text=Legislative Agenda;url=http://gmret.org/LEGIS-AGENDA.htm;");
aI("showmenu=Join;text=Membership;");
aI("showmenu=news;text=News &amp; Events;");
aI("showmenu=resources;text=Member Resources;");
aI("text=Contact Us;url=http://gmret.org/contact.htm;");
aI("showmenu=archives;text=Archives;");
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=GMRA Mission;url=http://www.gmret.org/about-us.htm");
aI("text=Board of Directors;url=http://www.gmret.org/about-us.htm#board");


}

with(milonic=new menuname("Join")){
style=menuStyle;
aI("text=Join the GMRA;url=http://www.gmret.org/joindb.htm;");
aI("text=Make changes to registration data;url=http://www.gmret.org/programs/gmra_change_reg.php;")
aI("text=2010 Dues & Contributions;url=http://gmret.org/programs/dues.php;");
aI("text=Volunteer;url=http://www.gmret.org/vollunteer.htm");
aI("text=Member Display;url=http://gmret.org/programs/member_display.php;");
}

with(milonic=new menuname("archives")){
style=menuStyle;
aI("text=President's Corner;url=http://www.gmret.org/archives.htm#pres");
aI("text=GMRA News;url=http://www.gmret.org/archives.htm#news");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=Press Releases;url=http://www.gmret.org/news.htm#press");
aI("text=Email Alerts;url=http://www.gmret.org/news.htm#alerts");
aI("text=GMRA Events;url=http://www.gmret.org/news.htm#events");
}

with(milonic=new menuname("resources")){
style=menuStyle;
aI("text=Useful Links;url=http://gmret.org/links.htm;");
aI("text=FAQ's;url=http://gmret.org/faqs.htm;");
}

drawMenus();

