<!--
function TdChange(td,color) {
td.style.backgroundColor=color;
}
//-->