function evidenzia(menItem) {
  menItem.style.borderColor='#999999'; 
  menItem.style.backgroundColor='#CCCCCC';
}

function ripristina(menItem) {
  menItem.style.borderColor='#E7E7E7'; 
  menItem.style.backgroundColor='#E7E7E7';
}
