//<!--JavaScript by Dax copyright © 2000, Daxassist. Hide from browser
     if(document.images) {
          pics = new Array(); 
             pics[1] = new Image();
          pics[1].src = "gifs/head_04.gif";
             pics[2] = new Image();
          pics[2].src = "gifs/head_05.gif";
				 pics[3] = new Image();
          pics[3].src = "gifs/i2/head_06.gif";
				 pics[4] = new Image();
          pics[4].src = "gifs/head_07.gif";
				 pics[5] = new Image();
          pics[5].src = "gifs/head_08.gif";
				 pics[6] = new Image();
          pics[6].src = "gifs/i1/head_04.gif";
				 pics[7] = new Image();
          pics[7].src = "gifs/i1/head_05.gif";
				 pics[8] = new Image();
          pics[8].src = "gifs/i3/head_06.gif";
				 pics[9] = new Image();
          pics[9].src = "gifs/i1/head_07.gif";
				 pics[10] = new Image();
          pics[10].src = "gifs/i1/head_08.gif";
				 pics[11] = new Image();
          pics[11].src = "gifs/head_01.gif";
				 pics[12] = new Image();
          pics[12].src = "gifs/i1/head_01.gif";
				 pics[13] = new Image();
          pics[13].src = "gifs/head_03.jpg";
				 pics[14] = new Image();
          pics[14].src = "gifs/i1/head_03.jpg";
				 pics[15] = new Image();
          pics[15].src = "gifs/head_09.gif";
				 pics[16] = new Image();
          pics[16].src = "gifs/i1/head_09.gif";

      }
      function changer(from,to) {
       if(document.images) {
         document.images[from].src = pics[to].src;
       }
      }
    //end hiding-->
