<!---非表示
//
// ブラウザ 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/hd_navi01_of.gif";
	imgM[2] = new Image();  imgM[2].src = "images/hd_navi01_on.gif";
	imgM[3] = new Image();  imgM[3].src = "images/hd_navi02_of.gif";
	imgM[4] = new Image();  imgM[4].src = "images/hd_navi02_on.gif";
	imgM[5] = new Image();  imgM[5].src = "images/hd_navi03_of.gif";
	imgM[6] = new Image();  imgM[6].src = "images/hd_navi03_on.gif";
	imgM[7] = new Image();  imgM[7].src = "images/hd_navi04_of.gif";
	imgM[8] = new Image();  imgM[8].src = "images/hd_navi04_on.gif";
	imgM[9] = new Image();  imgM[9].src = "images/hd_navi05_of.gif";
	imgM[10] = new Image();  imgM[10].src = "images/hd_navi05_on.gif";

/* 第二階層 */
	imgM[11] = new Image();  imgM[11].src = "../images/hd_navi01_of.gif";
	imgM[12] = new Image();  imgM[12].src = "../images/hd_navi01_on.gif";
	imgM[13] = new Image();  imgM[13].src = "../images/hd_navi02_of.gif";
	imgM[14] = new Image();  imgM[14].src = "../images/hd_navi02_on.gif";
	imgM[15] = new Image();  imgM[15].src = "../images/hd_navi03_of.gif";
	imgM[16] = new Image();  imgM[16].src = "../images/hd_navi03_on.gif";
	imgM[17] = new Image();  imgM[17].src = "../images/hd_navi04_of.gif";
	imgM[18] = new Image();  imgM[18].src = "../images/hd_navi04_on.gif";
	imgM[19] = new Image();  imgM[19].src = "../images/hd_navi05_of.gif";
	imgM[20] = new Image();  imgM[20].src = "../images/hd_navi05_on.gif";

/* Loacal navigation */
	imgM[21] = new Image();  imgM[21].src = "../images/lnavi01_of.gif";
	imgM[22] = new Image();  imgM[22].src = "../images/lnavi01_on.gif";
	imgM[23] = new Image();  imgM[23].src = "../images/lnavi02_of.gif";
	imgM[24] = new Image();  imgM[24].src = "../images/lnavi02_on.gif";
	imgM[25] = new Image();  imgM[25].src = "../images/lnavi03_of.gif";
	imgM[26] = new Image();  imgM[26].src = "../images/lnavi03_on.gif";
	imgM[27] = new Image();  imgM[27].src = "../images/lnavi04_of.gif";
	imgM[28] = new Image();  imgM[28].src = "../images/lnavi04_on.gif";
	imgM[29] = new Image();  imgM[29].src = "../images/lnavi05_of.gif";
	imgM[30] = new Image();  imgM[30].src = "../images/lnavi05_on.gif";
	imgM[31] = new Image();  imgM[31].src = "../images/lnavi06_of.gif";
	imgM[32] = new Image();  imgM[32].src = "../images/lnavi06_on.gif";

/* 会社案内 */
	imgM[33] = new Image();  imgM[33].src = "images/prof_btn01_of.gif";
	imgM[34] = new Image();  imgM[34].src = "images/prof_btn01_on.gif";
	imgM[35] = new Image();  imgM[35].src = "images/prof_btn02_of.gif";
	imgM[36] = new Image();  imgM[36].src = "images/prof_btn02_on.gif";
	imgM[37] = new Image();  imgM[37].src = "images/prof_btn03_of.gif";
	imgM[38] = new Image();  imgM[38].src = "images/prof_btn03_on.gif";

/* 企業案内 */
	imgM[39] = new Image();  imgM[39].src = "images/bus_btn01_of.gif";
	imgM[40] = new Image();  imgM[40].src = "images/bus_btn01_on.gif";
	imgM[41] = new Image();  imgM[41].src = "images/bus_btn02_of.gif";
	imgM[42] = new Image();  imgM[42].src = "images/bus_btn02_on.gif";
	imgM[43] = new Image();  imgM[43].src = "images/bus_btn03_of.gif";
	imgM[44] = new Image();  imgM[44].src = "images/bus_btn03_on.gif";
	imgM[45] = new Image();  imgM[45].src = "images/bus_btn04_of.gif";
	imgM[46] = new Image();  imgM[46].src = "images/bus_btn04_on.gif";

/* 製品紹介 */
	imgM[47] = new Image();  imgM[47].src = "images/product_btn01_of.gif";
	imgM[48] = new Image();  imgM[48].src = "images/product_btn01_on.gif";
	imgM[49] = new Image();  imgM[49].src = "images/product_btn02_of.gif";
	imgM[50] = new Image();  imgM[50].src = "images/product_btn02_on.gif";
	imgM[51] = new Image();  imgM[51].src = "images/prod_btn_dt01_of.gif";
	imgM[52] = new Image();  imgM[52].src = "images/prod_btn_dt01_on.gif";

/* 地図オンオフ */
	imgM[53] = new Image();  imgM[53].src = "images/acc_fig01.gif";
	imgM[54] = new Image();  imgM[54].src = "images/acc_fig01_hokkai.gif";
	imgM[55] = new Image();  imgM[55].src = "images/acc_fig01_tohoku.gif";
	imgM[56] = new Image();  imgM[56].src = "images/acc_fig01_kanto.gif";
	imgM[57] = new Image();  imgM[57].src = "images/acc_fig01_chubu.gif";
	imgM[58] = new Image();  imgM[58].src = "images/acc_fig01_kinki.gif";
	imgM[59] = new Image();  imgM[59].src = "images/acc_fig01_chugoku.gif";
	imgM[60] = new Image();  imgM[60].src = "images/acc_fig01_shikoku.gif";
	imgM[61] = new Image();  imgM[61].src = "images/acc_fig01_kyusyu.gif";
	imgM[62] = new Image();  imgM[62].src = "images/acc_fig01_honsya.gif";
	imgM[63] = new Image();  imgM[63].src = "images/hd_navi06_of.gif";
	imgM[64] = new Image();  imgM[64].src = "images/hd_navi06_on.gif";	
	imgM[65] = new Image();  imgM[65].src = "../images/hd_navi06_of.gif";
	imgM[66] = new Image();  imgM[66].src = "../images/hd_navi06_on.gif";	
	imgM[67] = new Image();  imgM[67].src = "../images/lnavi07_of.gif";
	imgM[68] = new Image();  imgM[68].src = "../images/lnavi07_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--->

