function AWTMenu(pPath) {

  document.write('<p class=MenuItem><a class=MenuItem href="'+pPath+'redtwist.html">Who&nbsp;is&nbsp;Redtwist?</a></p>');
  document.write('<p class=MenuHead><a class=MenuHead href="'+pPath+'RedtwistTheatre.html">Redtwist&nbsp;Theatre</a></p>');
  document.write('<p class=MenuItem><a class=MenuItem href="'+pPath+'Press.html">Press</a></p>');
  document.write('<p class=MenuItem><a class=MenuItem href="'+pPath+'CurrentProduction.html">Current&nbsp;Productions</a></p>');
  document.write('<p class=MenuItem><a class=MenuItem href="'+pPath+'2009-2010Season.html">2009-2010&nbsp;Season</a></p>');
  document.write('<p class=MenuItem><a class=MenuItem href="'+pPath+'2010-2011Season.html">2010-2011&nbsp;Season</a></p>');
  document.write('<p class=MenuItem><a class=MenuItem href="'+pPath+'Productions/Dracula/Production.html">Off/Late&nbsp;Night&nbsp;Show</a></p>');
  document.write('<p class=MenuItem><a class=MenuItem href="'+pPath+'PastProductions.html">Past&nbsp;Productions</a></p>');
  document.write('<p class=MenuItem><a class=MenuItem href="'+pPath+'AuditionInfo.html">Audition&nbsp;Info</a></p>');
  document.write('<p class=MenuItem><a class=MenuItem href="'+pPath+'FlexTickets.html">***Flex&nbsp;Tickets</a></p>');
  document.write('<p class=MenuItem><a class=MenuItem href="'+pPath+'Tickets.html">***Show&nbsp;Tickets</a></p>');
  document.write('<p class=MenuItem><a class=MenuItem href="'+pPath+'DesignatedDonations.html">***Donate</a></p>');
  document.write('<p class=MenuHead><a class=MenuHead href="'+pPath+'Classes.html">ACTING&nbsp;CLASSES</a></p>');
  document.write('<p class=MenuItem><a class=MenuItem href="'+pPath+'ClassSchedule.html">Class&nbsp;Schedule</a></p>');
  document.write('<p class=MenuItem><a class=MenuItem href="'+pPath+'ClassDescriptions.html">Class&nbsp;Descriptions</a></p>');
  document.write('<p class=MenuItem><a class=MenuItem href="'+pPath+'Instructors.html">Instructors</a></p>');
  document.write('<p class=MenuHead><a class=MenuHead href="'+pPath+'Calendar.html">CALENDAR</a></p>');
  document.write('<p class=MenuHead><a class=MenuHead href="'+pPath+'AboutRedtwist.html">ABOUT&nbsp;Redtwist</a></p>');
  document.write('<p class=MenuItem><a class=MenuItem href="'+pPath+'Mission.html">Mission</a></p>');
  document.write('<p class=MenuItem><a class=MenuItem href="'+pPath+'Map.html">Map</a></p>');
  document.write('<p class=MenuItem><a class=MenuItem href="'+pPath+'StaffBoard.html">Staff</a></p>');
  document.write('<p class=MenuItem><a class=MenuItem href="'+pPath+'GrandReopening.html">Grand&nbsp;Reopening</a></p>');
  document.write('<p class=MenuItem><a class=MenuItem href="'+pPath+'SpaceBuildout.html">Space&nbsp;&amp;&nbsp;Buildout</a></p>');
  document.write('<p class=MenuHead><a class=MenuHead href="'+pPath+'Company.html">COMPANY&nbsp;MEMBERS</a></p>');
  document.write('<p class=MenuHead><a class=MenuHead href="'+pPath+'ContactRT.html">CONTACT&nbsp;Redtwist</a></p>');




}

