// JavaScript Document
function resaltar(id) {
  id.style.backgroundColor="#ffff99";
}

function retornar(id) {
  id.style.backgroundColor="";
}

