function writenavigation(subsection) {
document.write('        <table id="linktable" border="0" cellspacing="0" cellpadding="0" width="100%">');
document.write('          <tr><td><a href="aboutdca.html">About DCA</a></td></tr>');
if (subsection=="about") {
  document.write('          <tr><td><table id="minilinktable" width="100%" border="0">');
  document.write('	    <tr><td><a href="aboutdca_mission.html">Mission Statement</a></td></tr>');
  document.write('            <tr><td><a href="aboutdca_fundraising.html">Fundraising Info</a></td></tr>');
  document.write('            <tr><td><a href="aboutdca_related.html">Scholarships</a></td></tr>');
  document.write('            </table></td></tr>'); }
document.write('          <tr><td><a href="dca_news.html">DCA News</a></td></tr>');
if (subsection=="dcanews") {
  document.write('          <tr><td><table id="minilinktable" width="100%" border="0">');
  document.write('            <tr><td><a href="p/archive.html">Archives</a></td></tr>');
  document.write('            </table></td></tr>'); }
document.write('          <tr><td><a href="membership.html">Membership Resources</a></td></tr>');
if (subsection=="membership") {
  document.write('           <tr><td><table id="minilinktable" width="100%" border="0">');
  document.write('            <tr><td><a href="20questions.html">20 Questions</a></td></tr>');
  document.write('            <tr><td><a href="memberregistration.html">Registration</a></td></tr>');
  document.write('            <tr><td><a href="resources.html">Resources</a></td></tr>');
  document.write('            <tr><td><a href="updatecontactinfo.html">Update Contact Info</a></td></tr>');
  document.write('            <tr><td><a href="aboutdca_memberbooks.html">Member Publications</a></td></tr>');
  document.write('	      <tr><td><a href="mentorship.html">Mentorship</a></td></tr>');
  document.write('	      <tr><td><a href="surveyresults.html" style="letter-spacing:-1px;">Member Survey Results</a></td></tr>');
  document.write('            </table></td></tr>'); }
document.write('          <tr><td><a href="volunteering.html">Volunteering</a></td></tr>');
document.write('          <tr><td><a href="board.html">Board of Directors</a></td></tr>');
document.write('          <tr><td><a href="memberregistration.html">Join DCA</a></td></tr>');
document.write('          <tr><td><a href="conference.html">Conference</a></td></tr>');
if (subsection=="conference") {
  document.write('          <tr><td><table id="minilinktable" width="100%" border="0">');
//  document.write('            <tr><td><a href="conference_form.html">Registration</a></td></tr>');
//  document.write('            <tr><td><a href="conference_schedule.html">Schedule</a></td></tr>');
//  document.write('            <tr><td><a href="conference_performances.html">Performances</a></td></tr>');
//  document.write('            <tr><td><a href="conference_release.html">Release</a></td></tr>');
  document.write('            <tr><td><a href="conference2007.html">Conference 2007</a></td></tr>');
  document.write('            </table></td></tr>'); }
document.write('          <tr><td><a href="dca_history.html">DCA History</a></td></tr>');
if (subsection=="dcahistory") {
  document.write('          <tr><td><table id="minilinktable" width="100%" border="0">');
  document.write('            <tr><td><a href="dca_presidents.html">Board Chairs</a></td></tr>');
  document.write('            <tr><td><a href="dca_founding.html">Founding History</a></td></tr>');
  document.write('            <tr><td><a href="dca_editors.html">Editors & Staff</a></td></tr>');
  document.write('            <tr><td><a href="dca_deceased.html">Deceased Members</a></td></tr>');
  document.write('            <tr><td><a href="dca_directors.html">Board of Directors</a></td></tr>');
  document.write('            <tr><td><a href="dca_conf_and_sem.html">Conferences</a></td></tr>');
  document.write('            </table></td></tr>'); }
document.write('          <tr><td><a href="contact.html">Contact Us</a></td></tr>');
document.write('          <tr><td><a href="login.html">Member Login</a></td></tr>');
document.write('        </table>');
}