function apriLegenda(tipo)
{
  window.open('Legenda'+tipo+'.html',tipo,'width=200,height=200,directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no').focus();
}

