<!--
if (navigator.appVersion > "3") {
    img0 = new Image(); img0.src = 'img/index01.gif';
    img1 = new Image(); img1.src = 'img/index01a.gif';
    img2 = new Image(); img2.src = 'img/index02.gif';
    img3 = new Image(); img3.src = 'img/index02a.gif';
    img4 = new Image(); img4.src = 'img/index03.gif';
    img5 = new Image(); img5.src = 'img/index03a.gif';
    img6 = new Image(); img6.src = 'img/index04.gif';
    img7 = new Image(); img7.src = 'img/index04a.gif';
    img8 = new Image(); img8.src = 'img/index05.gif';
    img9 = new Image(); img9.src = 'img/index05a.gif';
}
function imgChange(imgName,imgNum) {
    if (navigator.appVersion > "3") {
        document.images[imgName].src = eval(imgNum + '.src');
    }
}
//-->