function popToponimos(lang,texto,valor)
  {
  var newWindow;
  var urlstring = '/' + lang + '/pop_toponimos.php?texto=' + texto +'&valor=' + valor;
//  newWindow = window.open(urlstring,'Toponimos Euskomedia','height=530,width=500,titlebar=0,toolbar=0,minimize=0,status=0,menubar=0,location=0,scrollbars=0')
  newWindow = window.open(urlstring,'ToponimosEuskomedia','height=600,width=500,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=1');
  
  newWindow.focus();	
  }

function cleanAdvanced()
  {
  document.getElementById('busqueda').reset();
  document.getElementById('toponimo_valor').value = '';
  document.getElementById('toponimo_texto').innerHTML = 'Ninguno';
  }
