我想在这个程序的基础上 把here隐藏,该怎么办?
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<Script>
function css(cs) {
ie5menu.className=cs;
}
</Script>
<style>
.aa {background:123456;font-family:Arial;color:ffffff;font-size:9pt;border:5 solid fff000;}
.bb {background:654321;font-family:Arial;color:000000;font-size:9pt;border:5 solid ff0000;}
</style>
</HEAD>
<BODY>
<center>
<table>
<tr>
<td><A href="#" onClick="css('aa')" style="text-decoration:none">cs=aa</A></td>
</tr>
<tr>
<td><A href="#" onClick="css('bb')" style="text-decoration:none">cs=bb</A></td>
</tr>
</table>
</center>
<p>
<p>
<p>
<center>
<table>
<tr><center>
<td id=ie5menu width="200" height="200" align="middle"> here </td>
</center></tr>
</table>
</center>
</BODY>
</HTML>