<!---非表示
//
// ブラウザ and バージョンチェック
//
var ver4 = (navigator.appVersion.charAt(0) >= "4");
var NN4  = ver4 && (navigator.appName == "Netscape");
var IE4 = ver4 && (navigator.appName.charAt(0) == "M");
var NN3 = ((navigator.appVersion.charAt(0) == "3") && (navigator.appName == "Netscape"));
if(NN3 || NN4 || IE4){

	var imgM = new Array();

/* TOP 街の安全編 */
	imgM[1] = new Image();  imgM[1].src = "../images/left_02.gif";
	imgM[2] = new Image();  imgM[2].src = "../images/left_03.gif";
	imgM[3] = new Image();  imgM[3].src = "../images/left_04.gif";
	imgM[4] = new Image();  imgM[4].src = "../images/left_05.gif";
	imgM[5] = new Image();  imgM[5].src = "../images/left_06.gif";
	imgM[6] = new Image();  imgM[6].src = "../images/left_07.gif";
	imgM[7] = new Image();  imgM[7].src = "../images/center_02.jpg";
	imgM[8] = new Image();  imgM[8].src = "../images/center_03.jpg";
	imgM[9] = new Image();  imgM[9].src = "../images/right_01.gif";
	imgM[10] = new Image();  imgM[10].src = "../images/right_02.gif";
	imgM[11] = new Image();  imgM[11].src = "../images/right_03.gif";
	imgM[12] = new Image();  imgM[12].src = "../images/right_04.gif";
	imgM[13] = new Image();  imgM[13].src = "../images/right_05.gif";
	imgM[14] = new Image();  imgM[14].src = "../images/right_06.gif";


	imgM[21] = new Image();  imgM[21].src = "../images/left_on_02.gif";
	imgM[22] = new Image();  imgM[22].src = "../images/left_on_03.gif";
	imgM[23] = new Image();  imgM[23].src = "../images/left_on_04.gif";
	imgM[24] = new Image();  imgM[24].src = "../images/left_on_05.gif";
	imgM[25] = new Image();  imgM[25].src = "../images/left_on_06.gif";
	imgM[26] = new Image();  imgM[26].src = "../images/left_on_07.gif";
	imgM[27] = new Image();  imgM[27].src = "../images/center_on_02.jpg";
	imgM[28] = new Image();  imgM[28].src = "../images/center_on_03.jpg";
	imgM[29] = new Image();  imgM[29].src = "../images/right_on_01.gif";
	imgM[30] = new Image();  imgM[30].src = "../images/right_on_02.gif";
	imgM[31] = new Image();  imgM[31].src = "../images/right_on_03.gif";
	imgM[32] = new Image();  imgM[32].src = "../images/right_on_04.gif";
	imgM[33] = new Image();  imgM[33].src = "../images/right_on_05.gif";
	imgM[34] = new Image();  imgM[34].src = "../images/right_on_06.gif";

}

function Min(nam,num) {
	if(NN3 || NN4 || IE4) document.images[nam].src = imgM[num].src;
}

function Mout(nam,num) {
	if(NN3 || NN4 || IE4) document.images[nam].src = imgM[num].src;
}
// end--->


