这是我主页中的布局
<table>   
  <tr>   
  <td   id="frmTitle"   width="80%">   
  <iframe   name="left" id="left" frameborder="1"   src="left.html"   height="100%"   width="100%"></iframe>  
  </td>   
  <td   onclick="switchSysBar()"   width="10">   
  <span   class="navPoint"   id="switchPoint"   title="移动">3</span>   
  </td>   
  <td width="20%">   
  <iframe name="mid" id="mid" frameborder="1"   src="mid.html"   height="100%"   width="100%"></iframe>   
  </td>
<td width="80%">     <iframe  name="right" id="right" frameborder="1"   src="http://www.baidu.com"   height="100%"   width="100%"></iframe>   
  </td>
  </tr>   
  </table>   
sitchSysBar()是用来使frmtitle消失的函数 
现在我要单击mid框架中的mid.html里的超链接也要达到的同样的效果
请问怎么做?
各位大虾帮帮小弟啊!!!!