// JavaScript Document<!--//イメージの事前読み込みif(navigator.appVersion.charAt(0)>=3){movimg=new Array()movimg[0] = new Image();movimg[0].src='images018/l01.jpg';movimg[1] = new Image();movimg[1].src='images018/l02.jpg';movimg[2] = new Image();movimg[2].src='images018/l03.jpg';movimg[3] = new Image();movimg[3].src='images018/l04.jpg';movimg[4] = new Image();movimg[4].src='images018/l05.jpg';movimg[5] = new Image();movimg[5].src='images018/l06.jpg';movimg[6] = new Image();movimg[6].src='images018/l07.jpg';movimg[7] = new Image();movimg[7].src='images018/l08.jpg';movimg[8] = new Image();movimg[8].src='images018/l09.jpg';movimg[9] = new Image();movimg[9].src='images018/l10.jpg';movimg[10] = new Image();movimg[10].src='images018/l11.jpg';movimg[11] = new Image();movimg[11].src='images018/l12.jpg';movimg[12] = new Image();movimg[12].src='images018/l13.jpg';movimg[13] = new Image();movimg[13].src='images018/l14.jpg';movimg[14] = new Image();movimg[14].src='images018/l15.jpg';};//アニメーションfunction changImg1(imgNoA,imgNoB){if(navigator.appVersion.charAt(0)>=3){document.images[imgNoA].src=movimg[imgNoB].src;};};<!---->                        
