<!--

if (document.images) {
  image8on = new Image();
  image8on.src = "http://www.ibsdesign.com/bridal/images/photos/cake2_thumb_roll.jpg";
  
  image9on = new Image();
  image9on.src = "http://www.ibsdesign.com/bridal/images/photos/reception2_thumb_roll.jpg";

  image10on = new Image();
  image10on.src = "http://www.ibsdesign.com/bridal/images/photos/bartender_thumb_roll.jpg";
  
  image11on = new Image();
  image11on.src = "http://www.ibsdesign.com/bridal/images/photos/beverage_thumb_roll.jpg";
  
  image12on = new Image();
  image12on.src = "http://www.ibsdesign.com/bridal/images/photos/cake_thumb_roll.jpg";

  image13on = new Image();
  image13on.src = "http://www.ibsdesign.com/bridal/images/photos/catering_thumb_roll.jpg";
  
  image14on = new Image();
  image14on.src = "http://www.ibsdesign.com/bridal/images/photos/chocolate_thumb_roll.jpg";
  
  image15on = new Image();
  image15on.src = "http://www.ibsdesign.com/bridal/images/photos/frozen_thumb_roll.jpg";

  image16on = new Image();
  image16on.src = "http://www.ibsdesign.com/bridal/images/photos/coffee_thumb_roll.jpg";
  
  image17on = new Image();
  image17on.src = "http://www.ibsdesign.com/bridal/images/photos/cake3_thumb_roll.jpg";
  
  image18on = new Image();
  image18on.src = "http://www.ibsdesign.com/bridal/images/photos/chaircovers_thumb_roll.jpg";

  image19on = new Image();
  image19on.src = "http://www.ibsdesign.com/bridal/images/photos/cake4_thumb_roll.jpg";
    
  image20on = new Image();
  image20on.src = "http://www.ibsdesign.com/bridal/images/photos/caketopper_thumb_roll.jpg";

  image21on = new Image();
  image21on.src = "http://www.ibsdesign.com/bridal/images/photos/sweets_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";


}

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");
  }
}

// -->


