	var img = new Array();
	img[0] = new Image();  img[0].src = "img/bot_new_on.gif";
	img[1] = new Image();  img[1].src = "img/bot_pow_on.gif";
	img[2] = new Image();  img[2].src = "img/bot_pro_on.gif";
	img[3] = new Image();  img[3].src = "img/bot_rec_on.gif";
	img[4] = new Image();  img[4].src = "img/bot_mem_on.gif";
	img[5] = new Image();  img[5].src = "img/bot_cor_on.gif";
	img[6] = new Image();  img[6].src = "img/bot_sho_on.gif";
　　img[7] = new Image();  img[7].src = "img/bot_toi_on.gif";
　　img[8] = new Image();  img[8].src = "img/bot_dia_on.gif";
//リンク関数
	function overevent(n){
		document.images["bot_" + n].src="img/bot_" + n + "_on.gif";
	}
	function outevent(n){
		document.images["bot_" + n].src="img/bot_" + n + "_of.gif";
	}
