function show_codigopostal(qry, filtro)
{
  window.open(qry+filtro.value,'', 'width=600,height=450,scrollbars=1');
}