

if(navigator.appVersion.charAt(0) >= 3 ){

img = new Array();

img[0] = new Image(); img[0].src ="image/n2lof01.gif";

img[1] = new Image(); img[1].src ="image/n2lon01.gif";

img[2] = new Image(); img[2].src ="image/n2lof02.gif";

img[3] = new Image(); img[3].src ="image/n2lon02.gif";

img[4] = new Image(); img[4].src ="image/n2lof03.gif";

img[5] = new Image(); img[5].src ="image/n2lon03.gif";

img[6] = new Image(); img[6].src ="image/n2lof04.gif";

img[7] = new Image(); img[7].src ="image/n2lon04.gif";

img[8] = new Image(); img[8].src ="image/n2lof05.gif";

img[9] = new Image(); img[9].src ="image/n2lon05.gif";

img[10] = new Image(); img[10].src ="image/n2lof06.gif";

img[11] = new Image(); img[11].src ="image/n2lon06.gif";

img[12] = new Image(); img[12].src ="image/n2lof07.gif";

img[13] = new Image(); img[13].src ="image/n2lon07.gif";

img[14] = new Image(); img[14].src ="image/n2lof08.gif";

img[15] = new Image(); img[15].src ="image/n2lon08.gif";

img[16] = new Image(); img[16].src ="image/n2lof09.gif";

img[17] = new Image(); img[17].src ="image/n2lon09.gif";

}



function changeIMG(imgNAME,imgNo){

    if(navigator.appVersion.charAt(0) >= 3 ){

        document.images[imgNAME].src=img[imgNo].src;

    }

}



