//<![CDATA[
<!-- Included from Hymns.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 
HymnSwitch = true;
MusicianSwitch = true;
LyricistSwitch = true;
ComposerSwitch = 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 SortHymn()
  {if (HymnSwitch) {
   Hymns.SortColumn = "Hymn";
   Hymns.Reset();
   HymnSwitch = false;
                        }
   else {
   Hymns.SortColumn = "-Hymn";
   Hymns.Reset();
   HymnSwitch = true;
        }	
  }

function SortMusician()
  {if (MusicianSwitch) {
   Hymns.SortColumn = "Musician";
   Hymns.Reset();
   MusicianSwitch = false;
                       }
   else {
   Hymns.SortColumn = "-Musician";
   Hymns.Reset();
   MusicianSwitch = true;
        }	
  }

function SortLyricist()
  {if (LyricistSwitch) {
   Hymns.SortColumn = "Lyricist";
   Hymns.Reset();
   LyricistSwitch = false;
                       }
   else {
   Hymns.SortColumn = "-Lyricist";
   Hymns.Reset();
   LyricistSwitch = true;
        }	
  }

function SortComposer()
  {if (ComposerSwitch) {
   Hymns.SortColumn = "Composer";
   Hymns.Reset();
   ComposerSwitch = false;
                       }
   else {
   Hymns.SortColumn = "-Composer";
   Hymns.Reset();
   ComposerSwitch = true;
        }	
  }
// End of JScript commenting for Non-Scripting enabled Browsers -->
//]]>

