<!--




	/*ChangeImageDiv*/
	function imgChangeDiv(idName,imgName,imgState) {
		if(checkObj == 2 || checkObj == 3 || checkObj == 4){
			document[imgName].src = eval(imgName + imgState + ".src");
		}else if(checkObj == 1){
			document.layers[idName].document[imgName].src = eval(imgName + imgState + ".src");
		}
	}

	/*ChangeImageNum*/
	function imgChangeNum(nam,num) {
		if(document.images && (checkObj != 1)) {
			document[nam].src = arrowSecond[num].src;
		}
	}

	/*ChangeImage*/
	imgId = "";
	stayId = "";
	function imgChange(imgName,imgState) {
		if(document.images) {
			stringId0 = imgName.substring(0,4);
			stringId = imgName
			if(((stringId0 == "navi") || (stringId0 == "navs")) && (stringId == imgId)){
				document[imgName].src = eval(imgName + "stay" + ".src");
			} else {
				document[imgName].src = eval(imgName + imgState + ".src");
			}
		}
	}

	function stayMenu(stayId){
		imgChange(stayId,"stay");
		imgId = stayId;
	}
	
	
	
//メニューの現在位置の画像をマウスオーバーにした状態にする指




h01off = new Image();
h01off.src =  "img_top/head/h0101.gif";
h01on = new Image();
h01on.src=  "img_top/head/h0101_on.gif";
h01stay = new Image();
h01stay.src =  "img_top/head/h0101_on.gif";

h02off = new Image();
h02off.src =  "img_top/head/h0102.gif";
h02on = new Image();
h02on.src=  "img_top/head/h0102_on.gif";
h02stay = new Image();
h02stay.src =  "img_top/head/h0102_on.gif";
	
h03off = new Image();
h03off.src =  "img_top/head/h0103.gif";
h03on = new Image();
h03on.src=  "img_top/head/h0103_on.gif";
h03stay = new Image();
h03stay.src =  "img_top/head/h0103_on.gif";

h04off = new Image();
h04off.src =  "img_top/head/h0104.gif";
h04on = new Image();
h04on.src=  "img_top/head/h0104_on.gif";
h04stay = new Image();
h04stay.src =  "img_top/head/h0104_on.gif";
	
h05off = new Image();
h05off.src =  "img_top/head/h0105.gif";
h05on = new Image();
h05on.src=  "img_top/head/h0105_on.gif";
h05stay = new Image();
h05stay.src =  "img_top/head/h0105_on.gif";







//-->