//---- PreLoad

	NaviImg=new Array(18);
	NaviImg[0]= new Image();NaviImg[0].src="/guarantee/images/menu_01.gif";
	NaviImg[1]= new Image();NaviImg[1].src="/guarantee/images/menu_01on.gif";
	NaviImg[2]= new Image();NaviImg[2].src="/guarantee/images/menu_02.gif";
	NaviImg[3]= new Image();NaviImg[3].src="/guarantee/images/menu_02on.gif";
	NaviImg[4]= new Image();NaviImg[4].src="/guarantee/images/menu_03.gif";
	NaviImg[5]= new Image();NaviImg[5].src="/guarantee/images/menu_03on.gif";
	NaviImg[6]= new Image();NaviImg[6].src="/guarantee/images/menu_04.gif";
	NaviImg[7]= new Image();NaviImg[7].src="/guarantee/images/menu_04on.gif";
	NaviImg[8]= new Image();NaviImg[8].src="/guarantee/images/menu_05.gif";
	NaviImg[9]= new Image();NaviImg[9].src="/guarantee/images/menu_05on.gif";
	NaviImg[10]= new Image();NaviImg[10].src="/guarantee/images/cap_02.gif";
	NaviImg[11]= new Image();NaviImg[11].src="/guarantee/images/cap_02on.gif";
	NaviImg[12]= new Image();NaviImg[12].src="/guarantee/images/cap_04.gif";
	NaviImg[13]= new Image();NaviImg[13].src="/guarantee/images/cap_04on.gif";
	NaviImg[14]= new Image();NaviImg[14].src="/guarantee/images/cap2_02.gif";
	NaviImg[15]= new Image();NaviImg[15].src="/guarantee/images/cap2_02on.gif";
	NaviImg[16]= new Image();NaviImg[16].src="/guarantee/images/cap2_04.gif";
	NaviImg[17]= new Image();NaviImg[17].src="/guarantee/images/cap2_04on.gif";


//--- switch Images

function changeNaviImg(x, name){
	document.images[name].src=NaviImg[x].src;
}

