<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>table</title> <style type="text/css"> table tr {background-color:#d6d6f9;} tr:hover {background-color: #9092EC;} </style> <script type="text/javascript"> function checked() { } </script> </head> <body> <table width="100%" cellspacing="0" border="1"> <tr> <td><input name="neft" type="checkbox" value="1" id="neft" /> Нефть</td> <tr/> <tr> <td><input name="zoloto" type="checkbox" value="2" id="zoloto" /> Золото</td> <tr/> <tr> <td><input name="drevesina" type="checkbox" value="3" id="drevesina" /> Древесина</td> <tr/> <tr onclick=""checked""> <td>Нефть</td> </tr> <tr> <td>Золото</td> </tr> <tr> <td>Древесина</td> </tr> </table> </body> </html> Есть вот такой код , подскажите что мне надо написать в скрипте чтобы при событии onclick на tr отмечался соответсвующий checkbox