//---- PreLoad

	NaviImg_m=new Array(12);
	NaviImg_m[0]= new Image();NaviImg_m[0].src="images/s_01.jpg";
	NaviImg_m[1]= new Image();NaviImg_m[1].src="images/s_01on.jpg";
	NaviImg_m[2]= new Image();NaviImg_m[2].src="images/s_02.jpg";
	NaviImg_m[3]= new Image();NaviImg_m[3].src="images/s_02on.jpg";
	NaviImg_m[4]= new Image();NaviImg_m[4].src="images/s_03.jpg";
	NaviImg_m[5]= new Image();NaviImg_m[5].src="images/s_03on.jpg";
	NaviImg_m[6]= new Image();NaviImg_m[6].src="images/s_04.jpg";
	NaviImg_m[7]= new Image();NaviImg_m[7].src="images/s_04on.jpg";
	NaviImg_m[8]= new Image();NaviImg_m[8].src="images/s_05.jpg";
	NaviImg_m[9]= new Image();NaviImg_m[9].src="images/s_05on.jpg";
	NaviImg_m[10]= new Image();NaviImg_m[10].src="images/s_06.jpg";
	NaviImg_m[11]= new Image();NaviImg_m[11].src="images/s_06on.jpg";

//--- switch Images

function changeNaviImg_m(x, name){
	document.images[name].src=NaviImg_m[x].src;
}


