
//画像ロード

	var img = new Array();
	img[0] = new Image();  img[0].src = "../img/bot_00_on.gif";
	img[1] = new Image();  img[1].src = "../img/bot_01_on.gif";
	img[2] = new Image();  img[2].src = "../img/bot_02_on.gif";
	img[3] = new Image();  img[3].src = "../img/bot_03_on.gif";
	img[4] = new Image();  img[4].src = "../img/bot_04_on.gif";
	img[5] = new Image();  img[5].src = "../img/bot_05_on.gif";
	img[6] = new Image();  img[6].src = "../img/bot_06_on.gif";
	img[7] = new Image();  img[7].src = "../img/bot_07_on.gif";
	img[8] = new Image();  img[8].src = "img/to_cond_on.gif";
	img[9] = new Image();  img[9].src = "../img/bot_top_on.gif";
	img[10] = new Image();  img[10].src = "../img/bot_cond_on.gif";
	img[11] = new Image();  img[11].src = "../img/bot_his_on.gif";
	img[12] = new Image();  img[12].src = "../img/bot_aut_on.gif";
	img[13] = new Image();  img[13].src = "../img/bot_qua_on.gif";
	img[14] = new Image();  img[14].src = "../img/bot_pro_on.gif";
	img[15] = new Image();  img[15].src = "../img/bot_sal_on.gif";
	img[16] = new Image();  img[16].src = "../img/bot_hom_on.gif";
	img[17] = new Image();  img[17].src = "../img/bot_08_on.gif";
	img[18] = new Image();  img[18].src = "../img/bot_09_on.gif";
	img[19] = new Image();  img[19].src = "../img/bot_10_on.gif";
	img[20] = new Image();  img[20].src = "../img/bot_11_on.gif";
	img[21] = new Image();  img[21].src = "../img/bot_12_on.gif";
	img[22] = new Image();  img[22].src = "../img/bot_13_on.gif";
	img[23] = new Image();  img[23].src = "img/nav_sal_on.gif";
	img[24] = new Image();  img[24].src = "../img/nav_products_on.gif";
	img[25] = new Image();  img[25].src = "../img/nav_member_on.gif";

//リンク関数01
	function overevent(n){
		imgname="../img/bot_" + n + "_on.gif";
		document.images["bot_" + n].src=imgname;
	}
	function outevent(n){
		imgname="../img/bot_" + n + "_off.gif";
		document.images["bot_" + n].src=imgname;
	}

//リンク関数02
	function toverevent(n){
		imgname="img/to_cond_on.gif";
		document.images["to_cond"].src=imgname;
	}
	function toutevent(n){
		imgname="img/to_cond_off.gif";
		document.images["to_cond"].src=imgname;
	}

//リンク関数03
	function noverevent(n){
		imgname="../img/bot_" + n + "_on.gif";
		document.images["bot_" + n].src=imgname;
	}
	function noutevent(n){
		imgname="../img/bot_" + n + "_of.gif";
		document.images["bot_" + n].src=imgname;
	}
//リンク関数04
	function moverevent(n){
		imgname="img/nav_" + n + "_on.gif";
		document.images["nav_" + n].src=imgname;
	}
	function moutevent(n){
		imgname="img/nav_" + n + "_of.gif";
		document.images["nav_" + n].src=imgname;
	}

