<!---非表示
//
// ブラウザ 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_link04_of.gif";
	imgM[2] = new Image();  imgM[2].src = "../images/index_link05_of.gif";
	imgM[3] = new Image();  imgM[3].src = "../images/index_link06_of.gif";
	imgM[4] = new Image();  imgM[4].src = "../images/index_link07_of.gif";
	imgM[5] = new Image();  imgM[5].src = "../images/index_link08_of.gif";
	imgM[6] = new Image();  imgM[6].src = "../images/index_link09_of.gif";
	imgM[7] = new Image();  imgM[7].src = "../images/index_link10_of.gif";
	imgM[8] = new Image();  imgM[8].src = "../images/index_link11_of.gif";

	imgM[11] = new Image(); imgM[11].src = "../images/index_link04_on.gif";
	imgM[12] = new Image(); imgM[12].src = "../images/index_link05_on.gif";
	imgM[13] = new Image(); imgM[13].src = "../images/index_link06_on.gif";
	imgM[14] = new Image(); imgM[14].src = "../images/index_link07_on.gif";
	imgM[15] = new Image(); imgM[15].src = "../images/index_link08_on.gif";
	imgM[16] = new Image(); imgM[16].src = "../images/index_link09_on.gif";
	imgM[17] = new Image(); imgM[17].src = "../images/index_link10_on.gif";
	imgM[18] = new Image(); imgM[18].src = "../images/index_link11_on.gif";



//外来科目案内
	imgM[21] = new Image(); imgM[21].src = "images/index_ph08.gif";
	imgM[22] = new Image(); imgM[22].src = "images/index_ph09.gif";
	imgM[23] = new Image(); imgM[23].src = "images/index_ph10.gif";
	imgM[24] = new Image(); imgM[24].src = "images/index_ph11.gif";
	imgM[25] = new Image(); imgM[25].src = "images/index_ph12.gif";
	imgM[26] = new Image(); imgM[26].src = "images/index_ph13.gif";
	imgM[27] = new Image(); imgM[27].src = "images/index_ph14.gif";

	imgM[31] = new Image(); imgM[31].src = "images/index_ph08_on.gif";
	imgM[32] = new Image(); imgM[32].src = "images/index_ph09_on.gif";
	imgM[33] = new Image(); imgM[33].src = "images/index_ph10_on.gif";
	imgM[34] = new Image(); imgM[34].src = "images/index_ph11_on.gif";
	imgM[35] = new Image(); imgM[35].src = "images/index_ph12_on.gif";
	imgM[36] = new Image(); imgM[36].src = "images/index_ph13_on.gif";
	imgM[37] = new Image(); imgM[37].src = "images/index_ph14_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--->


