123456789
<script language="javascript"> function textYes(ziel){ ziel.style.backgroundColor="#ddddff"; } function textNo(ziel){ ziel.style.backgroundColor="white"; }</script><td onMouseover="textYes(this)" onMouseout="textNo(this)">