function fillmunicipio(formname,co,cd)
{
  var forma=document.forms[formname];
  var estado=forma.elements[co].options[forma.elements[co].selectedIndex].value;
  forma.elements[cd].length=0;
  if(estado=='1')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AGUASCALIENTES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ASIENTOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='3';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CALVILLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='4';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COSIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='5';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EL LLANO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='6';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JESUS MARIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='7';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PABELLON DE ARTEAGA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='8';
      forma.elements[cd].options[forma.elements[cd].length-1].text='RINCON DE ROMOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='9';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FRANCISCO DE LOS ROMO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='10';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JOSE DE GRACIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='11';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPEZALA';
  
  }
  if(estado=='2')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='12';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ENSENADA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='13';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MEXICALI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='14';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PLAYAS DE ROSARITO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='15';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TECATE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='16';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TIJUANA';
  
  }
  if(estado=='3')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='17';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COMONDU';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='18';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LA PAZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='19';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LORETO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='20';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LOS CABOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='21';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MULEGE';
  
  }
  if(estado=='4')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='22';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CALAKMUL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='23';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CALKINI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='24';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CAMPECHE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='25';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CANDELARIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='26';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CARMEN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='27';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHAMPOTON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='28';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ESCARCEGA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='29';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HECELCHAKAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='30';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HOPELCHEN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='31';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PALIZADA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='32';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TENABO';
  
  }
  if(estado=='7')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='81';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACACOYAGUA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='82';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='83';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACAPETAHUA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='84';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALDAMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='85';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALTAMIRANO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='86';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AMATAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='87';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AMATENANGO DE LA FRONTERA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='88';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AMATENANGO DEL VALLE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='89';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ANGEL ALBINO CORZO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='90';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ARRIAGA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='91';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BEJUCAL DE OCAMPO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='92';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BELLA VISTA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='93';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BENEMERITO DE LAS AMERICAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='94';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BERRIOZABAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='95';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BOCHIL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='96';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CACAHOATAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='97';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CATAZAJA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='98';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHALCHIHUITAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='99';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHAMULA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='100';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHANAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='101';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHAPULTENANGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='102';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHENALHO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='103';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHIAPA DE CORZO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='104';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHIAPILLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='105';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHICOASEN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='106';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHICOMUSELO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='107';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHILON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='108';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CINTALAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='109';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COAPILLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='110';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COMITAN DE DOMINGUEZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='111';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COPAINALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='112';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EL BOSQUE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='113';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EL PORVENIR';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='114';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ESCUINTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='115';
      forma.elements[cd].options[forma.elements[cd].length-1].text='FRANCISCO LEON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='116';
      forma.elements[cd].options[forma.elements[cd].length-1].text='FRONTERA COMALAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='117';
      forma.elements[cd].options[forma.elements[cd].length-1].text='FRONTERA HIDALGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='118';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUEHUETAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='119';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUITIUPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='120';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUIXTAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='121';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUIXTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='122';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXHUATAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='123';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXTACOMITAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='124';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXTAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='125';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXTAPANGAJOYA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='126';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JIQUIPILAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='127';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JITOTOL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='128';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='129';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LA CONCORDIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='130';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LA GRANDEZA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='131';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LA INDEPENDENCIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='132';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LA LIBERTAD';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='133';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LA TRINITARIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='134';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LARRAINZAR';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='135';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LAS MARGARITAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='136';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LAS ROSAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='137';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAPASTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='138';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MARAVILLA TENEJAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='139';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MARQUES DE COMILLAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='140';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAZAPA DE MADERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='141';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAZATAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='142';
      forma.elements[cd].options[forma.elements[cd].length-1].text='METAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='143';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MITONTIC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='144';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MONTECRISTO DE GUERRERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='145';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MOTOZINTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='146';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NICOLAS RUIZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='147';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OCOSINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='148';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OCOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='149';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OCOZOCOAUTLA DE ESPINOSA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='150';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OSTUACAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='151';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OSUMACINTA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='152';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OXCHUC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='153';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PALENQUE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='154';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PANTELHO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='155';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PANTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='156';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PICHUCALCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='157';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PIJIJIAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='158';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PUEBLO NUEVO SOLISTAHUACAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='159';
      forma.elements[cd].options[forma.elements[cd].length-1].text='RAYON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='160';
      forma.elements[cd].options[forma.elements[cd].length-1].text='REFORMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='161';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SABANILLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='162';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SALTO DE AGUA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='163';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANDRES DURAZNAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='164';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN CRISTOBAL DE LAS CASAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='165';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FERNANDO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='166';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN CANCUC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='167';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN LUCAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='168';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO EL PINAR';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='169';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SILTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='170';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SIMOJOVEL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='171';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SITALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='172';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SOCOLTENANGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='173';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SOLOSUCHIAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='174';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SOYALO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='175';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SUCHIAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='176';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SUCHIATE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='177';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SUNUAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='178';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TAPACHULA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='179';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TAPALAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='180';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TAPILULA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='181';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TECPATAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='182';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TENEJAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='183';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEOPISCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='184';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TILA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='185';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TONALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='186';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TOTOLAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='187';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TUMBALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='188';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TUXTLA CHICO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='189';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TUXTLA GUTIERREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='190';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TUZANTAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='191';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TZIMOL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='192';
      forma.elements[cd].options[forma.elements[cd].length-1].text='UNION JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='193';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VENUSTIANO CARRANZA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='194';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA COMALTITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='195';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA CORZO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='196';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLAFLORES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='197';
      forma.elements[cd].options[forma.elements[cd].length-1].text='YAJALON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='198';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZINACANTAN';
  
  }
  if(estado=='8')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='199';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AHUMADA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='200';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALDAMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='201';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALLENDE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='202';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AQUILES SERDAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='203';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ASCENSION';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='204';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BACHINIVA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='205';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BALLEZA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='206';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BATOPILAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='207';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BOCOYNA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='208';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BUENAVENTURA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='209';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CAMARGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='210';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CARICHI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='211';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CASAS GRANDES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='212';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHIHUAHUA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='213';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHINIPAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='214';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CORONADO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='215';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COYAME DEL SOTOL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='216';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUAUHTEMOC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='217';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUSIHUIRIACHI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='218';
      forma.elements[cd].options[forma.elements[cd].length-1].text='DELICIAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='219';
      forma.elements[cd].options[forma.elements[cd].length-1].text='DR. BELISARIO DOMINGUEZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='220';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EL TULE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='221';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GALEANA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='222';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GOMEZ FARIAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='223';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GRAN MORELOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='224';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GUACHOCHI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='225';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GUADALUPE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='226';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GUADALUPE Y CALVO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='227';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GUAZAPARES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='228';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GUERRERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='229';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HIDALGO DEL PARRAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='230';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUEJOTITAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='231';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IGNACIO ZARAGOZA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='232';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JANOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='233';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JIMENEZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='234';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='235';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JULIMES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='236';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LA CRUZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='237';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LOPEZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='238';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MADERA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='239';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAGUARICHI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='240';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MANUEL BENAVIDES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='241';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MATACHI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='242';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MATAMOROS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='243';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MEOQUI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='244';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MORELOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='245';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MORIS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='246';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NAMIQUIPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='247';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NONOAVA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='248';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NUEVO CASAS GRANDES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='249';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OCAMPO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='250';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OJINAGA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='251';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PRAXEDIS G. GUERRERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='252';
      forma.elements[cd].options[forma.elements[cd].length-1].text='RIVA PALACIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='253';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ROSALES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='254';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ROSARIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='255';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FRANCISCO DE BORJA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='256';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FRANCISCO DE CONCHOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='257';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FRANCISCO DEL ORO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='258';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA BARBARA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='259';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA ISABEL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='260';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SATEVO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='261';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAUCILLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='262';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEMOSACHI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='263';
      forma.elements[cd].options[forma.elements[cd].length-1].text='URIQUE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='264';
      forma.elements[cd].options[forma.elements[cd].length-1].text='URUACHI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='265';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VALLE DE ZARAGOZA';
  
  }
  if(estado=='5')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='33';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ABASOLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='34';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACU¥A';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='35';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALLENDE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='36';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ARTEAGA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='37';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CANDELA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='38';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CASTA¥OS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='39';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUATROCIENEGAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='40';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ESCOBEDO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='41';
      forma.elements[cd].options[forma.elements[cd].length-1].text='FRANCISCO I. MADERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='42';
      forma.elements[cd].options[forma.elements[cd].length-1].text='FRONTERA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='43';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GENERAL CEPEDA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='44';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GUERRERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='45';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HIDALGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='46';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JIMENEZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='47';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='48';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LAMADRID';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='49';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MATAMOROS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='50';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MONCLOVA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='51';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MORELOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='52';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MUZQUIZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='53';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NADADORES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='54';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NAVA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='55';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OCAMPO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='56';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PARRAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='57';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PIEDRAS NEGRAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='58';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PROGRESO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='59';
      forma.elements[cd].options[forma.elements[cd].length-1].text='RAMOS ARIZPE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='60';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SABINAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='61';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SACRAMENTO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='62';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SALTILLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='63';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN BUENAVENTURA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='64';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN DE SABINAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='65';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='66';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SIERRA MOJADA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='67';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TORREON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='68';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VIESCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='69';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA UNION';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='70';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZARAGOZA';
  
  }
  if(estado=='6')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='71';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ARMERIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='72';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COLIMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='73';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COMALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='74';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COQUIMATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='75';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUAUHTEMOC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='76';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXTLAHUACAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='77';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MANZANILLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='78';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MINATITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='79';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TECOMAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='80';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA DE ALVAREZ';
  
  }
  if(estado=='9')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='266';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALVARO OBREGON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='267';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AZCAPOTZALCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='268';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BENITO JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='269';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COYOACAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='270';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUAJIMALPA DE MORELOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='271';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUAUHTEMOC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='272';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GUSTAVO A. MADERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='273';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IZTACALCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='274';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IZTAPALAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='275';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LA MAGDALENA CONTRERAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='276';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MIGUEL HIDALGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='277';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MILPA ALTA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='278';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLAHUAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='279';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLALPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='280';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VENUSTIANO CARRANZA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='281';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XOCHIMILCO';
  
  }
  if(estado=='10')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='282';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CANATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='283';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CANELAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='284';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CONETO DE COMONFORT';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='285';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUENCAME';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='286';
      forma.elements[cd].options[forma.elements[cd].length-1].text='DURANGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='287';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EL ORO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='288';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GOMEZ PALACIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='289';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GRAL. SIMON BOLIVAR';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='290';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GUADALUPE VICTORIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='291';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GUANACEVI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='292';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HIDALGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='293';
      forma.elements[cd].options[forma.elements[cd].length-1].text='INDE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='294';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LERDO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='295';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAPIMI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='296';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MEZQUITAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='297';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NAZAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='298';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NOMBRE DE DIOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='299';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NUEVO IDEAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='300';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OCAMPO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='301';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OTAEZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='302';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PANUCO DE CORONADO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='303';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PE¥ON BLANCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='304';
      forma.elements[cd].options[forma.elements[cd].length-1].text='POANAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='305';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PUEBLO NUEVO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='306';
      forma.elements[cd].options[forma.elements[cd].length-1].text='RODEO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='307';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN BERNARDO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='308';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN DIMAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='309';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN DE GUADALUPE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='310';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN DEL RIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='311';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN LUIS DEL CORDERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='312';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO DEL GALLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='313';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CLARA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='314';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO PAPASQUIARO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='315';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SUCHIL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='316';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TAMAZULA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='317';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPEHUANES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='318';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLAHUALILO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='319';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TOPIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='320';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VICENTE GUERRERO';
  
  }
  if(estado=='15')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='654';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACAMBAY';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='655';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACOLMAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='656';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACULCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='657';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALMOLOYA DE ALQUISIRAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='658';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALMOLOYA DE JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='659';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALMOLOYA DEL RIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='660';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AMANALCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='661';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AMATEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='662';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AMECAMECA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='663';
      forma.elements[cd].options[forma.elements[cd].length-1].text='APAXCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='664';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATENCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='665';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATIZAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='666';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATIZAPAN DE ZARAGOZA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='667';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATLACOMULCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='668';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATLAUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='669';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AXAPUSCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='670';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AYAPANGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='671';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CALIMAYA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='672';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CAPULHUAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='673';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHALCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='674';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHAPA DE MOTA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='675';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHAPULTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='676';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHIAUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='677';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHICOLOAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='678';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHICONCUAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='679';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHIMALHUACAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='680';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COACALCO DE BERRIOZABAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='681';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COATEPEC HARINAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='682';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COCOTITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='683';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COYOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='684';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUAUTITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='685';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUAUTITLAN IZCALLI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='686';
      forma.elements[cd].options[forma.elements[cd].length-1].text='DONATO GUERRA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='687';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ECATEPEC DE MORELOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='688';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ECATZINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='689';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EL ORO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='690';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUEHUETOCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='691';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUEYPOXTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='692';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUIXQUILUCAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='693';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ISIDRO FABELA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='694';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXTAPALUCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='695';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXTAPAN DE LA SAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='696';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXTAPAN DEL ORO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='697';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXTLAHUACA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='698';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JALTENCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='699';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JILOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='700';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JILOTZINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='701';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JIQUIPILCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='702';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JOCOTITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='703';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JOQUICINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='704';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JUCHITEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='705';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LA PAZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='706';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LERMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='707';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LUVIANOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='708';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MALINALCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='709';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MELCHOR OCAMPO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='710';
      forma.elements[cd].options[forma.elements[cd].length-1].text='METEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='711';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MEXICALTZINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='712';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MORELOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='713';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NAUCALPAN DE JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='714';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NEXTLALPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='715';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NEZAHUALCOYOTL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='716';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NICOLAS ROMERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='717';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NOPALTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='718';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OCOYOACAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='719';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OCUILAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='720';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OTUMBA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='721';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OTZOLOAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='722';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OTZOLOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='723';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OZUMBA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='724';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PAPALOTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='725';
      forma.elements[cd].options[forma.elements[cd].length-1].text='POLOTITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='726';
      forma.elements[cd].options[forma.elements[cd].length-1].text='RAYON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='727';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANTONIO LA ISLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='728';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FELIPE DEL PROGRESO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='729';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JOSE DEL RINCON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='730';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MARTIN DE LAS PIRAMIDES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='731';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MATEO ATENCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='732';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN SIMON DE GUERRERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='733';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO TOMAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='734';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SOYANIQUILPAN DE JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='735';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SULTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='736';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TECAMAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='737';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEJUPILCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='738';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEMAMATLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='739';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEMASCALAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='740';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEMASCALCINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='741';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEMASCALTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='742';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEMOAYA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='743';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TENANCINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='744';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TENANGO DEL AIRE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='745';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TENANGO DEL VALLE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='746';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEOLOYUCAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='747';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEOTIHUACAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='748';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPETLAOXTOC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='749';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPETLIXPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='750';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPOTZOTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='751';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEQUIXQUIAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='752';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEXCALTITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='753';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEXCALYACAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='754';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEXCOCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='755';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEZOYUCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='756';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TIANGUISTENCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='757';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TIMILPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='758';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLALMANALCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='759';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLALNEPANTLA DE BAZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='760';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLATLAYA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='761';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TOLUCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='762';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TONANITLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='763';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TONATICO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='764';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TULTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='765';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TULTITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='766';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VALLE DE BRAVO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='767';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VALLE DE CHALCO SOLIDARIDAD';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='768';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA DE ALLENDE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='769';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA DEL CARBON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='770';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA GUERRERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='771';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA VICTORIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='772';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XALATLACO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='773';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XONACATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='774';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZACAZONAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='775';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZACUALPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='776';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZINACANTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='777';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZUMPAHUACAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='778';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZUMPANGO';
  
  }
  if(estado=='11')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='321';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ABASOLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='322';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACAMBARO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='323';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALLENDE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='324';
      forma.elements[cd].options[forma.elements[cd].length-1].text='APASEO EL ALTO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='325';
      forma.elements[cd].options[forma.elements[cd].length-1].text='APASEO EL GRANDE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='326';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATARJEA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='327';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CELAYA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='328';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COMONFORT';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='329';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CORONEO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='330';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CORTAZAR';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='331';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUERAMARO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='332';
      forma.elements[cd].options[forma.elements[cd].length-1].text='DOCTOR MORA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='333';
      forma.elements[cd].options[forma.elements[cd].length-1].text='DOLORES HIDALGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='334';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GUANAJUATO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='335';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUANIMARO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='336';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IRAPUATO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='337';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JARAL DEL PROGRESO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='338';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JERECUARO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='339';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LEON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='340';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MANUEL DOBLADO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='341';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MOROLEON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='342';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OCAMPO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='343';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PENJAMO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='344';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PUEBLO NUEVO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='345';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PURISIMA DEL RINCON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='346';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ROMITA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='347';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SALAMANCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='348';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SALVATIERRA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='349';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN DIEGO DE LA UNION';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='350';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FELIPE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='351';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FRANCISCO DEL RINCON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='352';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JOSE ITURBIDE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='353';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN LUIS DE LA PAZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='354';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CATARINA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='355';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CRUZ DE JUVENTINO ROSAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='356';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO MARAVATIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='357';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SILAO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='358';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TARANDACUAO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='359';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TARIMORO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='360';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TIERRA BLANCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='361';
      forma.elements[cd].options[forma.elements[cd].length-1].text='URIANGATO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='362';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VALLE DE SANTIAGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='363';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VICTORIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='364';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLAGRAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='365';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XICHU';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='366';
      forma.elements[cd].options[forma.elements[cd].length-1].text='YURIRIA';
  
  }
  if(estado=='12')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='367';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACAPULCO DE JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='368';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACATEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='369';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AHUACUOTZINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='370';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AJUCHITLAN DEL PROGRESO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='371';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALCOZAUCA DE GUERRERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='372';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALPOYECA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='373';
      forma.elements[cd].options[forma.elements[cd].length-1].text='APAXTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='374';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ARCELIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='375';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATENANGO DEL RIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='376';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATLAMAJALCINGO DEL MONTE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='377';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATLIXTAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='378';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATOYAC DE ALVAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='379';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AYUTLA DE LOS LIBRES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='380';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AZOYU';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='381';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BENITO JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='382';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BUENAVISTA DE CUELLAR';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='383';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHILAPA DE ALVAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='384';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHILPANCINGO DE LOS BRAVO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='385';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COAHUAYUTLA DE JOSE MARIA IZAZAGA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='386';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COCHOAPA EL GRANDE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='387';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COCULA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='388';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COPALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='389';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COPALILLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='390';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COPANATOYAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='391';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COYUCA DE BENITEZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='392';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COYUCA DE CATALAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='393';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUAJINICUILAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='394';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUALAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='395';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUAUTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='396';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUETZALA DEL PROGRESO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='397';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUTZAMALA DE PINZON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='398';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EDUARDO NERI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='399';
      forma.elements[cd].options[forma.elements[cd].length-1].text='FLORENCIO VILLARREAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='400';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GENERAL CANUTO A. NERI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='401';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GENERAL HELIODORO CASTILLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='402';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUAMUXTITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='403';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUITZUCO DE LOS FIGUEROA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='404';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IGUALA DE LA INDEPENDENCIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='405';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IGUALAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='406';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXCATEOPAN DE CUAUHTEMOC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='407';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JOSE AZUETA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='408';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JOSE JOAQUIN DE HERRERA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='409';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JUAN R. ESCUDERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='410';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LA UNION DE ISIDORO MONTES DE OCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='411';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LEONARDO BRAVO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='412';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MALINALTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='413';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MARQUELIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='414';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MARTIR DE CUILAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='415';
      forma.elements[cd].options[forma.elements[cd].length-1].text='METLATONOC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='416';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MOCHITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='417';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OLINALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='418';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OMETEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='419';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PEDRO ASCENCIO ALQUISIRAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='420';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PETATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='421';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PILCAYA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='422';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PUNGARABATO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='423';
      forma.elements[cd].options[forma.elements[cd].length-1].text='QUECHULTENANGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='424';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN LUIS ACATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='425';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MARCOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='426';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL TOTOLAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='427';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TAXCO DE ALARCON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='428';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TECOANAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='429';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TECPAN DE GALEANA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='430';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TELOLOAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='431';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPECOACUILCO DE TRUJANO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='432';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TETIPAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='433';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TIXTLA DE GUERRERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='434';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLACOACHISTLAHUACA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='435';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLACOAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='436';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLALCHAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='437';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLALIXTAQUILLA DE MALDONADO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='438';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLAPA DE COMONFORT';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='439';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLAPEHUALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='440';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XALPATLAHUAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='441';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XOCHIHUEHUETLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='442';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XOCHISTLAHUACA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='443';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZAPOTITLAN TABLAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='444';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZIRANDARO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='445';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZITLALA';
  
  }
  if(estado=='13')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='446';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='447';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACAXOCHITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='448';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACTOPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='449';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AGUA BLANCA DE ITURBIDE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='450';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AJACUBA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='451';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALFAJAYUCAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='452';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALMOLOYA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='453';
      forma.elements[cd].options[forma.elements[cd].length-1].text='APAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='454';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATITALAQUIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='455';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATLAPEXCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='456';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATOTONILCO DE TULA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='457';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATOTONILCO EL GRANDE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='458';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CALNALI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='459';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CARDONAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='460';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHAPANTONGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='461';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHAPULHUACAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='462';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHILCUAUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='463';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUAUTEPEC DE HINOJOSA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='464';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EL ARENAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='465';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ELOXOCHITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='466';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EMILIANO ZAPATA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='467';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EPAZOYUCAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='468';
      forma.elements[cd].options[forma.elements[cd].length-1].text='FRANCISCO I. MADERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='469';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUASCA DE OCAMPO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='470';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUAUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='471';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUAZALINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='472';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUEHUETLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='473';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUEJUTLA DE REYES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='474';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUICHAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='475';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXMIQUILPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='476';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JACALA DE LEDEZMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='477';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JALTOCAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='478';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JUAREZ HIDALGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='479';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LA MISION';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='480';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LOLOTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='481';
      forma.elements[cd].options[forma.elements[cd].length-1].text='METEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='482';
      forma.elements[cd].options[forma.elements[cd].length-1].text='METZTITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='483';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MINERAL DE LA REFORMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='484';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MINERAL DEL CHICO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='485';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MINERAL DEL MONTE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='486';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MIXQUIAHUALA DE JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='487';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MOLANGO DE ESCAMILLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='488';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NICOLAS FLORES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='489';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NOPALA DE VILLAGRAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='490';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OMITLAN DE JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='491';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PACHUCA DE SOTO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='492';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PACULA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='493';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PISAFLORES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='494';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PROGRESO DE OBREGON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='495';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN AGUSTIN METZQUITITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='496';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN AGUSTIN TLAXIACA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='497';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN BARTOLO TUTOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='498';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FELIPE ORIZATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='499';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN SALVADOR';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='500';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO DE ANAYA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='501';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO TULANTEPEC DE LUGO GUERRERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='502';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SINGUILUCAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='503';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TASQUILLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='504';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TECOZAUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='505';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TENANGO DE DORIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='506';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPEAPULCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='507';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPEHUACAN DE GUERRERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='508';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPEJI DEL RIO DE OCAMPO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='509';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPETITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='510';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TETEPANGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='511';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEZONTEPEC DE ALDAMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='512';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TIANGUISTENGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='513';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TIZAYUCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='514';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLAHUELILPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='515';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLAHUILTEPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='516';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLANALAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='517';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLANCHINOL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='518';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLAXCOAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='519';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TOLCAYUCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='520';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TULA DE ALLENDE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='521';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TULANCINGO DE BRAVO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='522';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA DE TEZONTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='523';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XOCHIATIPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='524';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XOCHICOATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='525';
      forma.elements[cd].options[forma.elements[cd].length-1].text='YAHUALICA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='526';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZACUALTIPAN DE ANGELES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='527';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZAPOTLAN DE JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='528';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZEMPOALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='529';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZIMAPAN';
  
  }
  if(estado=='14')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='530';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACATIC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='531';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACATLAN DE JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='532';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AHUALULCO DE MERCADO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='533';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AMACUECA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='534';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AMATITAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='535';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AMECA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='536';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ARANDAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='537';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATEMAJAC DE BRIZUELA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='538';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATENGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='539';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATENGUILLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='540';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATOTONILCO EL ALTO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='541';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATOYAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='542';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AUTLAN DE NAVARRO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='543';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AYOTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='544';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AYUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='545';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BOLA¥OS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='546';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CABO CORRIENTES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='548';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CASIMIRO CASTILLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='547';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CA¥ADAS DE OBREGON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='549';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHAPALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='550';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHIMALTITAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='551';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHIQUILISTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='552';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CIHUATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='553';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COCULA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='554';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COLOTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='555';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CONCEPCION DE BUENOS AIRES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='556';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUAUTITLAN DE GARCIA BARRAGAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='557';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUAUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='558';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUQUIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='559';
      forma.elements[cd].options[forma.elements[cd].length-1].text='DEGOLLADO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='560';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EJUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='561';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EL ARENAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='562';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EL GRULLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='563';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EL LIMON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='564';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EL SALTO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='565';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ENCARNACION DE DIAZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='566';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ETZATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='567';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GOMEZ FARIAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='568';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GUACHINANGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='569';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GUADALAJARA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='570';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HOSTOTIPAQUILLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='571';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUEJUCAR';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='572';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUEJUQUILLA EL ALTO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='573';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXTLAHUACAN DE LOS MEMBRILLOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='574';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXTLAHUACAN DEL RIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='575';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JALOSTOTITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='576';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JAMAY';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='577';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JESUS MARIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='578';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JILOTLAN DE LOS DOLORES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='579';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JOCOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='580';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JUANACATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='581';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JUCHITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='582';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LA BARCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='583';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LA HUERTA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='584';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LA MANZANILLA DE LA PAZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='585';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LAGOS DE MORENO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='586';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAGDALENA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='587';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MASCOTA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='588';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAZAMITLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='589';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MEXTICACAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='590';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MEZQUITIC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='591';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MIXTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='592';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OCOTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='593';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OJUELOS DE JALISCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='594';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PIHUAMO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='595';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PONCITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='596';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PUERTO VALLARTA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='597';
      forma.elements[cd].options[forma.elements[cd].length-1].text='QUITUPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='598';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN CRISTOBAL DE LA BARRANCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='599';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN DIEGO DE ALEJANDRIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='600';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN GABRIEL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='601';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN DE LOS LAGOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='602';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUANITO DE ESCOBEDO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='603';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JULIAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='604';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MARCOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='605';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MARTIN DE BOLA¥OS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='606';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MARTIN HIDALGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='607';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL EL ALTO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='608';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN SEBASTIAN DEL OESTE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='609';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA DE LOS ANGELES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='610';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA DEL ORO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='611';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAYULA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='612';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='613';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TALPA DE ALLENDE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='614';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TAMAZULA DE GORDIANO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='615';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TAPALPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='616';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TECALITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='617';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TECHALUTA DE MONTENEGRO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='618';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TECOLOTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='619';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TENAMAXTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='620';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEOCALTICHE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='621';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEOCUITATLAN DE CORONA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='622';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPATITLAN DE MORELOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='623';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEQUILA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='624';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEUCHITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='625';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TIZAPAN EL ALTO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='626';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLAJOMULCO DE ZU¥IGA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='627';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLAQUEPAQUE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='628';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TOLIMAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='629';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TOMATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='630';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TONALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='631';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TONAYA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='632';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TONILA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='633';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TOTATICHE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='634';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TOTOTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='635';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TUXCACUESCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='636';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TUXCUECA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='637';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TUXPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='638';
      forma.elements[cd].options[forma.elements[cd].length-1].text='UNION DE SAN ANTONIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='639';
      forma.elements[cd].options[forma.elements[cd].length-1].text='UNION DE TULA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='640';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VALLE DE GUADALUPE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='641';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VALLE DE JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='642';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA CORONA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='643';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA GUERRERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='644';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA HIDALGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='645';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA PURIFICACION';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='646';
      forma.elements[cd].options[forma.elements[cd].length-1].text='YAHUALICA DE GONZALEZ GALLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='647';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZACOALCO DE TORRES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='648';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZAPOPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='649';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZAPOTILTIC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='650';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZAPOTITLAN DE VADILLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='651';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZAPOTLAN DEL REY';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='652';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZAPOTLAN EL GRANDE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='653';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZAPOTLANEJO';
  
  }
  if(estado=='16')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='779';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACUITZIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='780';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AGUILILLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='781';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALVARO OBREGON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='782';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ANGAMACUTIRO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='783';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ANGANGUEO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='784';
      forma.elements[cd].options[forma.elements[cd].length-1].text='APATZINGAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='785';
      forma.elements[cd].options[forma.elements[cd].length-1].text='APORO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='786';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AQUILA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='787';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ARIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='788';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ARTEAGA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='789';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BRISE¥AS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='790';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BUENAVISTA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='791';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CARACUARO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='792';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHARAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='793';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHARO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='794';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHAVINDA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='795';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHERAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='796';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHILCHOTA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='797';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHINICUILA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='798';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHUCANDIRO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='799';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHURINTZIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='800';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHURUMUCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='801';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COAHUAYANA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='802';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COALCOMAN DE VAZQUEZ PALLARES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='803';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COENEO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='804';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COJUMATLAN DE REGULES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='805';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CONTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='806';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COPANDARO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='807';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COTIJA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='808';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUITZEO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='809';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ECUANDUREO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='810';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EPITACIO HUERTA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='811';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ERONGARICUARO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='812';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GABRIEL ZAMORA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='813';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HIDALGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='814';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUANDACAREO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='815';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUANIQUEO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='816';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUETAMO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='817';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUIRAMBA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='818';
      forma.elements[cd].options[forma.elements[cd].length-1].text='INDAPARAPEO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='819';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IRIMBO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='820';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='821';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JACONA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='822';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JIMENEZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='823';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JIQUILPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='824';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JOSE SIXTO VERDUZCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='825';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='826';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JUNGAPEO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='827';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LA HUACANA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='828';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LA PIEDAD';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='829';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LAGUNILLAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='830';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LAZARO CARDENAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='831';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LOS REYES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='832';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MADERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='833';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MARAVATIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='834';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MARCOS CASTELLANOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='835';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MORELIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='836';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MORELOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='837';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MUGICA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='838';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NAHUATZEN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='839';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NOCUPETARO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='840';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NUEVO PARANGARICUTIRO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='841';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NUEVO URECHO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='842';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NUMARAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='843';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OCAMPO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='844';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PAJACUARAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='845';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PANINDICUARO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='846';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PARACHO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='847';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PARACUARO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='848';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PATZCUARO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='849';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PENJAMILLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='850';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PERIBAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='851';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PUREPERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='852';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PURUANDIRO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='853';
      forma.elements[cd].options[forma.elements[cd].length-1].text='QUERENDARO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='854';
      forma.elements[cd].options[forma.elements[cd].length-1].text='QUIROGA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='855';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAHUAYO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='856';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SALVADOR ESCALANTE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='857';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN LUCAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='858';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA ANA MAYA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='859';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SENGUIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='860';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SUSUPUATO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='861';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TACAMBARO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='862';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TANCITARO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='863';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TANGAMANDAPIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='864';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TANGANCICUARO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='865';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TANHUATO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='866';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TARETAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='867';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TARIMBARO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='868';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPALCATEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='870';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TING?INDIN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='869';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TINGAMBATO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='871';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TIQUICHEO DE NICOLAS ROMERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='872';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLALPUJAHUA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='873';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLAZAZALCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='874';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TOCUMBO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='875';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TUMBISCATIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='876';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TURICATO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='877';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TUXPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='878';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TUZANTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='879';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TZINTZUNTZAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='880';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TZITZIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='881';
      forma.elements[cd].options[forma.elements[cd].length-1].text='URUAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='882';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VENUSTIANO CARRANZA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='883';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLAMAR';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='884';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VISTA HERMOSA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='885';
      forma.elements[cd].options[forma.elements[cd].length-1].text='YURECUARO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='886';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZACAPU';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='887';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZAMORA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='888';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZINAPARO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='889';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZINAPECUARO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='890';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZIRACUARETIRO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='891';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZITACUARO';
  
  }
  if(estado=='17')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='892';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AMACUZAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='893';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATLATLAHUCAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='894';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AXOCHIAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='895';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AYALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='896';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COATLAN DEL RIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='897';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUAUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='898';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUERNAVACA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='899';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EMILIANO ZAPATA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='900';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUITZILAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='901';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JANTETELCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='902';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JIUTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='903';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JOJUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='904';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JONACATEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='905';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAZATEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='906';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MIACATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='907';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OCUITUCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='908';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PUENTE DE IXTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='909';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEMIXCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='910';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEMOAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='911';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPALCINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='912';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPOZTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='913';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TETECALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='914';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TETELA DEL VOLCAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='915';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLALNEPANTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='916';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLALTIZAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='917';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLAQUILTENANGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='918';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLAYACAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='919';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TOTOLAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='920';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XOCHITEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='921';
      forma.elements[cd].options[forma.elements[cd].length-1].text='YAUTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='922';
      forma.elements[cd].options[forma.elements[cd].length-1].text='YECAPIXTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='923';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZACATEPEC DE HIDALGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='924';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZACUALPAN DE AMILPAS';
  
  }
  if(estado=='18')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='925';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACAPONETA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='926';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AHUACATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='927';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AMATLAN DE CA¥AS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='928';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BAHIA DE BANDERAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='929';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COMPOSTELA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='930';
      forma.elements[cd].options[forma.elements[cd].length-1].text='DEL NAYAR';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='931';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUAJICORI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='932';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXTLAN DEL RIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='933';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='934';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LA YESCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='935';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ROSAMORADA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='936';
      forma.elements[cd].options[forma.elements[cd].length-1].text='RUIZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='937';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN BLAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='938';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO LAGUNILLAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='939';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA DEL ORO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='940';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO IXCUINTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='941';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TECUALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='942';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPIC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='943';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TUXPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='944';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XALISCO';
  
  }
  if(estado=='19')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='945';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ABASOLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='946';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AGUALEGUAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='947';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALLENDE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='948';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ANAHUAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='949';
      forma.elements[cd].options[forma.elements[cd].length-1].text='APODACA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='950';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ARAMBERRI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='951';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BUSTAMANTE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='952';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CADEREYTA JIMENEZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='953';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CARMEN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='954';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CERRALVO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='955';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHINA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='956';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CIENEGA DE FLORES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='957';
      forma.elements[cd].options[forma.elements[cd].length-1].text='DR. ARROYO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='958';
      forma.elements[cd].options[forma.elements[cd].length-1].text='DR. COSS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='959';
      forma.elements[cd].options[forma.elements[cd].length-1].text='DR. GONZALEZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='960';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GALEANA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='961';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GARCIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='962';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GRAL. BRAVO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='963';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GRAL. ESCOBEDO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='964';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GRAL. TERAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='965';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GRAL. TREVI?O';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='966';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GRAL. ZARAGOZA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='967';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GRAL. ZUAZUA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='968';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GUADALUPE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='969';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HIDALGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='970';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HIGUERAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='971';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUALAHUISES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='972';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ITURBIDE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='973';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='974';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LAMPAZOS DE NARANJO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='975';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LINARES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='976';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LOS ALDAMAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='977';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LOS HERRERAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='978';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LOS RAMONES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='979';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MARIN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='980';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MELCHOR OCAMPO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='981';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MIER Y NORIEGA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='982';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MINA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='983';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MONTEMORELOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='984';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MONTERREY';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='985';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PARAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='986';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PESQUERIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='987';
      forma.elements[cd].options[forma.elements[cd].length-1].text='RAYONES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='988';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SABINAS HIDALGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='989';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SALINAS VICTORIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='990';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN NICOLAS DE LOS GARZA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='991';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO GARZA GARCIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='992';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CATARINA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='993';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='994';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VALLECILLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='995';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLALDAMA';
  
  }
  if(estado=='20')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='996';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ABEJONES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='997';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACATLAN DE PEREZ FIGUEROA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='998';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ANIMAS TRUJANO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='999';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ASUNCION CACALOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1000';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ASUNCION CUYOTEPEJI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1001';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ASUNCION IXTALTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1002';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ASUNCION NOCHIXTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1003';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ASUNCION OCOTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1004';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ASUNCION TLACOLULITA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1005';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AYOQUEZCO DE ALDAMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1006';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AYOTZINTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1007';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CALIHUALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1008';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CANDELARIA LOXICHA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1009';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CAPULALPAM DE MENDEZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1010';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHAHUITES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1011';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHALCATONGO DE HIDALGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1012';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHIQUIHUITLAN DE BENITO JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1013';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CIENEGA DE ZIMATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1014';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CIUDAD IXTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1015';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COATECAS ALTAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1016';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COICOYAN DE LAS FLORES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1017';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CONCEPCION BUENAVISTA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1018';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CONCEPCION PAPALO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1019';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CONSTANCIA DEL ROSARIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1020';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COSOLAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1021';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COSOLTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1022';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUILAPAM DE GUERRERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1023';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUYAMECALCO VILLA DE ZARAGOZA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1024';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EL BARRIO DE LA SOLEDAD';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1025';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EL ESPINAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1026';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ELOXOCHITLAN DE FLORES MAGON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1027';
      forma.elements[cd].options[forma.elements[cd].length-1].text='FRESNILLO DE TRUJANO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1028';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GUADALUPE DE RAMIREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1029';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GUADALUPE ETLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1030';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GUELATAO DE JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1031';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GUEVEA DE HUMBOLDT';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1032';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HEROICA CIUDAD DE EJUTLA DE CRESPO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1033';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HEROICA CIUDAD DE HUAJUAPAN DE LEON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1034';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HEROICA CIUDAD DE TLAXIACO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1035';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUAUTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1036';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUAUTLA DE JIMENEZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1037';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXPANTEPEC NIEVES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1038';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXTLAN DE JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1039';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JUCHITAN DE ZARAGOZA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1040';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LA COMPA¥IA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1041';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LA PE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1042';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LA REFORMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1043';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LOMA BONITA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1044';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAGDALENA APASCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1045';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAGDALENA JALTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1046';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAGDALENA MIXTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1047';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAGDALENA OCOTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1048';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAGDALENA PE¥ASCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1049';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAGDALENA TEITIPAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1050';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAGDALENA TEQUISISTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1051';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAGDALENA TLACOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2450';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAGDALENA YODOCONO DE PORFITIO DIAZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1052';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAGDALENA ZAHUATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1053';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MARISCALA DE JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1054';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MARTIRES DE TACUBAYA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1055';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MATIAS ROMERO AVENDA¥O';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1056';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAZATLAN VILLA DE FLORES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1057';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MESONES HIDALGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1058';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MIAHUATLAN DE PORFIRIO DIAZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1059';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MIXISTLAN DE LA REFORMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1060';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MONJAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1061';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NATIVIDAD';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1062';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NAZARENO ETLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1063';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NEJAPA DE MADERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2451';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NUEVO SOQUIAPAM';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1064';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OAXACA DE JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1065';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OCOTLAN DE MORELOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1066';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PINOTEPA DE DON LUIS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1067';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PLUMA HIDALGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1068';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PUTLA VILLA DE GUERRERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1069';
      forma.elements[cd].options[forma.elements[cd].length-1].text='REFORMA DE PINEDA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1070';
      forma.elements[cd].options[forma.elements[cd].length-1].text='REYES ETLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1071';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ROJAS DE CUAUHTEMOC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1072';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SALINA CRUZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1073';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN AGUSTIN AMATENGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1074';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN AGUSTIN ATENANGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1075';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN AGUSTIN CHAYUCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1076';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN AGUSTIN DE LAS JUNTAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1077';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN AGUSTIN ETLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1078';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN AGUSTIN LOXICHA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1079';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN AGUSTIN TLACOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1080';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN AGUSTIN YATARENI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1081';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANDRES CABECERA NUEVA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1082';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANDRES DINICUITI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1083';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANDRES HUAXPALTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1084';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANDRES HUAYAPAM';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1085';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANDRES IXTLAHUACA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1086';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANDRES LAGUNAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1087';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANDRES NUXI¥O';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1088';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANDRES PAXTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1089';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANDRES SINAXTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1090';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANDRES SOLAGA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1091';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANDRES TEOTILALPAM';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1092';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANDRES TEPETLAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1093';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANDRES YAA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1094';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANDRES ZABACHE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1095';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANDRES ZAUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1096';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANTONINO CASTILLO VELASCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1097';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANTONINO EL ALTO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1098';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANTONINO MONTE VERDE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1099';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANTONIO ACUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1100';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANTONIO DE LA CAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1101';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANTONIO HUITEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1102';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANTONIO NANAHUATIPAM';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1103';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANTONIO SINICAHUA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1104';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANTONIO TEPETLAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1105';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN BALTAZAR CHICHICAPAM';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1106';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN BALTAZAR LOXICHA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1107';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN BALTAZAR YATZACHI EL BAJO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1108';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN BARTOLO COYOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1109';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN BARTOLO SOYALTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1110';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN BARTOLO YAUTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1111';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN BARTOLOME AYAUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1112';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN BARTOLOME LOXICHA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1113';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN BARTOLOME QUIALANA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1114';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN BARTOLOME YUCUA¥E';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1115';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN BARTOLOME ZOOGOCHO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1116';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN BERNARDO MIXTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1117';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN BLAS ATEMPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1118';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN CARLOS YAUTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1119';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN CRISTOBAL AMATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1120';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN CRISTOBAL AMOLTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1121';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN CRISTOBAL LACHIRIOAG';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1122';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN CRISTOBAL SUCHIXTLAHUACA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1123';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN DIONISIO DEL MAR';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1124';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN DIONISIO OCOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1125';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN DIONISIO OCOTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1126';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ESTEBAN ATATLAHUCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1127';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FELIPE JALAPA DE DIAZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1128';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FELIPE TEJALAPAM';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1129';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FELIPE USILA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1130';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FRANCISCO CAHUACUA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1131';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FRANCISCO CAJONOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1132';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FRANCISCO CHAPULAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1133';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FRANCISCO CHINDUA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1134';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FRANCISCO DEL MAR';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1135';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FRANCISCO HUEHUETLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1136';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FRANCISCO IXHUATAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1137';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FRANCISCO JALTEPETONGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1138';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FRANCISCO LACHIGOLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1139';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FRANCISCO LOGUECHE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1140';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FRANCISCO NUXA¥O';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1141';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FRANCISCO OZOLOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1142';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FRANCISCO SOLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1143';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FRANCISCO TELIXTLAHUACA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1144';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FRANCISCO TEOPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1145';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FRANCISCO TLAPANCINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1146';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN GABRIEL MIXTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1147';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ILDEFONSO AMATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1148';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ILDEFONSO SOLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1149';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ILDEFONSO VILLA ALTA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1150';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JACINTO AMILPAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1151';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JACINTO TLACOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1152';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JERONIMO COATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1153';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JERONIMO SILACAYOAPILLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1154';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JERONIMO SOSOLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1155';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JERONIMO TAVICHE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1156';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JERONIMO TECOATL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2452';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JERONIMO TLACOCHAUAYA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1157';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JORGE NUCHITA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1158';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JOSE AYUQUILA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1159';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JOSE CHILTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1160';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JOSE DEL PE¥ASCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1161';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JOSE DEL PROGRESO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1162';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JOSE ESTANCIA GRANDE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1163';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JOSE INDEPENDENCIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1164';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JOSE LACHIGUIRI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1165';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JOSE TENANGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1166';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN ACHIUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1167';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN ATEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1168';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN BAUTISTA ATATLAHUCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1169';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN BAUTISTA COIXTLAHUACA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1170';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN BAUTISTA CUICATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1171';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN BAUTISTA GUELACHE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1172';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN BAUTISTA JAYACATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1173';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN BAUTISTA LO DE SOTO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1174';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN BAUTISTA SUCHITEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1175';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN BAUTISTA TLACHICHILCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1176';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN BAUTISTA TLACOATZINTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1177';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN BAUTISTA TUXTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2453';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN BAUTISTA VALLE NACIONAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1178';

      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN CACAHUATEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1179';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN CHICOMEZUCHIL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1180';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN CHILATECA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1181';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN CIENEGUILLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1182';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN COATZOSPAM';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1183';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN COLORADO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1184';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN COMALTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1185';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN COTZOCON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1186';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN DE LOS CUES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1187';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN DEL ESTADO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1188';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN DEL RIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1189';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN DIUXI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1190';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN EVANGELISTA ANALCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1191';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN GUELAVIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1192';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN GUICHICOVI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1193';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN IHUALTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1194';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN JUQUILA MIXES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1195';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN JUQUILA VIJANOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1196';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN LACHAO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1197';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN LACHIGALLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1198';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN LAJARCIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1199';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN LALANA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1200';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN MAZATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1202';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN MIXTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1201';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN MIXTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1204';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN OZOLOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1205';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN PETLAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1206';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN QUIAHIJE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1207';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN QUIOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1208';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN SAYULTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1209';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN TABAA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1210';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN TAMAZOLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1211';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN TEITA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1212';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN TEITIPAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1213';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN TEPEUXILA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1214';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN TEPOSCOLULA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1215';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN YAEE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1216';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN YATZONA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1217';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN YUCUITA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1203';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN ¥UMI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1218';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN LORENZO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1219';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN LORENZO ALBARRADAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1220';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN LORENZO CACAOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1221';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN LORENZO CUAUNECUILTITLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1222';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN LORENZO TEXMELUCAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1223';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN LORENZO VICTORIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1224';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN LUCAS CAMOTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1225';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN LUCAS OJITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1226';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN LUCAS QUIAVINI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1227';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN LUCAS ZOQUIAPAM';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1228';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN LUIS AMATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1229';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MARCIAL OZOLOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1230';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MARCOS ARTEAGA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1231';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MARTIN DE LOS CANSECOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1232';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MARTIN HUAMELULPAM';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1233';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MARTIN ITUNYOSO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1234';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MARTIN LACHILA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1235';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MARTIN PERAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1236';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MARTIN TILCAJETE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1237';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MARTIN TOXPALAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1238';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MARTIN ZACATEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1239';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MATEO CAJONOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1240';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MATEO DEL MAR';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1241';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MATEO ETLATONGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1242';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MATEO NEJAPAM';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1243';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MATEO PE¥ASCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1244';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MATEO PI¥AS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1245';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MATEO RIO HONDO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1246';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MATEO SINDIHUI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1247';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MATEO TLAPILTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1248';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MATEO YOLOXOCHITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1249';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MELCHOR BETAZA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1250';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL ACHIUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1251';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL AHUEHUETITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1252';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL ALOAPAM';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1253';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL AMATITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1254';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL AMATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1255';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL CHICAHUA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1256';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL CHIMALAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1257';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL COATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1258';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL DEL PUERTO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1259';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL DEL RIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1260';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL EJUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1261';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL EL GRANDE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1262';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL HUAUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1263';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL MIXTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1264';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL PANIXTLAHUACA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1265';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL PERAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1266';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL PIEDRAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1267';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL QUETZALTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1268';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL SANTA FLOR';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1269';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL SOYALTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1270';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL SUCHIXTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1271';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL TECOMATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1272';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL TENANGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1273';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL TEQUIXTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1274';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL TILQUIAPAM';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1275';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL TLACAMAMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1276';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL TLACOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1277';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL TULANCINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1278';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL YOTAO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1279';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN NICOLAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1280';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN NICOLAS HIDALGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1281';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PABLO COATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1282';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PABLO CUATRO VENADOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1283';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PABLO ETLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1284';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PABLO HUITZO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1285';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PABLO HUIXTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1286';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PABLO MACUILTIANGUIS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1287';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PABLO TIJALTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1288';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PABLO VILLA DE MITLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1289';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PABLO YAGANIZA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1290';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO AMUZGOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1291';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO APOSTOL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1292';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO ATOYAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1293';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO CAJONOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1294';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO COMITANCILLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1295';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO COXCALTEPEC CANTAROS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1296';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO EL ALTO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1297';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO HUAMELULA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1298';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO HUILOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1299';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO IXCATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1300';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO IXTLAHUACA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1301';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO JALTEPETONGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1302';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO JICAYAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1303';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO JOCOTIPAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1304';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO JUCHATENGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1305';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO MARTIR';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1306';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO MARTIR QUIECHAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1307';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO MARTIR YUCUXACO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1309';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO MIXTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1308';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO MIXTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1310';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO MOLINOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1311';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO NOPALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1312';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO OCOPETATILLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1313';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO OCOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1314';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO POCHUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1315';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO QUIATONI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1316';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO SOCHIAPAM';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1317';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO TAPANATEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1318';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO TAVICHE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1319';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO TEOZACOALCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1320';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO TEUTILA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1321';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO TIDAA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1322';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO TOPILTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1323';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO TOTOLAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1324';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO Y SAN PABLO AYUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1325';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO Y SAN PABLO TEPOSCOLULA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1326';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO Y SAN PABLO TEQUIXTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1327';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO YANERI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1328';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO YOLOX';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1329';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO YUCUNAMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1330';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN RAYMUNDO JALPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1331';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN SEBASTIAN ABASOLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1332';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN SEBASTIAN COATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1333';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN SEBASTIAN IXCAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1334';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN SEBASTIAN NICANANDUTA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1335';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN SEBASTIAN RIO HONDO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1336';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN SEBASTIAN TECOMAXTLAHUACA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1337';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN SEBASTIAN TEITIPAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1338';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN SEBASTIAN TUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1339';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN SIMON ALMOLONGAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1340';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN SIMON ZAHUATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2454';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN VICENTE COATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2455';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN VICENTE LACHIXIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2456';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN VICENTE NUÑU';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1341';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA ANA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1342';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA ANA ATEIXTLAHUACA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1343';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA ANA CUAUHTEMOC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1344';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA ANA DEL VALLE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1345';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA ANA TAVELA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1346';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA ANA TLAPACOYAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1347';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA ANA YARENI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1348';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA ANA ZEGACHE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1349';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CATALINA QUIERI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1350';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CATARINA CUIXTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1351';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CATARINA IXTEPEJI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1352';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CATARINA JUQUILA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1353';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CATARINA LACHATAO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1354';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CATARINA LOXICHA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1355';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CATARINA MECHOACAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1356';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CATARINA MINAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1357';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CATARINA QUIANE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1358';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CATARINA QUIOQUITANI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1359';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CATARINA TAYATA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1360';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CATARINA TICUA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1361';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CATARINA YOSONOTU';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1362';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CATARINA ZAPOQUILA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1363';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CRUZ ACATEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1364';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CRUZ AMILPAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1365';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CRUZ DE BRAVO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1366';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CRUZ ITUNDUJIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1367';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CRUZ MIXTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1368';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CRUZ NUNDACO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1369';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CRUZ PAPALUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1370';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CRUZ TACACHE DE MINA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1371';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CRUZ TACAHUA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1372';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CRUZ TAYATA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1373';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CRUZ XITLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1374';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CRUZ XOXOCOTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1375';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CRUZ ZENZONTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1376';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA GERTRUDIS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1377';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA INES DEL MONTE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1378';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA INES YATZECHE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1379';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA LUCIA DEL CAMINO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1380';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA LUCIA MIAHUATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1381';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA LUCIA MONTEVERDE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1382';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA LUCIA OCOTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1383';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MAGDALENA JICOTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1384';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA ALOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1385';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA APAZCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1386';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA ATZOMPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1387';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA CAMOTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1388';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA CHACHOAPAM';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1389';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA CHILCHOTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1390';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA CHIMALAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1391';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA COLOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1392';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA CORTIJO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1393';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA COYOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1394';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA DEL ROSARIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1395';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA DEL TULE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1396';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA ECATEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1397';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA GUELACE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1398';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA GUIENAGATI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1399';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA HUATULCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1400';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA HUAZOLOTITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1401';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA IPALAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1402';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA IXCATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1403';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA JACATEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1404';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA JALAPA DEL MARQUES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1405';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA JALTIANGUIS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1406';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA LA ASUNCION';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1407';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA LACHIXIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1408';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA MIXTEQUILLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1409';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA NATIVITAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1410';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA NDUAYACO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1411';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA OZOLOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1412';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA PAPALO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1414';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA PETAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1413';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA PE¥OLES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1415';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA QUIEGOLANI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1416';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA SOLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1417';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA TATALTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1418';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA TECOMAVACA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1419';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA TEMAXCALAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1420';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA TEMAXCALTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1421';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA TEOPOXCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1422';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA TEPANTLALI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1423';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA TEXCATITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1424';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA TLAHUITOLTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1425';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA TLALIXTAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1426';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA TONAMECA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1427';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA TOTOLAPILLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1428';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA XADANI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1429';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA YALINA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1430';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA YAVESIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1431';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA YOLOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1432';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA YOSOYUA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1433';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA YUCUHITI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1434';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA ZACATEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1435';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA ZANIZA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1436';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA ZOQUITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1437';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO AMOLTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1438';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO APOALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1439';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO APOSTOL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1440';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO ASTATA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1441';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO ATITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1442';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO AYUQUILILLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1443';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO CACALOXTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1444';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO CAMOTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1445';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO CHAZUMBA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1446';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO CHOAPAM';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1447';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO COMALTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1448';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO DEL RIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1449';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO HUAJOLOTITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1450';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO HUAUCLILLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1451';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO IHUITLAN PLUMAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1452';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO IXCUINTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1453';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO IXTAYUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1454';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO JAMILTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1455';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO JOCOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1456';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO JUXTLAHUACA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1457';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO LACHIGUIRI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1458';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO LALOPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1459';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO LAOLLAGA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1460';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO LAXOPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1461';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO LLANO GRANDE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1462';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO MATATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1463';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO MILTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1464';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO MINAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1465';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO NACALTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1466';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO NEJAPILLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1467';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO NILTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1468';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO NUNDICHE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1469';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO NUYOO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1470';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO PINOTEPA NACIONAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1471';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO SUCHILQUITONGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1472';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO TAMAZOLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1473';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO TAPEXTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1474';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO TENANGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1475';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO TEPETLAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1476';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO TETEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1477';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO TEXCALCINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1478';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO TEXTITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1479';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO TILANTONGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1480';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO TILLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1481';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO TLAZOYALTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1482';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO XANICA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1483';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO XIACUI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1484';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO YAITEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1485';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO YAVEO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1486';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO YOLOMECATL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1487';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO YOSONDUA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2457';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO YUCUYACHI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2458';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO ZACATEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2459';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO ZOOCHILA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2460';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO DOMINGO ALBARRADAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2461';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO DOMINGO ARMENTA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2462';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO DOMINGO CHIHUITAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2463';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO DOMINGO DE MORELOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2464';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO DOMINGO INGENIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2465';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO DOMINGO IXCATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2466';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO DOMINGO NUXAA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2467';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO DOMINGO OZOLOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2468';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO DOMINGO PETAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2469';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO DOMINGO ROAYAGA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2470';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO DOMINGO TEHUANTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2471';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO DOMINGO TEOJOMULCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2472';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO DOMINGO TEPUXTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2473';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO DOMINGO TLATAYAPAM';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2474';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO DOMINGO TOMALTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2475';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO DOMINGO TONALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2476';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO DOMINGO TONALTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2477';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO DOMINGO XAGACIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2478';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO DOMINGO YANHUITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2479';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO DOMINGO YODOHINO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2480';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO DOMINGO ZANATEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2481';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO TOMAS JALIEZA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2482';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO TOMAS MAZALTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2483';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO TOMAS OCOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2484';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO TOMAS TAMAZULAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2485';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTOS REYES NOPALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2486';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTOS REYES PAPALO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2487';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTOS REYES TEPEJILLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2488';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTOS REYES YUCUNA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2489';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SILACAYOAPAM';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2490';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SITIO DE XITLAPEHUA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2491';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SOLEDAD ETLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1488';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TAMAZULAPAM DEL ESPIRITU SANTO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2492';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TANETZE DE ZARAGOZA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2493';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TANICHE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2494';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TATALTEPEC DE VALDES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2495';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEOCOCUILCO DE MARCOS PEREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2496';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEOTITLAN DE FLORES MAGON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2497';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEOTITLAN DEL VALLE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2498';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEOTONGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2499';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPELMEME VILLA DE MORELOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2500';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEZOATLAN DE SEGURA Y LUNA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2501';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLACOLULA DE MATAMOROS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2502';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLACOTEPEC PLUMAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2503';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLALIXTAC DE CABRERA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2504';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TOTONTEPEC VILLA DE MORELOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2506';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TRINIDAD VISTAHERMOSA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2505';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TRINIDAD ZAACHILA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2507';
      forma.elements[cd].options[forma.elements[cd].length-1].text='UNION HIDALGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2508';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VALERIO TRUJANO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1489';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA DE CHILAPA DE DIAZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1490';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA DE ETLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2511';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA DE TAMAZULAPAM DEL PROGRESO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1491';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA DE TUTUTEPEC DE MELCHOR OCAMPO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2509';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA DE ZAACHILA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2510';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA DIAZ ORDAZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1492';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA HIDALGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1493';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA SOLA DE VEGA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1494';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA TALEA DE CASTRO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1495';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA TEJUPAM DE LA UNION';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2512';
      forma.elements[cd].options[forma.elements[cd].length-1].text='YAXE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2513';
      forma.elements[cd].options[forma.elements[cd].length-1].text='YOGANA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2514';
      forma.elements[cd].options[forma.elements[cd].length-1].text='YUTANDUCHI DE GUERRERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2515';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZAPOTITLAN DEL RIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2516';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZAPOTITLAN LAGUNAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2517';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZAPOTITLAN PALMAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2518';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZIMATLAN DE ALVAREZ';
  
  }
  if(estado=='21')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1496';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACAJETE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1497';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACATENO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1498';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1499';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACATZINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1500';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACTEOPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1501';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AHUACATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1502';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AHUATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1503';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AHUAZOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1504';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AHUEHUETITLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1505';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AJALPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1506';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALBINO ZERTUCHE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1507';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALJOJUCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1508';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALTEPEXI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1509';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AMIXTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1510';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AMOZOC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1511';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AQUIXTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1512';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATEMPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1513';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATEXCAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1514';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATLEQUIZAYAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1515';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATLIXCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1516';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATOYATEMPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1517';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATZALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1518';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATZITZIHUACAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1519';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATZITZINTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1520';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AXUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1521';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AYOTOXCO DE GUERRERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1522';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CALPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1523';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CALTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1524';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CAMOCUAUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1526';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CAXHUACAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1525';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CA¥ADA MORELOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1527';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHALCHICOMULA DE SESMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1528';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHAPULCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1529';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHIAUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1530';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHIAUTZINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1531';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHICHIQUILA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1532';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHICONCUAUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1533';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHIETLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1534';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHIGMECATITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1535';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHIGNAHUAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1536';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHIGNAUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1537';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHILA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1538';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHILA DE LA SAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1539';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHILCHOTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1540';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHINANTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1541';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COATEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1542';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COATZINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1543';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COHETZALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1544';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COHUECAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1545';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CORONANGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1546';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COXCATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1547';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COYOMEAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1548';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COYOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1549';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUAPIAXTLA DE MADERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1550';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUAUTEMPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1551';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUAUTINCHAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1552';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUAUTLANCINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1553';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUAYUCA DE ANDRADE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1554';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUETZALAN DEL PROGRESO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1555';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUYOACO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1556';
      forma.elements[cd].options[forma.elements[cd].length-1].text='DOMINGO ARENAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1557';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ELOXOCHITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1558';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EPATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1559';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ESPERANZA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1560';
      forma.elements[cd].options[forma.elements[cd].length-1].text='FRANCISCO Z. MENA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1561';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GENERAL FELIPE ANGELES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1562';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GUADALUPE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1563';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GUADALUPE VICTORIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1564';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HERMENEGILDO GALEANA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1565';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HONEY';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1566';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUAQUECHULA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1567';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUATLATLAUCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1568';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUAUCHINANGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1569';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUEHUETLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1570';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUEHUETLAN EL CHICO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1571';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUEHUETLAN EL GRANDE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1572';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUEJOTZINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1573';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUEYAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1574';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUEYTAMALCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1575';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUEYTLALPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1576';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUITZILAN DE SERDAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1577';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUITZILTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1578';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXCAMILPA DE GUERRERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1579';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXCAQUIXTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1580';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXTACAMAXTITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1581';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1582';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IZUCAR DE MATAMOROS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1583';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JALPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1584';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JOLALPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1585';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JONOTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1586';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JOPALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1587';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JUAN C. BONILLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1588';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JUAN GALINDO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1589';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JUAN N. MENDEZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1590';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LA MAGDALENA TLATLAUQUITEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1591';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LAFRAGUA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1592';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LIBRES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1593';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LOS REYES DE JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1594';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAZAPILTEPEC DE JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1595';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MIXTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1596';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MOLCAXAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1597';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NAUPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1598';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NAUZONTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1599';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NEALTICAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1600';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NICOLAS BRAVO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1601';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NOPALUCAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1602';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OCOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1603';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OCOYUCAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1604';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OLINTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1605';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ORIENTAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1606';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PAHUATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1607';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PALMAR DE BRAVO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1608';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PANTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1609';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PETLALCINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1610';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PIAXTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1611';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PUEBLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1612';
      forma.elements[cd].options[forma.elements[cd].length-1].text='QUECHOLAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1613';
      forma.elements[cd].options[forma.elements[cd].length-1].text='QUIMIXTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1614';
      forma.elements[cd].options[forma.elements[cd].length-1].text='RAFAEL LARA GRAJALES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1615';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANDRES CHOLULA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1616';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANTONIO CA¥ADA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1617';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN DIEGO LA MESA TOCHIMILTZINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1618';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FELIPE TEOTLALCINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1619';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FELIPE TEPATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1620';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN GABRIEL CHILAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1621';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN GREGORIO ATZOMPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1622';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JERONIMO TECUANIPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1623';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JERONIMO XAYACATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1624';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JOSE CHIAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1625';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JOSE MIAHUATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1626';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN ATENCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1627';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN ATZOMPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1628';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MARTIN TEXMELUCAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1629';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MARTIN TOTOLTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1630';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MATIAS TLALANCALECA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1631';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL IXITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1632';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL XOXTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1633';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN NICOLAS BUENOS AIRES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1634';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN NICOLAS DE LOS RANCHOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1635';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PABLO ANICANO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1636';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO CHOLULA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1637';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO YELOIXTLAHUACA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1638';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN SALVADOR EL SECO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1639';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN SALVADOR EL VERDE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1640';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN SALVADOR HUIXCOLOTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1641';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN SEBASTIAN TLACOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1642';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CATARINA TLALTEMPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1643';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA INES AHUATEMPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1644';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA ISABEL CHOLULA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1645';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO MIAHUATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1646';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO TOMAS HUEYOTLIPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1647';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SOLTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1648';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TECALI DE HERRERA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1649';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TECAMACHALCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1650';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TECOMATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1651';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEHUACAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1652';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEHUITZINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1653';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TENAMPULCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1654';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEOPANTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1655';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEOTLALCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1656';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPANCO DE LOPEZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1657';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPANGO DE RODRIGUEZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1658';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPATLAXCO DE HIDALGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1659';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPEACA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1660';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPEMAXALCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1661';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPEOJUMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1662';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPETZINTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1663';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPEXCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1664';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPEXI DE RODRIGUEZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1665';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPEYAHUALCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1666';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPEYAHUALCO DE CUAUHTEMOC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1667';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TETELA DE OCAMPO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1668';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TETELES DE AVILA CASTILLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1669';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEZIUTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1670';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TIANGUISMANALCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1671';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TILAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1672';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLACHICHUCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1673';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLACOTEPEC DE BENITO JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1674';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLACUILOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1675';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLAHUAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1676';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLALTENANGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1677';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLANEPANTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1678';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLAOLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1679';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLAPACOYA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1680';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLAPANALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1681';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLATLAUQUITEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1682';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLAXCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1683';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TOCHIMILCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1684';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TOCHTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1685';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TOTOLTEPEC DE GUERRERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1686';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TULCINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1687';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TUZAMAPAN DE GALEANA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1688';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TZICATLACOYAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1689';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VENUSTIANO CARRANZA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1690';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VICENTE GUERRERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1691';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XAYACATLAN DE BRAVO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1692';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XICOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1693';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XICOTLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1694';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XIUTETELCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1695';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XOCHIAPULCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1696';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XOCHILTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1697';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XOCHITLAN DE VICENTE SUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1698';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XOCHITLAN TODOS SANTOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1699';
      forma.elements[cd].options[forma.elements[cd].length-1].text='YAONAHUAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1700';
      forma.elements[cd].options[forma.elements[cd].length-1].text='YEHUALTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1701';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZACAPALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1702';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZACAPOAXTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1703';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZACATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1704';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZAPOTITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1705';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZAPOTITLAN DE MENDEZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1706';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZARAGOZA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1707';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZAUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1708';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZIHUATEUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1709';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZINACATEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1710';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZONGOZOTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1711';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZOQUIAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1712';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZOQUITLAN';
  
  }
  if(estado=='22')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1713';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AMEALCO DE BONFIL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1714';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ARROYO SECO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1715';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CADEREYTA DE MONTES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1716';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COLON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1717';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CORREGIDORA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1718';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EL MARQUES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1719';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EZEQUIEL MONTES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1720';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUIMILPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1721';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JALPAN DE SERRA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1722';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LANDA DE MATAMOROS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1723';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PEDRO ESCOBEDO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1724';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PEÑAMILLER';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1725';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PINAL DE AMOLES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1726';
      forma.elements[cd].options[forma.elements[cd].length-1].text='QUERETARO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1727';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JOAQUIN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1728';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN DEL RIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1729';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEQUISQUIAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1730';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TOLIMAN';
  
  }
  if(estado=='23')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1731';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BENITO JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1732';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COZUMEL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1733';
      forma.elements[cd].options[forma.elements[cd].length-1].text='FELIPE CARRILLO PUERTO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1734';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ISLA MUJERES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1735';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JOSE MARIA MORELOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1736';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LAZARO CARDENAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1737';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OTHON P. BLANCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1738';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SOLIDARIDAD';
  
  }
  if(estado=='24')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1739';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AHUALULCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1740';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALAQUINES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1741';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AQUISMON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1742';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ARMADILLO DE LOS INFANTE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1743';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AXTLA DE TERRAZAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1744';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CARDENAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1745';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CATORCE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1746';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CEDRAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1747';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CERRITOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1748';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CERRO DE SAN PEDRO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1749';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHARCAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1750';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CIUDAD DEL MAIZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1751';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CIUDAD FERNANDEZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1752';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CIUDAD VALLES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1753';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COXCATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1754';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EBANO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1755';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EL NARANJO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1756';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GUADALCAZAR';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1757';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUEHUETLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1758';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LAGUNILLAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1759';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MATEHUALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1760';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MATLAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1761';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MEXQUITIC DE CARMONA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1762';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MOCTEZUMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1763';
      forma.elements[cd].options[forma.elements[cd].length-1].text='RAYON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1764';
      forma.elements[cd].options[forma.elements[cd].length-1].text='RIOVERDE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1765';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SALINAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1766';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANTONIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1767';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN CIRO DE ACOSTA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1768';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN LUIS POTOSI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1769';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MARTIN CHALCHICUAUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1770';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN NICOLAS TOLENTINO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1771';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN VICENTE TANCUAYALAB';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1772';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CATARINA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1773';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA MARIA DEL RIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1774';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTO DOMINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1775';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SOLEDAD DE GRACIANO SANCHEZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1776';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TAMASOPO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1777';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TAMAZUNCHALE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1778';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TAMPACAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1779';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TAMPAMOLON CORONA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1780';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TAMUIN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1781';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TANCANHUITZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1782';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TANLAJAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1783';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TANQUIAN DE ESCOBEDO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1784';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TIERRA NUEVA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1785';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VANEGAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1786';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VENADO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1787';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA DE ARISTA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1788';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA DE ARRIAGA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1789';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA DE GUADALUPE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1790';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA DE LA PAZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1791';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA DE RAMOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1792';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA DE REYES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1793';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA HIDALGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1794';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1795';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XILITLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1796';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZARAGOZA';
  
  }
  if(estado=='25')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1797';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AHOME';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1798';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ANGOSTURA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1799';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BADIRAGUATO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1800';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHOIX';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1801';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CONCORDIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1802';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COSALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1803';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CULIACAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1804';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EL FUERTE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1805';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ELOTA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1806';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ESCUINAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1807';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GUASAVE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1808';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAZATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1809';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MOCORITO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1810';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NAVOLATO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1811';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ROSARIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1812';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SALVADOR ALVARADO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1813';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN IGNACIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1814';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SINALOA';
  
  }
  if(estado=='26')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1815';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACONCHI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1816';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AGUA PRIETA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1817';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALAMOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1818';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALTAR';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1819';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ARIVECHI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1820';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ARIZPE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1821';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATIL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1822';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BACADEHUACHI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1823';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BACANORA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1824';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BACERAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1825';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BACOACHI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1826';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BACUM';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1827';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BANAMICHI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1828';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BAVIACORA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1829';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BAVISPE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1830';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BENITO JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1831';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BENJAMIN HILL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1832';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CABORCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1833';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CAJEME';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1834';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CANANEA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1835';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CARBO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1836';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUCURPE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1837';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUMPAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1838';
      forma.elements[cd].options[forma.elements[cd].length-1].text='DIVISADEROS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1839';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EMPALME';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1840';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ETCHOJOA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1841';
      forma.elements[cd].options[forma.elements[cd].length-1].text='FRONTERAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1842';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GENERAL PLUTARCO ELIAS CALLES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1843';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GRANADOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1844';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GUAYMAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1845';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HERMOSILLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1846';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUACHINERA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1847';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUASABAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1848';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUATABAMPO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1849';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUEPAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1850';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IMURIS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1851';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LA COLORADA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1852';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAGDALENA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1853';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAZATAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1854';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MOCTEZUMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1855';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NACO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1856';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NACORI CHICO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1857';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NACOZARI DE GARCIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1858';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NAVOJOA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1859';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NOGALES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1860';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ONAVAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1861';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OPODEPE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1862';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OQUITOA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1863';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PITIQUITO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1864';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PUERTO PE¥ASCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1865';
      forma.elements[cd].options[forma.elements[cd].length-1].text='QUIRIEGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1866';
      forma.elements[cd].options[forma.elements[cd].length-1].text='RAYON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1867';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ROSARIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1868';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAHUARIPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1869';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FELIPE DE JESUS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1870';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN IGNACIO RIO MUERTO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1871';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JAVIER';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1872';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN LUIS RIO COLORADO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1873';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN MIGUEL DE HORCASITAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1874';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PEDRO DE LA CUEVA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1875';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA ANA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1876';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CRUZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1877';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SARIC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1878';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SOYOPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1879';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SUAQUI GRANDE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1880';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPACHE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1881';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TRINCHERAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1882';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TUBUTAMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1883';
      forma.elements[cd].options[forma.elements[cd].length-1].text='URES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1884';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA HIDALGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1885';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA PESQUEIRA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1886';
      forma.elements[cd].options[forma.elements[cd].length-1].text='YECORA';
  
  }
  if(estado=='27')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1887';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BALANCAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1888';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CARDENAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1889';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CENTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1890';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CENTRO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1891';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COMALCALCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1892';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUNDUACAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1893';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EMILIANO ZAPATA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1894';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUIMANGUILLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1895';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JALAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1896';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JALPA DE MENDEZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1897';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JONUTA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1898';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MACUSPANA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1899';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NACAJUCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1900';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PARAISO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1901';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TACOTALPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1902';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1903';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TENOSIQUE';
  
  }
  if(estado=='28')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1904';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ABASOLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1905';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALDAMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1906';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALTAMIRA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1907';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ANTIGUO MORELOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1908';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BURGOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1909';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BUSTAMANTE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1910';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CAMARGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1911';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CASAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1912';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CIUDAD MADERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1913';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CRUILLAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1914';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EL MANTE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1917';
      forma.elements[cd].options[forma.elements[cd].length-1].text='G?EMEZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1915';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GOMEZ FARIAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1916';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GONZALEZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1918';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GUERRERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1919';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GUSTAVO DIAZ ORDAZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1920';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HIDALGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1921';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JAUMAVE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1922';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JIMENEZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1923';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LLERA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1924';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAINERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1925';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MATAMOROS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1926';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MENDEZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1927';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MIER';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1928';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MIGUEL ALEMAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1929';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MIQUIHUANA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1930';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NUEVO LAREDO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1931';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NUEVO MORELOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1932';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OCAMPO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1933';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PADILLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1934';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PALMILLAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1935';
      forma.elements[cd].options[forma.elements[cd].length-1].text='REYNOSA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1936';
      forma.elements[cd].options[forma.elements[cd].length-1].text='RIO BRAVO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1937';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN CARLOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1938';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FERNANDO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1939';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN NICOLAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1940';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SOTO LA MARINA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1941';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TAMPICO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1942';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TULA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1943';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VALLE HERMOSO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1944';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VICTORIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1945';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLAGRAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1946';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XICOTENCATL';
  
  }
  if(estado=='29')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1947';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACUAMANALA DE MIGUEL HIDALGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1948';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALTZAYANCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1949';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AMAXAC DE GUERRERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1950';
      forma.elements[cd].options[forma.elements[cd].length-1].text='APETATITLAN DE ANTONIO CARVAJAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1951';
      forma.elements[cd].options[forma.elements[cd].length-1].text='APIZACO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1952';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATLANGATEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1953';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BENITO JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1954';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CALPULALPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1955';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHIAUTEMPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1956';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CONTLA DE JUAN CUAMATZI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1957';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUAPIAXTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1958';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUAXOMULCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1959';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EL CARMEN TEQUEXQUITLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1960';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EMILIANO ZAPATA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1961';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ESPA¥ITA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1962';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUAMANTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1963';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUEYOTLIPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1964';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXTACUIXTLA DE MARIANO MATAMOROS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1965';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXTENCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1966';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LA MAGDALENA TLALTELULCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1967';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LAZARO CARDENAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1968';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAZATECOCHCO DE JOSE MARIA MORELOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1969';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MU¥OZ DE DOMINGO ARENAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1970';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NANACAMILPA DE MARIANO ARISTA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1971';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NATIVITAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1972';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PANOTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1973';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PAPALOTLA DE XICOHTENCATL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1974';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN DAMIAN TEXOLOC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1975';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FRANCISCO TETLANOHCAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1976';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JERONIMO ZACUALPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1977';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JOSE TEACALCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1978';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN HUACTZINCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1979';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN LORENZO AXOCOMANITLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1980';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN LUCAS TECOPILCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1981';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN PABLO DEL MONTE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1982';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANCTORUM DE LAZARO CARDENAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1983';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA ANA NOPALUCAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1984';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA APOLONIA TEACALCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1985';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CATARINA AYOMETLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1986';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CRUZ QUILEHTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1987';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA CRUZ TLAXCALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1988';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA ISABEL XILOXOXTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1989';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TENANCINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1990';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEOLOCHOLCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1991';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPETITLA DE LARDIZABAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1992';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPEYANCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1993';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TERRENATE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1994';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TETLA DE LA SOLIDARIDAD';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1995';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TETLATLAHUCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1996';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLAXCALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1997';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLAXCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1998';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TOCATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='1999';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TOTOLAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2000';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TZOMPANTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2001';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XALOZTOC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2002';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XALTOCAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2003';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XICOHTZINCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2004';
      forma.elements[cd].options[forma.elements[cd].length-1].text='YAUHQUEMECAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2005';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZACATELCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2006';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZITLALTEPEC DE TRINIDAD SANCHEZ SANTOS';
  
  }
  if(estado=='30')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2007';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACAJETE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2008';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2009';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACAYUCAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2010';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACTOPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2011';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACULA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2012';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACULTZINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2013';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AGUA DULCE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2014';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALPATLAHUAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2015';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALTO LUCERO DE GUTIERREZ BARRIOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2016';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALTOTONGA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2017';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ALVARADO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2018';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AMATITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2019';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AMATLAN DE LOS REYES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2020';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ANGEL R. CABADA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2021';
      forma.elements[cd].options[forma.elements[cd].length-1].text='APAZAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2022';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AQUILA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2023';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ASTACINGA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2024';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATLAHUILCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2025';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATOYAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2026';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATZACAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2027';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATZALAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2028';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AYAHUALULCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2029';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BANDERILLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2030';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BENITO JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2031';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BOCA DEL RIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2032';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CALCAHUALCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2033';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CAMARON DE TEJEDA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2034';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CAMERINO Z. MENDOZA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2035';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CARLOS A. CARRILLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2036';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CARRILLO PUERTO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2037';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CASTILLO DE TEAYO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2038';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CATEMACO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2039';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CAZONES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2040';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CERRO AZUL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2041';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHACALTIANGUIS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2042';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHALMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2043';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHICONAMEL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2044';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHICONQUIACO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2045';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHICONTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2046';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHINAMECA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2047';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHINAMPA DE GOROSTIZA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2048';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHOCAMAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2049';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHONTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2050';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHUMATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2051';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CITLALTEPETL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2052';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COACOATZINTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2053';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COAHUITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2054';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COATEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2055';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COATZACOALCOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2056';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COATZINTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2057';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COETZALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2058';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COLIPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2059';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COMAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2060';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CORDOBA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2061';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COSAMALOAPAN DE CARPIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2062';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COSAUTLAN DE CARVAJAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2063';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COSCOMATEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2064';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COSOLEACAQUE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2065';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COTAXTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2066';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COXQUIHUI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2067';
      forma.elements[cd].options[forma.elements[cd].length-1].text='COYUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2068';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUICHAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2069';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUITLAHUAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2070';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EL HIGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2071';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EMILIANO ZAPATA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2072';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ESPINAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2073';
      forma.elements[cd].options[forma.elements[cd].length-1].text='FILOMENO MATA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2074';
      forma.elements[cd].options[forma.elements[cd].length-1].text='FORTIN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2075';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GUTIERREZ ZAMORA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2076';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HIDALGOTITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2077';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUATUSCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2078';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUAYACOCOTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2079';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUEYAPAN DE OCAMPO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2080';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUILOAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2081';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IGNACIO DE LA LLAVE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2082';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ILAMATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2083';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ISLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2084';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXCATEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2085';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXHUACAN DE LOS REYES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2086';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXHUATLAN DE MADERO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2087';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXHUATLAN DEL CAFE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2088';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXHUATLAN DEL SURESTE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2089';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXHUATLANCILLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2090';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXMATLAHUACAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2091';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXTACZOQUITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2092';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JALACINGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2093';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JALCOMULCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2094';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JALTIPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2095';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JAMAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2096';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JESUS CARRANZA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2097';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JILOTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2098';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JOSE AZUETA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2099';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JUAN RODRIGUEZ CLARA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2100';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JUCHIQUE DE FERRER';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2101';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LA ANTIGUA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2102';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LA PERLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2103';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LANDERO Y COSS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2104';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LAS CHOAPAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2105';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LAS MINAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2106';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LAS VIGAS DE RAMIREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2107';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LERDO DE TEJADA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2108';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LOS REYES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2109';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAGDALENA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2110';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MALTRATA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2111';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MANLIO FABIO ALTAMIRANO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2112';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MARIANO ESCOBEDO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2113';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MARTINEZ DE LA TORRE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2114';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MECATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2115';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MECAYAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2116';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MEDELLIN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2117';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MIAHUATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2118';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MINATITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2119';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MISANTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2120';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MIXTLA DE ALTAMIRANO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2121';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MOLOACAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2122';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NANCHITAL DE LAZARO CARDENAS DEL RIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2123';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NAOLINCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2124';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NARANJAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2125';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NARANJOS AMATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2126';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NAUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2127';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NOGALES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2128';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OLUTA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2129';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OMEALCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2130';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ORIZABA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2131';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OTATITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2132';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OTEAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2133';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OZULUAMA DE MASCARE¥AS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2134';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PAJAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2135';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PANUCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2136';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PAPANTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2137';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PASO DE OVEJAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2138';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PASO DEL MACHO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2139';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PEROTE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2140';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PLATON SANCHEZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2141';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PLAYA VICENTE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2142';
      forma.elements[cd].options[forma.elements[cd].length-1].text='POZA RICA DE HIDALGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2143';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PUEBLO VIEJO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2144';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PUENTE NACIONAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2145';
      forma.elements[cd].options[forma.elements[cd].length-1].text='RAFAEL DELGADO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2146';
      forma.elements[cd].options[forma.elements[cd].length-1].text='RAFAEL LUCIO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2147';
      forma.elements[cd].options[forma.elements[cd].length-1].text='RIO BLANCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2148';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SALTABARRANCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2149';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANDRES TENEJAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2150';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN ANDRES TUXTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2151';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN JUAN EVANGELISTA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2152';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN RAFAEL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2153';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO SOCHIAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2154';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTIAGO TUXTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2155';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAYULA DE ALEMAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2156';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SOCHIAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2157';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SOCONUSCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2158';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SOLEDAD ATZOMPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2159';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SOLEDAD DE DOBLADO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2160';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SOTEAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2161';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TAMALIN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2162';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TAMIAHUA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2163';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TAMPICO ALTO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2164';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TANCOCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2165';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TANTIMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2166';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TANTOYUCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2167';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TATAHUICAPAN DE JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2168';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TATATILA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2169';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TECOLUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2170';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEHUIPANGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2171';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEMAPACHE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2172';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEMPOAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2173';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TENAMPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2174';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TENOCHTITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2175';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEOCELO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2176';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPATLAXCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2177';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPETLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2178';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPETZINTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2179';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEQUILA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2180';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEXCATEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2181';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEXHUACAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2182';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEXISTEPEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2183';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEZONAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2184';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TIERRA BLANCA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2185';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TIHUATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2186';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLACHICHILCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2187';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLACOJALPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2188';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLACOLULAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2189';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLACOTALPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2190';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLACOTEPEC DE MEJIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2191';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLALIXCOYAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2192';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLALNELHUAYOCAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2193';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLALTETELA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2194';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLAPACOYAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2195';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLAQUILPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2196';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLILAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2197';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TOMATLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2198';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TONAYAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2199';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TOTUTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2200';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TRES VALLES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2201';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TUXPAM';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2202';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TUXTILLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2203';
      forma.elements[cd].options[forma.elements[cd].length-1].text='URSULO GALVAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2204';
      forma.elements[cd].options[forma.elements[cd].length-1].text='UXPANAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2205';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VEGA DE ALATORRE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2206';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VERACRUZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2207';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA ALDAMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2208';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XALAPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2209';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XICO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2210';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XOXOCOTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2211';
      forma.elements[cd].options[forma.elements[cd].length-1].text='YANGA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2212';
      forma.elements[cd].options[forma.elements[cd].length-1].text='YECUATLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2213';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZACUALPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2214';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZARAGOZA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2215';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZENTLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2216';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZONGOLICA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2217';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZONTECOMATLAN DE LOPEZ Y FUENTES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2218';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZOZOCOLCO DE HIDALGO';
  
  }
  if(estado=='31')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2219';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ABALA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2220';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ACANCEH';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2221';
      forma.elements[cd].options[forma.elements[cd].length-1].text='AKIL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2222';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BACA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2223';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BOKOBA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2224';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BUCTZOTZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2225';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CACALCHEN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2226';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CALOTMUL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2227';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CANSAHCAB';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2228';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CANTAMAYEC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2229';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CELESTUN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2230';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CENOTILLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2231';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHACSINKIN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2232';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHANKOM';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2233';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHAPAB';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2234';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHEMAX';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2235';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHICHIMILA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2236';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHICXULUB PUEBLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2237';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHIKINDZONOT';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2238';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHOCHOLA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2239';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHUMAYEL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2240';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CONKAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2241';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUNCUNUL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2242';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUZAMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2243';
      forma.elements[cd].options[forma.elements[cd].length-1].text='DZAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2244';
      forma.elements[cd].options[forma.elements[cd].length-1].text='DZEMUL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2245';
      forma.elements[cd].options[forma.elements[cd].length-1].text='DZIDZANTUN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2246';
      forma.elements[cd].options[forma.elements[cd].length-1].text='DZILAM DE BRAVO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2247';
      forma.elements[cd].options[forma.elements[cd].length-1].text='DZILAM GONZALEZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2248';
      forma.elements[cd].options[forma.elements[cd].length-1].text='DZITAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2249';
      forma.elements[cd].options[forma.elements[cd].length-1].text='DZONCAUICH';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2250';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ESPITA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2251';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HALACHO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2252';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HOCABA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2253';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HOCTUN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2254';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HOMUN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2255';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUHI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2256';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUNUCMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2257';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IXIL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2258';
      forma.elements[cd].options[forma.elements[cd].length-1].text='IZAMAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2259';
      forma.elements[cd].options[forma.elements[cd].length-1].text='KANASIN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2260';
      forma.elements[cd].options[forma.elements[cd].length-1].text='KANTUNIL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2261';
      forma.elements[cd].options[forma.elements[cd].length-1].text='KAUA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2262';
      forma.elements[cd].options[forma.elements[cd].length-1].text='KINCHIL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2263';
      forma.elements[cd].options[forma.elements[cd].length-1].text='KOPOMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2264';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2265';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MANI';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2266';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAXCANU';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2267';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAYAPAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2268';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MERIDA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2269';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MOCOCHA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2270';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MOTUL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2271';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MUNA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2272';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MUXUPIP';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2273';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OPICHEN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2274';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OXKUTZCAB';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2275';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PANABA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2276';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PETO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2277';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PROGRESO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2278';
      forma.elements[cd].options[forma.elements[cd].length-1].text='QUINTANA ROO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2279';
      forma.elements[cd].options[forma.elements[cd].length-1].text='RIO LAGARTOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2280';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SACALUM';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2281';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAMAHIL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2282';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAN FELIPE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2283';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANAHCAT';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2284';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SANTA ELENA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2285';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SEYE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2286';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SINANCHE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2287';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SOTUTA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2288';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SUCILA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2289';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SUDZAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2290';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SUMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2291';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TAHDZIU';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2292';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TAHMEK';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2293';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEABO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2294';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TECOH';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2295';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEKAL DE VENEGAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2296';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEKANTO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2297';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEKAX';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2298';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEKIT';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2299';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEKOM';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2300';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TELCHAC PUEBLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2301';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TELCHAC PUERTO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2302';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEMAX';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2303';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEMOZON';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2304';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPAKAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2305';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TETIZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2306';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEYA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2307';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TICUL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2308';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TIMUCUY';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2309';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TINUM';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2310';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TIXCACALCUPUL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2311';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TIXKOKOB';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2312';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TIXMEHUAC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2313';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TIXPEHUAL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2314';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TIZIMIN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2315';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TUNKAS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2316';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TZUCACAB';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2317';
      forma.elements[cd].options[forma.elements[cd].length-1].text='UAYMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2318';
      forma.elements[cd].options[forma.elements[cd].length-1].text='UCU';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2319';
      forma.elements[cd].options[forma.elements[cd].length-1].text='UMAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2320';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VALLADOLID';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2321';
      forma.elements[cd].options[forma.elements[cd].length-1].text='XOCCHEL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2322';
      forma.elements[cd].options[forma.elements[cd].length-1].text='YAXCABA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2323';
      forma.elements[cd].options[forma.elements[cd].length-1].text='YAXKUKUL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2324';
      forma.elements[cd].options[forma.elements[cd].length-1].text='YOBAIN';
  
  }
  if(estado=='32')
  {
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2325';
      forma.elements[cd].options[forma.elements[cd].length-1].text='APOZOL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2326';
      forma.elements[cd].options[forma.elements[cd].length-1].text='APULCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2327';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ATOLINGA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2328';
      forma.elements[cd].options[forma.elements[cd].length-1].text='BENITO JUAREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2329';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CALERA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2330';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CA¥ITAS DE FELIPE PESCADOR';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2331';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CHALCHIHUITES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2332';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CONCEPCION DEL ORO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2333';
      forma.elements[cd].options[forma.elements[cd].length-1].text='CUAUHTEMOC';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2334';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EL PLATEADO DE JOAQUIN AMARO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2335';
      forma.elements[cd].options[forma.elements[cd].length-1].text='EL SALVADOR';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2336';
      forma.elements[cd].options[forma.elements[cd].length-1].text='FRESNILLO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2337';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GENARO CODINA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2338';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GENERAL ENRIQUE ESTRADA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2339';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GENERAL FRANCISCO R. MURGUIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2340';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GENERAL PANFILO NATERA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2341';
      forma.elements[cd].options[forma.elements[cd].length-1].text='GUADALUPE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2342';
      forma.elements[cd].options[forma.elements[cd].length-1].text='HUANUSCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2343';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JALPA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2344';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JEREZ';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2345';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JIMENEZ DEL TEUL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2346';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JUAN ALDAMA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2347';
      forma.elements[cd].options[forma.elements[cd].length-1].text='JUCHIPILA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2348';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LORETO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2349';
      forma.elements[cd].options[forma.elements[cd].length-1].text='LUIS MOYA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2350';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MAZAPIL';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2351';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MELCHOR OCAMPO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2352';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MEZQUITAL DEL ORO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2353';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MIGUEL AUZA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2354';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MOMAX';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2355';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MONTE ESCOBEDO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2356';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MORELOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2357';
      forma.elements[cd].options[forma.elements[cd].length-1].text='MOYAHUA DE ESTRADA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2358';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NOCHISTLAN DE MEJIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2359';
      forma.elements[cd].options[forma.elements[cd].length-1].text='NORIA DE ANGELES';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2360';
      forma.elements[cd].options[forma.elements[cd].length-1].text='OJOCALIENTE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2361';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PANUCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2362';
      forma.elements[cd].options[forma.elements[cd].length-1].text='PINOS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2363';
      forma.elements[cd].options[forma.elements[cd].length-1].text='RIO GRANDE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2364';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SAIN ALTO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2365';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SOMBRERETE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2366';
      forma.elements[cd].options[forma.elements[cd].length-1].text='SUSTICACAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2367';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TABASCO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2368';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPECHITLAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2369';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEPETONGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2370';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TEUL DE GONZALEZ ORTEGA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2371';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TLALTENANGO DE SANCHEZ ROMAN';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2372';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TRANCOSO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2373';
      forma.elements[cd].options[forma.elements[cd].length-1].text='TRINIDAD GARCIA DE LA CADENA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2374';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VALPARAISO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2375';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VETAGRANDE';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2376';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA DE COS';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2377';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA GARCIA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2378';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA GONZALEZ ORTEGA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2379';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLA HIDALGO';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2380';
      forma.elements[cd].options[forma.elements[cd].length-1].text='VILLANUEVA';
      forma.elements[cd].length++;
      forma.elements[cd].options[forma.elements[cd].length-1].value='2381';
      forma.elements[cd].options[forma.elements[cd].length-1].text='ZACATECAS';
  
  }
  
}