function jsaGetMunicipios($estado, $pais, $cp) { $txt = ""; $text = new cHText(); $xSel = new cHSelect(); $text->setDivClass(""); $mun = false; if (setNoMenorQueCero($cp) > 0) { if ($pais == EACP_CLAVE_DE_PAIS) { $xCol = new cDomiciliosColonias(); $xCol->existe($cp); $mun = $xCol->getClaveDeMunicipio(); } } return ($pais != EACP_CLAVE_DE_PAIS or PERSONAS_VIVIENDA_MANUAL == true) ? $text->getDeNombreDeMunicipio("idnombremunicipio", "", "TR.Municipio") : $xSel->getListaDeMunicipios("", $estado, $mun)->get(false); }