function closeMaps(obj){
  document.getElementById('mymappa').style.display="none";
}
