<!---非表示
//
// ブラウザ 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/index_link01_of.gif";
	imgM[2] = new Image();  imgM[2].src = "images/index_link02_of.gif";
	imgM[3] = new Image();  imgM[3].src = "images/index_link03_of.gif";
	imgM[4] = new Image();  imgM[4].src = "images/index_link04_of.gif";
	imgM[5] = new Image();  imgM[5].src = "images/index_link05_of.gif";
	imgM[6] = new Image();  imgM[6].src = "images/index_link06_of.gif";

	imgM[11] = new Image(); imgM[11].src = "images/index_link01_on.gif";
	imgM[12] = new Image(); imgM[12].src = "images/index_link02_on.gif";
	imgM[13] = new Image(); imgM[13].src = "images/index_link03_on.gif";
	imgM[14] = new Image(); imgM[14].src = "images/index_link04_on.gif";
	imgM[15] = new Image(); imgM[15].src = "images/index_link05_on.gif";
	imgM[16] = new Image(); imgM[16].src = "images/index_link06_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--->



