<!-- Hiding from old browsers
{
    if(document.images) 
   {

    var thePics = document.images;

    var aboutIsaiahDwn = new Image();
    var hisTimesDwn = new Image();
    var hisBookDwn = new Image();
    var commDispDwn = new Image();
    var creditsDwn = new Image();
    var siteMapDwn = new Image();

    
    aboutIsaiahDwn.src = "homepage/homepage_2x1.gif";
    hisTimesDwn.src = "homepage/homepage_3x1.gif";
    hisBookDwn.src = "homepage/homepage_4x1.gif";
    commDispDwn.src = "homepage/homepage_5x1.gif";
    creditsDwn.src = "homepage/homepage_6x1.gif";
    siteMapDwn.src = "homepage/homepage_7x1.gif";


    var aboutIsaiahUp = new Image();
    var hisTimesUp = new Image();
    var hisBookUp = new Image();
    var commDispUp = new Image();
    var creditsUp = new Image();
    var siteMapUp = new Image();


    aboutIsaiahUp.src = "homepage/homepage2_2x1.gif";
    hisTimesUp.src = "homepage/homepage2_3x1.gif";
    hisBookUp.src = "homepage/homepage2_4x1.gif";
    commDispUp.src = "homepage/homepage2_5x1.gif";
    creditsUp.src = "homepage/homepage2_6x1.gif";
    siteMapUp.src = "homepage/homepage2_7x1.gif";



    function swapImageOn(imgName)
    {
       if(imgName == "aboutIsaiah")
       {
          thePics[imgName].src = aboutIsaiahUp.src;
       }
       if(imgName == "hisTimes")
       {
          thePics[imgName].src = hisTimesUp.src;
       }
       if(imgName == "hisBook")
       {
          thePics[imgName].src = hisBookUp.src;
       }
       if(imgName == "commDisp")
       {
          thePics[imgName].src = commDispUp.src;
       }
       if(imgName == "credits")
       {
          thePics[imgName].src = creditsUp.src;
       }
       if(imgName == "siteMap")
       {
          thePics[imgName].src = siteMapUp.src;
       }

    }
    function swapImageOff(imgName)
    {
       if(imgName == "aboutIsaiah")
       {
          thePics[imgName].src = aboutIsaiahDwn.src;
       }
       if(imgName == "hisTimes")
       {
          thePics[imgName].src = hisTimesDwn.src;
       }
       if(imgName == "hisBook")
       {
          thePics[imgName].src = hisBookDwn.src;
       }
       if(imgName == "commDisp")
       {
          thePics[imgName].src = commDispDwn.src;
       }
       if(imgName == "credits")
       {
          thePics[imgName].src = creditsDwn.src;
       }
       if(imgName == "siteMap")
       {
          thePics[imgName].src = siteMapDwn.src;
       }
    }
   }

}



//-->

 

