if (document.images) {
  image1on = new Image();
  image1on.src = "/graphics/sq1b.gif";

  image2on = new Image();
  image2on.src = "/graphics/sq1b.gif";

  image3on = new Image();
  image3on.src = "/graphics/sq1b.gif";

  image4on = new Image();
  image4on.src = "/graphics/sq1b.gif";

  image5on = new Image();
  image5on.src = "/graphics/sq1b.gif";

  image6on = new Image();
  image6on.src = "/graphics/sq1b.gif";
  
  image7on = new Image();
  image7on.src = "/graphics/sq1b.gif";

  
  image1off = new Image();
  image1off.src = "/graphics/sq1a.gif";

  image2off = new Image();
  image2off.src = "/graphics/sq1a.gif";

  image3off = new Image();
  image3off.src = "/graphics/sq1a.gif";

  image4off = new Image();
  image4off.src = "/graphics/sq1a.gif";

  image5off = new Image();
  image5off.src = "/graphics/sq1a.gif";

  image6off = new Image();
  image6off.src = "/graphics/sq1a.gif";

  image7off = new Image();
  image7off.src = "/graphics/sq1a.gif";
  
  otherImageDefault = new Image();
  otherImageDefault.src = "/graphics/center_off.gif";

  otherImage1 = new Image();
  otherImage1.src = "/graphics/box1.gif";

  otherImage2 = new Image();
  otherImage2.src = "/graphics/box2.gif";

  otherImage3 = new Image();
  otherImage3.src = "/graphics/box3.gif";

  otherImage4 = new Image();
  otherImage4.src = "/graphics/box4.gif";

  otherImage5 = new Image();
  otherImage5.src = "/graphics/box5.gif";

  otherImage6 = new Image();
  otherImage6.src = "/graphics/box6.gif";
  
  otherImage7 = new Image();
  otherImage7.src = "/graphics/box7.gif";

  
}

function changeImages() {
  if (document.images) {
    for (var i=0; i<changeImages.arguments.length; i+=2) {
      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
    }
  }
}

// -->

{
window.DefaultStatus=" "
}