TOP /リクエスト テーブル背景色のフェードアウト(IE4)

リンクはしていません
<style>
#menu td {
width:100%;height:18px;text-decoration:none;
font-size: 10pt;
filter:blendTrans();
}
</style>
<script language="JavaScript"><!--
function mouseout(obj){
if(document.all)obj.filters("blendTrans").apply();
obj.style.backgroundColor = "white";
if(document.all)obj.filters("blendTrans").play();
}/*himajin.moo.jp*/
//-->
</script>

<table id="menu"width="170"border="1">
<tr><td onmouseover="this.style.backgroundColor = '#6688ff';" onmouseout="mouseout(this)">
TOP
</td></tr>
<tr><td onmouseover="this.style.backgroundColor = '#6688ff';" onmouseout="mouseout(this)">
マウスストーカー(画像)
</td></tr>
<tr><td onmouseover="this.style.backgroundColor = '#6688ff';" onmouseout="mouseout(this)">
マウスストーカー(花火)
</td></tr>
<tr><td onmouseover="this.style.backgroundColor = '#6688ff';" onmouseout="mouseout(this)">
追いかけるハート 
</td></tr>
<tr><td onmouseover="this.style.backgroundColor = '#6688ff';" onmouseout="mouseout(this)">
マウスストーカー(衛星)
</td></tr>
</table>