
<!--

if(navigator.appVersion.charAt(0) >= 3) {
 var img = new Array();
 img[0] = new Image();  img[0].src = "./images/1.gif";
 img[1] = new Image();  img[1].src = "./images/1a.gif";
 img[2] = new Image();  img[2].src = "./images/2.gif";
 img[3] = new Image();  img[3].src = "./images/2a.gif";
 img[4] = new Image();  img[4].src = "./images/3.gif";
 img[5] = new Image();  img[5].src = "./images/3a.gif";
 img[6] = new Image();  img[6].src = "./images/4.gif";
 img[7] = new Image();  img[7].src = "./images/4a.gif";
 img[8] = new Image();  img[8].src = "./images/5.gif";
 img[9] = new Image();  img[9].src = "./images/5a.gif";
 img[10] = new Image();  img[10].src = "./images/6.gif";
 img[11] = new Image();  img[11].src = "./images/6a.gif";
 img[12] = new Image();  img[12].src = "./images/7.gif";
 img[13] = new Image();  img[13].src = "./images/7a.gif";
 img[14] = new Image();  img[14].src = "./images/8.gif";
 img[15] = new Image();  img[15].src = "./images/8a.gif";
 img[16] = new Image();  img[16].src = "./images/9.gif";
 img[17] = new Image();  img[17].src = "./images/9a.gif";
 img[18] = new Image();  img[18].src = "./images/10.gif";
 img[19] = new Image();  img[19].src = "./images/10a.gif";
}

function change_image(nam,num) {
if(navigator.appVersion.charAt(0) >= 3) {
 document.images[nam].src = img[num].src;
   }
}

//-->
