function lag_tornaAMapa()
{
  var c;
  
  c= document.getElementsByName('accio')[1];
  c.value = ACCIO_TORNAR_A_MAPA;
  c.form.submit();
}
