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