function changeMenu(onOBJ) {
  $('.menuCell').css({ backgroundColor:'#fff' });
  $(onOBJ).css({ backgroundColor:'#ccc' });
}

