

function copyright()
{
document.write("<center>トップページ｜保険治療のご案内｜治療の内容｜初めて来院される方へ｜治療の流れ<br>");
}

function menu()
{
document.write("<a href=./index.html>当院のあいさつ</a><p>");
document.write("<a href=./sche.html>受付時間</a><p>");
document.write("<a href=./map.html>地図・ｱｸｾｽ</a><p>");
document.write("<a href=./ryokin.html>料金</a><p>");
document.write("<a href=./profile.html>院長紹介</a><p>");
document.write("<a href='mailto:touyousekkotu@hotmail.com'>お問い合わせ</a><p>");
document.write("<a href=../mimaya/index.html>東洋接骨院</a><p>");
document.write("<a href='http://blog.livedoor.jp/touyousekkotu/?blog_id=2245720' target=_blank>ブログ</a><p>");
document.write("<a href=../index.html>トップページ</a><p>");
}

function menumenu()
{
document.write("<a href=../about.html target=_blank>保険治療のご案内</a>&nbsp;｜&nbsp;");
document.write("<a href=../first.html target=_blank>初めて来院される方へ</a>&nbsp;｜&nbsp;");
document.write("<a href=../process.html target=_blank>治療の流れ</a>");
}


var icon = Array(25)

icon[0]=new Image(); icon[0].src="./img/button01.jpg";
icon[1]=new Image(); icon[1].src="./img/button01b.jpg";
function SetIcon(flag, position)
{

        document.images[position].src=icon[flag].src

}
