

<!-- Hide Script from Older Browsers ...





function printMenu()

{



   // ============

   // "Links" menu

   // ============



   with (document) {

      writeln("<table class=menu width=100%>");

      writeln("   <th> Site Map </th>");

      writeln("   <tr><td class=menu><a href='index.htm'> Home </a></td></tr>");

      writeln("   <tr><td class=menu><a href='http://www.plainsboropres.org/whatsnew.htm'> What's New? </a></td></tr>");

      writeln("   <tr><td class=menu><a href='http://www.plainsboropres.org/visitors.htm'> For Our Visitors </a></td></tr>");

      writeln("   <tr><td class=menu><a href='http://www.plainsboropres.org/comehere.htm'> Directions </a></td></tr>");

      writeln("   <tr><td class=menu><a href='http://www.plainsboropres.org/staff.htm'> Contact Us </a></td></tr>");

      writeln("   <tr><td class=menu><a href='http://www.plainsboropres.org/upcoming.htm'> Upcoming Events </a></td></tr>");

      writeln("   <tr><td class=menu><a href='http://www.plainsboropres.org/calendar.htm'> Calendar </a></td></tr>");

      writeln("   <tr><td class=menu><a href='http://www.plainsboropres.org/pastor.htm'> Pastor's Message </a></td></tr>");

      writeln("   <tr><td class=menu><a href='http://www.plainsboropres.org/churchlife.htm'> Church Life </a></td></tr>");

      writeln("   <tr><td class=menu><a href='http://www.plainsboropres.org/mission.htm'> Mission </a></td></tr>");

      writeln("   <tr><td class=menu><a href='http://www.plainsboropres.org/educate.htm'> Education </a></td></tr>");

      writeln("   <tr><td class=menu><a href='http://www.plainsboropres.org/worship.htm'> Worship </a></td></tr>");

      writeln("   <tr><td class=menu><a href='http://www.plainsboropres.org/deacons.htm'> Deacons </a></td></tr>");

      writeln("   <tr><td class=menu><a href='http://www.plainsboropres.org/photogal.htm'> Photo Gallery </a></td></tr>");

      writeln("   <tr><td class=menu><a href='http://www.plainsboropres.org/korean.htm'> Korean Pres. Church </a></td></tr>");

      writeln("   <tr><td class=menu><a href='http://www.plainsboropres.org/history.htm'> Church History </a></td></tr>");

      writeln("   <tr><td class=menu><a href='http://www.plainsboropres.org/links.htm'> Church Links </a></td></tr>");




      writeln("</table>");

   }

   document.writeln("<br>");



}



-->



