function hamu(){
					
	document.getElementById("hamuImg").src = "js/image/hamu_mogu.gif";
			}
function hamuNoTouch(){
	setTimeout("document.getElementById('hamuImg').src = 'js/image/hamu.gif';", 1.2 * 1000);
}
function tvOn(){
	document.getElementById("animeImg").src = "js/image/tabanime.gif";
}
function tvOff(){
	document.getElementById("animeImg").src = "js/image/tabanime_start.gif";
}
function tvOn2(){
	document.getElementById("accordionImg").src = "js/image/accordion.gif";
}
function tvOff2(){
	document.getElementById("accordionImg").src = "js/image/accordion_start.gif";
}
function topPicture(){
	document.getElementById("hpImg").style.zIndex = 5;
}
function modoruPicture(){
	document.getElementById("hpImg").style.zIndex = 1;
}
function topPicture2(){
	document.getElementById("hpImg2").style.zIndex = 5;
}
function modoruPicture2(){
	document.getElementById("hpImg2").style.zIndex = 2;
}
function topPicture3(){
	document.getElementById("hpImg3").style.zIndex = 5;
}
function modoruPicture3(){
	document.getElementById("hpImg3").style.zIndex = 3;
}
function topPicture4(){
	document.getElementById("hpImg4").style.zIndex = 5;
}
function modoruPicture4(){
	document.getElementById("hpImg4").style.zIndex = 4;
}


function jiturei0(){
$("#displayOn").load("./documents/load.html");
	document.getElementById("hpHiroba").src = "./image/cap/jiturei_hiroba.jpg";
	document.getElementById("hpKaruizawa").src = "./image/cap/jiturei_karuizawa0.jpg";
	document.getElementById("hpKomuten").src = "./image/cap/jiturei_komuten0.jpg";
	document.getElementById("hpKuroda").src = "./image/cap/jiturei_kurodakogyo0.jpg";
};
function jiturei1(){
$("#displayOn").load("./documents/load1.html");
	document.getElementById("hpHiroba").src = "./image/cap/jiturei_hiroba0.jpg";
	document.getElementById("hpKaruizawa").src = "./image/cap/jiturei_karuizawa1.jpg";
	document.getElementById("hpKomuten").src = "./image/cap/jiturei_komuten0.jpg";
	document.getElementById("hpKuroda").src = "./image/cap/jiturei_kurodakogyo0.jpg";

};
function jiturei2(){
$("#displayOn").load("./documents/load2.html");
	document.getElementById("hpHiroba").src = "./image/cap/jiturei_hiroba0.jpg";
	document.getElementById("hpKaruizawa").src = "./image/cap/jiturei_karuizawa0.jpg";
	document.getElementById("hpKomuten").src = "./image/cap/jiturei_komuten.jpg";
	document.getElementById("hpKuroda").src = "./image/cap/jiturei_kurodakogyo0.jpg";

};
function jiturei3(){
$("#displayOn").load("./documents/load3.html");
	document.getElementById("hpHiroba").src = "./image/cap/jiturei_hiroba0.jpg";
	document.getElementById("hpKaruizawa").src = "./image/cap/jiturei_karuizawa0.jpg";
	document.getElementById("hpKomuten").src = "./image/cap/jiturei_komuten0.jpg";
	document.getElementById("hpKuroda").src = "./image/cap/jiturei_kurodakogyo.jpg";

};

function anime(){
$("#displayOn").animate({ height: 0 },"slow");
$("#displayOn").animate({ height: 180 },"slow");
}

function fadeIn(){
$("#displayOn").fadeIn("fast");
}


