
function menuover(obj) {
  obj.style.background = '#000000';
}

function menuout(obj) {
  obj.style.background = 'transparent';
}
