function EEWCMenu(pPath) {
  document.write('<br><p class="Menu"><small><a href="'+pPath+'index.htm">Welcome</a></small></p>');
  document.write('<p class="Menu"><small><a href="'+pPath+'About.htm">About EEWC</a></small></p>');
  document.write('<p class="Menu"><small><a href="'+pPath+'NewsEvents.htm">News&nbsp;&amp;&nbsp;Events</a></small></p>');
  document.write('<p class="Menu"><small><a href="'+pPath+'72-27/">72-27 Weblog</a></small></p>');
  document.write('<p class="Menu"><small><a href="'+pPath+'Commentaries.htm">Commentaries</a></small></p>');
  document.write('<p class="Menu"><small><a href="'+pPath+'Explorations.htm">Web&nbsp;Explorations<br>for&nbsp;Christian<br>Feminists</a></small>');
  document.write('<p class="Menu"><small><a href="'+pPath+'Reviews.htm">Book&nbsp;Reviews</a></small></p>');
  document.write('<p class="Menu"><small><a href="'+pPath+'CFT.htm"><i>EEWC&nbsp;Update</i><br>Newsletter</a></small></p>');
  document.write('<p class="Menu"><small><a href="'+pPath+'Audio.htm">EEWC Audio</a></small></p>');
  document.write('<p class="Menu"><small><a href="'+pPath+'Membership.htm">Membership&nbsp;&amp;<br>Subscriptions</a></small></p>');
  document.write('<p class="Menu"><small><a href="'+pPath+'Contact.htm">Contact Us</a></small></p>');
}

