
function rh(rowRef,state) {
  rowRef.style.backgroundColor = (state)?'#ccc':'#fff';
}
