//<!--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/head_06.gif";
				 pics[4] = new Image();
          pics[4].src = "gifs/i2/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/i1/head_06.gif";
				 pics[9] = new Image();
          pics[9].src = "gifs/i3/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/tr/MT_32tr_01.jpg";
				 pics[16] = new Image();
          pics[16].src = "gifs/tr/MT_32tr_01b.jpg";
				 pics[17] = new Image();
          pics[17].src = "gifs/tr/MT_32tr_03.jpg";
				 pics[18] = new Image();
          pics[18].src = "gifs/tr/MT_32tr_03b.jpg";
				 pics[19] = new Image();
          pics[19].src = "gifs/tr/MT_32tr_04.jpg";
				 pics[20] = new Image();
          pics[20].src = "gifs/tr/MT_32tr_04b.jpg";
				 pics[21] = new Image();
          pics[21].src = "gifs/head_09.gif";
				 pics[22] = new Image();
          pics[22].src = "gifs/i1/head_09.gif";

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

