<SCRIPT>/*  超级酷的网页导航菜单这是把事件动作绑定到菜单上的函数*/function attachXMenu(objid){ var tds=objid.getElementsByTagName('td'); for(var i=0;i<tds.length;i++){  with(tds[i]){   onmouseover=function(){    with(this){     filters[0].apply();     style.background='#3ea936'; //这是鼠标移上去时的背景颜色     style.border='1px solid #ffffff'; //边框     style.color='#ffffff'; //文字颜色     filters[0].play();    }   }   onmouseout=function(){    with(this){     filters[0].apply();     style.background='#f6f6f6'; //这是鼠标离开时的背景颜色     style.border='1px solid #ffffff'; //边框     style.color='#333333'; //文字颜色     filters[0].play();    }   }  } }}</SCRIPT><DIV align=center>
<DIV align=center><TD bgcolor="#ECE9D8"><TABLE width=997 height=30 border=0 cellPadding=3 cellSpacing=3 bordercolor="#ECE9D8" class=xmenu id=xmenu0><TBODY>
<td onclick="window.open('http://www.dabaoku.com',   '_blank');"><span class="STYLE25">首  页</span></td>
  
<TD onclick=="location.href='http://116.113.32.218/yyoa/index.jsp'"><span class="STYLE25">公司简介</span></TD><TD onclick="2"><a href="4.html"><span class="STYLE25">新闻中心</span></a></TD><TD onclick="3"><a href="02.jpg"><span class="STYLE25">药品知识</span></a></TD><TD a href="#" onclick="show('tb2');"><span class="STYLE25">人力资源</span></a></TD><TD onclick=show("div3877")><span class="STYLE25">企业风采</span></TD>
  <TD onclick="6"><span class="STYLE25">图片展示</span></TD><TD onclick="#"><span class="STYLE25">关于我们</span></TD>
</TR></TBODY></TABLE>
  <div id="z1">
    <table width="200" height="115" border="1" cellpadding="0">
      <tr>
        <td>1</td>
      </tr>
      <tr>
        <td>2</td>
      </tr>
      <tr>
        <td>3</td>
      </tr>
    </table>

  </div>
  <SCRIPT>attachXMenu(xmenu0); //在上面这个table结束的地方执行事件动作的绑定, 这里的这个xmenu0就是那个table的id</SCRIPT>这个要点击显示下拉菜单,应该在哪添加语句,添加什么啊,