if (document.images) {
   
   splash_src = new Image(200, 133);
   splash2_src = new Image(200, 133);
   splash3_src = new Image(200, 133);
   
   eastbay = new Image(200, 133);
   eastbay2 = new Image(200, 133);
   eastbay3 = new Image(200, 133);
   
   ohlone = new Image(200, 133);
   tarn = new Image(200, 133);
   yosemite = new Image(200, 133);
   yosemite2 = new Image(200, 133);
   yosemite3 = new Image(200, 133);
   correction = new Image(200, 133);
   
   splash_src.src = "yosemite/images/yos-22t.jpg";
   splash2_src.src = "eastbay/images/lstrmp-33t.jpg";
   splash3_src.src = "eastbay/images/ohlone-06t.jpg";
   
   eastbay.src = "eastbay/images/berkhill-11t.jpg";
   eastbay2.src = "eastbay/images/lstrmp-05t.jpg";
   eastbay3.src = "eastbay/images/lstrmp-28t.jpg";
   ohlone.src = "images/august_oak_raw.jpg";
   tarn.src = "images/tarn_raw.jpg";
   yosemite.src = "yosemite/images/yos-01t.jpg";
   yosemite2.src = "yosemite/images/yos-08t.jpg";
   yosemite3.src = "yosemite/images/yos-04t.jpg";
   correction.src = "images/raw_scan.jpg";
}
else {
  bishop = ""
  eastbay = ""
  ohlone = ""
  tarn = ""
  yosemite = ""
  correction = ""
  document.splash = ""
  document.splash2 = ""
  document.splash3 = ""
}