function tdr(obj,clr) {
  obj.style.backgroundColor = clr;
}

