function js_push(Layer,k)
{
  layer1.style.display="none"
  layer2.style.display="none"
 
if (k=="none")
  {Layer.style.display="block"}
else
  {Layer.style.display="none"}
}

document.write('<div id="navigation" style="position:absolute; left:-180px; top:0px; width:200px; height:95px; z-index:1"> ')
document.write('  <table width="100%" bgcolor="#ffffff" border="0" cellspacing="0" cellpadding="3" onmouseover=move(180,0) onmouseout=move(-180,0)>')
document.write('    <tr>')
document.write('      <td class=p3 bgcolor=#BDC8cc>')
document.write('        <a href="#" onclick=js_push(layer1,layer1.style.display)>丹药的含义与种类</a><br>')
document.write('        <div id="layer1" style="display:none">')
document.write('        　·<a href="main2.htm">丹药的含义</a><br>')
document.write('        　·<a href="main2a1.htm">丹药的种类</a><br>')
document.write('        </div>')
document.write('        <a href="#" onclick=js_push(layer2,layer2.style.display)>膜剂</a><br>')
document.write('        <div id="layer2" style="display:none">')
document.write('        　·<a href="main2b1.htm">膜剂的含义与特点</a><br>')
document.write('        　·<a href="main2b2.htm">成膜材料的质量要求</a><br>')
document.write('        　·<a href="main2b3.htm">常用成膜材料</a><br>')
document.write('        　·<a href="main2b4.htm">膜剂的制备工艺</a><br>')
document.write('        </div>')
document.write('        <a href="main2c.htm">海绵剂</a><br>')
document.write('        <a href="main2d.htm">纸型片</a><br>')
document.write('        <a href="main2e.htm">锭剂与糕剂</a><br>')
document.write('        <a href="main2f.htm">钉剂、线剂与条剂</a><br>')
document.write('        <a href="main2g.htm">灸剂、熨剂与棒剂</a><br>')
document.write('        <a href="main2h.htm">离子透入剂与沐浴剂</a><br>')
document.write('        </td>')
document.write('      <td bgcolor="#990000" class=p3><center><font color="#ffffff">导</font><br>')
document.write('        <font color="#ffffff">航</font><br>')
document.write('        <font color="#ffffff">条</font></center></td>')
document.write('    </tr>')
document.write('  </table>')
document.write('</div>')

