<!---非表示
//
// ブラウザ 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();
	imgM[1] = new Image();  imgM[1].src = "images/topic-of.gif";
	imgM[2] = new Image();  imgM[2].src = "images/hoken-of.gif";
	imgM[3] = new Image();	imgM[3].src = "images/dou-of.gif";
	imgM[4] = new Image();	imgM[4].src = "images/tai-of.gif";
	imgM[5] = new Image();	imgM[5].src = "images/jigyou-of.gif";
	imgM[6] = new Image();	imgM[6].src = "images/dl-of.gif";
	imgM[7] = new Image();	imgM[7].src = "images/link-of.gif";
	imgM[8] = new Image();	imgM[8].src = "images/home-of.gif";
　　imgM[9] = new Image();	imgM[9].src = "images/news-of.gif";
	
	imgM[21] = new Image();  imgM[21].src = "images/topic-on.gif";
	imgM[22] = new Image();  imgM[22].src = "images/hoken-on.gif";
	imgM[23] = new Image();	 imgM[23].src = "images/dou-on.gif";
	imgM[24] = new Image();	 imgM[24].src = "images/tai-on.gif";
	imgM[25] = new Image();	 imgM[25].src = "images/jigyou-on.gif";
	imgM[26] = new Image();	 imgM[26].src = "images/dl-on.gif";
	imgM[27] = new Image();	 imgM[27].src = "images/link-on.gif";
	imgM[28] = new Image();	 imgM[28].src = "images/home-on.gif";
　　imgM[29] = new Image();	 imgM[29].src = "images/news-on.gif";

	imgM[31] = new Image();  imgM[31].src = "images/topi02-of.gif";
	imgM[32] = new Image();  imgM[32].src = "images/jigyou02-of.gif";
	imgM[33] = new Image();  imgM[33].src = "images/sakuin-of.gif";
	imgM[34] = new Image();  imgM[34].src = "images/hoken02-of.gif";
	imgM[35] = new Image();  imgM[35].src = "images/dl02-of.gif";
	imgM[36] = new Image();  imgM[36].src = "images/dou02-of.gif";
	imgM[37] = new Image();  imgM[37].src = "images/link02-of.gif";
	imgM[38] = new Image();  imgM[38].src = "images/tai02-of.gif";
　　imgM[39] = new Image();  imgM[39].src = "images/news02-of.gif";

　　imgM[41] = new Image();  imgM[41].src = "images/topi02-on.gif";
	imgM[42] = new Image();  imgM[42].src = "images/jigyou02-on.gif";
	imgM[43] = new Image();  imgM[43].src = "images/sakuin-on.gif";
	imgM[44] = new Image();  imgM[44].src = "images/hoken02-on.gif";
	imgM[45] = new Image();  imgM[45].src = "images/dl02-on.gif";
	imgM[46] = new Image();  imgM[46].src = "images/dou02-on.gif";
	imgM[47] = new Image();  imgM[47].src = "images/link02-on.gif";
	imgM[48] = new Image();  imgM[48].src = "images/tai02-on.gif";
	imgM[49] = new Image();  imgM[49].src = "images/news02-on.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--->

