Hey All,

I need to make this work in NN:

Code:
<td align="left" bgColor="#d2e0ec" ONCLICK="document.location.href='w_sugg.html'" ONMOUSEDOWN="this.bgColor='#bcd2e3'" ONMOUSEOVER="this.bgColor='#FFFFFF'" ONMOUSEOUT="this.bgColor='#d2e0ec'" class="std" width="151" style="cursor: hand">
Questions:

Does NN have a td click event?
How do I change the cursor in NN?
How do I change the td bgColor on mouseover?

TIA.