<!--



	/*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";

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";

head11off = new Image();
head11off.src =  "../img_211/head_part.jpg";
head11on = new Image();
head11on.src=  "../img_211/head_part1.jpg";
head11stay = new Image();
head11stay.src =  "../img_211/head_part1.jpg";

head12off = new Image();
head12off.src =  "../img_211/head_topp.jpg";
head12on = new Image();
head12on.src=  "../img_211/head_topp1.jpg";
head12stay = new Image();
head12stay.src =  "../img_211/head_topp1.jpg";

head13off = new Image();
head13off.src =  "../img_211/head_anna.jpg";
head13on = new Image();
head13on.src=  "../img_211/head_anna1.jpg";
head13stay = new Image();
head13stay.src =  "../img_211/head_anna1.jpg";

head14off = new Image();
head14off.src =  "../img_211/head_shop.jpg";
head14on = new Image();
head14on.src=  "../img_211/head_shop1.jpg";
head14stay = new Image();
head14stay.src =  "../img_211/head_shop1.jpg";

head15off = new Image();
head15off.src =  "../img_211/head_kais.jpg";
head15on = new Image();
head15on.src=  "../img_211/head_kais1.jpg";
head15stay = new Image();
head15stay.src =  "../img_211/head_kais.jpg";

head16off = new Image();
head16off.src =  "../img_211/head_oyak.jpg";
head16on = new Image();
head16on.src=  "../img_211/head_oyak1.jpg";
head16stay = new Image();
head16stay.src =  "../img_211/head_oyak1.jpg";
//-->

