<tr onmouseover="over(this);" onmouseout="out(this);">
function over(e){ e.style.backgroundColor='#a5d369'; } function out(e){ e.style.backgroundColor='#cdeda3'; }