if (document.images) {
  image1on = new Image();
  image1on.src = "images/photos/fineart/thumb1on.jpg";

  image1off = new Image();
  image1off.src = "images/photos/fineart/thumb1off.jpg";

  image2on = new Image();
  image2on.src = "images/photos/fineart/thumb2on.jpg";

  image2off = new Image();
  image2off.src = "images/photos/fineart/thumb2off.jpg";

  image3on = new Image();
  image3on.src = "images/photos/fineart/thumb3on.jpg";

  image3off = new Image();
  image3off.src = "images/photos/fineart/thumb3off.jpg";

  image4on = new Image();
  image4on.src = "images/photos/fineart/thumb4on.jpg";

  image4off = new Image();
  image4off.src = "images/photos/fineart/thumb4off.jpg";

  image5on = new Image();
  image5on.src = "images/photos/fineart/thumb5on.jpg";

  image5off = new Image();
  image5off.src = "images/photos/fineart/thumb5off.jpg";

  image6on = new Image();
  image6on.src = "images/photos/fineart/thumb6on.jpg";

  image6off = new Image();
  image6off.src = "images/photos/fineart/thumb6off.jpg";

  image7on = new Image();
  image7on.src = "images/photos/fineart/thumb7on.jpg";

  image7off = new Image();
  image7off.src = "images/photos/fineart/thumb7off.jpg";

  image8on = new Image();
  image8on.src = "images/photos/fineart/thumb8on.jpg";

  image8off = new Image();
  image8off.src = "images/photos/fineart/thumb8off.jpg";

  image9on = new Image();
  image9on.src = "images/photos/fineart/thumb9on.jpg";

  image9off = new Image();
  image9off.src = "images/photos/fineart/thumb9off.jpg";

  image10on = new Image();
  image10on.src = "images/photos/fineart/thumb10on.jpg";

  image10off = new Image();
  image10off.src = "images/photos/fineart/thumb10off.jpg";


  otherImageDefault = new Image();
  otherImageDefault.src = "images/photos/fineart/img10.jpg";


  otherImage1 = new Image();
  otherImage1.src = "images/photos/fineart/img1.jpg";

  otherImage2 = new Image();
  otherImage2.src = "images/photos/fineart/img2.jpg";

  otherImage3 = new Image();
  otherImage3.src = "images/photos/fineart/img3.jpg";

  otherImage4 = new Image();
  otherImage4.src = "images/photos/fineart/img4.jpg";

  otherImage5 = new Image();
  otherImage5.src = "images/photos/fineart/img5.jpg";

  otherImage6 = new Image();
  otherImage6.src = "images/photos/fineart/img6.jpg";

  otherImage7 = new Image();
  otherImage7.src = "images/photos/fineart/img7.jpg";

  otherImage8 = new Image();
  otherImage8.src = "images/photos/fineart/img8.jpg";

  otherImage9 = new Image();
  otherImage9.src = "images/photos/fineart/img9.jpg";

  otherImage10 = new Image();
  otherImage10.src = "images/photos/fineart/img10.jpg";
}

function changeImages() {
  if (document.images) {
    for (var i=0; i<changeImages.arguments.length; i+=2) {
      document[changeImages.arguments[i]].src = eval      (changeImages.arguments[i+1] + ".src");
    }
  }
}
