<!-- // hide script from old browsers

// define images

if(document.images) {

  lnkbtn1 = new Image;
  lnkbtn2 = new Image;
  homebtn1 = new Image;
  homebtn2 = new Image;
  wmbtn1 = new Image;
  wmbtn2 = new Image;
  locbtn1 = new Image;
  locbtn2 = new Image;
  serbtn1 = new Image;
  serbtn2 = new Image;
  pastbtn1 = new Image;
  pastbtn2 = new Image;
  praybtn1 = new Image;
  praybtn2 = new Image;
  conbtn1 = new Image;
  conbtn2 = new Image;
  biblbtn1 = new Image;
  biblbtn2 = new Image;
  whobtn1 = new Image;
  whobtn2 = new Image;
  spybtn1 = new Image;
  spybtn2 = new Image;
  schbtn1 = new Image;
  schbtn2 = new Image;
  lldbtn1 = new Image;
  lldbtn2 = new Image;
  felbtn1 = new Image;
  felbtn2 = new Image;
  devobtn1 = new Image;
  devobtn2 = new Image;
  epstbtn1 = new Image;
  epstbtn2 = new Image;
  galbtn1 = new Image;
  galbtn2 = new Image;
  prefbtn1 = new Image;
  prefbtn2 = new Image;

// source images
 
  spybtn1.src = "http://stpaulrockford.org/images/spybtn1.gif";
  spybtn2.src = "http://stpaulrockford.org/images/spybtn2.gif";
  schbtn1.src = "http://stpaulrockford.org/images/schbtn1.gif";
  schbtn2.src = "http://stpaulrockford.org/images/schbtn2.gif";
  lldbtn1.src = "http://stpaulrockford.org/images/lldbtn1.gif";
  lldbtn2.src = "http://stpaulrockford.org/images/lldbtn2.gif";
  homebtn1.src = "http://stpaulrockford.org/images/homebtn1.gif";
  homebtn2.src = "http://stpaulrockford.org/images/homebtn2.gif";
  lnkbtn1.src = "http://stpaulrockford.org/images/lnkbtn1.jpg";
  lnkbtn2.src = "http://stpaulrockford.org/images/lnkbtn2.jpg";
  wmbtn1.src = "http://stpaulrockford.org/images/webmbtn1.jpg";
  wmbtn2.src = "http://stpaulrockford.org/images/webmbtn2.jpg";
  locbtn1.src = "http://stpaulrockford.org/images/locbtn1.jpg";
  locbtn2.src = "http://stpaulrockford.org/images/locbtn2.jpg";
  serbtn1.src = "http://stpaulrockford.org/images/servbtn1.jpg";
  serbtn2.src = "http://stpaulrockford.org/images/servbtn2.jpg";
  pastbtn1.src = "http://stpaulrockford.org/images/pastbtn1.jpg";
  pastbtn2.src = "http://stpaulrockford.org/images/pastbtn2.jpg";
  praybtn1.src = "http://stpaulrockford.org/images/praybtn1.jpg";
  praybtn2.src = "http://stpaulrockford.org/images/praybtn2.jpg";
  conbtn1.src = "http://stpaulrockford.org/images/conbtn1.jpg";
  conbtn2.src = "http://stpaulrockford.org/images/conbtn2.jpg";
  biblbtn1.src = "http://stpaulrockford.org/images/biblbtn1.jpg";
  biblbtn2.src = "http://stpaulrockford.org/images/biblbtn2.jpg";
  whobtn1.src = "http://stpaulrockford.org/images/whobtn1.jpg";
  whobtn2.src = "http://stpaulrockford.org/images/whobtn2.jpg";
  felbtn1.src = "http://stpaulrockford.org/images/fellbtn1.jpg";
  felbtn2.src = "http://stpaulrockford.org/images/fellbtn2.jpg";
  devobtn1.src = "http://stpaulrockford.org/images/devobtn1.jpg";
  devobtn2.src = "http://stpaulrockford.org/images/devobtn2.jpg";
  epstbtn1.src = "http://stpaulrockford.org/images/epstbtn1.jpg";
  epstbtn2.src = "http://stpaulrockford.org/images/epstbtn2.jpg";
  galbtn1.src = "http://stpaulrockford.org/images/galbtn1.jpg";
  galbtn2.src = "http://stpaulrockford.org/images/galbtn2.jpg";
  prefbtn1.src = "http://stpaulrockford.org/images/prefbtn1.jpg";
  prefbtn2.src = "http://stpaulrockford.org/images/prefbtn2.jpg";

}

function swapOn(imgLocation) {
  if(document.images) {
    document.images[imgLocation].src = eval(imgLocation + "2.src");
  }
}

function swapOff(imgLocation) {
  if(document.images) {
    document.images[imgLocation].src = eval(imgLocation + "1.src");
  }
}

// end hiding script -->
