
if(navigator.appVersion.charAt(0) >= 3) {
	var img = new Array();
	img[999] = new Image();
	img[999].src = "images/map/map-orenji2.gif";
	img[049] = new Image();
	img[049].src = "images/map/map-orenji2-g49.gif";
	img[050] = new Image();
	img[050].src = "images/map/map-orenji2-g50.gif";
	img[051] = new Image();
	img[051].src = "images/map/map-orenji2-g51.gif";
	img[052] = new Image();
	img[052].src = "images/map/map-orenji2-g52.gif";
	img[053] = new Image();
	img[053].src = "images/map/map-orenji2-g53.gif";
	img[054] = new Image();
	img[054].src = "images/map/map-orenji2-g54.gif";
	img[055] = new Image();
	img[055].src = "images/map/map-orenji2-g55.gif";
	img[056] = new Image();
	img[056].src = "images/map/map-orenji2-g56.gif";
	img[057] = new Image();
	img[057].src = "images/map/map-orenji2-g57.gif";
	img[058] = new Image();
	img[058].src = "images/map/map-orenji2-g58.gif";
	img[059] = new Image();
	img[059].src = "images/map/map-orenji2-g59.gif";
	img[060] = new Image();
	img[060].src = "images/map/map-orenji2-g60.gif";
	img[122] = new Image();
	img[122].src = "images/map/map-orenji2-gr22.gif";
	img[123] = new Image();
	img[123].src = "images/map/map-orenji2-gr23.gif";
	img[124] = new Image();
	img[124].src = "images/map/map-orenji2-gr24.gif";
	img[218] = new Image();
	img[218].src = "images/map/map-orenji2-f18.gif";
	img[219] = new Image();
	img[219].src = "images/map/map-orenji2-f19.gif";
	img[220] = new Image();
	img[220].src = "images/map/map-orenji2-f20.gif";
	img[221] = new Image();
	img[221].src = "images/map/map-orenji2-f21.gif";
	img[309] = new Image();
	img[309].src = "images/map/map-orenji2-e9.gif";
	img[443] = new Image();
	img[443].src = "images/map/map-orenji2-l43.gif";
	img[444] = new Image();
	img[444].src = "images/map/map-orenji2-l44.gif";
	img[445] = new Image();
	img[445].src = "images/map/map-orenji2-l45.gif";
	img[446] = new Image();
	img[446].src = "images/map/map-orenji2-l46.gif";
	img[447] = new Image();
	img[447].src = "images/map/map-orenji2-l47.gif";
	img[448] = new Image();
	img[448].src = "images/map/map-orenji2-l48.gif";
	img[449] = new Image();
	img[449].src = "images/map/map-orenji2-l49.gif";
	img[450] = new Image();
	img[450].src = "images/map/map-orenji2-l50.gif";
	img[451] = new Image();
	img[451].src = "images/map/map-orenji2-l51.gif";
	img[452] = new Image();
	img[452].src = "images/map/map-orenji2-l52.gif";
	img[453] = new Image();
	img[453].src = "images/map/map-orenji2-l53.gif";
	img[454] = new Image();
	img[454].src = "images/map/map-orenji2-l54.gif";
	img[456] = new Image();
	img[456].src = "images/map/map-orenji2-l56.gif";
	
}

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