//-------------------------------------------------------
//				院内紹介・説明文画像変更
//-------------------------------------------------------

function ChgInfo(frame) {
	//
	if(frame == "info01") {
		document.infoimg.src = "../image/room/info01.gif";
		document.infoimg.alt = "アットホームな雰囲気です。楽しいおもちゃも揃っています。";
	} else if(frame == "info02") {
		document.infoimg.src = "../image/room/info02.gif";
		document.infoimg.alt = "ご都合に会わせて約束をつくります。ケア用品も充実しています。";
	} else if(frame == "info03") {
		document.infoimg.src = "../image/room/info03.gif";
		document.infoimg.alt = "プライバシーが守れる個室で落ち着いて治療に専念できます。";
	} else if(frame == "info04") {
		document.infoimg.src = "../image/room/info04.gif";
		document.infoimg.alt = "リラックスできる明るい個室です。";
	} else if(frame == "info05") {
		document.infoimg.src = "../image/room/info05.gif";
		document.infoimg.alt = "治療のこと、ご自分の歯を守ることをゆっくりお話できます。";
	} else if(frame == "info06") {
		document.infoimg.src = "../image/room/info06.gif";
		document.infoimg.alt = "診断に不可欠なレントゲン写真を、最新の設備でとります。";
	} else if(frame == "info07") {
		document.infoimg.src = "../image/room/info07.gif";
		document.infoimg.alt = "お口の健康について遊びながら学びます。今年はグミを作りました。";
	} else {
		document.infoimg.src = "../image/room/info00.gif";
		document.infoimg.alt = "";
	}
}
