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="#28377c";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#28377c";
offcolor="#ffffff";
onbgcolor="#8d9fb7";
oncolor="#ffffff";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
padding=5;
pagebgcolor="#28377c";
pagecolor="#ffffff";
separatorcolor="#a99437";
separatorsize=1;
subimage="/images/arrow.gif";
subimagepadding=2;
}



with(milonic=new menuname("about")){
style=menuStyle;
aI("text=NYC Chapter NAIW;url=/about/;")
aI("text=NAIW Mission and Values;url=/mission-values;")
aI("text=NAIW Board of Directors;url=/about/board-of-directors;")
aI("text=FAQs;url=/about/faqs;")
aI("text=NAIW-NYC Bylaws;url=/about/bylaws;") //--------------------------PDF
aI("text=News;url=/past-news;");
}

with(milonic=new menuname("membership")){
style=menuStyle;
aI("text=Join NAIW ;url=/membership/join-naiw;");
aI("text=Renew NAIW Membership;url=/membership/renew-naiw;");
}

with(milonic=new menuname("calendar")){
style=menuStyle;
aI("text=Monthly Meetings;url=/about/monthly-meetings;");
aI("text=Board Meetings;url=/about/board-meetings;");
aI("text=Conventions;url=/conventions;");

}

with(milonic=new menuname("photos")){
style=menuStyle;
aI("text=Annual Luncheon;url=/photos/annual-luncheon;");
aI("text=Monthly Meetings;url=/photos/monthly-meetings;");
aI("text=Conventions;url=/photos/conventions;");
}

//ABOUT NAIW HISTORY Tertiary Menu.
with(milonic=new menuname("history")){
style=menuStyle;
aI("text=Past National Presidents;url=past_national_presidents.php;")
aI("text=Past National Conventions;url=past_national_conventions.php;")

}
drawMenus();
