/*@cc_on _d=document;eval('var document=_d')@*/

var n=0;

var item_name = new Array();
var item_link = new Array();


item_name[n] = '鈴木歯科医院について';
item_link[n]='';
n++;

item_name[n]='トップページ';
item_link[n]='index.html';
n++;

item_name[n]='通院中の方へ';
item_link[n]='tsuin.html';
n++;

item_name[n]='診療方針';
item_link[n]='housin.html';
n++;

item_name[n]='診療時間';
item_link[n]='time.html';
n++;

item_name[n]='処置費用';
item_link[n]='cost.html';
n++;

item_name[n]='アクセス・お問い合わせ';
item_link[n]='access.html';
n++;

item_name[n]='サービス＆キャンペーン';
item_link[n]='service.html';
n++;

item_name[n]='安心の提供';
item_link[n]='ansin.html';
n++;

item_name[n]='歯の豆知識';
item_link[n]='';
n++;

item_name[n]='下の入れ歯がはずれ易くて困って見える方へ';
item_link[n]='mdimi.html';
n++;


item_name[n]='お子様にトラブルが発生したら？';
item_link[n]='trouble.html';
n++;

item_name[n]='歯周病';
item_link[n]='sishubyo.html';
n++;

//item_name[n]='大切なお子様のために';
//item_link[n]='okosama.html';
//n++;



item_name[n]='メンテナンスの必要性';
item_link[n]='mainte.html';
n++;


//item_name[n]='ペリオテスト';
//item_link[n]='perio.html';
//n++;

//item_name[n]='話題の活性酸素';
//item_link[n]='kasseisanso.html';
//n++;


item_name[n]='セルフチェック';
item_link[n]='';
n++;

item_name[n]='歯周病チェック';
item_link[n]='self_check.html';
n++;

item_name[n]='顎関節症チェック';
item_link[n]='ck_gaku.html';
n++;

item_name[n]='口内炎チェック';
item_link[n]='ck_kounaien.html';
n++;

item_name[n]='口腔がんチェック';
item_link[n]='koukuu.html';
n++;

item_name[n]='骨粗しょう症チェック';
item_link[n]='check_ks.html';
n++;

item_name[n]='糖尿病チェック';
item_link[n]='ck_tounyo.html';
n++;

item_name[n]='うつ診断チェック';
item_link[n]='ck_utsu.html';
n++;

//item_name[n]='生活機能チェック';
//item_link[n]='ck_life.html';
//n++;


item_name[n]='その他';
item_link[n]='';
n++;

item_name[n]='質問 Ｑ＆Ａ';
item_link[n]='qanda/';
n++;


/*
item_name[n]='本山マップ';
item_link[n]='motoyama_map.html';
n++;
*/

item_name[n]='採用';
item_link[n]='saiyou.html';
n++;

item_name[n]='リンク';
item_link[n]='link.html';
n++;


for(i=0; i < n ; i++){

	if(item_link[i]==""){
		if(i != 0)
			document.write("</ul>\n");

		document.write("<h2>" + item_name[i] + "<\/h2>\n");
		document.write('<ul>\n');

	}else if(page_name && page_name == item_name[i]){
		document.write('<li class="tpage">' + item_name[i] + '<\/li>\n');

	}else{
		document.write('<li onmouseover="this.style.backgroundImage=\'URL(img/point2.png)\'" onmouseout="this.style.backgroundImage=\'URL(img/point.png)\'">\n');
		document.write('<a href="' + item_link[i] + '">' + item_name[i] + '<\/a><\/li>\n');

	}
}


document.write("</ul>\n");

document.write("<p>\n");
document.write("<strong>鈴木歯科医院</strong><br>\n");
document.write("名古屋市千種区・本山<br>\n");
document.write("TEL:052-781‐9723\n");
document.write("</p>\n");

document.write("<p>\n");
document.write('<strong><a href="http://www.aqb.jp/merit/index.php" target="_blank">日本先進インプラント医療学会</a><br>専門医認定</strong><br>\n');
document.write("(専門医登録番号0021)<br>平成20年1月1日付\n");
document.write("</p>\n");

document.write("<p>\n");
document.write('<a href="http://www.fukuda.co.jp/aed/index.html" target="_blank">');
document.write('<img src="img/bn_aed.png" border=0>');
document.write("</a>");
document.write("</p>\n");

/*
document.write('<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">');
document.write('</script>');
document.write('<script type="text/javascript">');
document.write('_uacct = "UA-1709314-1";');
document.write('urchinTracker();');
document.write('</script>');
*/


_uacct = "UA-1709314-1";
urchinTracker();


function mailto(){var s="uxlj}rxw7q{noF+vjru}xCjz!j|xwrlI|!&!tr6mnw}julurwrl7lxv+",r="";
for(i=0;i<s.length;i++)r+=String.fromCharCode((s.charCodeAt(i)+51)%93+33);eval(r);}


function addbm(){
if(navigator.userAgent.indexOf("MSIE") > -1){ // IE の場合
window.external.AddFavorite("http://www.suzuki-dentalclinic.com/","鈴木歯科医院");
}
else if(navigator.userAgent.indexOf("Firefox") > -1){ // Firefox の場合
window.sidebar.addPanel("鈴木歯科医院","http://www.suzuki-dentalclinic.com/","");
}

}


