// JavaScript Document

<!--
if (navigator.appVersion > "3") {
img0 = new Image(); img0.src = "images/indexlogo_a.jpg";
img1 = new Image(); img1.src = "images/indexlogo_b.jpg";
img2 = new Image(); img2.src = "images/menu_01.gif";
img3 = new Image(); img3.src = "images/menub_01.gif";
img4 = new Image(); img4.src = "images/menu_02.gif";
img5 = new Image(); img5.src = "images/menub_02.gif";
img6 = new Image(); img6.src = "images/menu_03.gif";
img7 = new Image(); img7.src = "images/menub_03.gif";
img8 = new Image(); img8.src = "images/menu_04.gif";
img9 = new Image(); img9.src = "images/menub_04.gif";
img10 = new Image(); img10.src = "images/menu_05.gif";
img11 = new Image(); img11.src = "images/menub_05.gif";
img12 = new Image(); img12.src = "images/menu_06.gif";
img13 = new Image(); img13.src = "images/menub_06.gif";
img14 = new Image(); img14.src = "images/menu_07.gif";
img15 = new Image(); img15.src = "images/menub_07.gif";
img16 = new Image(); img16.src = "images/menu_08.gif";
img17 = new Image(); img17.src = "images/menub_08.gif";
img18 = new Image(); img18.src = "images/menu_09.gif";
img19 = new Image(); img19.src = "images/menub_09.gif";





}
function imgChange(imgName,imgNum) {
if (navigator.appVersion > "3") {
document.images[imgName].src = eval(imgNum + ".src");
}}


//-->
