//function highlightTd(e,c) { e.style.background = c; e.style.cursor = "text"; }
function highlightTd(e,c) { e.style.background = c; }
