<!--
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';
    img10 = new Image(); img10.src = '../../../img/index06.gif';
    img11 = new Image(); img11.src = '../../../img/index06a.gif';
    img12 = new Image(); img12.src = '../../../img/index07.gif';
    img13 = new Image(); img13.src = '../../../img/index07a.gif';
    img14 = new Image(); img14.src = '../../../img/index08.gif';
    img15 = new Image(); img15.src = '../../../img/index08a.gif';
    img16 = new Image(); img16.src = '../../../img/index09.gif';
    img17 = new Image(); img17.src = '../../../img/index09a.gif';
    img18 = new Image(); img18.src = '../../../img/index10.gif';
    img19 = new Image(); img19.src = '../../../img/index10a.gif';
    img20 = new Image(); img20.src = '../../../img/index11.gif';
    img21 = new Image(); img21.src = '../../../img/index11a.gif';
    img22 = new Image(); img22.src = '../../../img/index12.gif';
    img23 = new Image(); img23.src = '../../../img/index12a.gif';
}
function imgChange(imgName,imgNum) {
    if (navigator.appVersion > "3") {
        document.images[imgName].src = eval(imgNum + '.src');
    }
}
//-->