fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps

with(new menuname("Side Menu")){
alwaysvisible=1;
orientation="Vertical";
position="absolute";
top="100px"
left="20px"
overflow="scroll";
style=menuStyle;
/*aI("text=&nbsp;;onbgcolor=#94B6AE;");*/
aI("text=The Issue;url=Issue.html;");
aI("showmenu=Programs;text=Programs;");
aI("showmenu=StateFed;text=State and Federal;");
aI("text=Calendar;url=calendar.html;");
aI("showmenu=Library;text=Library;");
aI("showmenu=Resources;text=Resources;");
/*aI("text=Katrina and Rita;url=katrina.html;");*/
/*aI("text=&nbsp;;onbgcolor=#94B6AE;");*/
}
drawMenus();
