with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Visitor Center;type=header;");
aI("text=Auditorium;url=auditorium.php;");
aI("text=Craig Thomas Visitor Center;url=projects.php;");
aI("text=Photos;url=opening_07.php;");
aI("text=Kresge Challenge Grant;url=kresge.php;");
aI("text=Other Projects;type=header;");
aI("text=Vernon Collection;url=other.php;");
aI("text=Youth Conservation Program;url=ycp.php;");
aI("text=Technology Initiative;url=tech.php;");
aI("text=Wildlife Projects;type=header;");
aI("text=Wildlife Research;url=wildlife.php;");
aI("text=Bear Box Campaign;url=wildlife_bears.php;");
}

with(milonic=new menuname("Events")){
style=menuStyle;
aI("text=Arts and Music in the Park;url=events_arts.php;");
aI("text=General Topic Educational Talks;url=events_talk.php;");
aI("text=Family-Friendly Educational Talks;url=events_familytalk.php;");
aI("text=Focused Topics Educational Talks;url=events_focusedtalk.php;");
aI("text=Family and Kid Friendly Activities;url=events_activities.php;");
aI("text=Hikes, Walks and Other Explorations;url=events_hikes.php;");
}


with(milonic=new menuname("About Us")){
style=menuStyle;
aI("text=Staff;url=people.php;");
aI("text=Board;url=board.php;");
aI("text=Advisory Council;url=advisory.php;");
aI("text=Mountaineering Committee;url=mountaineering.php;");
aI("text=Frequently Asked Questions;url=faq.php;");
aI("text=Strategic Plan;url=strategic.php;");
}

with(milonic=new menuname("Contact Us")){
style=menuStyle;
aI("text=Contact Information;url=contact.php;");
aI("text=Mailing List Signup;url=signup.php;");
}

with(milonic=new menuname("Join")){
style=menuStyle;
aI("text=Make a Gift Online;url=https://secure.groundspring.org/dn/index.php?aid=5951;");
aI("text=Fund a Bear Box;url=joinbears.php;");
aI("text=Mail in your Gift;url=joinmail.php;");
aI("text=Matching Gifts;url=joinmatching.php;");
aI("text=Tribute and Honor Gifts;url=joinhonor.php;");
aI("text=Gifts of Stock;url=stock.php;");
aI("text=Estate Planning: Horace M. Albright Society;url=horace.php;");
aI("text=Other;url=joinother.php;");
}

drawMenus();
