function on(lx) {
 document.getElementsByTagName("td")[lx].style.backgroundColor = "lavender";
}
function out(lx) {
 document.getElementsByTagName("td")[lx].style.backgroundColor = "white";
}