var arreglo

function MakeArray(n) {
   this.length = n;
   for (var i = 1; i <= n; i++) { 
     this[i] = 0 }
   return this
}

function comunas(comuna) {
   this.comuna = comuna;
}
function ciudades(ciudad) {
   this.ciudad = ciudad;
}

comun = new MakeArray(500)
city = new MakeArray(300)

function addOption(texto,valor)
{
 var opt = new Option(texto,valor);
 return opt;
} 

function CargaComunas()
{
comun[1] = new comunas("ACHAO")
comun[2] = new comunas("ACHUPALLAS")
comun[3] = new comunas("ALGARROBO")
comun[4] = new comunas("ALHUE")
comun[5] = new comunas("ALTO DEL CARMEN")
comun[6] = new comunas("ALTO HOSPICIO")
comun[7] = new comunas("ANCUD")
comun[8] = new comunas("ANDACOLLO")
comun[9] = new comunas("ANGOL")
comun[10] = new comunas("ANTARTICA")
comun[11] = new comunas("ANTOFAGASTA")
comun[12] = new comunas("ANTUCO")
comun[13] = new comunas("ARAUCO")
comun[14] = new comunas("ARICA")
comun[15] = new comunas("AYSEN")
comun[16] = new comunas("BAQUEDANO")
comun[17] = new comunas("BARQUITOS")
comun[18] = new comunas("BARRANCA")
comun[19] = new comunas("BARRIO NORTE")
comun[20] = new comunas("BELLOTO")
comun[21] = new comunas("BUENOS AIRES")
comun[22] = new comunas("BUIN")
comun[23] = new comunas("BULNES")
comun[24] = new comunas("C FLORIDA")
comun[25] = new comunas("C SAN JUAN DIOS")
comun[26] = new comunas("C.DE TANGO")
comun[27] = new comunas("CABILDO")
comun[28] = new comunas("CABRERO")
comun[29] = new comunas("CALAMA")
comun[30] = new comunas("CALBUCO")
comun[31] = new comunas("CALDERA")
comun[32] = new comunas("CALLE LARGA")
comun[33] = new comunas("CAMARONES")
comun[34] = new comunas("CAMINA")
comun[35] = new comunas("CANELA")
comun[36] = new comunas("CANETE")
comun[37] = new comunas("CARAHUE")
comun[38] = new comunas("CARAMPANGUE")
comun[39] = new comunas("CARRILLOS")
comun[40] = new comunas("CARTAGENA")
comun[41] = new comunas("CASABLANCA")
comun[42] = new comunas("CASTRO")
comun[43] = new comunas("CATEMU")
comun[44] = new comunas("CAUQUENES")
comun[45] = new comunas("CAUTIN")
comun[46] = new comunas("CERRILLOS")
comun[47] = new comunas("CERRO DELICIAS")
comun[48] = new comunas("CERRO NAVIA")
comun[49] = new comunas("CERRO PLACERES")
comun[50] = new comunas("CHAITEN")
comun[51] = new comunas("CHALINGA")
comun[52] = new comunas("CHANARAL")
comun[53] = new comunas("CHANCO")
comun[54] = new comunas("CHEPICA")
comun[55] = new comunas("CHIGUAYANTE")
comun[56] = new comunas("CHIGUAYANTE")
comun[57] = new comunas("CHILE CHICO")
comun[58] = new comunas("CHILLAN")
comun[59] = new comunas("CHILLAN VIEJO")
comun[60] = new comunas("CHILOE")
comun[61] = new comunas("CHIMBARONGO")
comun[62] = new comunas("CHINCOLCO")
comun[63] = new comunas("CHONCHI")
comun[64] = new comunas("CHORRILLOS")
comun[65] = new comunas("CHUQUICAMATA")
comun[66] = new comunas("CISNES")
comun[67] = new comunas("CISTERNAS")
comun[68] = new comunas("COBQUECURA")
comun[69] = new comunas("COCHAMO")
comun[70] = new comunas("COCHRANE")
comun[71] = new comunas("CODEGUA")
comun[72] = new comunas("COELEMU")
comun[73] = new comunas("COIHUECO")
comun[74] = new comunas("COINCO")
comun[75] = new comunas("COLBUN")
comun[76] = new comunas("COLCHANE")
comun[77] = new comunas("COLINA")
comun[78] = new comunas("COLLIPULLI")
comun[79] = new comunas("COLTAUCO")
comun[80] = new comunas("COMBARBALA")
comun[81] = new comunas("CONCEPCION")
comun[82] = new comunas("CONCHALI")
comun[83] = new comunas("CON-CON")
comun[84] = new comunas("CONSTITUCION")
comun[85] = new comunas("CONTULMO")
comun[86] = new comunas("COPIAPO")
comun[87] = new comunas("COQUIMBO")
comun[88] = new comunas("CORDILLERA")
comun[89] = new comunas("CORONEL")
comun[90] = new comunas("CORRAL")
comun[91] = new comunas("COYA")
comun[92] = new comunas("COYHAIQUE")
comun[93] = new comunas("CUNCO")
comun[94] = new comunas("CURACAUTIN")
comun[95] = new comunas("CURACAVI")
comun[96] = new comunas("CURACO DE VELEZ")
comun[97] = new comunas("CURANILAHUE")
comun[98] = new comunas("CURANIPE")
comun[99] = new comunas("CURARREHUE")
comun[100] = new comunas("CUREPTO")
comun[101] = new comunas("CURICO")
comun[102] = new comunas("DALCAHUE")
comun[103] = new comunas("DIEGO DE ALMAGRO")
comun[104] = new comunas("DOMEYKO")
comun[105] = new comunas("DONIHUE")
comun[106] = new comunas("EL BOSQUE")
comun[107] = new comunas("EL CARMEN")
comun[108] = new comunas("EL MELON")
comun[109] = new comunas("EL MONTE")
comun[110] = new comunas("EL QUISCO")
comun[111] = new comunas("EL SALTO")
comun[112] = new comunas("EL SALVADOR")
comun[113] = new comunas("EL TABO")
comun[114] = new comunas("EMPEDRADO")
comun[115] = new comunas("EMPEDRADO")
comun[116] = new comunas("ENTRE LAGOS")
comun[117] = new comunas("ERCILLA")
comun[118] = new comunas("ESTACION CENTRAL")
comun[119] = new comunas("FLORIDA")
comun[120] = new comunas("FORESTAL")
comun[121] = new comunas("FREIRE")
comun[122] = new comunas("FREIRINA")
comun[123] = new comunas("FRESIA")
comun[124] = new comunas("FRUTILLAR")
comun[125] = new comunas("FUTALEFU")
comun[126] = new comunas("FUTRONO")
comun[127] = new comunas("GALVARINO")
comun[128] = new comunas("GENERAL LAGOS")
comun[129] = new comunas("GOMEZ CARRENO")
comun[130] = new comunas("GORBEA")
comun[131] = new comunas("GRANEROS")
comun[132] = new comunas("GUAITECAS")
comun[133] = new comunas("HIGUERAS")
comun[134] = new comunas("HIJUELAS")
comun[135] = new comunas("HOSPITAL")
comun[136] = new comunas("HUALAIHUE")
comun[137] = new comunas("HUALANE")
comun[138] = new comunas("HUALPENCILLO")
comun[139] = new comunas("HUALQUI")
comun[140] = new comunas("HUARA")
comun[141] = new comunas("HUASCO")
comun[142] = new comunas("HUECHURABA")
comun[143] = new comunas("HUEPIL")
comun[144] = new comunas("ILLAPEL")
comun[145] = new comunas("INDEPENDENCIA")
comun[146] = new comunas("IQUIQUE")
comun[147] = new comunas("ISLA DE MAIPO")
comun[148] = new comunas("ISLA DE PASCUA")
comun[149] = new comunas("ITAHUE MOLINA")
comun[150] = new comunas("JUAN FERNANDEZ")
comun[151] = new comunas("LA CALERA")
comun[152] = new comunas("LA CISTERNA")
comun[153] = new comunas("LA CRUZ")
comun[154] = new comunas("LA DEHESA")
comun[155] = new comunas("LA ESTRELLA")
comun[156] = new comunas("LA FLORIDA")
comun[157] = new comunas("LA GRANJA")
comun[158] = new comunas("LA HIGUERA")
comun[159] = new comunas("LA LIGUA")
comun[160] = new comunas("LA PINTANA")
comun[161] = new comunas("LA REINA")
comun[162] = new comunas("LA SERENA")
comun[163] = new comunas("LA UNION")
comun[164] = new comunas("LABRANZA")
comun[165] = new comunas("LAGO RANCO")
comun[166] = new comunas("LAGO VERDE")
comun[167] = new comunas("LAGUNA BLANCA")
comun[168] = new comunas("LAJA")
comun[169] = new comunas("LAMPA")
comun[170] = new comunas("LAN B")
comun[171] = new comunas("LANCO")
comun[172] = new comunas("LAS CABRAS")
comun[173] = new comunas("LAS COLINAS")
comun[174] = new comunas("LAS CONDES")
comun[175] = new comunas("LAS REJAS")
comun[176] = new comunas("LAS SALINAS")
comun[177] = new comunas("LAUTARO")
comun[178] = new comunas("LEBU")
comun[179] = new comunas("LICANRAY")
comun[180] = new comunas("LICANTEN")
comun[181] = new comunas("LIMACHE")
comun[182] = new comunas("LINARES")
comun[183] = new comunas("LINDEROS")
comun[184] = new comunas("LIRQUEN")
comun[185] = new comunas("LITUECHE")
comun[186] = new comunas("LLANQUIHUE")
comun[187] = new comunas("LLAY LLAY")
comun[188] = new comunas("LLO-LLEO")
comun[189] = new comunas("LO BARNECHEA")
comun[190] = new comunas("LO CHACON")
comun[191] = new comunas("LO ESPEJO")
comun[192] = new comunas("LO PRADO")
comun[193] = new comunas("LO VALLEDOR")
comun[194] = new comunas("LOLOL")
comun[195] = new comunas("LONCOCHE")
comun[196] = new comunas("LONGAVI")
comun[197] = new comunas("LONQUIMAY")
comun[198] = new comunas("LONTUE")
comun[199] = new comunas("LORENZO ARENAS")
comun[200] = new comunas("LOS ALAMOS")
comun[201] = new comunas("LOS ANDES")
comun[202] = new comunas("LOS ANGELES")
comun[203] = new comunas("LOS LAGOS")
comun[204] = new comunas("LOS LAURELES")
comun[205] = new comunas("LOS LIRIOS")
comun[206] = new comunas("LOS MUERMOS")
comun[207] = new comunas("LOS SAUCES")
comun[208] = new comunas("LOS VILOS")
comun[209] = new comunas("LOTA")
comun[210] = new comunas("LUMACO")
comun[211] = new comunas("MACHALI")
comun[212] = new comunas("MACUL")
comun[213] = new comunas("MAFIL")
comun[214] = new comunas("MAIPU")
comun[215] = new comunas("MALLOA")
comun[216] = new comunas("MALLOCO")
comun[217] = new comunas("MANQUEHUA")
comun[218] = new comunas("MANZANAL")
comun[219] = new comunas("MARCHIGUE")
comun[220] = new comunas("MARCHIHUE")
comun[221] = new comunas("MARIA ELENA")
comun[222] = new comunas("MARIA PINTO")
comun[223] = new comunas("MARIQUINA")
comun[224] = new comunas("MAULE")
comun[225] = new comunas("MAULLIN")
comun[226] = new comunas("MEJILLONES")
comun[227] = new comunas("MELIPEUCO")
comun[228] = new comunas("MELIPILLA")
comun[229] = new comunas("MINCHA")
comun[230] = new comunas("MIRAFLORES")
comun[231] = new comunas("MOLINA")
comun[232] = new comunas("MONTE AGUILA")
comun[233] = new comunas("MONTE PATRIA")
comun[234] = new comunas("MOSTAZAL")
comun[235] = new comunas("MULCHEN")
comun[236] = new comunas("NACIMIENTO")
comun[237] = new comunas("NANCAGUA")
comun[238] = new comunas("NATALES")
comun[239] = new comunas("NAVARINO")
comun[240] = new comunas("NAVIDAD")
comun[241] = new comunas("NEGRETE")
comun[242] = new comunas("NINHUE")
comun[243] = new comunas("NIQUEN")
comun[244] = new comunas("NOGALES")
comun[245] = new comunas("NOS")
comun[246] = new comunas("NUBLE")
comun[247] = new comunas("NUEVA AURORA")
comun[248] = new comunas("NUNOA")
comun[249] = new comunas("NVA.IMPERIAL")
comun[250] = new comunas("O'HIGGINS")
comun[251] = new comunas("OLIVAR")
comun[252] = new comunas("OLLAGUE")
comun[253] = new comunas("OLMUE")
comun[254] = new comunas("OSORNO")
comun[255] = new comunas("OVALLE")
comun[256] = new comunas("PADRE HURTADO")
comun[257] = new comunas("PADRE LAS CASAS")
comun[258] = new comunas("PAIGUANO")
comun[259] = new comunas("PAILLACO")
comun[260] = new comunas("PAINE")
comun[261] = new comunas("PALENA")
comun[262] = new comunas("PALMILLA")
comun[263] = new comunas("PANGUIPULLI")
comun[264] = new comunas("PANQUEHUE")
comun[265] = new comunas("PAPUDO")
comun[266] = new comunas("PAREDONES")
comun[267] = new comunas("PARRAL")
comun[268] = new comunas("PEDRO AGUIRRE CERDA")
comun[269] = new comunas("PEDRO DE VALDIVIA")
comun[270] = new comunas("PELARCO")
comun[271] = new comunas("PELLUHUE")
comun[272] = new comunas("PEMUCO")
comun[273] = new comunas("PENABLANCA")
comun[274] = new comunas("PENAFLOR")
comun[275] = new comunas("PENALOLEN")
comun[276] = new comunas("PENCAHUE")
comun[277] = new comunas("PENCO")
comun[278] = new comunas("PERALILLO")
comun[279] = new comunas("PERQUENCO")
comun[280] = new comunas("PETORCA")
comun[281] = new comunas("PEUMO")
comun[282] = new comunas("PEUMO")
comun[283] = new comunas("PICA")
comun[284] = new comunas("PICHIDEGUA")
comun[285] = new comunas("PICHILEMU")
comun[286] = new comunas("PILLANLELBUN")
comun[287] = new comunas("PINTO")
comun[288] = new comunas("PIRQUE")
comun[289] = new comunas("PITRUFQUEN")
comun[290] = new comunas("PLACERES")
comun[291] = new comunas("PLACILLA")
comun[292] = new comunas("PLAYA ANCHA")
comun[293] = new comunas("PLAYA BRAVA")
comun[294] = new comunas("POLPAICO")
comun[295] = new comunas("PORTEZUELO")
comun[296] = new comunas("PORVENIR")
comun[297] = new comunas("POTRERILLOS")
comun[298] = new comunas("POZO ALMONTE")
comun[299] = new comunas("PRAT A")
comun[300] = new comunas("PRIMAVERA")
comun[301] = new comunas("PROVIDENCIA")
comun[302] = new comunas("PTA.ARENAS")
comun[303] = new comunas("PTE.ALTO")
comun[304] = new comunas("PTO.MONTT")
comun[305] = new comunas("PTO.OCTAY")
comun[306] = new comunas("PTO.PORVENIR")
comun[307] = new comunas("PTO.VARAS")
comun[308] = new comunas("PUCHACAY")
comun[309] = new comunas("PUCHUNCAVI")
comun[310] = new comunas("PUCON")
comun[311] = new comunas("PUDAHUEL")
comun[312] = new comunas("PUERTO NATALES")
comun[313] = new comunas("PUERTO NATALES")
comun[314] = new comunas("PUERTO OCTAY")
comun[315] = new comunas("PUMANQUE")
comun[316] = new comunas("PUNITAQUI")
comun[317] = new comunas("PUQUELDON")
comun[318] = new comunas("PUREN")
comun[319] = new comunas("PURRANQUE")
comun[320] = new comunas("PUTAENDO")
comun[321] = new comunas("PUTRE")
comun[322] = new comunas("PUYEHUE")
comun[323] = new comunas("PUYEHUE")
comun[324] = new comunas("QUEILEN")
comun[325] = new comunas("QUELLON")
comun[326] = new comunas("QUEMCHI")
comun[327] = new comunas("QUILACO")
comun[328] = new comunas("QUILICURA")
comun[329] = new comunas("QUILLECO")
comun[330] = new comunas("QUILLON")
comun[331] = new comunas("QUILLOTA")
comun[332] = new comunas("QUILPUE")
comun[333] = new comunas("QUINCHAO")
comun[334] = new comunas("QUINTA DE TILCOCO")
comun[335] = new comunas("QUINTA NORMAL")
comun[336] = new comunas("QUINTERO")
comun[337] = new comunas("QUIRIHUE")
comun[338] = new comunas("RAMADITAS")
comun[339] = new comunas("RANCAGUA")
comun[340] = new comunas("RANQUIL")
comun[341] = new comunas("RAUCO")
comun[342] = new comunas("RECOLETA")
comun[343] = new comunas("RECREO")
comun[344] = new comunas("RENACA")
comun[345] = new comunas("RENAICO")
comun[346] = new comunas("RENCA")
comun[347] = new comunas("RENGO")
comun[348] = new comunas("REQUINOA")
comun[349] = new comunas("RETIRO")
comun[350] = new comunas("RINCONADA")
comun[351] = new comunas("RIO BUENO")
comun[352] = new comunas("RIO CLARO")
comun[353] = new comunas("RIO HURTADO")
comun[354] = new comunas("RIO IBANEZ")
comun[355] = new comunas("RIO NEGRO")
comun[356] = new comunas("RIO VERDE")
comun[357] = new comunas("ROCUANT")
comun[358] = new comunas("ROMERAL")
comun[359] = new comunas("ROSARIO")
comun[360] = new comunas("RUNGUE")
comun[361] = new comunas("SAAVEDRA")
comun[362] = new comunas("SAGRADA FAMILIA")
comun[363] = new comunas("SALADILLO")
comun[364] = new comunas("SALAMANCA")
comun[365] = new comunas("SAN ANTONIO")
comun[366] = new comunas("SAN BERNARDO")
comun[367] = new comunas("SAN CARLOS")
comun[368] = new comunas("SAN CLEMENTE")
comun[369] = new comunas("SAN ESTEBAN")
comun[370] = new comunas("SAN FABIAN")
comun[371] = new comunas("SAN FABIAN DE ALICO")
comun[372] = new comunas("SAN FELIPE")
comun[373] = new comunas("SAN FERNANDO")
comun[374] = new comunas("SAN FRANCISCO")
comun[375] = new comunas("SAN FRANCISCO DE MOSTAZAL")
comun[376] = new comunas("SAN GREGORIO")
comun[377] = new comunas("SAN IGNACIO")
comun[378] = new comunas("SAN IGNACIO")
comun[379] = new comunas("SAN J.DE LA COSTA")
comun[380] = new comunas("SAN JAVIER")
comun[381] = new comunas("SAN JOAQUIN")
comun[382] = new comunas("SAN JOSE")
comun[383] = new comunas("SAN JOSE DE LA MARIQUINA")
comun[384] = new comunas("SAN JOSE DE MAIPO")
comun[385] = new comunas("SAN LUIS")
comun[386] = new comunas("SAN MIGUEL")
comun[387] = new comunas("SAN NICOLAS")
comun[388] = new comunas("SAN PABLO")
comun[389] = new comunas("SAN PEDRO")
comun[390] = new comunas("SAN PEDRO DE ATACAMA")
comun[391] = new comunas("SAN PEDRO DE LA PAZ")
comun[392] = new comunas("SAN RAMON")
comun[393] = new comunas("SAN ROQUE")
comun[394] = new comunas("SAN ROSENDO")
comun[395] = new comunas("SAN SEBASTIAN")
comun[396] = new comunas("SAN V.TAGUA-TAGUA")
comun[397] = new comunas("SANTA CRUZ")
comun[398] = new comunas("SANTA FE")
comun[399] = new comunas("SANTA JUANA")
comun[400] = new comunas("SANTA MARIA")
comun[401] = new comunas("SANTIAGO")
comun[402] = new comunas("SANTO DOMINGO")
comun[403] = new comunas("SANTOS OSSA")
comun[404] = new comunas("SCHWAGER")
comun[405] = new comunas("SIERRA GORDA")
comun[406] = new comunas("SOTAQUI")
comun[407] = new comunas("STA.BARBARA")
comun[408] = new comunas("T.SCHMIDT")
comun[409] = new comunas("TALAGANTE")
comun[410] = new comunas("TALCA")
comun[411] = new comunas("TALCAHUANO")
comun[412] = new comunas("TALTAL")
comun[413] = new comunas("TEMUCO")
comun[414] = new comunas("TENO")
comun[415] = new comunas("TIERRA AMARILLA")
comun[416] = new comunas("TIERRAS BLANCAS")
comun[417] = new comunas("TILTIL")
comun[418] = new comunas("TIMAUKEL")
comun[419] = new comunas("TIRUA")
comun[420] = new comunas("TOCOPILLA")
comun[421] = new comunas("TOLTEN")
comun[422] = new comunas("TOME")
comun[423] = new comunas("TORRES DEL PAINE")
comun[424] = new comunas("TORTEL")
comun[425] = new comunas("TRAIGUEN")
comun[426] = new comunas("TREGUACO")
comun[427] = new comunas("TUCAPEL")
comun[428] = new comunas("VALDIVIA")
comun[429] = new comunas("VALLE NONGUEN")
comun[430] = new comunas("VALLENAR")
comun[431] = new comunas("VALPARAISO")
comun[432] = new comunas("VICHUQUEN")
comun[433] = new comunas("VICTORIA")
comun[434] = new comunas("VICUNA")
comun[435] = new comunas("VILCUN")
comun[436] = new comunas("VILCUN")
comun[437] = new comunas("VILLA ALEGRE")
comun[438] = new comunas("VILLA ALEMANA")
comun[439] = new comunas("VILLA LA REINA")
comun[440] = new comunas("VILLARRICA")
comun[441] = new comunas("VINA DEL MAR")
comun[442] = new comunas("VITACURA")
comun[443] = new comunas("YERBAS BUENAS")
comun[444] = new comunas("YUMBEL")
comun[445] = new comunas("YUNGAY")
comun[446] = new comunas("ZAPALLAR")
}

function CargaCiudades()
{
city[1] = new ciudades("ALCOHUAZ")
city[2] = new ciudades("ALGARROBO")
city[3] = new ciudades("ANCUD")
city[4] = new ciudades("ANDACOLLO")
city[5] = new ciudades("ANGOL")
city[6] = new ciudades("ANTOFAGASTA")
city[7] = new ciudades("ANTUCO")
city[8] = new ciudades("ARAUCO")
city[9] = new ciudades("ARICA")
city[10] = new ciudades("AYSEN")
city[11] = new ciudades("BELLOTO")
city[12] = new ciudades("BIO-BIO")
city[13] = new ciudades("BUIN")
city[14] = new ciudades("BULNES")
city[15] = new ciudades("CABILDO")
city[16] = new ciudades("CABRERO")
city[17] = new ciudades("CACHAPOAL")
city[18] = new ciudades("CALAMA")
city[19] = new ciudades("CALBUCO")
city[20] = new ciudades("CALDERA")
city[21] = new ciudades("CANCURA")
city[22] = new ciudades("CANETE")
city[23] = new ciudades("CARAHUE")
city[24] = new ciudades("CARAMPANGUE")
city[25] = new ciudades("CARTAGENA")
city[26] = new ciudades("CASABLANCA")
city[27] = new ciudades("CASMA")
city[28] = new ciudades("CASTRO")
city[29] = new ciudades("CATEMU")
city[30] = new ciudades("CAUQUENES")
city[31] = new ciudades("CERRILLOS")
city[32] = new ciudades("CERRO NAVIA")
city[33] = new ciudades("CHACABUCO")
city[34] = new ciudades("CHANARAL")
city[35] = new ciudades("CHARRUA")
city[36] = new ciudades("CHEPICA")
city[37] = new ciudades("CHIGUAYANTE")
city[38] = new ciudades("CHILE CHICO")
city[39] = new ciudades("CHILLAN")
city[40] = new ciudades("CHILOE")
city[41] = new ciudades("CHIMBARONGO")
city[42] = new ciudades("CHINCOLCO")
city[43] = new ciudades("CHOAPA")
city[44] = new ciudades("CHOL-CHOL")
city[45] = new ciudades("CHONCHI")
city[46] = new ciudades("CHUQUICAMATA")
city[47] = new ciudades("CODEGUA")
city[48] = new ciudades("COELEMU")
city[49] = new ciudades("COLBUN")
city[50] = new ciudades("COLCHAGUA")
city[51] = new ciudades("COLLIPULLI")
city[52] = new ciudades("COLTAUCO")
city[53] = new ciudades("COMBARBALA")
city[54] = new ciudades("CONCEPCION")
city[55] = new ciudades("CONSTITUCION")
city[56] = new ciudades("COPIAPO")
city[57] = new ciudades("COQUIMBO")
city[58] = new ciudades("CORONEL")
city[59] = new ciudades("CORRAL")
city[60] = new ciudades("CORTE ALTO")
city[61] = new ciudades("COYHAIQUE")
city[62] = new ciudades("CUNCO")
city[63] = new ciudades("CURACAUTIN")
city[64] = new ciudades("CURACAVI")
city[65] = new ciudades("CURACO DE VELEZ")
city[66] = new ciudades("CURANILAHUE")
city[67] = new ciudades("CURANIPE")
city[68] = new ciudades("CURICO")
city[69] = new ciudades("DALCAHUE")
city[70] = new ciudades("DIEGO DE ALMAGRO")
city[71] = new ciudades("DOMEYKO")
city[72] = new ciudades("DONIHUE")
city[73] = new ciudades("EL CARMEN")
city[74] = new ciudades("EL MONTE")
city[75] = new ciudades("EL QUISCO")
city[76] = new ciudades("EL SALVADOR")
city[77] = new ciudades("EL TABO")
city[78] = new ciudades("ENTRE LAGOS")
city[79] = new ciudades("ERCILLA")
city[80] = new ciudades("FREIRE")
city[81] = new ciudades("FREIRINA")
city[82] = new ciudades("FRESIA")
city[83] = new ciudades("FRUTILLAR")
city[84] = new ciudades("FUTRONO")
city[85] = new ciudades("GALVARINO")
city[86] = new ciudades("GENERAL LOPEZ")
city[87] = new ciudades("GORBEA")
city[88] = new ciudades("GRANEROS")
city[89] = new ciudades("HIJUELAS")
city[90] = new ciudades("HUALANE")
city[91] = new ciudades("HUALPIN")
city[92] = new ciudades("HUALQUI")
city[93] = new ciudades("HUARA")
city[94] = new ciudades("HUASCO")
city[95] = new ciudades("HUEPIL")
city[96] = new ciudades("ILLAPEL")
city[97] = new ciudades("INCA DE ORO")
city[98] = new ciudades("IQUIQUE")
city[99] = new ciudades("ISLA DE MAIPO")
city[100] = new ciudades("ISLA DE PASCUA")
city[101] = new ciudades("LA CALERA")
city[102] = new ciudades("LA CISTERNA")
city[103] = new ciudades("LA CRUZ")
city[104] = new ciudades("LA FLORIDA")
city[105] = new ciudades("LA LIGUA")
city[106] = new ciudades("LA SERENA")
city[107] = new ciudades("LA UNION")
city[108] = new ciudades("LABRANZA")
city[109] = new ciudades("LAJA")
city[110] = new ciudades("LANCO")
city[111] = new ciudades("LARAQUETE")
city[112] = new ciudades("LAS CABRAS")
city[113] = new ciudades("LAS CASCADAS")
city[114] = new ciudades("LATEMU")
city[115] = new ciudades("LAUTARO")
city[116] = new ciudades("LEBU")
city[117] = new ciudades("LICANRAY")
city[118] = new ciudades("LICANTEN")
city[119] = new ciudades("LIMACHE")
city[120] = new ciudades("LINARES")
city[121] = new ciudades("LIRQUEN")
city[122] = new ciudades("LITUECHE")
city[123] = new ciudades("LLANQUIHUE")
city[124] = new ciudades("LLAY LLAY")
city[125] = new ciudades("LLIFEN")
city[126] = new ciudades("LLO-LLEO")
city[127] = new ciudades("LOMCO NORTE")
city[128] = new ciudades("LONCOCHE")
city[129] = new ciudades("LONTUE")
city[130] = new ciudades("LOS ANDES")
city[131] = new ciudades("LOS ANGELES")
city[132] = new ciudades("LOS LAGOS")
city[133] = new ciudades("LOS MUERMOS")
city[134] = new ciudades("LOS VILOS")
city[135] = new ciudades("LOTA")
city[136] = new ciudades("M")
city[137] = new ciudades("MACHALI")
city[138] = new ciudades("MACUL")
city[139] = new ciudades("MAFIL")
city[140] = new ciudades("MALLECO")
city[141] = new ciudades("MALLOA")
city[142] = new ciudades("MARCHIGUE")
city[143] = new ciudades("MARCHIGUE")
city[144] = new ciudades("MARIA ELENA")
city[145] = new ciudades("MEJILLONES")
city[146] = new ciudades("MELIPILLA")
city[147] = new ciudades("MOLINA")
city[148] = new ciudades("MONTE AGUILA")
city[149] = new ciudades("MONTE PATRIA")
city[150] = new ciudades("MOSTAZAL")
city[151] = new ciudades("MULCHEN")
city[152] = new ciudades("NACIMIENTO")
city[153] = new ciudades("NANCAGUA")
city[154] = new ciudades("NATALES")
city[155] = new ciudades("NIPAS")
city[156] = new ciudades("NOGALES")
city[157] = new ciudades("NUEVA IMPERIAL")
city[158] = new ciudades("NUNOA")
city[159] = new ciudades("OLIVAR")
city[160] = new ciudades("OLMUE")
city[161] = new ciudades("OSORNO")
city[162] = new ciudades("OVALLE")
city[163] = new ciudades("PADRE HURTADO")
city[164] = new ciudades("PADRE LAS CASAS")
city[165] = new ciudades("PAIGUANO")
city[166] = new ciudades("PAILLACO")
city[167] = new ciudades("PAINE")
city[168] = new ciudades("PALMILLA")
city[169] = new ciudades("PAN LANCO")
city[170] = new ciudades("PANGUIPULLI")
city[171] = new ciudades("PANQUEHUE")
city[172] = new ciudades("PARRAL")
city[173] = new ciudades("PEDRO DE VALDIVIA")
city[174] = new ciudades("PENABLANCA")
city[175] = new ciudades("PENAFLOR")
city[176] = new ciudades("PENCO")
city[177] = new ciudades("PERALILLO")
city[178] = new ciudades("PERQUENCO")
city[179] = new ciudades("PETORCA")
city[180] = new ciudades("PEUMO")
city[181] = new ciudades("PICHIDEGUA")
city[182] = new ciudades("PICHILEMU")
city[183] = new ciudades("PILLANLELBUN")
city[184] = new ciudades("PINTO")
city[185] = new ciudades("PITRUFQUEN")
city[186] = new ciudades("PLAYA BLANCO")
city[187] = new ciudades("POLPAICO")
city[188] = new ciudades("PORVENIR")
city[189] = new ciudades("POTRERILLOS")
city[190] = new ciudades("POZO AL MONTE")
city[191] = new ciudades("PUCHUNCAVI")
city[192] = new ciudades("PUCON")
city[193] = new ciudades("PUENTE ALTO")
city[194] = new ciudades("PUERTO AYSEN")
city[195] = new ciudades("PUERTO MONTT")
city[196] = new ciudades("PUERTO NATALES")
city[197] = new ciudades("PUERTO PORVENIR")
city[198] = new ciudades("PUERTO VARAS")
city[199] = new ciudades("PUERTO WILLIAMS")
city[200] = new ciudades("PUMANQUE")
city[201] = new ciudades("PUNITAQUI")
city[202] = new ciudades("PUNTA ARENAS")
city[203] = new ciudades("PURRANQUE")
city[204] = new ciudades("PUTAENDO")
city[205] = new ciudades("PUTAGAN")
city[206] = new ciudades("QUELLON")
city[207] = new ciudades("QUEMCHI")
city[208] = new ciudades("QUEPE")
city[209] = new ciudades("QUILACO")
city[210] = new ciudades("QUILECO")
city[211] = new ciudades("QUILLECO")
city[212] = new ciudades("QUILLON")
city[213] = new ciudades("QUILLOTA")
city[214] = new ciudades("QUILPUE")
city[215] = new ciudades("QUINTERO")
city[216] = new ciudades("QUITRATUE")
city[217] = new ciudades("RANCAGUA")
city[218] = new ciudades("RENAICO")
city[219] = new ciudades("RENGO")
city[220] = new ciudades("REQUINOA")
city[221] = new ciudades("RIO BUENO")
city[222] = new ciudades("RIO NEGRO")
city[223] = new ciudades("ROMERAL")
city[224] = new ciudades("S. J. DE")
city[225] = new ciudades("S.J.DE LA MARIQUINA")
city[226] = new ciudades("SALADILLO")
city[227] = new ciudades("SALAMANCA")
city[228] = new ciudades("SAN ANTONIO")
city[229] = new ciudades("SAN BERNARDO")
city[230] = new ciudades("SAN CARLOS")
city[231] = new ciudades("SAN CLEMENTE")
city[232]= new ciudades("SAN ESTEBAN")
city[233] = new ciudades("SAN FELIPE")
city[234] = new ciudades("SAN FERNANDO")
city[235] = new ciudades("SAN FRANCISCO DE MOSTAZAL")
city[236] = new ciudades("SAN GREGORIO")
city[237] = new ciudades("SAN IGNACIO")
city[238] = new ciudades("SAN JAVIER")
city[239] = new ciudades("SAN JOSE")
city[240] = new ciudades("SAN NICOLAS")
city[241] = new ciudades("SAN PEDRO DE ATACAMA")
city[242] = new ciudades("SAN ROSENDO")
city[243] = new ciudades("SAN VICENTE T.T.")
city[244] = new ciudades("SANTA BARBARA")
city[245] = new ciudades("SANTA CLARA")
city[246] = new ciudades("SANTA CRUZ")
city[247] = new ciudades("SANTA FE")
city[248] = new ciudades("SANTA MARIA")
city[249] = new ciudades("SANTIAGO")
city[250] = new ciudades("SIERRA GORDA")
city[251] = new ciudades("TALAGANTE")
city[252] = new ciudades("TALCA")
city[253] = new ciudades("TALCAHUANO")
city[254] = new ciudades("TALTAL")
city[255] = new ciudades("TEMUCO")
city[256] = new ciudades("TENO")
city[257] = new ciudades("TIERRA AMARILLA")
city[258] = new ciudades("TOCOPILLA")
city[259] = new ciudades("TOME")
city[260] = new ciudades("TRAIGUEN")
city[261] = new ciudades("TREGUACO")
city[262] = new ciudades("TUCAPEL")
city[263] = new ciudades("TUCAPEL")
city[264] = new ciudades("VALDIVIA")
city[265] = new ciudades("VALLENAR")
city[266] = new ciudades("VALPARAISO")
city[267] = new ciudades("VANTANA")
city[268] = new ciudades("VICTORIA")
city[269] = new ciudades("VICUNA")
city[270] = new ciudades("VILLA ALEGRE")
city[271] = new ciudades("VILLA ALEMANA")
city[272] = new ciudades("VILLA SAN PEDRO")
city[273] = new ciudades("VILLARRICA")
city[274] = new ciudades("VINA ALEMANA")
city[275] = new ciudades("VINA DEL MAR")
city[276] = new ciudades("YUMBEL")
city[277] = new ciudades("YUNGAY")
city[278] = new ciudades("ZAPALLAR")

}



