function cw()
  {
  // Absolute Main Menu Navigation Bar
  document.write('<p>');
  document.write('<Table Border Cellpadding=2>');
  document.write('<td Align=Left><a href="http://www.echocamp.org/images/absolute_help.html"><font color=C4531B face="Verdana,Arial" size=1>Absolute Navigation</a></td>');
  document.write('<td Align=Left><a href="http://www.echocamp.org/index.html"><font color=665500 face="Verdana,Arial" size=1>Index</a></td>');
  document.write('<td Align=Left><a href="http://www.echocamp.org/activity/activity.html"><font color=665500 face="Verdana,Arial" size=1>Activities</a></td>');
  document.write('<td Align=Left><a href="http://www.echocamp.org/camper/camper.html"><font color=665500 face="Verdana,Arial" size=1>Campers</a></td>');
  document.write('<td Align=Left><a href="http://www.echocamp.org/description/description.html"><font color=665500 face="Verdana,Arial" size=1>Sign Up</a></td>');
  document.write('<td Align=Left><a href="http://www.echocamp.org/grounds/grounds.html"><font color=665500 face="Verdana,Arial" size=1>Grounds</a></td>');
  document.write('<td Align=Left><a href="http://www.echocamp.org/history/history.html"><font color=665500 face="Verdana,Arial" size=1>History</a></td>');
  document.write('<td Align=Left><a href="http://www.echocamp.org/map/map.html"><font color=665500 face="Verdana,Arial" size=1>Maps</a></td>');
  document.write('<td Align=Left><a href="http://www.echocamp.org/staff/staff.html"><font color=665500 face="Verdana,Arial" size=1>Staff</a></td>');
  document.write('</Table><p>');

  // Copyright notice
  document.write(" <font color=665500 size=1><p> ");
  document.write(" www.EchoCamp.org, the comprehensive Berkeley Echo Lake Camp website, ");
  document.write(" is copyright &copy 2000 -2012 by Bayard Geis. ");
  document.write(" </font> ");

  document.close();

  return true;
  }

