if (IE4) {allTDs=document.all.tags("TD");
for (i=0;i<allTDs.length;i++)
{tTD=allTDs(i); if(tTD.height=="12")
{tTD.onmouseover=tOv;tTD.onmouseout=tOt
}
}
function tOv(){this.style.filter="glow(color=#ffffff)"}
function tOt(){this.style.filter=""}
}
