//---- PreLoad

	NaviImg=new Array(18);
	NaviImg[0]= new Image();NaviImg[0].src="/ken/images/m_01.jpg";
	NaviImg[1]= new Image();NaviImg[1].src="/ken/images/m_01on.jpg";
	NaviImg[2]= new Image();NaviImg[2].src="/ken/images/m_02.jpg";
	NaviImg[3]= new Image();NaviImg[3].src="/ken/images/m_02on.jpg";
	NaviImg[4]= new Image();NaviImg[4].src="/ken/images/m_03.jpg";
	NaviImg[5]= new Image();NaviImg[5].src="/ken/images/m_03on.jpg";
	NaviImg[6]= new Image();NaviImg[6].src="/ken/images/m_04.jpg";
	NaviImg[7]= new Image();NaviImg[7].src="/ken/images/m_04on.jpg";

	NaviImg[8]= new Image();NaviImg[8].src="/ken/images/go_season.gif";
	NaviImg[9]= new Image();NaviImg[9].src="/ken/images/go_season_on.gif";

	NaviImg[10]= new Image();NaviImg[10].src="/ken/images/sm_01.gif";
	NaviImg[11]= new Image();NaviImg[11].src="/ken/images/sm_01on.gif";
	NaviImg[12]= new Image();NaviImg[12].src="/ken/images/sm_02.gif";
	NaviImg[13]= new Image();NaviImg[13].src="/ken/images/sm_02on.gif";
	NaviImg[14]= new Image();NaviImg[14].src="/ken/images/sm_03.gif";
	NaviImg[15]= new Image();NaviImg[15].src="/ken/images/sm_03on.gif";
	NaviImg[16]= new Image();NaviImg[16].src="/ken/images/sm_04.gif";
	NaviImg[17]= new Image();NaviImg[17].src="/ken/images/sm_04on.gif";
	NaviImg[38]= new Image();NaviImg[38].src="/ken/images/sm_05.gif";
	NaviImg[39]= new Image();NaviImg[39].src="/ken/images/sm_05on.gif";
	NaviImg[40]= new Image();NaviImg[40].src="/ken/images/sm_06.gif";
	NaviImg[41]= new Image();NaviImg[41].src="/ken/images/sm_06on.gif";

	NaviImg[18]= new Image();NaviImg[18].src="images/bt01.gif";
	NaviImg[19]= new Image();NaviImg[19].src="images//bt01on.gif";
	NaviImg[20]= new Image();NaviImg[20].src="images/bt02.gif";
	NaviImg[21]= new Image();NaviImg[21].src="images/bt02on.gif";
	NaviImg[22]= new Image();NaviImg[22].src="images/bt03.gif";
	NaviImg[23]= new Image();NaviImg[23].src="images/bt03on.gif";
	NaviImg[24]= new Image();NaviImg[24].src="images/bt04.gif";
	NaviImg[25]= new Image();NaviImg[25].src="images/bt04on.gif";

	NaviImg[26]= new Image();NaviImg[26].src="/ken/images/go_info01.gif";
	NaviImg[27]= new Image();NaviImg[27].src="/ken/images/go_info01on.gif";
	NaviImg[28]= new Image();NaviImg[28].src="/ken/images/go_info02.gif";
	NaviImg[29]= new Image();NaviImg[29].src="/ken/images/go_info02on.gif";

	NaviImg[30]= new Image();NaviImg[30].src="/ken/event/images/n_01.gif";
	NaviImg[31]= new Image();NaviImg[31].src="/ken/event/images/n_01on.gif";
	NaviImg[32]= new Image();NaviImg[32].src="/ken/event/images/n_02.gif";
	NaviImg[33]= new Image();NaviImg[33].src="/ken/event/images/n_02on.gif";
	NaviImg[34]= new Image();NaviImg[34].src="/ken/event/images/n_03.gif";
	NaviImg[35]= new Image();NaviImg[35].src="/ken/event/images/n_03on.gif";
	NaviImg[36]= new Image();NaviImg[36].src="/ken/event/images/n_04.gif";
	NaviImg[37]= new Image();NaviImg[37].src="/ken/event/images/n_04on.gif";

//--- switch Images

function changeNaviImg(x, name){
	document.images[name].src=NaviImg[x].src;
}


