<!--

if (document.images) {
  image8on = new Image();
  image8on.src = "http://www.ibsdesign.com/bridal/images/photos/purse_thumb_roll.jpg";
  
  image9on = new Image();
  image9on.src = "http://www.ibsdesign.com/bridal/images/photos/alterations_thumb_roll.jpg";

  image10on = new Image();
  image10on.src = "http://www.ibsdesign.com/bridal/images/photos/bridalstore_thumb_roll.jpg";
  
  image11on = new Image();
  image11on.src = "http://www.ibsdesign.com/bridal/images/photos/bridesmaids2_thumb_roll.jpg";
  
  image12on = new Image();
  image12on.src = "http://www.ibsdesign.com/bridal/images/photos/flowergirl_thumb_roll.jpg";

  image13on = new Image();
  image13on.src = "http://www.ibsdesign.com/bridal/images/photos/formal_thumb_roll.jpg";
  
  image14on = new Image();
  image14on.src = "http://www.ibsdesign.com/bridal/images/photos/preservegown_thumb_roll.jpg";
  
  image15on = new Image();
  image15on.src = "http://www.ibsdesign.com/bridal/images/photos/jewelry_thumb_roll.jpg";

  image16on = new Image();
  image16on.src = "http://www.ibsdesign.com/bridal/images/photos/lingerie_thumb_roll.jpg";
  
  image17on = new Image();
  image17on.src = "http://www.ibsdesign.com/bridal/images/photos/mothers_thumb_roll.jpg";
  
  image18on = new Image();
  image18on.src = "http://www.ibsdesign.com/bridal/images/photos/ringbearer_thumb_roll.jpg";

  image19on = new Image();
  image19on.src = "http://www.ibsdesign.com/bridal/images/photos/shoes_thumb_roll.jpg";
  
  image20on = new Image();
  image20on.src = "http://www.ibsdesign.com/bridal/images/photos/men_thumb_roll.jpg";
  
  image21on = new Image();
  image21on.src = "http://www.ibsdesign.com/bridal/images/photos/veil_thumb_roll.jpg";
  
  image22on = new Image();
  image22on.src = "http://www.ibsdesign.com/bridal/images/photos/bride_thumb_roll.jpg";
  
  image23on = new Image();
  image23on.src = "http://www.ibsdesign.com/bridal/images/photos/designers_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";
  
  image11off = new Image();
  image11off.src = "http://www.ibsdesign.com/bridal/images/spacer.gif";
  
  image12off = new Image();
  image12off.src = "http://www.ibsdesign.com/bridal/images/spacer.gif";

  image13off = new Image();
  image13off.src = "http://www.ibsdesign.com/bridal/images/spacer.gif";
  
  image14off = new Image();
  image14off.src = "http://www.ibsdesign.com/bridal/images/spacer.gif";
  
  image15off = new Image();
  image15off.src = "http://www.ibsdesign.com/bridal/images/spacer.gif";

  image16off = new Image();
  image16off.src = "http://www.ibsdesign.com/bridal/images/spacer.gif";
  
  image17off = new Image();
  image17off.src = "http://www.ibsdesign.com/bridal/images/spacer.gif";
  
  image18off = new Image();
  image18off.src = "http://www.ibsdesign.com/bridal/images/spacer.gif";

  image19off = new Image();
  image19off.src = "http://www.ibsdesign.com/bridal/images/spacer.gif";
  
  image20off = new Image();
  image20off.src = "http://www.ibsdesign.com/bridal/images/spacer.gif";
  
  image21off = new Image();
  image21off.src = "http://www.ibsdesign.com/bridal/images/spacer.gif";
  
  image22off = new Image();
  image22off.src = "http://www.ibsdesign.com/bridal/images/spacer.gif";
  
  image23off = new Image();
  image23off.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");
  }
}

// -->


