
  function mOver(cell) {
    cell.style.cursor = 'pointer';
  }

  function mOut(cell) {
    cell.style.cursor = 'default';
  }
