For customization of this script or any script development, mail to support@hscripts.com
Usage
Copy the above code and the required color in javascript code.
var bgcolor = "your background color"
var change_color = "color tobe changed on mouseover"
Now set the style or table row color on your html table.
<tr>
<td style ="background-color: Your background Color;"
onmouseover="mover(this);" onmouseout="mout(this);">
haiiiiiiiiiiiiiii
</td>
</tr>
.....Add Your table rows continuously with various values.....
......................................................
<tr>
<td style ="background-color: Your background Color;"
onmouseover="mover(this);" onmouseout="mout(this);">
bla bla bla
</td>
</tr>