<!--
if (document.images) {
   img0 = new Image(); img0.src = "gif/0-1.gif";
   img1 = new Image(); img1.src = "gif/1-1.gif";
   img2 = new Image(); img2.src = "gif/2-1.gif";
   img3 = new Image(); img3.src = "gif/3-1.gif";
   img4 = new Image(); img4.src = "gif/4-1.gif";
   img5 = new Image(); img5.src = "gif/5-1.gif";
   img6 = new Image(); img6.src = "gif/6-1.gif";
   img7 = new Image(); img7.src = "gif/7-1.gif";
   img8 = new Image(); img8.src = "gif/8-1.gif";
   img9 = new Image(); img9.src = "gif/9-1.gif";
   img10 = new Image(); img10.src = "gif/10-1.gif";
}
function setImage(img, image) {
   if (img) {
      img.src = image;
   }
}
// -->
