
// HOME
function homepage(){
	document.getElementById("menu1").removeAttribute('href');
	document.getElementById("menu1").style.color= "FF6600";
	document.getElementById("menu1").style.background="url(./img/menubar_on.png) no-repeat";
	document.getElementById("topitem").innerHTML = "<center><OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\"WIDTH=\"710\" HEIGHT=\"205\"><PARAM NAME=\"movie\" VALUE=\"./img/topflash.swf\" id=\"topimage\"><PARAM NAME=\"allowScriptAccess\" VALUE=\"always\"><PARAM NAME=\"bgcolor\" VALUE=\"#ffffff\"><EMBED src=\"./img/topflash.swf\" WIDTH=\"710\" HEIGHT=\"205\"TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\"allowScriptAccess=\"always\" bgcolor=\"#ffffff\" ></EMBED></OBJECT></center>";

}

// アクセスマップ
function access(){
	document.getElementById("menu2").removeAttribute('href');
	document.getElementById("menu2").style.color= "FF6600";
	document.getElementById("menu2").style.background="url(./img/menubar_on.png) no-repeat";
	document.getElementById("topitem").innerHTML = "<img src=\"./img/topkurikoma.jpg\">";
}


// お問い合わせ
function contact(){
	document.getElementById("topitem").innerHTML = "<img src=\"./img/topotiawase.jpg\">";

}


// 日帰り温泉
function onsen(){ 
    document.getElementById("menu4").removeAttribute('href'); 
    document.getElementById("menu4").style.color= "FF6600"; 
	document.getElementById("topitem").innerHTML = "<img src=\"./img/tophigaeri.jpg\">";

}

// 温泉に泊まる
function onsenstay(){
	document.getElementById("menu5").removeAttribute('href');
	document.getElementById("menu5").style.color= "FF6600";
	document.getElementById("topitem").innerHTML = "<img src=\"./img/onsentop.jpg\">";

}

// コテージに泊まる
function cottagestay(){
	document.getElementById("menu6").removeAttribute('href');
	document.getElementById("menu6").style.color= "FF6600";
	document.getElementById("topitem").innerHTML = "<img src=\"./img/topcottage.jpg\">";

	
}

// プール
function pool(){
	document.getElementById("menu7").removeAttribute('href');
	document.getElementById("menu7").style.color= "FF6600";
	document.getElementById("topitem").innerHTML = "<img src=\"./img/toppool.bmp\">";

}

// 観光
function kankou(){
	document.getElementById("menu8").removeAttribute('href');
	document.getElementById("menu8").style.color= "FF6600";
	document.getElementById("topitem").innerHTML = "<img src=\"./img/topkurikoma.jpg\">";

}

// 空室状況
function kusitu(){
	document.getElementById("menu3").removeAttribute('href');
	document.getElementById("menu3").style.color= "FF6600";
	document.getElementById("menu3").style.background="url(./img/menubar_on.png) no-repeat";
	document.getElementById("topitem").innerHTML = "<img src=\"./img/onsentop_2.jpg\">";
}


