if(navigator.appVersion.charAt(0) >= 3) {
	var img = new Array();
	img[999] = new Image();
	img[999].src = "images/map/map-ichiban.gif";
	img[001] = new Image();
	img[001].src = "images/map/map-ichiban-g1.gif";
	img[006] = new Image();
	img[006].src = "images/map/map-ichiban-g6.gif";
	img[008] = new Image();
	img[008].src = "images/map/map-ichiban-g8.gif";
	img[099] = new Image();
	img[099].src = "images/map/map-ichiban-g9.gif";
	img[011] = new Image();
	img[011].src = "images/map/map-ichiban-g11.gif";
	img[012] = new Image();
	img[012].src = "images/map/map-ichiban-g12.gif";
	img[013] = new Image();
	img[013].src = "images/map/map-ichiban-g13.gif";
	img[014] = new Image();
	img[014].src = "images/map/map-ichiban-g14.gif";
	img[019] = new Image();
	img[019].src = "images/map/map-ichiban-g19.gif";
	img[101] = new Image();
	img[101].src = "images/map/map-ichiban-gr1.gif";
	img[102] = new Image();
	img[102].src = "images/map/map-ichiban-gr2.gif";
	img[103] = new Image();
	img[103].src = "images/map/map-ichiban-gr3.gif";
	img[104] = new Image();
	img[104].src = "images/map/map-ichiban-gr4.gif";
	img[105] = new Image();
	img[105].src = "images/map/map-ichiban-gr5.gif";
	img[106] = new Image();
	img[106].src = "images/map/map-ichiban-gr6.gif";
	img[107] = new Image();
	img[107].src = "images/map/map-ichiban-gr7.gif";
	img[108] = new Image();
	img[108].src = "images/map/map-ichiban-gr8.gif";
	img[109] = new Image();
	img[109].src = "images/map/map-ichiban-gr9.gif";
	img[110] = new Image();
	img[110].src = "images/map/map-ichiban-gr10.gif";
	img[111] = new Image();
	img[111].src = "images/map/map-ichiban-gr11.gif";
	img[124] = new Image();
	img[124].src = "images/map/map-ichiban-gr24.gif";
	img[212] = new Image();
	img[212].src = "images/map/map-ichiban-f12.gif";
	img[213] = new Image();
	img[213].src = "images/map/map-ichiban-f13.gif";
	img[402] = new Image();
	img[402].src = "images/map/map-ichiban-l2.gif";
	img[406] = new Image();
	img[406].src = "images/map/map-ichiban-l6.gif";
	img[407] = new Image();
	img[407].src = "images/map/map-ichiban-l7.gif";
	
}

function change_image(nam,num) {
	if(navigator.appVersion.charAt(0) >= 3) {
		document.images[nam].src = img[num].src;
	}
}
