function TrBgOn(TrBgid){
TrBgid.style.backgroundColor="#FFFFCC";
}
function TrBgOff(TrBgid){
TrBgid.style.backgroundColor="#ffffff";
}
<tr onmouseover="TrBgOn(this);" onmouseout="TrBgOff(this);">
TrBgid.style.backgroundColor="#FFFFCC";
}
function TrBgOff(TrBgid){
TrBgid.style.backgroundColor="#ffffff";
}
<tr onmouseover="TrBgOn(this);" onmouseout="TrBgOff(this);">