//---- PreLoad

	NaviImg=new Array(28);
	NaviImg[0]= new Image();NaviImg[0].src="/images/top_m01.gif";
	NaviImg[1]= new Image();NaviImg[1].src="/images/top_m01on.gif";
	NaviImg[2]= new Image();NaviImg[2].src="/images/top_m02.gif";
	NaviImg[3]= new Image();NaviImg[3].src="/images/top_m02on.gif";
	NaviImg[4]= new Image();NaviImg[4].src="/images/top_m03.gif";
	NaviImg[5]= new Image();NaviImg[5].src="/images/top_m03on.gif";
	NaviImg[6]= new Image();NaviImg[6].src="/images/top_m04.gif";
	NaviImg[7]= new Image();NaviImg[7].src="/images/top_m04on.gif";
	NaviImg[8]= new Image();NaviImg[8].src="/images/top_m05.gif";
	NaviImg[9]= new Image();NaviImg[9].src="/images/top_m05on.gif";
	NaviImg[10]= new Image();NaviImg[10].src="/images/top_m06.gif";
	NaviImg[11]= new Image();NaviImg[11].src="/images/top_m06on.gif";
	NaviImg[12]= new Image();NaviImg[12].src="../simulation/images/btn_01.gif";
	NaviImg[13]= new Image();NaviImg[13].src="../simulation/images/btn_01on.gif";
	NaviImg[14]= new Image();NaviImg[14].src="../simulation/images/btn_02.gif";
	NaviImg[15]= new Image();NaviImg[15].src="../simulation/images/btn_02on.gif";
	NaviImg[16]= new Image();NaviImg[16].src="../simulation/images/btn_03.gif";
	NaviImg[17]= new Image();NaviImg[17].src="../simulation/images/btn_03on.gif";
	NaviImg[18]= new Image();NaviImg[18].src="../simulation/images/btn_05.gif";
	NaviImg[19]= new Image();NaviImg[19].src="../simulation/images/btn_05on.gif";
	NaviImg[20]= new Image();NaviImg[20].src="../simulation/images/btn_10.gif";
	NaviImg[21]= new Image();NaviImg[21].src="../simulation/images/btn_10on.gif";
	NaviImg[22]= new Image();NaviImg[22].src="../simulation/images/btn_04.gif";
	NaviImg[23]= new Image();NaviImg[23].src="../simulation/images/btn_04on.gif";
	NaviImg[24]= new Image();NaviImg[24].src="../simulation/images/btn_06.gif";
	NaviImg[25]= new Image();NaviImg[25].src="../simulation/images/btn_06on.gif";
	NaviImg[26]= new Image();NaviImg[26].src="../simulation/images/btn_11.gif";
	NaviImg[27]= new Image();NaviImg[27].src="../simulation/images/btn_11on.gif";

//--- switch Images

function changeNaviImg_top(x, name){
	document.images[name].src=NaviImg[x].src;
}

