//現在のURLを取得
var now_url=location.href; 
//index.phpのある場所を取得
var index_no=now_url.indexOf("index.php");
//必要な文字列を取得
var now_url=now_url.substring(index_no+22);

var show_list='';
if(now_url=="l29/"){
	show_list+='<li><a href="./index.php?data=./data/l29/" ><img src="./data/img/n1_on.jpg" width="225" height="70" alt="特定医療法人三上会" /></a></li>';
	show_list+='<li><a href="./index.php?data=./data/cl1/" ><img src="./data/img/n2_off.jpg" width="225" height="70" alt="総合病院東香里病院" /></a></li>';
	show_list+='<li><a href="./index.php?data=./data/cl17/" ><img src="./data/img/n3_off.jpg" width="225" height="70" alt="東香里病院訪問看護ステーション" /></a></li>';
	show_list+='<li><a href="./index.php?data=./data/cl24/" ><img src="./data/img/n4_off.jpg" width="225" height="70" alt="介護老人保険施設カリタス東香里" /></a></li>';
}else if(now_url=="cl1/" || now_url=="cl2/" || now_url=="l17/" || now_url=="l18/" || now_url=="l19/" || now_url=="l26/" || now_url=="l24/" || now_url=="l26/#hinyo" || now_url=="l22/" || now_url=="l26/#masui" || now_url=="l20/" || now_url=="l15/#touseki"){
	show_list+='<li><a href="./index.php?data=./data/l29/" ><img src="./data/img/n1_off.jpg" width="225" height="70" alt="特定医療法人三上会" /></a></li>';
	show_list+='<li><a href="./index.php?data=./data/cl1/" ><img src="./data/img/n2_on.jpg" width="225" height="70" alt="総合病院東香里病院" /></a></li>';
	show_list+='<li><a href="./index.php?data=./data/cl17/" ><img src="./data/img/n3_off.jpg" width="225" height="70" alt="東香里病院訪問看護ステーション" /></a></li>';
	show_list+='<li><a href="./index.php?data=./data/cl24/" ><img src="./data/img/n4_off.jpg" width="225" height="70" alt="介護老人保険施設カリタス東香里" /></a></li>';
}else if(now_url=="cl17/"){
	show_list+='<li><a href="./index.php?data=./data/l29/" ><img src="./data/img/n1_off.jpg" width="225" height="70" alt="特定医療法人三上会" /></a></li>';
	show_list+='<li><a href="./index.php?data=./data/cl1/" ><img src="./data/img/n2_off.jpg" width="225" height="70" alt="総合病院東香里病院" /></a></li>';
	show_list+='<li><a href="./index.php?data=./data/cl17/" ><img src="./data/img/n3_on.jpg" width="225" height="70" alt="東香里病院訪問看護ステーション" /></a></li>';
	show_list+='<li><a href="./index.php?data=./data/cl24/" ><img src="./data/img/n4_off.jpg" width="225" height="70" alt="介護老人保険施設カリタス東香里" /></a></li>';
}else if(now_url=="cl24/" || now_url=="cl18/" || now_url=="cl20/" || now_url=="cl21/" || now_url=="cl22/"){
	show_list+='<li><a href="./index.php?data=./data/l29/" ><img src="./data/img/n1_off.jpg" width="225" height="70" alt="特定医療法人三上会" /></a></li>';
	show_list+='<li><a href="./index.php?data=./data/cl1/" ><img src="./data/img/n2_off.jpg" width="225" height="70" alt="総合病院東香里病院" /></a></li>';
	show_list+='<li><a href="./index.php?data=./data/cl17/" ><img src="./data/img/n3_off.jpg" width="225" height="70" alt="東香里病院訪問看護ステーション" /></a></li>';
	show_list+='<li><a href="./index.php?data=./data/cl24/" ><img src="./data/img/n4_on.jpg" width="225" height="70" alt="介護老人保険施設カリタス東香里" /></a></li>';
}else{
	show_list+='<li><a href="./index.php?data=./data/l29/" ><img src="./data/img/n1_off.jpg" width="225" height="70" alt="特定医療法人三上会" /></a></li>';
	show_list+='<li><a href="./index.php?data=./data/cl1/" ><img src="./data/img/n2_off.jpg" width="225" height="70" alt="総合病院東香里病院" /></a></li>';
	show_list+='<li><a href="./index.php?data=./data/cl17/" ><img src="./data/img/n3_off.jpg" width="225" height="70" alt="東香里病院訪問看護ステーション" /></a></li>';
	show_list+='<li><a href="./index.php?data=./data/cl24/" ><img src="./data/img/n4_off.jpg" width="225" height="70" alt="介護老人保険施設カリタス東香里" /></a></li>';
}

document.write(show_list);


