<!--

if (document.images) {
  image8on = new Image();
  image8on.src = "http://www.ibsdesign.com/bridal/images/photos/beautyproducts_thumb_roll.jpg";
  
  image9on = new Image();
  image9on.src = "http://www.ibsdesign.com/bridal/images/photos/teeth_thumb_roll.jpg";

  image10on = new Image();
  image10on.src = "http://www.ibsdesign.com/bridal/images/photos/surgery_thumb_roll.jpg";
  
  image11on = new Image();
  image11on.src = "http://www.ibsdesign.com/bridal/images/photos/exercise_thumb_roll.jpg";
  
  image12on = new Image();
  image12on.src = "http://www.ibsdesign.com/bridal/images/photos/beauty4_thumb_roll.jpg";

  image13on = new Image();
  image13on.src = "http://www.ibsdesign.com/bridal/images/photos/beauty3_thumb_roll.jpg";
  
  image14on = new Image();
  image14on.src = "http://www.ibsdesign.com/bridal/images/photos/beauty_thumb_roll.jpg";
  
  image15on = new Image();
  image15on.src = "http://www.ibsdesign.com/bridal/images/photos/manicure_thumb_roll.jpg";

  image16on = new Image();
  image16on.src = "http://www.ibsdesign.com/bridal/images/photos/skincare_thumb_roll.jpg";
  
  image17on = new Image();
  image17on.src = "http://www.ibsdesign.com/bridal/images/photos/spa_thumb_roll.jpg";
  
  image18on = new Image();
  image18on.src = "http://www.ibsdesign.com/bridal/images/photos/attendants_thumb_roll.jpg";

  image19on = new Image();
  image19on.src = "http://www.ibsdesign.com/bridal/images/photos/waxing_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";

}

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");
  }
}

// -->


