<!--

if (document.images) {
  image8on = new Image();
  image8on.src = "http://www.ibsdesign.com/bridal/images/photos/honeymoon2_thumb_roll.jpg";
  
  image9on = new Image();
  image9on.src = "http://www.ibsdesign.com/bridal/images/photos/honeymoon_thumb_roll.jpg";

  image10on = new Image();
  image10on.src = "http://www.ibsdesign.com/bridal/images/photos/destination_thumb_roll.jpg";
  
  image8off = new Image();
  image8off.src = "http://www.ibsdesign.com/bridal/images/spacer.gif";
  
  image9off = new Image();
  image9off.src = "http://www.ibsdesign.com/bridal/images/spacer.gif";

  image10off = new Image();
  image10off.src = "http://www.ibsdesign.com/bridal/images/spacer.gif";

}

function turnOn(imageName) {
  if (document.images) {
    document[imageName].src = eval(imageName + "on.src");
  }
}

function turnOff(imageName) {
  if (document.images) {
    document[imageName].src = eval(imageName + "off.src");
  }
}

// -->


