function NavigationButtons()
{
  var buffer="";
  buffer+='<P CLASS="navigation">';
  buffer+='<A HREF="index.htm">Home Page</A><BR>';
  buffer+='<A HREF="calendar.php">Calendar</A><BR>';
  buffer+='<A HREF="newsletter.htm">Newsletter</A><BR>';
  buffer+='<A HREF="directory.htm">Member Directory</A><BR>';
  buffer+='<A HREF="resources.htm">Resources and Links</A><BR>';
  buffer+='<A HREF="about.php">About the Section</A><BR>';
  buffer+='<A HREF="http://www.osbar.org" TARGET="_New">OSB Home Page</A>';
  buffer+='</P>';

  buffer+='<P CLASS="copyright" ALIGN=CENTER>Copyright 2002-2010<BR>Oregon State Bar<BR>Corporate Counsel Section<BR><A HREF="mailto:info@osbcorporatecounsel.com">info@osbcorporatecounsel.com</A></P>';

  buffer+='<BR><P CLASS="copyright" ALIGN=CENTER><A HREF="http://www.spottedhorse.com" TARGET="New">Web page design and<BR>hosting by Appaloosa</A></P><BR><BR>';

  document.write(buffer);
  return;
}
