<!--



	/*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;
	}
	
	
//メニューの現在位置の画像をマウスオーバーにした状態にする指

shop01off = new Image();
shop01off.src =  "img/button_1shoplist.jpg";
shop01on = new Image();
shop01on.src=  "img/button_2shoplist.jpg";
shop01stay = new Image();
shop01stay.src =  "img/button_2shoplist.jpg";

head00off = new Image();
head00off.src =  "img_page/head_1content.jpg";
head00on = new Image();
head00on.src=  "img_page/head_2content.jpg";
head00stay = new Image();
head00stay.src =  "img_page/head_2content.jpg";

head01off = new Image();
head01off.src =  "img_page/head_1partner.jpg";
head01on = new Image();
head01on.src=  "img_page/head_2partner.jpg";
head01stay = new Image();
head01stay.src =  "img_page/head_2partner.jpg";

head02off = new Image();
head02off.src =  "img_page/head_1root.jpg";
head02on = new Image();
head02on.src=  "img_page/head_2root.jpg";
head02stay = new Image();
head02stay.src =  "img_page/head_2root.jpg";

head03off = new Image();
head03off.src =  "img_page/head_1syouhin.jpg";
head03on = new Image();
head03on.src=  "img_page/head_2syouhin.jpg";
head03stay = new Image();
head03stay.src =  "img_page/head_2syouhin";

head04off = new Image();
head04off.src =  "img_page/head_1shop.jpg";
head04on = new Image();
head04on.src=  "img_page/head_2shop.jpg";
head04stay = new Image();
head04stay.src =  "img_page/head_2shop.jpg";

head05off = new Image();
head05off.src =  "img_page/head_1kaisya.jpg";
head05on = new Image();
head05on.src=  "img_page/head_2kaisya.jpg";
head05stay = new Image();
head05stay.src =  "img_page/head_2kaisya.jpg";

head06off = new Image();
head06off.src =  "img_page/head_1yakudati.jpg";
head06on = new Image();
head06on.src=  "img_page/head_2yakudati.jpg";
head06stay = new Image();
head06stay.src =  "img_page/head_2yakudati.jpg";

topgooff = new Image();
topgooff.src =  "img_top/button_1go.jpg";
topgoon = new Image();
topgoon.src=  "img_top/button_2go.jpg";
topgostay = new Image();
topgostay.src =  "img_top/button_1go.jpg";

top01off = new Image();
top01off.src =  "img_top/tm_101.jpg";
top01on = new Image();
top01on.src=  "img_top/tm_201.jpg";
top01stay = new Image();
top01stay.src =  "img_top/tm_201.jpg";

top02off = new Image();
top02off.src =  "img_top/tm_102.jpg";
top02on = new Image();
top02on.src=  "img_top/tm_202.jpg";
top02stay = new Image();
top02stay.src =  "img_top/tm_202.jpg";

top03off = new Image();
top03off.src =  "img_top/tm_103.jpg";
top03on = new Image();
top03on.src=  "img_top/tm_203.jpg";
top03stay = new Image();
top03stay.src =  "img_top/tm_203.jpg";

top04off = new Image();
top04off.src =  "img_top/tm_104.jpg";
top04on = new Image();
top04on.src=  "img_top/tm_204.jpg";
top04stay = new Image();
top04stay.src =  "img_top/tm_204.jpg";

//-->

