document.write("<p><a href='index.html'>home</a><p>")
document.write("<p><a href='about.html' onClick='return toggleMenu(\"about\")'>about</a><p>")
document.write("<span class='menu' id='about'>")
document.write("<p><a href='mission.html' class='submenu'>mission &amp; vision</a><br />")
document.write("<a href='board.html' class='submenu'>board of directors</a><br />")
document.write("<a href='history.html' class='submenu'>history</a><br />")
document.write("<a href='newbuilding.html' class='submenu'>the new facility</a></p>")
document.write("</span>")
document.write("<p><a href='gallery.html'>rentals</a><p>")
document.write("<p><a href='education.html' onClick='return toggleMenu(\"edu\")'>education</a><p>")
document.write("<span class='menu' id='edu'>")
document.write("<a href='howto.html' class='submenu'>how to register</a><br />")
document.write("<a href='youthartclasses.html' class='submenu'>youth classes</a><br />")
document.write("<a href='adultartclasses.html' class='submenu'>adult classes</a><br />")
document.write("<a href='colormyworld.html' class='submenu'>color my world</a><br />")
document.write("</span>")
document.write("<p><a href='events.php'>events</a><p>")
document.write("<p><a href='windowshop.html'>window shop</a><p>")
document.write("<p><a href='artsreach.html' onClick='return toggleMenu(\"reach\")'>arts reach</a><p>")
document.write("<span class='menu' id='reach'>")
document.write("<a href='overview.html' class='submenu'>what is arts reach</a><br />")
document.write("</span>")
document.write("<p><a href='volunteer.html'>volunteer</a><p>")
document.write("<p><a href='membership.html'>memberships</a><p>")
document.write("<p><a href='contact.html'>contact the arts center</a><p>")
