//<![CDATA[
<!-- Included from BC-CMAChurches.php via PHP variable $JScriptLocal and Header1.php -->
<!-- Copyright© Adam's Computing® . Web designer: Hal Adam -->
<!-- NO, this web page did NOT evolve over eons of time from -->
<!-- some suposed primodial alphabet soup, it took a designer.  :) -->
<!-- Comment out for Browsers which do NOT support Scripting
// set global initial assending Sort order 
LinkSwitch = true;

function ForewardPage()
// use nextPage method of Object on ID DynamicTable
	{DynamicTable.nextPage();}

function BackPage()
	{DynamicTable.previousPage();}

function TopPage()
      {DynamicTable.firstPage();}

function BottomPage()
      {DynamicTable.lastPage();}

function SortLink()
  {if (LinkSwitch) {
   links.SortColumn = "Link";
   links.Reset();
   LinkSwitch = false;
                         }
   else {
   links.SortColumn = "-Link";
   links.Reset();
   LinkSwitch = true;
        }	
  }
// End of JScript commenting for Non-Scripting enabled Browsers -->
//]]>
