while ($row=mysql_fetch_assoc($result))
echo "<td onclick=\"document.forms[0].action=\"<?=$_SERVER['PHP_SELF']?>?id=1&id_cat=".$row['ID_Cat']."\">".$row['Nome']."</td>";
while ($row=mysql_fetch_assoc($result))
echo "<td onclick=\"document.forms[0].action=\"<?=$_SERVER['PHP_SELF']?>?id=1&id_cat=".$row['ID_Cat']."\">".$row['Nome']."</td>";