<!--

if (document.images) {
  image14on = new Image();
  image14on.src = "http://www.ibsdesign.com/bridal/images/photos/preservegown_thumb_roll.jpg";
  
  image9on = new Image();
  image9on.src = "http://www.ibsdesign.com/bridal/images/photos/flowers3_thumb_roll.jpg";

  image14off = new Image();
  image14off.src = "http://www.ibsdesign.com/bridal/images/spacer.gif";
  
  image9off = new Image();
  image9off.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");
  }
}

// -->


