//image change
function gazou(mySrc){
document.jitsurei.src=mySrc;
}

if(navigator.appVersion.charAt(0)>=3){
	movimg=new Array()
	movimg[0] = new Image();movimg[0].src='images/top_mapImg00.jpg';	
	movimg[1] = new Image();movimg[1].src='images/top_mapImg01.jpg';	
	movimg[2] = new Image();movimg[2].src='images/top_mapImg02.jpg';
	movimg[3] = new Image();movimg[3].src='images/top_mapImg03.jpg';	
	movimg[4] = new Image();movimg[4].src='images/top_mapImg04.jpg';
}

function changImg(status){
	if(navigator.appVersion.charAt(0)>=3){
		document.images["image"].src=movimg[status].src;
	}
}
