document.write('<link rel="stylesheet" type="text/css" href="'+__path+'shared/css/common.css">');
document.write('<link rel="stylesheet" type="text/css" href="'+__path+'shared/css/left_menu.css">');


//ユーザ環境にてCSSを振り分ける
if((navigator.appVersion.indexOf("Mac")!= -1)){
document.write('<link rel="stylesheet" type="text/css" href="'+__path+'shared/css/mac_m.css" title="default">');
document.write('<link rel="stylesheet" type="text/css" href="'+__path+'shared/css/mac_s.css" title="small">');
document.write('<link rel="stylesheet" type="text/css" href="'+__path+'shared/css/mac_l.css" title="large">');
document.write('<link rel="stylesheet" type="text/css" href="'+__path+'shared/css/mac_m.css" title="default">');
}
else
{
document.write('<link rel="stylesheet" type="text/css" href="'+__path+'shared/css/win_m.css" title="default">');
document.write('<link rel="stylesheet" type="text/css" href="'+__path+'shared/css/win_s.css" title="small">');
document.write('<link rel="stylesheet" type="text/css" href="'+__path+'shared/css/win_l.css" title="large">');
document.write('<link rel="stylesheet" type="text/css" href="'+__path+'shared/css/win_m.css" title="default">');
}



document.write('<script language="JavaScript" src="'+__path+'shared/js/common.js"></script>');

document.write('<script language="JavaScript" src="'+__path+'shared/js/mm_menu.js"></script>');
document.write('<script language="JavaScript" src="'+__path+'shared/js/newsrelease.js"></script>');
document.write('<script language="JavaScript" src="'+__path+'shared/js/businessoftsumura.js"></script>');
document.write('<script language="JavaScript" src="'+__path+'shared/js/csr.js"></script>');
document.write('<script language="JavaScript" src="'+__path+'shared/js/kampo_plant.js"></script>');
document.write('<script language="JavaScript" src="'+__path+'shared/js/kampo_fact.js"></script>');
document.write('<script language="JavaScript" src="'+__path+'shared/js/recruit.js"></script>');
document.write('<script language="JavaScript" src="'+__path+'shared/js/ir.js"></script>');
document.write('<script language="JavaScript" src="'+__path+'shared/js/AC_RunActiveContent.js"></script>');

document.write('<script language="JavaScript" src="'+__path+'shared/js/header.js"></script>');
document.write('<script language="JavaScript" src="'+__path+'shared/js/footer.js"></script>');

document.write('<script language="JavaScript" src="'+__path+'shared/js/kampo_menu.js"></script>');
document.write('<script language="JavaScript" src="'+__path+'shared/js/corporate_menu.js"></script>');
document.write('<script language="JavaScript" src="'+__path+'shared/js/ir_menu.js"></script>');
document.write('<script language="JavaScript" src="'+__path+'shared/js/recruit_menu.js"></script>');
document.write('<script language="JavaScript" src="'+__path+'shared/js/mm.js"></script>');





/*****************************************/
/* レイヤー表示on-off                                               */
/*****************************************/
function show(id){
if(document.getElementById){
if(document.getElementById(id).style.display == "none"){
document.getElementById(id).style.display = "block";
}else if(document.getElementById(id).style.display == "block"){
document.getElementById(id).style.display = "none";
}
}
}
function hide(id){
if(document.getElementById){
if(document.getElementById(id).style.display == "block"){
document.getElementById(id).style.display = "none";
}else if(document.getElementById(id).style.display == "none"){
document.getElementById(id).style.display = "block";
}
}
}





/*****************************************/
/* DW書き出しmmスクリプト（スワップイメージ関連） */
/*****************************************/
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

/*****************************/
/* DW書き出しmmスクリプト（子窓） */
/*****************************/
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

/*****************************/
/* 　　　　　　　　　　　　プルダウンジャンプ　　　　　　　　　　　 */
/*****************************/
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}


/*****************************/
/*                 画像先読み                   */
/*****************************/
MM_preloadImages(__path+'shared/img/gnavi_01_on.gif',__path+'shared/img/gnavi_02_on.gif')


/***********************************************/
/*         漢方について＞医療用漢方製剤＞５０音別索引         */
/***********************************************/
/*2006.01.30追加*/
function openclosea(id){
if(document.getElementById){
/*常にOn-Offできるようにコメントアウト修正した 2006.02.13
	document.getElementById('a').style.display = "none";
	document.getElementById('ka').style.display = "none";
	document.getElementById('sa').style.display = "none";
	document.getElementById('ta').style.display = "none";
	document.getElementById('na').style.display = "none";
	document.getElementById('ha').style.display = "none";
	document.getElementById('ma').style.display = "none";
	document.getElementById('ya').style.display = "none";
	document.getElementById('ra').style.display = "none";
*/
	if(document.getElementById(id).style.display == "none"){
		document.getElementById(id).style.display = "block";
	}else if(document.getElementById(id).style.display == "block"){
		document.getElementById(id).style.display = "none";
	}
}
}

/***********************************************/
/*         漢方について＞医療用漢方製剤＞製品名索引         */
/***********************************************/
/*2006.01.30追加*/
function openclosec(id){
if(document.getElementById){
/*常にOn-Offできるようにコメントアウト修正した 2006.02.13
	document.getElementById('noa').style.display = "none";
	document.getElementById('nob').style.display = "none";
	document.getElementById('noc').style.display = "none";
	document.getElementById('nod').style.display = "none";
	document.getElementById('noe').style.display = "none";
	document.getElementById('nof').style.display = "none";
	document.getElementById('nog').style.display = "none";
	document.getElementById('noh').style.display = "none";
	document.getElementById('noi').style.display = "none";
	document.getElementById('noj').style.display = "none";
	document.getElementById('nok').style.display = "none";
	document.getElementById('nol').style.display = "none";
	document.getElementById('nom').style.display = "none";
	document.getElementById('non').style.display = "none";
*/
	if(document.getElementById(id).style.display == "none"){
		document.getElementById(id).style.display = "block";
	}else if(document.getElementById(id).style.display == "block"){
		document.getElementById(id).style.display = "none";
	}
}
}











/***************************************************/
/*            漢方について＞医療用漢方製剤＞５０音別索引             */
/***************************************************/
function kampoikampoa(page){
document.write('<div class="ichiran">');
document.write('<table border="0" cellspacing="0" cellpadding="0" width="160" summary="　">');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="7" border="0" alt=""></td></tr>');
document.write('<tr><td width="160"><img src="../img/l_50.gif" width="162" height="65" alt="ツムラ医療用漢方製剤50音順索引"></td></tr>');
document.write('<tr><td width="160" align="right">');
document.write('<table border="0" cellspacing="0" cellpadding="0" width="156" summary="　">');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="10" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosea(\'a\')"><img src="../img/a.gif" width="156" height="22" border="0" alt="あ行"></a></td></tr>');
document.write('<tr><td>');
document.write('<div id="a" style="display:none;">');
document.write('<font size="1"><a href="../005/index_a.shtml">アンチュウサン</a><br>');
document.write('<a href="../115/index_a.shtml">イレイトウ</a><br>');
document.write('<a href="../135/index_a.shtml">インチンコウトウ</a><br>');
document.write('<a href="../117/index_a.shtml">インチンゴレイサン</a><br>');
document.write('<a href="../106/index_a.shtml">ウンケイトウ</a><br>');
document.write('<a href="../057/index_a.shtml">ウンセイイン</a><br>');
document.write('<a href="../028/index_a.shtml">エッピカジュツトウ</a><br>');
document.write('<a href="../098/index_a.shtml">オウギケンチュウトウ</a><br>');
document.write('<a href="../015/index_a.shtml">オウレンゲドクトウ</a><br>');
document.write('<a href="../120/index_a.shtml">オウレントウ</a><br>');
document.write('<a href="../003/index_a.shtml">オツジトウ</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosea(\'ka\')"><img src="../img/ka.gif" width="156" height="22" border="0" alt="か行"></a></td></tr>');
document.write('<tr><td>');
document.write('<div id="ka" style="display:none;">');
document.write('<font size="1"><a href="../001/index_a.shtml">カッコントウ</a><br>');
document.write('<a href="../002/index_a.shtml">カッコントウカセンキュウシンイ</a><br>');
document.write('<a href="../137/index_a.shtml">カミキヒトウ</a><br>');
document.write('<a href="../024/index_a.shtml">カミショウヨウサン</a><br>');
document.write('<a href="../072/index_a.shtml">カンバクタイソウトウ</a><br>');
document.write('<a href="../138/index_a.shtml">キキョウトウ</a><br>');
document.write('<a href="../065/index_a.shtml">キヒトウ</a><br>');
document.write('<a href="../077/index_a.shtml">キュウキキョウガイトウ</a><br>');
document.write('<a href="../050/index_a.shtml">ケイガイレンギョウトウ</a><br>');
document.write('<a href="../134/index_a.shtml">ケイシカシャクヤクダイオウトウ</a><br>');
document.write('<a href="../060/index_a.shtml">ケイシカシャクヤクトウ</a><br>');
document.write('<a href="../018/index_a.shtml">ケイシカジュツブトウ</a><br>');
document.write('<a href="../026/index_a.shtml">ケイシカリュウコツボレイトウ</a><br>');
document.write('<a href="../045/index_a.shtml">ケイシトウ</a><br>');
document.write('<a href="../082/index_a.shtml">ケイシニンジントウ</a><br>');
document.write('<a href="../025/index_a.shtml">ケイシブクリョウガン</a><br>');
document.write('<a href="../125/index_a.shtml">ケイシブクリョウガンカヨクイニン</a><br>');
document.write('<a href="../128/index_a.shtml">ケイヒトウ</a><br>');
document.write('<a href="../070/index_a.shtml">コウソサン</a><br>');
document.write('<a href="../095/index_a.shtml">ゴコトウ</a><br>');
document.write('<a href="../063/index_a.shtml">ゴシャクサン</a><br>');
document.write('<a href="../107/index_a.shtml">ゴシャジンキガン</a><br>');
document.write('<a href="../031/index_a.shtml">ゴシュユトウ</a><br>');
document.write('<a href="../056/index_a.shtml">ゴリンサン</a><br>');
document.write('<a href="../017/index_a.shtml">ゴレイサン</a><br>');
document.write('<a href="../3020/index_a.shtml">コウジンマツ</a> </font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosea(\'sa\')"><img src="../img/sa.gif" width="156" height="22" border="0" alt="さ行"></a></td></tr>');
document.write('<tr><td>');
document.write('<div id="sa" style="display:none;">');
document.write('<font size="1"><a href="../073/index_a.shtml">サイカントウ</a><br>');
document.write('<a href="../012/index_a.shtml">サイコカリュウコツボレイトウ</a><br>');
document.write('<a href="../011/index_a.shtml">サイコケイシカンキョウトウ</a><br>');
document.write('<a href="../010/index_a.shtml">サイコケイシトウ</a><br>');
document.write('<a href="../080/index_a.shtml">サイコセイカントウ</a><br>');
document.write('<a href="../096/index_a.shtml">サイボクトウ</a><br>');
document.write('<a href="../114/index_a.shtml">サイレイトウ</a><br>');
document.write('<a href="../113/index_a.shtml">サンオウシャシントウ</a><br>');
document.write('<a href="../103/index_a.shtml">サンソウニントウ</a><br>');
document.write('<a href="../121/index_a.shtml">サンモツオウゴントウ</a><br>');
document.write('<a href="../093/index_a.shtml">ジインコウカトウ</a><br>');
document.write('<a href="../092/index_a.shtml">ジインシホウトウ</a><br>');
document.write('<a href="../035/index_a.shtml">シギャクサン</a><br>');
document.write('<a href="../075/index_a.shtml">シクンシトウ</a><br>');
document.write('<a href="../046/index_a.shtml">シチモツコウカトウ</a><br>');
document.write('<a href="../071/index_a.shtml">シモツトウ</a><br>');
document.write('<a href="../064/index_a.shtml">シャカンゾウトウ</a><br>');
document.write('<a href="../068/index_a.shtml">シャクヤクカンゾウトウ</a><br>');
document.write('<a href="../048/index_a.shtml">ジュウゼンタイホトウ</a><br>');
document.write('<a href="../006/index_a.shtml">ジュウミハイドクトウ</a><br>');
document.write('<a href="../051/index_a.shtml">ジュンチョウトウ</a><br>');
document.write('<a href="../099/index_a.shtml">ショウケンチュウトウ</a><br>');
document.write('<a href="../009/index_a.shtml">ショウサイコトウ</a><br>');
document.write('<a href="../109/index_a.shtml">ショウサイコトウカキキョウセッコウ</a><br>');
document.write('<a href="../019/index_a.shtml">ショウセイリュウトウ</a><br>');
document.write('<a href="../021/index_a.shtml">ショウハンゲカブクリョウトウ</a><br>');
document.write('<a href="../022/index_a.shtml">ショウフウサン</a><br>');
document.write('<a href="../101/index_a.shtml">ショウマカッコントウ</a><br>');
document.write('<a href="../104/index_a.shtml">シンイセイハイトウ</a><br>');
document.write('<a href="../066/index_a.shtml">ジンソイン</a><br>');
document.write('<a href="../085/index_a.shtml">シンピトウ</a><br>');
document.write('<a href="../030/index_a.shtml">シンブトウ</a><br>');
document.write('<a href="../058/index_a.shtml">セイジョウボウフウトウ</a><br>');
document.write('<a href="../136/index_a.shtml">セイショエッキトウ</a><br>');
document.write('<a href="../111/index_a.shtml">セイシンレンシイン</a><br>');
document.write('<a href="../090/index_a.shtml">セイハイトウ</a><br>');
document.write('<a href="../124/index_a.shtml">センキュウチャチョウサン</a><br>');
document.write('<a href="../053/index_a.shtml">ソケイカッケツトウ</a><br>');
document.write('<a href="../501/index_a.shtml">シウンコウ</a><br>');
document.write('<a href="../3022/index_a.shtml">シュウチブシマツN</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosea(\'ta\')"><img src="../img/ta.gif" width="156" height="22" border="0" alt="た行"></a></td></tr>');
document.write('<tr><td>');
document.write('<div id="ta" style="display:none;">');
document.write('<font size="1"><a href="../084/index_a.shtml">ダイオウカンゾウトウ</a><br>');
document.write('<a href="../033/index_a.shtml">ダイオウボタンピトウ</a><br>');
document.write('<a href="../100/index_a.shtml">ダイケンチュウトウ</a><br>');
document.write('<a href="../008/index_a.shtml">ダイサイコトウ</a><br>');
document.write('<a href="../133/index_a.shtml">ダイジョウキトウ</a><br>');
document.write('<a href="../097/index_a.shtml">ダイボウフウトウ</a><br>');
document.write('<a href="../091/index_a.shtml">チクジョウンタントウ</a><br>');
document.write('<a href="../059/index_a.shtml">ヂズソウイッポウ</a><br>');
document.write('<a href="../089/index_a.shtml">ヂダボクイッポウ</a><br>');
document.write('<a href="../074/index_a.shtml">チョウイジョウキトウ</a><br>');
document.write('<a href="../047/index_a.shtml">チョウトウサン</a><br>');
document.write('<a href="../040/index_a.shtml">チョレイトウ</a><br>');
document.write('<a href="../112/index_a.shtml">チョレイトウゴウシモツトウ</a><br>');
document.write('<a href="../105/index_a.shtml">ツウドウサン</a><br>');
document.write('<a href="../061/index_a.shtml">トウカクジョウキトウ</a><br>');
document.write('<a href="../086/index_a.shtml">トウキインシ</a><br>');
document.write('<a href="../123/index_a.shtml">トウキケンチュウトウ</a><br>');
document.write('<a href="../038/index_a.shtml">トウキシギャクカコシュユショウキョウトウ</a><br>');
document.write('<a href="../023/index_a.shtml">トウキシャクヤクサン</a><br>');
document.write('<a href="../102/index_a.shtml">トウキトウ</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosea(\'na\')"><img src="../img/na.gif" width="156" height="22" border="0" alt="な行"></a></td></tr>');
document.write('<tr><td>');
document.write('<div id="na" style="display:none;">');
document.write('<font size="1"><a href="../088/index_a.shtml">ニジュツトウ</a><br>');
document.write('<a href="../081/index_a.shtml">ニチントウ</a><br>');
document.write('<a href="../067/index_a.shtml">ニョシンサン</a><br>');
document.write('<a href="../032/index_a.shtml">ニンジントウ</a><br>');
document.write('<a href="../108/index_a.shtml">ニンジンヨウエイトウ</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosea(\'ha\')"><img src="../img/ha.gif" width="156" height="22" border="0" alt="は行"></a></td></tr>');
document.write('<tr><td>');
document.write('<div id="ha" style="display:none;">');
document.write('<font size="1"><a href="../122/index_a.shtml">ハイノウサンキュウトウ</a><br>');
document.write('<a href="../029/index_a.shtml">バクモンドウトウ</a><br>');
document.write('<a href="../007/index_a.shtml">ハチミジオウガン</a><br>');
document.write('<a href="../016/index_a.shtml">ハンゲコウボクトウ</a><br>');
document.write('<a href="../014/index_a.shtml">ハンゲシャシントウ</a><br>');
document.write('<a href="../037/index_a.shtml">ハンゲビャクジツテンマトウ</a><br>');
document.write('<a href="../034/index_a.shtml">ビャツコカニンジントウ</a><br>');
document.write('<a href="../069/index_a.shtml">ブクリョウイン</a><br>');
document.write('<a href="../116/index_a.shtml">ブクリョウインゴウハンゲコウボクトウ</a><br>');
document.write('<a href="../079/index_a.shtml">ヘイイサン</a><br>');
document.write('<a href="../020/index_a.shtml">ボウイオウギトウ</a><br>');
document.write('<a href="../062/index_a.shtml">ボウフウツウショウサン</a><br>');
document.write('<a href="../041/index_a.shtml">ホチュウエッキトウ</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosea(\'ma\')"><img src="../img/ma.gif" width="156" height="22" border="0" alt="ま行"></a></td></tr>');
document.write('<tr><td>');
document.write('<div id="ma" style="display:none;">');
document.write('<font size="1"><a href="../027/index_a.shtml">マオウトウ</a><br>');
document.write('<a href="../127/index_a.shtml">マオウブシサイシントウ</a><br>');
document.write('<a href="../055/index_a.shtml">マキョウカンセキトウ</a><br>');
document.write('<a href="../078/index_a.shtml">マキョウヨクカントウ</a><br>');
document.write('<a href="../126/index_a.shtml">マシニンガン</a><br>');
document.write('<a href="../036/index_a.shtml">モクボウイトウ</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosea(\'ya\')"><img src="../img/ya.gif" width="156" height="22" border="0" alt="や行"></a></td></tr>');
document.write('<tr><td>');
document.write('<div id="ya" style="display:none;">');
document.write('<font size="1"><a href="../052/index_a.shtml">ヨクイニントウ</a><br>');
document.write('<a href="../054/index_a.shtml">ヨクカンサン</a><br>');
document.write('<a href="../083/index_a.shtml">ヨクカンサンカチンピハンゲ</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosea(\'ra\')"><img src="../img/ra.gif" width=156 height=22 border="0" alt="ら行"></a></td></tr>');
document.write('<tr><td>');
document.write('<div id="ra" style="display:none;">');
document.write('<font size=1><a href="../043/index_a.shtml">リックンシトウ</a><br>');
document.write('<a href="../110/index_a.shtml">リッコウサン</a><br>');
document.write('<a href="../076/index_a.shtml">リュウタンシャカントウ</a><br>');
document.write('<a href="../119/index_a.shtml">リョウカンキョウミシンゲニントウ</a><br>');
document.write('<a href="../118/index_a.shtml">リョウキョウジュッカントウ</a><br>');
document.write('<a href="../039/index_a.shtml">リョウケイジュッカントウ</a><br>');
document.write('<a href="../087/index_a.shtml">ロクミガン</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="30" border="0" alt=""></td></tr>');
document.write('<tr><td align="right"><a href="../top/index_b.shtml"><img src="../img/btn_b.gif" width="134" height="23" border="0" alt="製品番号順索引"></a></td></tr>');
document.write('<tr><td align="right"><a href="../top/index_c.shtml"><img src="../img/btn_c.gif" width="134" height="23" border="0" alt="製品名索引"></a></td></tr>');
document.write('<tr><td align="right"><a href="../../index.htm"><img src="../img/backto_toppage.gif" width="134" height="23" border="0" alt="漢方TOPに戻る"></a></td></tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="30" border="0" alt=""></td></tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</div>');


if(page=='a'){document.getElementById('a').style.display = "block";}
if(page=='ka'){document.getElementById('ka').style.display = "block";}
if(page=='sa'){document.getElementById('sa').style.display = "block";}
if(page=='ta'){document.getElementById('ta').style.display = "block";}
if(page=='na'){document.getElementById('na').style.display = "block";}
if(page=='ha'){document.getElementById('ha').style.display = "block";}
if(page=='ma'){document.getElementById('ma').style.display = "block";}
if(page=='ya'){document.getElementById('ya').style.display = "block";}
if(page=='ra'){document.getElementById('ra').style.display = "block";}


}



/***************************************************/
/*            漢方について＞医療用漢方製剤＞製品番号索引             */
/***************************************************/
function kampoikampob(){
document.write('<div class="ichiran">');
document.write('<form>');
document.write('<table border="0" cellspacing="0" cellpadding="0" width="160" summary="　">');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="7" border="0" alt=""></td></tr>');
document.write('<tr><td><img src="../img/l_number.gif" width="162" height="65" alt="ツムラ医療用漢方製剤　製品番号索引"></td></tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="14" border="0" alt=""></td></tr>');
document.write('<tr>');
document.write('<td align="center">');
document.write('<select onChange="MM_jumpMenu(\'parent\',this,0)" name="select1">');
document.write('<option value="" selected>1〜10　　</option>');
document.write('<option value="../001/index_b.shtml">1</option>');
document.write('<option value="../002/index_b.shtml">2</option>');
document.write('<option value="../003/index_b.shtml">3</option>');
document.write('<option value="../005/index_b.shtml">5</option>');
document.write('<option value="../006/index_b.shtml">6</option>');
document.write('<option value="../007/index_b.shtml">7</option>');
document.write('<option value="../008/index_b.shtml">8</option>');
document.write('<option value="../009/index_b.shtml">9</option>');
document.write('<option value="../010/index_b.shtml">10</option>');
document.write('</select>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="7" border="0" alt=""></td></tr>');
document.write('<tr>');
document.write('<td align="center">');
document.write('<select onChange="MM_jumpMenu(\'parent\',this,0)" name="select2">');
document.write('<option value="" selected>11 〜 20　 </option>');
document.write('<option value="../011/index_b.shtml">11</option>');
document.write('<option value="../012/index_b.shtml">12</option>');
document.write('<option value="../014/index_b.shtml">14</option>');
document.write('<option value="../015/index_b.shtml">15</option>');
document.write('<option value="../016/index_b.shtml">16</option>');
document.write('<option value="../017/index_b.shtml">17</option>');
document.write('<option value="../018/index_b.shtml">18</option>');
document.write('<option value="../019/index_b.shtml">19</option>');
document.write('<option value="../020/index_b.shtml">20</option>');
document.write('</select>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="7" border="0" alt=""></td></tr>');
document.write('<tr>');
document.write('<td align="center">');
document.write('<select onChange="MM_jumpMenu(\'parent\',this,0)" name="select3">');
document.write('<option value="" selected>21 〜 30 　</option>');
document.write('<option value="../021/index_b.shtml">21</option>');
document.write('<option value="../022/index_b.shtml">22</option>');
document.write('<option value="../023/index_b.shtml">23</option>');
document.write('<option value="../024/index_b.shtml">24</option>');
document.write('<option value="../025/index_b.shtml">25</option>');
document.write('<option value="../026/index_b.shtml">26</option>');
document.write('<option value="../027/index_b.shtml">27</option>');
document.write('<option value="../028/index_b.shtml">28</option>');
document.write('<option value="../029/index_b.shtml">29</option>');
document.write('<option value="../030/index_b.shtml">30</option>');
document.write('</select>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="7" border="0" alt=""></td></tr>');
document.write('<tr>');
document.write('<td align="center">');
document.write('<select onChange="MM_jumpMenu(\'parent\',this,0)" name="select4">');
document.write('<option value="" selected>31 〜 40 　</option>');
document.write('<option value="../031/index_b.shtml">31</option>');
document.write('<option value="../032/index_b.shtml">32</option>');
document.write('<option value="../033/index_b.shtml">33</option>');
document.write('<option value="../034/index_b.shtml">34</option>');
document.write('<option value="../035/index_b.shtml">35</option>');
document.write('<option value="../036/index_b.shtml">36</option>');
document.write('<option value="../037/index_b.shtml">37</option>');
document.write('<option value="../038/index_b.shtml">38</option>');
document.write('<option value="../039/index_b.shtml">39</option>');
document.write('<option value="../040/index_b.shtml">40</option>');
document.write('</select>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="7" border="0" alt=""></td></tr>');
document.write('<tr>');
document.write('<td align="center">');
document.write('<select onChange="MM_jumpMenu(\'parent\',this,0)" name="select5">');
document.write('<option value="" selected>41 〜 50　 </option>');
document.write('<option value="../041/index_b.shtml">41</option>');
document.write('<option value="../043/index_b.shtml">43</option>');
document.write('<option value="../045/index_b.shtml">45</option>');
document.write('<option value="../046/index_b.shtml">46</option>');
document.write('<option value="../047/index_b.shtml">47</option>');
document.write('<option value="../048/index_b.shtml">48</option>');
document.write('<option value="../050/index_b.shtml">50</option>');
document.write('</select>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="7" border="0" alt=""></td></tr>');
document.write('<tr> ');
document.write('<td align="center">');
document.write('<select onChange="MM_jumpMenu(\'parent\',this,0)" name="select6">');
document.write('<option selected>51 〜 60 　</option>');
document.write('<option value="../051/index_b.shtml">51</option>');
document.write('<option value="../052/index_b.shtml">52</option>');
document.write('<option value="../053/index_b.shtml">53</option>');
document.write('<option value="../054/index_b.shtml">54</option>');
document.write('<option value="../055/index_b.shtml">55</option>');
document.write('<option value="../056/index_b.shtml">56</option>');
document.write('<option value="../057/index_b.shtml">57</option>');
document.write('<option value="../058/index_b.shtml">58</option>');
document.write('<option value="../059/index_b.shtml">59</option>');
document.write('<option value="../060/index_b.shtml">60</option>');
document.write('</select>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="7" border="0" alt=""></td></tr>');
document.write('<tr>');
document.write('<td align="center">');
document.write('<select onChange="MM_jumpMenu(\'parent\',this,0)" name="select7">');
document.write('<option value="" selected>61 〜 70 　</option>');
document.write('<option value="../061/index_b.shtml">61</option>');
document.write('<option value="../062/index_b.shtml">62</option>');
document.write('<option value="../063/index_b.shtml">63</option>');
document.write('<option value="../064/index_b.shtml">64</option>');
document.write('<option value="../065/index_b.shtml">65</option>');
document.write('<option value="../066/index_b.shtml">66</option>');
document.write('<option value="../067/index_b.shtml">67</option>');
document.write('<option value="../068/index_b.shtml">68</option>');
document.write('<option value="../069/index_b.shtml">69</option>');
document.write('<option value="../070/index_b.shtml">70</option>');
document.write('</select>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="7" border="0" alt=""></td></tr>');
document.write('<tr>');
document.write('<td align="center">');
document.write('<select onChange="MM_jumpMenu(\'parent\',this,0)" name="select8">');
document.write('<option value="" selected>71 〜 80 　</option>');
document.write('<option value="../071/index_b.shtml">71</option>');
document.write('<option value="../072/index_b.shtml">72</option>');
document.write('<option value="../073/index_b.shtml">73</option>');
document.write('<option value="../074/index_b.shtml">74</option>');
document.write('<option value="../075/index_b.shtml">75</option>');
document.write('<option value="../076/index_b.shtml">76</option>');
document.write('<option value="../077/index_b.shtml">77</option>');
document.write('<option value="../078/index_b.shtml">78</option>');
document.write('<option value="../079/index_b.shtml">79</option>');
document.write('<option value="../080/index_b.shtml">80</option>');
document.write('</select>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="7" border="0" alt=""></td></tr>');
document.write('<tr>');
document.write('<td align="center">');
document.write('<select onChange="MM_jumpMenu(\'parent\',this,0)" name="select9">');
document.write('<option value="" selected>81 〜 90 　</option>');
document.write('<option value="../081/index_b.shtml">81</option>');
document.write('<option value="../082/index_b.shtml">82</option>');
document.write('<option value="../083/index_b.shtml">83</option>');
document.write('<option value="../084/index_b.shtml">84</option>');
document.write('<option value="../085/index_b.shtml">85</option>');
document.write('<option value="../086/index_b.shtml">86</option>');
document.write('<option value="../087/index_b.shtml">87</option>');
document.write('<option value="../088/index_b.shtml">88</option>');
document.write('<option value="../089/index_b.shtml">89</option>');
document.write('<option value="../090/index_b.shtml">90</option>');
document.write('</select>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="7" border="0" alt=""></td></tr>');
document.write('<tr>');
document.write('<td align="center">');
document.write('<select onChange="MM_jumpMenu(\'parent\',this,0)" name="select10">');
document.write('<option value="" selected>91 〜 100 </option>');
document.write('<option value="../091/index_b.shtml">91</option>');
document.write('<option value="../092/index_b.shtml">92</option>');
document.write('<option value="../093/index_b.shtml">93</option>');
document.write('<option value="../095/index_b.shtml">95</option>');
document.write('<option value="../096/index_b.shtml">96</option>');
document.write('<option value="../097/index_b.shtml">97</option>');
document.write('<option value="../098/index_b.shtml">98</option>');
document.write('<option value="../099/index_b.shtml">99</option>');
document.write('<option value="../100/index_b.shtml">100</option>');
document.write('</select>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="7" border="0" alt=""></td></tr>');
document.write('<tr> ');
document.write('<td align="center">');
document.write('<select onChange="MM_jumpMenu(\'parent\',this,0)" name="select11">');
document.write('<option value="" selected>101 〜 110</option>');
document.write('<option value="../101/index_b.shtml">101</option>');
document.write('<option value="../102/index_b.shtml">102</option>');
document.write('<option value="../103/index_b.shtml">103</option>');
document.write('<option value="../104/index_b.shtml">104</option>');
document.write('<option value="../105/index_b.shtml">105</option>');
document.write('<option value="../106/index_b.shtml">106</option>');
document.write('<option value="../107/index_b.shtml">107</option>');
document.write('<option value="../108/index_b.shtml">108</option>');
document.write('<option value="../109/index_b.shtml">109</option>');
document.write('<option value="../110/index_b.shtml">110</option>');
document.write('</select>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="7" border="0" alt=""></td></tr>');
document.write('<tr> ');
document.write('<td align="center">');
document.write('<select onChange="MM_jumpMenu(\'parent\',this,0)" name="select12">');
document.write('<option value="" selected>111 〜 120</option>');
document.write('<option value="../111/index_b.shtml">111</option>');
document.write('<option value="../112/index_b.shtml">112</option>');
document.write('<option value="../113/index_b.shtml">113</option>');
document.write('<option value="../114/index_b.shtml">114</option>');
document.write('<option value="../115/index_b.shtml">115</option>');
document.write('<option value="../116/index_b.shtml">116</option>');
document.write('<option value="../117/index_b.shtml">117</option>');
document.write('<option value="../118/index_b.shtml">118</option>');
document.write('<option value="../119/index_b.shtml">119</option>');
document.write('<option value="../120/index_b.shtml">120</option>');
document.write('</select>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="7" border="0" alt=""></td></tr>');
document.write('<tr> ');
document.write('<td align="center">');
document.write('<select onChange="MM_jumpMenu(\'parent\',this,0)" name="select13">');
document.write('<option value="" selected>121 〜 130</option>');
document.write('<option value="../121/index_b.shtml">121</option>');
document.write('<option value="../122/index_b.shtml">122</option>');
document.write('<option value="../123/index_b.shtml">123</option>');
document.write('<option value="../124/index_b.shtml">124</option>');
document.write('<option value="../125/index_b.shtml">125</option>');
document.write('<option value="../126/index_b.shtml">126</option>');
document.write('<option value="../127/index_b.shtml">127</option>');
document.write('<option value="../128/index_b.shtml">128</option>');
document.write('</select>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="7" border="0" alt=""></td></tr>');
document.write('<tr>');
document.write('<td align="center">');
document.write('<select onChange="MM_jumpMenu(\'parent\',this,0)" name="select14">');
document.write('<option value="" selected>130 〜 　　</option>');
document.write('<option value="../133/index_b.shtml">133</option>');
document.write('<option value="../134/index_b.shtml">134</option>');
document.write('<option value="../135/index_b.shtml">135</option>');
document.write('<option value="../136/index_b.shtml">136</option>');
document.write('<option value="../137/index_b.shtml">137</option>');
document.write('<option value="../138/index_b.shtml">138</option>');
document.write('<option value="../501/index_b.shtml">501</option>');
document.write('<option value="../3020/index_b.shtml">3020</option>');
document.write('<option value="../3022/index_b.shtml">3022</option>');
document.write('</select>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="30" border="0" alt=""></td></tr>');
document.write('<tr><td align="right"><a href="../top/index_a.shtml"><img src="../img/btn_a.gif" width="134" height="23" border="0" alt="50音別索引"></a></td></tr>');
document.write('<tr><td align="right"><a href="../top/index_c.shtml"><img src="../img/btn_c.gif" width="134" height="23" border="0" alt="製品名索引"></a></td></tr>');
document.write('<tr><td align="right"><a href="../../index.htm"><img src="../img/backto_toppage.gif" width="134" height="23" border="0" alt="漢方TOPに戻る"></a></td></tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="30" border="0" alt=""></td></tr>');
document.write('</table>');
document.write('</form>');
document.write('</div>');
}



/***************************************************/
/*            漢方について＞医療用漢方製剤＞製品名索引             */
/***************************************************/
function kampoikampoc(page){
document.write('<div class="ichiran">');
document.write('<table border="0" cellspacing="0" cellpadding="0" width="160">');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="7" border="0" alt=""></td></tr>');
document.write('<tr><td><img src="../img/l_name.gif" width="162" height="65" alt="ツムラ医療用漢方製剤　製品名索引"></td></tr>');
document.write('<tr><td align="center">');
document.write('<table border="0" cellspacing="0" cellpadding="0"">');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="20" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosec(\'noa\')"><img src="../img/001.gif" width="157" height="19" border="0"></a></td></tr>');
document.write('<tr><td>');
document.write('<div id="noa" style="display:none;">');
document.write('<font size="1"><a href="../001/index_c.shtml">001:ツムラ葛根湯</a><br>');
document.write('<a href="../002/index_c.shtml">002:葛根湯加川キュウ辛夷</a> <br>');
document.write('<a href="../003/index_c.shtml">003:ツムラ乙字湯</a><br>');
document.write('<a href="../005/index_c.shtml">005:ツムラ安中散</a><br>');
document.write('<a href="../006/index_c.shtml">006:ツムラ十味敗毒湯</a><br>');
document.write('<a href="../007/index_c.shtml">007:ツムラ八味地黄丸</a><br>');
document.write('<a href="../008/index_c.shtml">008:ツムラ大柴胡湯</a><br>');
document.write('<a href="../009/index_c.shtml">009:ツムラ小柴胡湯</a><br>');
document.write('<a href="../010/index_c.shtml">010:ツムラ柴胡桂枝湯</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosec(\'nob\')"><img src="../img/011.gif" width="157" height="19" border="0"></a></td></tr>');
document.write('<tr><td>');
document.write('<div id="nob" style="display:none;">');
document.write('<font size="1"><a href="../011/index_c.shtml">011:ツムラ柴胡桂枝乾姜湯</a><br>');
document.write('<a href="../012/index_c.shtml">012:ツムラ柴胡加竜骨牡蛎湯</a><br>');
document.write('<a href="../014/index_c.shtml">014:ツムラ半夏瀉心湯</a><br>');
document.write('<a href="../015/index_c.shtml">015:ツムラ黄連解毒湯</a><br>');
document.write('<a href="../016/index_c.shtml">016:ツムラ半夏厚朴湯</a><br>');
document.write('<a href="../017/index_c.shtml">017:ツムラ五苓散</a><br>');
document.write('<a href="../018/index_c.shtml">018:ツムラ桂枝加朮附湯</a><br>');
document.write('<a href="../019/index_c.shtml">019:ツムラ小青竜湯</a><br>');
document.write('<a href="../020/index_c.shtml">020:ツムラ防已黄耆湯</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosec(\'noc\')"><img src="../img/021.gif" width="157" height="19" border="0"></a></td></tr>');
document.write('<tr><td>');
document.write('<div id="noc" style="display:none;">');
document.write('<font size="1"><a href="../021/index_c.shtml">021:ツムラ小半夏加茯苓湯</a><br>');
document.write('<a href="../022/index_c.shtml">022:ツムラ消風散</a><br>');
document.write('<a href="../023/index_c.shtml">023:ツムラ当帰芍薬散</a><br>');
document.write('<a href="../024/index_c.shtml">024:ツムラ加味逍遙散</a><br>');
document.write('<a href="../025/index_c.shtml">025:ツムラ桂枝茯苓丸</a><br>');
document.write('<a href="../026/index_c.shtml">026:ツムラ桂枝加竜骨牡蛎湯</a><br>');
document.write('<a href="../027/index_c.shtml">027:ツムラ麻黄湯</a><br>');
document.write('<a href="../028/index_c.shtml">028:ツムラ越婢加朮湯</a><br>');
document.write('<a href="../029/index_c.shtml">029:ツムラ麦門冬湯</a><br>');
document.write('<a href="../030/index_c.shtml">030:ツムラ真武湯</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosec(\'nod\')"><img src="../img/031.gif" width="157" height="19" border="0"></a></td></tr>');
document.write('<tr><td>');
document.write('<div id="nod" style="display:none;">');
document.write('<font size="1"><a href="../031/index_c.shtml">031:ツムラ呉茱萸湯</a><br>');
document.write('<a href="../032/index_c.shtml">032:ツムラ人参湯</a><br>');
document.write('<a href="../033/index_c.shtml">033:ツムラ大黄牡丹皮湯</a><br>');
document.write('<a href="../034/index_c.shtml">034:ツムラ白虎加人参湯</a><br>');
document.write('<a href="../035/index_c.shtml">035:ツムラ四逆散</a><br>');
document.write('<a href="../036/index_c.shtml">036:ツムラ木防已湯</a><br>');
document.write('<a href="../037/index_c.shtml">037:ツムラ半夏白朮天麻湯</a><br>');
document.write('<a href="../038/index_c.shtml">038:ツムラ当帰四逆加呉茱萸生姜湯</a><br>');
document.write('<a href="../039/index_c.shtml">039:ツムラ苓桂朮甘湯</a><br>');
document.write('<a href="../040/index_c.shtml">040:ツムラ猪苓湯</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosec(\'noe\')"><img src="../img/041.gif" width="157" height="19" border="0"></a></td></tr>');
document.write('<tr><td>');
document.write('<div id="noe" style="display:none;">');
document.write('<font size="1"><a href="../041/index_c.shtml">041:ツムラ補中益気湯</a><br>');
document.write('<a href="../043/index_c.shtml">043:ツムラ六君子湯</a><br>');
document.write('<a href="../045/index_c.shtml">045:ツムラ桂枝湯</a><br>');
document.write('<a href="../046/index_c.shtml">046:ツムラ七物降下湯</a><br>');
document.write('<a href="../047/index_c.shtml">047:ツムラ釣藤散</a><br>');
document.write('<a href="../048/index_c.shtml">048:ツムラ十全大補湯</a><br>');
document.write('<a href="../050/index_c.shtml">050:ツムラ荊芥連翹湯</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosec(\'nof\')"><img src="../img/051.gif" width="157" height="19" border="0"></a></td></tr>');
document.write('<tr><td>');
document.write('<div id="nof" style="display:none;">');
document.write('<font size="1"><a href="../051/index_c.shtml">051:ツムラ潤腸湯</a><br>');
document.write('<a href="../052/index_c.shtml">052:ツムラヨク苡仁湯</a><br>');
document.write('<a href="../053/index_c.shtml">053:ツムラ疎経活血湯</a><br>');
document.write('<a href="../054/index_c.shtml">054:ツムラ抑肝散</a><br>');
document.write('<a href="../055/index_c.shtml">055:ツムラ麻杏甘石湯</a><br>');
document.write('<a href="../056/index_c.shtml">056:ツムラ五淋散</a><br>');
document.write('<a href="../057/index_c.shtml">057:ツムラ温清飲</a><br>');
document.write('<a href="../058/index_c.shtml">058:ツムラ清上防風湯</a><br>');
document.write('<a href="../059/index_c.shtml">059:ツムラ治頭瘡一方</a><br>');
document.write('<a href="../060/index_c.shtml">060:ツムラ桂枝加芍薬湯</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosec(\'nog\')"><img src="../img/061.gif" width="157" height="19" border="0"></a></td></tr>');
document.write('<tr><td>');
document.write('<div id="nog" style="display:none;">');
document.write('<font size="1"><a href="../061/index_c.shtml">061:ツムラ桃核承気湯</a><br>');
document.write('<a href="../062/index_c.shtml">062:ツムラ防風通聖散</a><br>');
document.write('<a href="../063/index_c.shtml">063:ツムラ五積散</a><br>');
document.write('<a href="../064/index_c.shtml">064:ツムラ炙甘草湯</a><br>');
document.write('<a href="../065/index_c.shtml">065:ツムラ帰脾湯</a><br>');
document.write('<a href="../066/index_c.shtml">066:ツムラ参蘇飲</a><br>');
document.write('<a href="../067/index_c.shtml">067:ツムラ女神散</a><br>');
document.write('<a href="../068/index_c.shtml">068:ツムラ芍薬甘草湯</a><br>');
document.write('<a href="../069/index_c.shtml">069:ツムラ茯苓飲</a><br>');
document.write('<a href="../070/index_c.shtml">070:ツムラ香蘇散</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosec(\'noh\')"><img src="../img/071.gif" width="157" height="19" border="0"></a></td></tr>');
document.write('<tr><td>');
document.write('<div id="noh" style="display:none;">');
document.write('<font size="1"><a href="../071/index_c.shtml">071:ツムラ四物湯</a><br>');
document.write('<a href="../072/index_c.shtml">072:ツムラ甘麦大棗湯</a><br>');
document.write('<a href="../073/index_c.shtml">073:ツムラ柴陥湯</a><br>');
document.write('<a href="../074/index_c.shtml">074:ツムラ調胃承気湯</a><br>');
document.write('<a href="../075/index_c.shtml">075:ツムラ四君子湯</a><br>');
document.write('<a href="../076/index_c.shtml">076:ツムラ竜胆瀉肝湯</a><br>');
document.write('<a href="../077/index_c.shtml">077:ツムラキュウ帰膠ガイ湯</a><br>');
document.write('<a href="../078/index_c.shtml">078:ツムラ麻杏ヨク甘湯</a><br>');
document.write('<a href="../079/index_c.shtml">079:ツムラ平胃散</a><br>');
document.write('<a href="../080/index_c.shtml">080:ツムラ柴胡清肝湯</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosec(\'noi\')"><img src="../img/081.gif" width="157" height="19" border="0"></a></td></tr>');
document.write('<tr><td>');
document.write('<div id="noi" style="display:none;">');
document.write('<font size="1"><a href="../081/index_c.shtml">081:ツムラ二陳湯</a><br>');
document.write('<a href="../082/index_c.shtml">082:ツムラ桂枝人参湯</a><br>');
document.write('<a href="../083/index_c.shtml">083:ツムラ抑肝散加陳皮半夏</a><br>');
document.write('<a href="../084/index_c.shtml">084:ツムラ大黄甘草湯</a><br>');
document.write('<a href="../085/index_c.shtml">085:ツムラ神秘湯</a><br>');
document.write('<a href="../086/index_c.shtml">086:ツムラ当帰飲子</a><br>');
document.write('<a href="../087/index_c.shtml">087:ツムラ六味丸</a><br>');
document.write('<a href="../088/index_c.shtml">088:ツムラ二朮湯</a><br>');
document.write('<a href="../089/index_c.shtml">089:ツムラ治打撲一方</a><br>');
document.write('<a href="../090/index_c.shtml">090:ツムラ清肺湯</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosec(\'noj\')"><img src="../img/091.gif" width="157" height="19" border="0"></a></td></tr>');
document.write('<tr><td><div id="noj" style="display:none;">');
document.write('<font size="1"><a href="../091/index_c.shtml">091:ツムラ竹ジョ温胆湯</a><br>');
document.write('<a href="../092/index_c.shtml">092:ツムラ滋陰至宝湯</a><br>');
document.write('<a href="../093/index_c.shtml">093:ツムラ滋陰降火湯</a><br>');
document.write('<a href="../095/index_c.shtml">095:ツムラ五虎湯</a><br>');
document.write('<a href="../096/index_c.shtml">096:ツムラ柴朴湯</a><br>');
document.write('<a href="../097/index_c.shtml">097:ツムラ大防風湯</a><br>');
document.write('<a href="../098/index_c.shtml">098:ツムラ黄耆建中湯</a><br>');
document.write('<a href="../099/index_c.shtml">099:ツムラ小建中湯</a><br>');
document.write('<a href="../100/index_c.shtml">100:ツムラ大建中湯</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosec(\'nok\')"><img src="../img/101.gif" width="157" height="19" border="0"></a></td></tr>');
document.write('<tr><td><div id="nok" style="display:none;">');
document.write('<font size="1"><a href="../101/index_c.shtml">101:ツムラ升麻葛根湯</a><br>');
document.write('<a href="../102/index_c.shtml">102:ツムラ当帰湯</a><br>');
document.write('<a href="../103/index_c.shtml">103:ツムラ酸棗仁湯</a><br>');
document.write('<a href="../104/index_c.shtml">104:ツムラ辛夷清肺湯</a><br>');
document.write('<a href="../105/index_c.shtml">105:ツムラ通導散</a><br>');
document.write('<a href="../106/index_c.shtml">106:ツムラ温経湯</a><br>');
document.write('<a href="../107/index_c.shtml">107:ツムラ牛車腎気丸</a><br>');
document.write('<a href="../108/index_c.shtml">108:ツムラ人参養栄湯</a><br>');
document.write('<a href="../109/index_c.shtml">109:ツムラ小柴胡湯加桔梗石膏</a><br>');
document.write('<a href="../110/index_c.shtml">110:ツムラ立効散</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosec(\'nol\')"><img src="../img/111.gif" width="157" height="19" border="0"></a></td></tr>');
document.write('<tr><td><div id="nol" style="display:none;">');
document.write('<font size="1"><a href="../111/index_c.shtml">111:ツムラ清心レン子飲</a><br>');
document.write('<a href="../112/index_c.shtml">112:ツムラ猪苓湯合四物湯</a><br>');
document.write('<a href="../113/index_c.shtml">113:ツムラ三黄瀉心湯</a><br>');
document.write('<a href="../114/index_c.shtml">114:ツムラ柴苓湯</a><br>');
document.write('<a href="../115/index_c.shtml">115:ツムラ胃苓湯</a><br>');
document.write('<a href="../116/index_c.shtml">116:ツムラ茯苓飲合半夏厚朴湯</a><br>');
document.write('<a href="../117/index_c.shtml">117:ツムラ茵チン五苓散</a><br>');
document.write('<a href="../118/index_c.shtml">118:ツムラ苓姜朮甘湯</a><br>');
document.write('<a href="../119/index_c.shtml">119:ツムラ苓甘姜味辛夏仁湯</a><br>');
document.write('<a href="../120/index_c.shtml">120:ツムラ黄連湯</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosec(\'nom\')"><img src="../img/121.gif" width="157" height="19" border="0"></a></td></tr>');
document.write('<tr><td><div id="nom" style="display:none;">');
document.write('<font size="1"><a href="../121/index_c.shtml">121:ツムラ三物黄ゴン湯</a><br>');
document.write('<a href="../122/index_c.shtml">122:ツムラ排膿散及湯</a><br>');
document.write('<a href="../123/index_c.shtml">123:ツムラ当帰建中湯</a><br>');
document.write('<a href="../124/index_c.shtml">124:ツムラ川キュウ茶調散</a><br>');
document.write('<a href="../125/index_c.shtml">125:ツムラ桂枝茯苓丸加ヨク苡仁</a><br>');
document.write('<a href="../126/index_c.shtml">126:ツムラ麻子仁丸</a><br>');
document.write('<a href="../127/index_c.shtml">127:ツムラ麻黄附子細辛湯</a><br>');
document.write('<a href="../128/index_c.shtml">128:ツムラ啓脾湯</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosec(\'non\')"><img src="../img/131.gif" width="157" height="19" border="0"></a></td></tr>');
document.write('<tr><td><div id="non" style="display:none;">');
document.write('<font size="1"><a href="../133/index_c.shtml">133:ツムラ大承気湯</a><br>');
document.write('<a href="../134/index_c.shtml">134:ツムラ桂枝加芍薬大黄湯</a><br>');
document.write('<a href="../135/index_c.shtml">135:ツムラ茵チン蒿湯</a><br>');
document.write('<a href="../136/index_c.shtml">136:ツムラ清暑益気湯</a><br>');
document.write('<a href="../137/index_c.shtml">137:ツムラ加味帰脾湯</a><br>');
document.write('<a href="../138/index_c.shtml">138:ツムラ桔梗湯</a><br>');
document.write('<a href="../501/index_c.shtml">501:ツムラ紫雲膏</a><br>');
document.write('<a href="../3020/index_c.shtml">3020:ツムラの生薬コウジン末</a><br>');
document.write('<a href="../3022/index_c.shtml">3022:ツムラの生薬修治ブシ末N</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="30" border="0" alt=""></td></tr>');
document.write('<tr><td align="right"><a href="../top/index_a.shtml"><img src="../img/btn_a.gif" width="134" height="23" border="0" alt="50音別索引"></a></td></tr>');
document.write('<tr><td align="right"><a href="../top/index_b.shtml"><img src="../img/btn_b.gif" width="134" height="23" border="0" alt="製品番号順索引"></a></td></tr>');
document.write('<tr><td align="right"><a href="../../index.htm"><img src="../img/backto_toppage.gif" width="134" height="23" border="0" alt="漢方TOPに戻る"></a></td></tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="30" border="0" alt=""></td></tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</div>');

if(page=='noa'){document.getElementById('noa').style.display = "block";}
if(page=='nob'){document.getElementById('nob').style.display = "block";}
if(page=='noc'){document.getElementById('noc').style.display = "block";}
if(page=='nod'){document.getElementById('nod').style.display = "block";}
if(page=='noe'){document.getElementById('noe').style.display = "block";}
if(page=='nof'){document.getElementById('nof').style.display = "block";}
if(page=='nog'){document.getElementById('nog').style.display = "block";}
if(page=='noh'){document.getElementById('noh').style.display = "block";}
if(page=='noi'){document.getElementById('noi').style.display = "block";}
if(page=='noj'){document.getElementById('noj').style.display = "block";}
if(page=='nok'){document.getElementById('nok').style.display = "block";}
if(page=='nol'){document.getElementById('nol').style.display = "block";}
if(page=='nom'){document.getElementById('nom').style.display = "block";}
if(page=='non'){document.getElementById('non').style.display = "block";}

}






/***************************************************/
/*            漢方について＞一般用漢方製剤＞５０音別索引             */
/***************************************************/
function kampoippan50(page){
document.write('<div class="ichiran">');
document.write('<table border="0" cellspacing="0" cellpadding="0" width="160" summary="　">');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="7" border="0" alt=""></td></tr>');
document.write('<tr><td width="160"><img src="../img/l_50.gif" width="162" height="65" alt="一般用漢方製剤50音別索引"></td></tr>');
document.write('<tr><td width="160" align="right">');
document.write('<table border="0" cellspacing="0" cellpadding="0" width="156" summary="　">');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="10" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosea(\'a\')"><img src="../../ikampo/img/a.gif" width="156" height="22" border="0" alt="あ行"></a></td></tr>');
document.write('<tr><td>');
document.write('<div id="a" style="display:none;">');
document.write('<font size="1"><a href="../001/index_50.shtml">安中散料</a><br>');
document.write('<a href="../002/index_50.shtml">温清飲</a><br>');
document.write('<a href="../003/index_50.shtml">黄連解毒湯</a><br>');
document.write('<a href="../004/index_50.shtml">乙字湯</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosea(\'ka\')"><img src="../../ikampo/img/ka.gif" width="156" height="22" border="0" alt="か行"></a></td></tr>');
document.write('<tr><td>');
document.write('<div id="ka" style="display:none;">');
document.write('<font size="1"><a href="../005/index_50.shtml">葛根湯</a><br>');
document.write('<a href="../006/index_50.shtml">葛根湯加川キュウ辛夷</a><br>');
document.write('<a href="../007/index_50.shtml">加味逍遥散</a><br>');
document.write('<a href="../013/index_50.shtml">荊芥連翹湯</a><br>');
document.write('<a href="../014/index_50.shtml">桂枝加芍薬大黄湯</a><br>');
document.write('<a href="../015/index_50.shtml">桂枝加朮附湯</a><br>');
document.write('<a href="../016/index_50.shtml">桂枝加竜骨牡蠣湯</a><br>');
document.write('<a href="../017/index_50.shtml">桂枝湯</a><br>');
document.write('<a href="../018/index_50.shtml">桂枝茯苓丸料</a><br>');
document.write('<a href="../019/index_50.shtml">五苓散料</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosea(\'sa\')"><img src="../../ikampo/img/sa.gif" width="156" height="22" border="0" alt="さ行"></a></td></tr>');
document.write('<tr><td>');
document.write('<div id="sa" style="display:none;">');
document.write('<font size="1"><a href="../021/index_50.shtml">柴胡加竜骨牡蛎湯</a><br>');
document.write('<a href="../022/index_50.shtml">柴胡桂枝湯 </a><br>');
document.write('<a href="../023/index_50.shtml">芍薬甘草湯</a><br>');
document.write('<a href="../024/index_50.shtml">十味敗毒湯</a><br>');
document.write('<a href="../025/index_50.shtml">小建中湯</a><br>');
document.write('<a href="../026/index_50.shtml">小柴胡湯</a><br>');
document.write('<a href="../027/index_50.shtml">小青竜湯</a><br>');
document.write('<a href="../028/index_50.shtml">消風散</a><br>');
document.write('<a href="../029/index_50.shtml">清上防風湯</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosea(\'ta\')"><img src="../../ikampo/img/ta.gif" width="156" height="22" border="0" alt="た行"></a></td></tr>');
document.write('<tr><td>');
document.write('<div id="ta" style="display:none;">');
//document.write('<a href="../030/index_50.shtml">大黄甘草湯</a><br>');
document.write('<font size="1"><a href="../031/index_50.shtml">大柴胡湯</a><br>');
document.write('<a href="../032/index_50.shtml">釣藤散</a><br>');
document.write('<a href="../033/index_50.shtml">猪苓湯</a><br>');
document.write('<a href="../034/index_50.shtml">桃核承気湯</a><br>');
document.write('<a href="../035/index_50.shtml">当帰芍薬散料</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosea(\'na\')"><img src="../../ikampo/img/na.gif" width="156" height="22" border="0" alt="な行"></a></td></tr>');
document.write('<tr><td>');
document.write('<div id="na" style="display:none;">');
document.write('<font size="1"><a href="../036/index_50.shtml">人参湯</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosea(\'ha\')"><img src="../../ikampo/img/ha.gif" width="156" height="22" border="0" alt="は行"></a></td></tr>');
document.write('<tr><td>');
document.write('<div id="ha" style="display:none;">');
document.write('<font size="1"><a href="../037/index_50.shtml">麦門冬湯</a><br>');
document.write('<a href="../038/index_50.shtml">八味地黄丸料</a><br>');
document.write('<a href="../040/index_50.shtml">半夏厚朴湯</a><br>');
document.write('<a href="../041/index_50.shtml">半夏瀉心湯</a><br>');
document.write('<a href="../042/index_50.shtml">防已黄耆湯</a><br>');
document.write('<a href="../043/index_50.shtml">防風通聖散</a><br>');
document.write('<a href="../044/index_50.shtml">防風通聖散BF</a><br>');
document.write('<a href="../045/index_50.shtml">補中益気湯 </a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosea(\'ma\')"><img src="../../ikampo/img/ma.gif" width="156" height="22" border="0" alt="ま行"></a></td></tr>');
document.write('<tr><td>');
document.write('<div id="ma" style="display:none;">');
document.write('<font size="1"><a href="../046/index_50.shtml">麻杏甘石湯</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosea(\'ra\')"><img src="../../ikampo/img/ra.gif" width=156 height=22 border="0" alt="ら行"></a></td></tr>');
document.write('<tr><td>');
document.write('<div id="ra" style="display:none;">');
document.write('<font size="1"><a href="../047/index_50.shtml">六君子湯</a><br>');
document.write('<a href="../048/index_50.shtml">苓桂朮甘湯 </a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="30" border="0" alt=""></td></tr>');
document.write('<tr><td align="right"><a href="../top/index_s.shtml"><img src="../img/btn_s.gif" width="134" height="23" border="0" alt="症状別索引"></a></td></tr>');
document.write('<tr><td align="right"><a href="../../index.htm"><img src="../../ikampo/img/backto_toppage.gif" width="134" height="23" border="0" alt="漢方TOPに戻る"></a></td></tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="30" border="0" alt=""></td></tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</div>');


if(page=='a'){document.getElementById('a').style.display = "block";}
if(page=='ka'){document.getElementById('ka').style.display = "block";}
if(page=='sa'){document.getElementById('sa').style.display = "block";}
if(page=='ta'){document.getElementById('ta').style.display = "block";}
if(page=='na'){document.getElementById('na').style.display = "block";}
if(page=='ha'){document.getElementById('ha').style.display = "block";}
if(page=='ma'){document.getElementById('ma').style.display = "block";}
if(page=='ya'){document.getElementById('ya').style.display = "block";}
if(page=='ra'){document.getElementById('ra').style.display = "block";}


}




/***************************************************/
/*            漢方について＞一般用漢方製剤＞症状別索引             */
/*            2006.08.08 QRコード追加  */
/***************************************************/
function kampoippans(){
document.write('<div class="ichirans">');
document.write('<form name="form1" method="post" action="">');
document.write('<table border="0" cellspacing="0" cellpadding="0" width="160" summary="　">');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="7" border="0" alt=""></td></tr>');
document.write('<tr><td><img src="../img/l_syoujyou.gif" width="162" height="65" alt="ツムラ医療用漢方製剤　製品番号索引"></td></tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="14" border="0" alt=""></td></tr>');
document.write('<tr>');
document.write('<td align="center">');
document.write('<select onChange="MM_jumpMenu(\'parent\',this,0)" name="select">');
document.write('<option value="javascript:;" selected>頭部</option>');
document.write('<option value="../top/index_s004.shtml">頭痛</option>');
document.write('<option value="../top/index_s005.shtml">いらいら・不眠</option>');
document.write('<option value="../top/index_s001.shtml">かぜ</option>');
document.write('<option value="../top/index_s026.shtml">目の疲れ</option>');
document.write('<option value="../top/index_s003.shtml">鼻水・鼻づまり　　 </option>');
document.write('<option value="../top/index_s021.shtml">にきび・しっしん</option>');
document.write('<option value="../top/index_s022.shtml">しみ</option>');
document.write('<option value="../top/index_s002.shtml">のど・せき</option>');
document.write('</select>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="10" border="0" alt=""></td></tr>');
document.write('<tr>');
document.write('<td align="center">');
document.write('<select onChange="MM_jumpMenu(\'parent\',this,0)" name="select2">');
document.write('<option value="javascript:;.shtml" selected>上半身</option>');
document.write('<option value="../top/index_s023.shtml">神経痛・関節痛</option>');
document.write('<option value="../top/index_s024.shtml">腰痛</option>');
document.write('<option value="../top/index_s025.shtml">筋肉のけいれんを</option>');
document.write('<option value="../top/index_s025.shtml">　　伴う疼痛</option>');
document.write('<option value="../top/index_s018.shtml">冷え・貧血</option>');
document.write('<option value="../top/index_s020.shtml">生理痛・生理不順</option>');
document.write('<option value="../top/index_s006.shtml">肩こり</option>');
document.write('<option value="../top/index_s007.shtml">高血圧の症状</option>');
document.write('<option value="../top/index_s009.shtml">胃腸のトラブル</option>');
document.write('<option value="../top/index_s010.shtml">はきけ・二日酔い</option>');
document.write('<option value="../top/index_s011.shtml">下痢・消化不良</option>');
document.write('<option value="../top/index_s008.shtml">めまい</option>');
document.write('</select>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="10" border="0" alt=""></td></tr>');
document.write('<tr>');
document.write('<td align="center">');
document.write('<select onChange="MM_jumpMenu(\'parent\',this,0)" name="select3">');
document.write('<option value="javascript:;.shtml" selected>下半身</option>');
document.write('<option value="../top/index_s012.shtml">痔疾患</option>');
document.write('<option value="../top/index_s013.shtml">便秘</option>');
document.write('<option value="../top/index_s019.shtml">更年期の症状　</option>');
document.write('<option value="../top/index_s027.shtml">疲れ・だるさ</option>');
document.write('<option value="../top/index_s029.shtml">夜尿症</option>');
document.write('<option value="../top/index_s028.shtml">小児虚弱</option>');
document.write('<option value="../top/index_s014.shtml">肥満</option>');
document.write('<option value="../top/index_s015.shtml">むくみ</option>');
document.write('<option value="../top/index_s016.shtml">頻尿・排尿困難　</option>');
document.write('<option value="../top/index_s017.shtml">排尿痛</option>');
document.write('</select>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="30" border="0" alt=""></td></tr>');
document.write('<tr><td align="right"><a href="../top/index_50.shtml"><img src="../img/btn_50.gif" width="134" height="23" border="0" alt="症状別索引"></a></td></tr>');
document.write('<tr><td align="right"><a href="../../index.htm"><img src="../../ikampo/img/backto_toppage.gif" width="134" height="23" border="0" alt="漢方TOPに戻る"></a></td></tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="30" border="0" alt=""></td></tr>');
document.write('<tr><td>');
/*QRコード*/
document.write('<table border="0" cellpadding="0" cellspacing="0"><tr><td bgcolor="#7F382F">');
document.write('<table width="100%" border="0" cellpadding="8" cellspacing="2"><tr><td bgcolor="#F4E8DA">');
document.write('<font size="2">携帯電話からも症状に合った漢方薬を簡単に検索できます！<br>');
document.write('<a href="http://tsumura-c.jp" target="_blank">http://tsumura-c.jp</a><br>');
document.write('QRコード対応の携帯電話をお持ちの方はこちら<a href="Javascript:;" onClick="MM_openBrWindow(\'../../../notice/pop/qr_code.htm\',\'qr\',\'scrollbars=yes,resizable=yes,width=300,height=360\')"><br>QRコード＞</font></a>');
document.write('</td></tr></table>');
document.write('</td></tr></table><br>');
/*QRコード*/
document.write('</td></tr>');
document.write('</table>');
document.write('</form>');
document.write('</div>');

}










/***************************************************/
/*                       漢方について＞生薬ハンドブック                         */
/***************************************************/
function kampohandbook(page){
document.write('<div class="ichiran2">');
document.write('<table border="0" width="160" cellpadding="0" cellspacing="0">');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="7" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="../top/index.shtml"><img src="../img/left_title.gif" width="162" height="65" border="0"></a></td></tr>');
document.write('<tr valign="top" align="center">');
document.write('<td height="280"> ');
document.write('<table width="150" border="0" cellpadding="0" cellspacing="0">');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="10" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosea(\'a\')"><img src="../../ikampo/img/a.gif" width="156" height="22" border="0" alt="あ行"></a></td></tr>');
document.write('<tr>');
document.write('<td>');
document.write('<div id="a" style="display:none;">');
document.write('<font size="1"><a href="../akyo/index.shtml">アキョウ</a><br>');
document.write('<a href="../asenyaku/index.shtml">アセンヤク</a><br>');
document.write('<a href="../ireisen/index.shtml">イレイセン</a><br>');
document.write('<a href="../intinko/index.shtml">インチンコウ</a><br>');
document.write('<a href="../uikyo/index.shtml">ウイキョウ</a><br>');
document.write('<a href="../uyaku/index.shtml">ウヤク</a><br>');
document.write('<a href="../engosaku/index.shtml">エンゴサク</a><br>');
document.write('<a href="../ougi/index.shtml">オウギ</a><br>');
document.write('<a href="../ougon/index.shtml">オウゴン</a><br>');
document.write('<a href="../oubaku/index.shtml">オウバク</a><br>');
document.write('<a href="../ouren/index.shtml">オウレン</a><br>');
document.write('<a href="../onji/index.shtml">オンジ</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosea(\'ka\')"><img src="../../ikampo/img/ka.gif" width="156" height="22" border="0" alt="か行"></a></td></tr>');
document.write('<tr>');
document.write('<td>');
document.write('<div id="ka" style="display:none;">');
document.write('<font size="1"><a href="../kashuu/index.shtml">カシュウ</a><br>');
document.write('<a href="../kakkon/index.shtml">カッコン</a> <br>');
document.write('<a href="../kasseki/index.shtml">カッセキ</a><br>');
document.write('<a href="../karokon/index.shtml">カロコン</a><br>');
document.write('<a href="../karonin/index.shtml">カロニン</a><br>');
document.write('<a href="../kankyo/index.shtml">カンキョウ</a><br>');
document.write('<a href="../kanzo/index.shtml">カンゾウ</a><br>');
document.write('<a href="../gaiyou/index.shtml">ガイヨウ</a><br>');
document.write('<a href="../kikyo/index.shtml">キキョウ</a><br>');
document.write('<a href="../kikuka/index.shtml">キクカ</a><br>');
document.write('<a href="../kijitu/index.shtml">キジツ</a><br>');
document.write('<a href="../kyokatu/index.shtml">キョウカツ</a><br>');
document.write('<a href="../kyounin/index.shtml">キョウニン</a><br>');
document.write('<a href="../kukosi/index.shtml">クコシ</a><br>');
document.write('<a href="../kujin/index.shtml">クジン</a><br>');
document.write('<a href="../keigai/index.shtml">ケイガイ</a><br>');
document.write('<a href="../keihi/index.shtml">ケイヒ</a><br>');
document.write('<a href="../ketumesi/index.shtml">ケツメイシ</a><br>');
document.write('<a href="../koui/index.shtml">コウイ</a><br>');
document.write('<a href="../kouka/index.shtml">コウカ</a><br>');
document.write('<a href="../koubusi/index.shtml">コウブシ</a><br>');
document.write('<a href="../koubei/index.shtml">コウベイ</a><br>');
document.write('<a href="../kouboku/index.shtml">コウボク</a><br>');
document.write('<a href="../goou/index.shtml">ゴオウ</a><br>');
document.write('<a href="../gositu/index.shtml">ゴシツ</a><br>');
document.write('<a href="../goshuyu/index.shtml">ゴシュユ</a><br>');
document.write('<a href="../gobousi/index.shtml">ゴボウシ</a><br>');
document.write('<a href="../goma/index.shtml">ゴマ</a><br>');
document.write('<a href="../gomisi/index.shtml">ゴミシ</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosea(\'sa\')"><img src="../../ikampo/img/sa.gif" width="156" height="22" border="0" alt="さ行"></a></td></tr>');
document.write('<tr>');
document.write('<td>');
document.write('<div id="sa" style="display:none;">');
document.write('<font size="1"><a href="../saiko/index.shtml">サイコ</a><br>');
document.write('<a href="../saisin/index.shtml">サイシン</a><br>');
document.write('<a href="../sanzasi/index.shtml">サンザシ</a> <br>');
document.write('<a href="../sansisi/index.shtml">サンシシ</a><br>');
document.write('<a href="../sanshuyu/index.shtml">サンシュユ</a><br>');
document.write('<a href="../sanshou/index.shtml">サンショウ</a><br>');
document.write('<a href="../sansounin/index.shtml">サンソウニン</a><br>');
document.write('<a href="../sanyaku/index.shtml">サンヤク</a><br>');
document.write('<a href="../sikon/index.shtml">シコン</a><br>');
document.write('<a href="../siturisi/index.shtml">シツリシ</a><br>');
document.write('<a href="../shakanzo/index.shtml">シャカンゾウ</a><br>');
document.write('<a href="../shakuyk/index.shtml">シャクヤク</a><br>');
document.write('<a href="../shazensi/index.shtml">シャゼンシ</a><br>');
document.write('<a href="../shachu/index.shtml">シャチュウ</a><br>');
document.write('<a href="../shukush/index.shtml">シュクシャ</a><br>');
document.write('<a href="../shoukyo/index.shtml">ショウキョウ</a><br>');
document.write('<a href="../shoubaku/index.shtml">ショウバク</a><br>');
document.write('<a href="../shouma/index.shtml">ショウマ</a><br>');
document.write('<a href="../sini/index.shtml">シンイ</a> <br>');
document.write('<a href="../jiou/index.shtml">ジオウ</a><br>');
document.write('<a href="../jikotupi/index.shtml">ジコッピ</a><br>');
document.write('<a href="../juuyaku/index.shtml">ジュウヤク</a><br>');
document.write('<a href="../sekkou/index.shtml">セッコウ</a><br>');
document.write('<a href="../senkyu/index.shtml">センキュウ</a><br>');
document.write('<a href="../senkotu/index.shtml">センコツ</a><br>');
document.write('<a href="../zenko/index.shtml">ゼンコ</a><br>');
document.write('<a href="../zentai/index.shtml">ゼンタイ</a><br>');
document.write('<a href="../senburi/index.shtml">センブリ</a><br>');
document.write('<a href="../soujutu/index.shtml">ソウジュツ</a><br>');
document.write('<a href="../souhakhi/index.shtml">ソウハクヒ</a><br>');
document.write('<a href="../soboku/index.shtml">ソボク</a><br>');
document.write('<a href="../soyou/index.shtml">ソヨウ</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosea(\'ta\')"><img src="../../ikampo/img/ta.gif" width="156" height="22" border="0" alt="た行"></a></td></tr>');
document.write('<tr> ');
document.write('<td>');
document.write('<div id="ta" style="display:none;">');
document.write('<font size="1"><a href="../taisou/index.shtml">タイソウ</a><br>');
document.write('<a href="../takusha/index.shtml">タクシャ</a><br>');
document.write('<a href="../daiou/index.shtml">ダイオウ</a><br>');
document.write('<a href="../tikujo/index.shtml">チクジョ</a><br>');
document.write('<a href="../tikusetu/index.shtml">チクセツニンジン</a><br>');
document.write('<a href="../timo/index.shtml">チモ</a><br>');
document.write('<a href="../chayo/index.shtml">チャヨウ</a><br>');
document.write('<a href="../chouji/index.shtml">チョウジ</a><br>');
document.write('<a href="../chotoko/index.shtml">チョウトウコウ</a><br>');
document.write('<a href="../chorei/index.shtml">チョレイ</a><br>');
document.write('<a href="../tinpi/index.shtml">チンピ</a><br>');
//document.write('<a href="../tenansh/index.shtml">テンナンショウ</a><br>');
document.write('<a href="../tenma/index.shtml">テンマ</a><br>');
document.write('<a href="../tenmondo/index.shtml">テンモンドウ</a><br>');
document.write('<a href="../tougasi/index.shtml">トウガシ</a><br>');
document.write('<a href="../touki/index.shtml">トウキ</a><br>');
document.write('<a href="../tounin/index.shtml">トウニン</a><br>');
document.write('<a href="../dokukatsu/index.shtml">ドクカツ</a><br>');
document.write('<a href="../tochuu/index.shtml">トチュウ</a><br></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosea(\'na\')"><img src="../../ikampo/img/na.gif" width="156" height="22" border="0" alt="な行"></a></td></tr>');
document.write('<tr> ');
document.write('<td>');
document.write('<div id="na" style="display:none;">');
document.write('<font size="1"><a href="../ninjin/index.shtml">ニンジン</a><br>');
document.write('<a href="../nindou/index.shtml">ニンドウ</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosea(\'ha\')"><img src="../../ikampo/img/ha.gif" width="156" height="22" border="0" alt="は行"></a></td></tr>');
document.write('<tr>');
document.write('<td>');
document.write('<div id="ha" style="display:none;">');
document.write('<font size="1"><a href="../hazu/index.shtml">ハズ</a><br>');
document.write('<a href="../hakka/index.shtml">ハッカ</a><br>');
document.write('<a href="../hamabofu/index.shtml">ハマボウフウ</a><br>');
document.write('<a href="../hange/index.shtml">ハンゲ</a><br>');
document.write('<a href="../baimo/index.shtml">バイモ</a><br>');
document.write('<a href="../bakuga/index.shtml">バクガ</a><br>');
document.write('<a href="../bakumndo/index.shtml">バクモンドウ</a><br>');
document.write('<a href="../byakugo/index.shtml">ビャクゴウ</a><br>');
document.write('<a href="../byakusi/index.shtml">ビャクシ</a><br>');
document.write('<a href="../byakujtu/index.shtml">ビャクジュツ</a><br>');
document.write('<a href="../biwayou/index.shtml">ビワヨウ</a><br>');
document.write('<a href="../binrouji/index.shtml">ビンロウジ</a><br>');
document.write('<a href="../bukuryo/index.shtml">ブクリョウ</a><br>');
document.write('<a href="../busi/index.shtml">ブシ</a><br>');
document.write('<a href="../boui/index.shtml">ボウイ</a><br>');
document.write('<a href="../boushou/index.shtml">ボウショウ</a><br>');
document.write('<a href="../bofu/index.shtml">ボウフウ</a><br>');
document.write('<a href="../bokusoku/index.shtml">ボクソク</a><br>');
document.write('<a href="../botanpi/index.shtml">ボタンピ</a><br>');
document.write('<a href="../borei/index.shtml">ボレイ</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosea(\'ma\')"><img src="../../ikampo/img/ma.gif" width="156" height="22" border="0" alt="ま行"></a></td></tr>');
document.write('<tr>');
document.write('<td>');
document.write('<div id="ma" style="display:none;">');
document.write('<font size="1"><a href="../maou/index.shtml">マオウ</a><br>');
document.write('<a href="../masinin/index.shtml">マシニン</a><br>');
document.write('<a href="../mokutuu/index.shtml">モクツウ</a><br>');
document.write('<a href="../mokkou/index.shtml">モッコウ</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosea(\'ya\')"><img src="../../ikampo/img/ya.gif" width="156" height="22" border="0" alt="や行"></a></td></tr>');
document.write('<tr>');
document.write('<td>');
document.write('<div id="ya" style="display:none;">');
document.write('<font size="1"><a href="../yakumoso/index.shtml">ヤクモソウ</a><br>');
document.write('<a href="../yuutan/index.shtml">ユウタン</a><br>');
document.write('<a href="../yokuinin/index.shtml">ヨクイニン</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="4" border="0" alt=""></td></tr>');
document.write('<tr><td><a href="javascript:;" onclick="openclosea(\'ra\')"><img src="../../ikampo/img/ra.gif" width="156" height="22" border="0" alt="ら〜わ行"></a></td></tr>');
document.write('<tr>');
document.write('<td>');
document.write('<div id="ra" style="display:none;">');
document.write('<font size="1"><a href="../ryuganik/index.shtml">リュウガンニク</a><br>');
document.write('<a href="../ryukotu/index.shtml">リュウコツ</a><br>');
document.write('<a href="../ryutan/index.shtml">リュウタン</a><br>');
document.write('<a href="../ryoukyou/index.shtml">リョウキョウ</a><br>');
document.write('<a href="../rengyou/index.shtml">レンギョウ</a><br>');
document.write('<a href="../renniku/index.shtml">レンニク</a><br>');
document.write('<a href="../wakyokat/index.shtml">ワキョウカツ</a></font>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
//document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="10" border="0" alt=""></td></tr>');
//document.write('<tr><td align="right"><a href="../../index.htm"><img src="../../ikampo/img/backto_toppage.gif" width="134" height="23" border="0" alt="漢方TOPに戻る"></a></td></tr>');
//document.write('<tr><td><img src="../../../shared/img/clear.gif" width="1" height="30" border="0" alt=""></td></tr>');
document.write('</table></td>');
document.write('</tr>');
document.write('</table>');
document.write('</div>');

if(page=='a'){document.getElementById('a').style.display = "block";}
if(page=='ka'){document.getElementById('ka').style.display = "block";}
if(page=='sa'){document.getElementById('sa').style.display = "block";}
if(page=='ta'){document.getElementById('ta').style.display = "block";}
if(page=='na'){document.getElementById('na').style.display = "block";}
if(page=='ha'){document.getElementById('ha').style.display = "block";}
if(page=='ma'){document.getElementById('ma').style.display = "block";}
if(page=='ya'){document.getElementById('ya').style.display = "block";}
if(page=='ra'){document.getElementById('ra').style.display = "block";}

}




/***************************************************/
/*                                    漢方について　PAGE TOP                            */
/*                                    （2007.06.15スクリプトを修正　path指定に変更）                            */
/***************************************************/
function kampopagetop() {
document.write('<table width="100%" border="0" cellpadding="10" cellspacing="0" summary="pagetop">');
document.write('<tr><td align="right"><a href="#top"><img src="'+__path+'/kampo/img/btn_pagetop.gif" width="85" height="18" alt="PAGE TOP" border="0"></a></td></tr>');
document.write('</table>');
}









