
<!--
function verRegiones() {
	m = 0;
	paso=false;

	var no = new Option();
	no.value = "1";
	no.text  = "R.M.";
	document.f2.region.options[m++] = no

	var no = new Option();
	no.value = "2";
	no.text  = "I";
	document.f2.region.options[m++] = no

	var no = new Option();
	no.value = "3";
	no.text  = "II";
	document.f2.region.options[m++] = no

	var no = new Option();
	no.value = "4";
	no.text  = "III";
	document.f2.region.options[m++] = no

	var no = new Option();
	no.value = "5";
	no.text  = "IV";
	document.f2.region.options[m++] = no

	var no = new Option();
	no.value = "6";
	no.text  = "V";
	document.f2.region.options[m++] = no

	var no = new Option();
	no.value = "7";
	no.text  = "VI";
	document.f2.region.options[m++] = no

	var no = new Option();
	no.value = "8";
	no.text  = "VII";
	document.f2.region.options[m++] = no

	var no = new Option();
	no.value = "9";
	no.text  = "VIII";
	document.f2.region.options[m++] = no

	var no = new Option();
	no.value = "10";
	no.text  = "IX";
	document.f2.region.options[m++] = no

	var no = new Option();
	no.value = "11";
	no.text  = "X";
	document.f2.region.options[m++] = no

	var no = new Option();
	no.value = "12";
	no.text  = "XI";
	document.f2.region.options[m++] = no

	var no = new Option();
	no.value = "13";
	no.text  = "XII";
	document.f2.region.options[m++] = no

	var no = new Option();
	no.value = "14";
	no.text  = "XIV";
	document.f2.region.options[m++] = no

	var no = new Option();
	no.value = "15";
	no.text  = "XV";
	document.f2.region.options[m++] = no

	var no = new Option();		
	no.value = "16";
	no.text  = "Extranjero";
	document.f2.region.options[m++] = no

	var no = new Option();
	no.value = "0"
	no.text  = "Otra"
	if (!paso)
		no.selected = true;
	document.f2.region.focus()
	document.f2.region.options[m++] = no;
	document.f2.region.options.length = m;

}
function verCiudades() {
	var region = document.f2.region.options[document.f2.region.selectedIndex].value
	paso=false
	i = 0

	if (region == "15") {
		var no = new Option();
		no.value = "1";
		no.text  = "Arica";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "15") {
		var no = new Option();
		no.value = "2";
		no.text  = "Parinacota";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "2") {
		var no = new Option();
		no.value = "3";
		no.text  = "Iquique";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "3") {
		var no = new Option();
		no.value = "4";
		no.text  = "Tocopilla";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "3") {
		var no = new Option();
		no.value = "5";
		no.text  = "El Loa";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "3") {
		var no = new Option();
		no.value = "6";
		no.text  = "Antofagasta";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "4") {
		var no = new Option();
		no.value = "7";
		no.text  = "Chañaral";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "4") {
		var no = new Option();
		no.value = "8";
		no.text  = "Copiapó";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "4") {
		var no = new Option();
		no.value = "9";
		no.text  = "Huasco";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "5") {
		var no = new Option();
		no.value = "10";
		no.text  = "Elqui";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "5") {
		var no = new Option();
		no.value = "11";
		no.text  = "Limarí";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "5") {
		var no = new Option();
		no.value = "12";
		no.text  = "Choapa";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "6") {
		var no = new Option();
		no.value = "13";
		no.text  = "Valparaíso";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "6") {
		var no = new Option();
		no.value = "14";
		no.text  = "Petorca";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "6") {
		var no = new Option();
		no.value = "15";
		no.text  = "Los Andes";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "6") {
		var no = new Option();
		no.value = "16";
		no.text  = "San Felipe de Aconcagua";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "6") {
		var no = new Option();
		no.value = "17";
		no.text  = "Quillota";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "6") {
		var no = new Option();
		no.value = "18";
		no.text  = "San Antonio";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "6") {
		var no = new Option();
		no.value = "19";
		no.text  = "Isla de Pascua";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "7") {
		var no = new Option();
		no.value = "20";
		no.text  = "Cachapoal";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "7") {
		var no = new Option();
		no.value = "21";
		no.text  = "Colchagua";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "7") {
		var no = new Option();
		no.value = "22";
		no.text  = "Cardenal Caro";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "8") {
		var no = new Option();
		no.value = "23";
		no.text  = "Curicó";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "8") {
		var no = new Option();
		no.value = "24";
		no.text  = "Talca";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "8") {
		var no = new Option();
		no.value = "25";
		no.text  = "Linares";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "8") {
		var no = new Option();
		no.value = "26";
		no.text  = "Cauquenes";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "9") {
		var no = new Option();
		no.value = "27";
		no.text  = "Ñuble ";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "9") {
		var no = new Option();
		no.value = "28";
		no.text  = "Bío Bío ";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "9") {
		var no = new Option();
		no.value = "29";
		no.text  = "Concepción";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "9") {
		var no = new Option();
		no.value = "30";
		no.text  = "Arauco";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "10") {
		var no = new Option();
		no.value = "31";
		no.text  = "Malleco";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "10") {
		var no = new Option();
		no.value = "32";
		no.text  = "Cautín";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "14") {
		var no = new Option();
		no.value = "33";
		no.text  = "Valdivia";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "14") {
		var no = new Option();
		no.value = "34";
		no.text  = "Osorno";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "11") {
		var no = new Option();
		no.value = "35";
		no.text  = "Llanquihue";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "11") {
		var no = new Option();
		no.value = "36";
		no.text  = "Chiloé";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "11") {
		var no = new Option();
		no.value = "37";
		no.text  = "Palena";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "12") {
		var no = new Option();
		no.value = "38";
		no.text  = "Capitán Prat";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "12") {
		var no = new Option();
		no.value = "39";
		no.text  = "Aysen";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "12") {
		var no = new Option();
		no.value = "40";
		no.text  = "Coihaique";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "12") {
		var no = new Option();
		no.value = "41";
		no.text  = "General Carrera";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "13") {
		var no = new Option();
		no.value = "42";
		no.text  = "Ultima Esperanza";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "13") {
		var no = new Option();
		no.value = "43";
		no.text  = "Magallanes";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "13") {
		var no = new Option();
		no.value = "44";
		no.text  = "Tierra del Fuego";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "1") {
		var no = new Option();
		no.value = "45";
		no.text  = "Cordillera";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "1") {
		var no = new Option();
		no.value = "46";
		no.text  = "Melipilla";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "1") {
		var no = new Option();
		no.value = "47";
		no.text  = "Talagante";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "1") {
		var no = new Option();
		no.value = "48";
		no.text  = "Maipo";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "1") {
		var no = new Option();
		no.value = "49";
		no.text  = "Chacabuco";
		document.f2.ciudad.options[i++] = no;
	}

	if (region == "1") {
		var no = new Option();
		no.value = "50";
		no.text  = "Santiago";
		document.f2.ciudad.options[i++] = no;
	}

	var no = new Option();
	no.value = "0";
	no.text  = "Otra";
	if (!paso)
		no.selected = true;
	document.f2.ciudad.focus()
	document.f2.ciudad.options[i++] = no;
	document.f2.ciudad.options.length = i;
}

function verComunas()
{
	var region = document.f2.region.options[document.f2.region.selectedIndex].value;
	var ciudad = document.f2.ciudad.options[document.f2.ciudad.selectedIndex].value;
	i = 0;
	paso=false;

	if (region == "1" && ciudad == "45") {
		var no = new Option();
		no.value = "292";
		no.text  = "Puente Alto";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "45") {
		var no = new Option();
		no.value = "293";
		no.text  = "Pirque";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "45") {
		var no = new Option();
		no.value = "294";
		no.text  = "San José de Maipo";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "46") {
		var no = new Option();
		no.value = "295";
		no.text  = "Melipilla";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "46") {
		var no = new Option();
		no.value = "296";
		no.text  = "María Pinto";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "46") {
		var no = new Option();
		no.value = "297";
		no.text  = "Curacaví";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "46") {
		var no = new Option();
		no.value = "298";
		no.text  = "Alhué";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "46") {
		var no = new Option();
		no.value = "299";
		no.text  = "San Pedro";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "47") {
		var no = new Option();
		no.value = "300";
		no.text  = "Talagante";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "47") {
		var no = new Option();
		no.value = "301";
		no.text  = "El Monte";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "47") {
		var no = new Option();
		no.value = "302";
		no.text  = "Isla de Maipo";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "47") {
		var no = new Option();
		no.value = "303";
		no.text  = "Padre Hurtado";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "47") {
		var no = new Option();
		no.value = "304";
		no.text  = "Peñaflor";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "48") {
		var no = new Option();
		no.value = "305";
		no.text  = "Buin";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "48") {
		var no = new Option();
		no.value = "306";
		no.text  = "Calera de Tango";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "48") {
		var no = new Option();
		no.value = "307";
		no.text  = "Paine";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "48") {
		var no = new Option();
		no.value = "308";
		no.text  = "San Bernardo";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "49") {
		var no = new Option();
		no.value = "309";
		no.text  = "Colina";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "49") {
		var no = new Option();
		no.value = "310";
		no.text  = "Lampa";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "49") {
		var no = new Option();
		no.value = "311";
		no.text  = "Tiltil";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "312";
		no.text  = "Cerrillos";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "313";
		no.text  = "Cerro Navia";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "314";
		no.text  = "Conchalí";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "315";
		no.text  = "El Bosque";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "316";
		no.text  = "Estación Central";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "317";
		no.text  = "Huechuraba";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "318";
		no.text  = "Independencia";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "319";
		no.text  = "La Cisterna";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "320";
		no.text  = "La Florida";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "321";
		no.text  = "La Granja";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "322";
		no.text  = "La Pintana";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "323";
		no.text  = "La Reina";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "324";
		no.text  = "Las Condes";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "325";
		no.text  = "Lo Barnechea";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "326";
		no.text  = "Lo Espejo";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "327";
		no.text  = "Lo Prado";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "328";
		no.text  = "Macul";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "329";
		no.text  = "Maipú";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "330";
		no.text  = "Ñuñoa";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "331";
		no.text  = "Pedro Aguirre Cerda";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "332";
		no.text  = "Peñalolén";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "333";
		no.text  = "Providencia";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "334";
		no.text  = "Pudahuel";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "335";
		no.text  = "Quilicura";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "336";
		no.text  = "Quinta Normal";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "337";
		no.text  = "Recoleta";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "338";
		no.text  = "Renca";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "339";
		no.text  = "San Joaquín";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "340";
		no.text  = "San Miguel";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "341";
		no.text  = "San Ramón";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "342";
		no.text  = "Santiago";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "1" && ciudad == "50") {
		var no = new Option();
		no.value = "343";
		no.text  = "Vitacura";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "2" && ciudad == "3") {
		var no = new Option();
		no.value = "344";
		no.text  = "Alto Hospicio";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "15" && ciudad == "1") {
		var no = new Option();
		no.value = "1";
		no.text  = "Arica";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "15" && ciudad == "1") {
		var no = new Option();
		no.value = "2";
		no.text  = "Camarones";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "15" && ciudad == "2") {
		var no = new Option();
		no.value = "3";
		no.text  = "Putre";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "15" && ciudad == "2") {
		var no = new Option();
		no.value = "4";
		no.text  = "General Lagos";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "2" && ciudad == "3") {
		var no = new Option();
		no.value = "5";
		no.text  = "Iquique";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "2" && ciudad == "3") {
		var no = new Option();
		no.value = "6";
		no.text  = "Huara";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "2" && ciudad == "3") {
		var no = new Option();
		no.value = "7";
		no.text  = "Camiña";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "2" && ciudad == "3") {
		var no = new Option();
		no.value = "8";
		no.text  = "Colchane";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "2" && ciudad == "3") {
		var no = new Option();
		no.value = "9";
		no.text  = "Pica";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "2" && ciudad == "3") {
		var no = new Option();
		no.value = "10";
		no.text  = "Pozo Almonte";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "3" && ciudad == "4") {
		var no = new Option();
		no.value = "11";
		no.text  = "Tocopilla";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "3" && ciudad == "4") {
		var no = new Option();
		no.value = "12";
		no.text  = "María Elena";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "3" && ciudad == "5") {
		var no = new Option();
		no.value = "13";
		no.text  = "Calama";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "3" && ciudad == "5") {
		var no = new Option();
		no.value = "14";
		no.text  = "Ollague";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "3" && ciudad == "5") {
		var no = new Option();
		no.value = "15";
		no.text  = "San Pedro de Atacama";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "3" && ciudad == "6") {
		var no = new Option();
		no.value = "16";
		no.text  = "Antofagasta";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "3" && ciudad == "6") {
		var no = new Option();
		no.value = "17";
		no.text  = "Mejillones";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "3" && ciudad == "6") {
		var no = new Option();
		no.value = "18";
		no.text  = "Sierra Gorda";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "3" && ciudad == "6") {
		var no = new Option();
		no.value = "19";
		no.text  = "Taltal";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "4" && ciudad == "7") {
		var no = new Option();
		no.value = "20";
		no.text  = "Chañaral";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "4" && ciudad == "7") {
		var no = new Option();
		no.value = "21";
		no.text  = "Diego de Almagro";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "4" && ciudad == "8") {
		var no = new Option();
		no.value = "22";
		no.text  = "Copiapó";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "4" && ciudad == "8") {
		var no = new Option();
		no.value = "23";
		no.text  = "Caldera";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "4" && ciudad == "8") {
		var no = new Option();
		no.value = "24";
		no.text  = "Tierra Amarilla";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "4" && ciudad == "9") {
		var no = new Option();
		no.value = "25";
		no.text  = "Vallenar";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "4" && ciudad == "9") {
		var no = new Option();
		no.value = "26";
		no.text  = "Freirina";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "4" && ciudad == "9") {
		var no = new Option();
		no.value = "27";
		no.text  = "Huasco";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "4" && ciudad == "9") {
		var no = new Option();
		no.value = "28";
		no.text  = "Alto del Carmen";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "5" && ciudad == "10") {
		var no = new Option();
		no.value = "29";
		no.text  = "La Serena";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "5" && ciudad == "10") {
		var no = new Option();
		no.value = "30";
		no.text  = "La Higuera";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "5" && ciudad == "10") {
		var no = new Option();
		no.value = "31";
		no.text  = "Coquimbo";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "5" && ciudad == "10") {
		var no = new Option();
		no.value = "32";
		no.text  = "Andacollo";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "5" && ciudad == "10") {
		var no = new Option();
		no.value = "33";
		no.text  = "Vicuña";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "5" && ciudad == "10") {
		var no = new Option();
		no.value = "34";
		no.text  = "Paihuano";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "5" && ciudad == "11") {
		var no = new Option();
		no.value = "35";
		no.text  = "Ovalle";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "5" && ciudad == "11") {
		var no = new Option();
		no.value = "36";
		no.text  = "Río Hurtado";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "5" && ciudad == "11") {
		var no = new Option();
		no.value = "37";
		no.text  = "Monte Patria";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "5" && ciudad == "11") {
		var no = new Option();
		no.value = "38";
		no.text  = "Combarbalá";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "5" && ciudad == "11") {
		var no = new Option();
		no.value = "39";
		no.text  = "Punitaqui";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "5" && ciudad == "12") {
		var no = new Option();
		no.value = "40";
		no.text  = "Illapel";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "5" && ciudad == "12") {
		var no = new Option();
		no.value = "41";
		no.text  = "Salamanca";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "5" && ciudad == "12") {
		var no = new Option();
		no.value = "42";
		no.text  = "Los Vilos";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "5" && ciudad == "12") {
		var no = new Option();
		no.value = "43";
		no.text  = "Canela o Mincha";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "13") {
		var no = new Option();
		no.value = "44";
		no.text  = "Valparaíso";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "13") {
		var no = new Option();
		no.value = "45";
		no.text  = "Casablanca";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "13") {
		var no = new Option();
		no.value = "46";
		no.text  = "Concon";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "13") {
		var no = new Option();
		no.value = "47";
		no.text  = "Juan Fernández";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "13") {
		var no = new Option();
		no.value = "48";
		no.text  = "Puchuncaví";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "13") {
		var no = new Option();
		no.value = "49";
		no.text  = "Quilpué";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "13") {
		var no = new Option();
		no.value = "50";
		no.text  = "Quintero";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "13") {
		var no = new Option();
		no.value = "51";
		no.text  = "Villa Alemana";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "13") {
		var no = new Option();
		no.value = "52";
		no.text  = "Viña del Mar";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "14") {
		var no = new Option();
		no.value = "53";
		no.text  = "Petorca";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "14") {
		var no = new Option();
		no.value = "54";
		no.text  = "La Ligua";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "14") {
		var no = new Option();
		no.value = "55";
		no.text  = "Cabildo";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "14") {
		var no = new Option();
		no.value = "56";
		no.text  = "Papudo";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "14") {
		var no = new Option();
		no.value = "57";
		no.text  = "Zapallar";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "15") {
		var no = new Option();
		no.value = "58";
		no.text  = "Los Andes";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "15") {
		var no = new Option();
		no.value = "59";
		no.text  = "San Esteban";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "15") {
		var no = new Option();
		no.value = "60";
		no.text  = "Calle Larga";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "15") {
		var no = new Option();
		no.value = "61";
		no.text  = "Rinconada";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "16") {
		var no = new Option();
		no.value = "62";
		no.text  = "San Felipe";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "16") {
		var no = new Option();
		no.value = "63";
		no.text  = "Catemu";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "16") {
		var no = new Option();
		no.value = "64";
		no.text  = "Llayllay";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "16") {
		var no = new Option();
		no.value = "65";
		no.text  = "Panquehue";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "16") {
		var no = new Option();
		no.value = "66";
		no.text  = "Putaendo";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "16") {
		var no = new Option();
		no.value = "67";
		no.text  = "Santa María";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "17") {
		var no = new Option();
		no.value = "68";
		no.text  = "Quillota";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "17") {
		var no = new Option();
		no.value = "69";
		no.text  = "Calera La Calera";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "17") {
		var no = new Option();
		no.value = "70";
		no.text  = "Hijuelas";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "17") {
		var no = new Option();
		no.value = "71";
		no.text  = "Limache";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "17") {
		var no = new Option();
		no.value = "72";
		no.text  = "La Cruz";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "17") {
		var no = new Option();
		no.value = "73";
		no.text  = "Nogales";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "17") {
		var no = new Option();
		no.value = "74";
		no.text  = "Olmué";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "18") {
		var no = new Option();
		no.value = "75";
		no.text  = "San Antonio";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "18") {
		var no = new Option();
		no.value = "76";
		no.text  = "Algarrobo";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "18") {
		var no = new Option();
		no.value = "77";
		no.text  = "Cartagena";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "18") {
		var no = new Option();
		no.value = "78";
		no.text  = "El Quisco";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "18") {
		var no = new Option();
		no.value = "79";
		no.text  = "El Tabo";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "18") {
		var no = new Option();
		no.value = "80";
		no.text  = "Santo Domingo";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "6" && ciudad == "19") {
		var no = new Option();
		no.value = "81";
		no.text  = "Isla de Pascua";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "20") {
		var no = new Option();
		no.value = "82";
		no.text  = "Rancagua";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "20") {
		var no = new Option();
		no.value = "83";
		no.text  = "Codegua";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "20") {
		var no = new Option();
		no.value = "84";
		no.text  = "Coinco";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "20") {
		var no = new Option();
		no.value = "85";
		no.text  = "Coltauco";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "20") {
		var no = new Option();
		no.value = "86";
		no.text  = "Doñihue";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "20") {
		var no = new Option();
		no.value = "87";
		no.text  = "Graneros";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "20") {
		var no = new Option();
		no.value = "88";
		no.text  = "Las Cabras";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "20") {
		var no = new Option();
		no.value = "89";
		no.text  = "Mostazal";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "20") {
		var no = new Option();
		no.value = "90";
		no.text  = "Machalí";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "20") {
		var no = new Option();
		no.value = "91";
		no.text  = "Malloa";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "20") {
		var no = new Option();
		no.value = "92";
		no.text  = "Olivar";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "20") {
		var no = new Option();
		no.value = "93";
		no.text  = "Peumo";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "20") {
		var no = new Option();
		no.value = "94";
		no.text  = "Pichidegua";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "20") {
		var no = new Option();
		no.value = "95";
		no.text  = "Quinta de Tilcoco";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "20") {
		var no = new Option();
		no.value = "96";
		no.text  = "Rengo";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "20") {
		var no = new Option();
		no.value = "97";
		no.text  = "Requinoa";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "20") {
		var no = new Option();
		no.value = "98";
		no.text  = "San Vicente";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "21") {
		var no = new Option();
		no.value = "99";
		no.text  = "San Fernando";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "21") {
		var no = new Option();
		no.value = "100";
		no.text  = "Chépica";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "21") {
		var no = new Option();
		no.value = "101";
		no.text  = "Chimbarongo";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "21") {
		var no = new Option();
		no.value = "102";
		no.text  = "Lolol";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "21") {
		var no = new Option();
		no.value = "103";
		no.text  = "Nancagua";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "21") {
		var no = new Option();
		no.value = "104";
		no.text  = "Palmilla";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "21") {
		var no = new Option();
		no.value = "105";
		no.text  = "Peralillo";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "21") {
		var no = new Option();
		no.value = "106";
		no.text  = "Placilla";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "21") {
		var no = new Option();
		no.value = "107";
		no.text  = "Pumanque";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "21") {
		var no = new Option();
		no.value = "108";
		no.text  = "Santa Cruz";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "22") {
		var no = new Option();
		no.value = "109";
		no.text  = "Pichilemu";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "22") {
		var no = new Option();
		no.value = "110";
		no.text  = "La Estrella";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "22") {
		var no = new Option();
		no.value = "111";
		no.text  = "Litueche";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "22") {
		var no = new Option();
		no.value = "112";
		no.text  = "Marchigue";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "22") {
		var no = new Option();
		no.value = "113";
		no.text  = "Navidad";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "7" && ciudad == "22") {
		var no = new Option();
		no.value = "114";
		no.text  = "Paredones";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "23") {
		var no = new Option();
		no.value = "115";
		no.text  = "Curicó";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "23") {
		var no = new Option();
		no.value = "116";
		no.text  = "Teno";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "23") {
		var no = new Option();
		no.value = "117";
		no.text  = "Romeral";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "23") {
		var no = new Option();
		no.value = "118";
		no.text  = "Molina";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "23") {
		var no = new Option();
		no.value = "119";
		no.text  = "Sagrada Familia";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "23") {
		var no = new Option();
		no.value = "120";
		no.text  = "Hualañé";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "23") {
		var no = new Option();
		no.value = "121";
		no.text  = "Licantén";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "23") {
		var no = new Option();
		no.value = "122";
		no.text  = "Vichuquén";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "23") {
		var no = new Option();
		no.value = "123";
		no.text  = "Rauco";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "24") {
		var no = new Option();
		no.value = "124";
		no.text  = "Talca";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "24") {
		var no = new Option();
		no.value = "125";
		no.text  = "Pelarco";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "24") {
		var no = new Option();
		no.value = "126";
		no.text  = "Río Claro";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "24") {
		var no = new Option();
		no.value = "127";
		no.text  = "San Clemente";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "24") {
		var no = new Option();
		no.value = "128";
		no.text  = "Maule";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "24") {
		var no = new Option();
		no.value = "129";
		no.text  = "San Rafael";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "24") {
		var no = new Option();
		no.value = "130";
		no.text  = "Empedrado";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "24") {
		var no = new Option();
		no.value = "131";
		no.text  = "Pencahue";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "24") {
		var no = new Option();
		no.value = "132";
		no.text  = "Constitución";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "24") {
		var no = new Option();
		no.value = "133";
		no.text  = "Curepto";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "25") {
		var no = new Option();
		no.value = "134";
		no.text  = "Linares";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "25") {
		var no = new Option();
		no.value = "135";
		no.text  = "Yerbas Buenas";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "25") {
		var no = new Option();
		no.value = "136";
		no.text  = "Colbún";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "25") {
		var no = new Option();
		no.value = "137";
		no.text  = "Longaví";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "25") {
		var no = new Option();
		no.value = "138";
		no.text  = "Parral";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "25") {
		var no = new Option();
		no.value = "139";
		no.text  = "Retiro";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "25") {
		var no = new Option();
		no.value = "140";
		no.text  = "Villa Alegre";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "25") {
		var no = new Option();
		no.value = "141";
		no.text  = "San Javier";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "26") {
		var no = new Option();
		no.value = "142";
		no.text  = "Cauquenes";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "26") {
		var no = new Option();
		no.value = "143";
		no.text  = "Pelluhue";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "8" && ciudad == "26") {
		var no = new Option();
		no.value = "144";
		no.text  = "Chanco";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "27") {
		var no = new Option();
		no.value = "145";
		no.text  = "Chillán";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "27") {
		var no = new Option();
		no.value = "146";
		no.text  = "San Carlos";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "27") {
		var no = new Option();
		no.value = "147";
		no.text  = "Ñiquén";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "27") {
		var no = new Option();
		no.value = "148";
		no.text  = "San Fabián";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "27") {
		var no = new Option();
		no.value = "149";
		no.text  = "Coihueco";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "27") {
		var no = new Option();
		no.value = "150";
		no.text  = "Pinto";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "27") {
		var no = new Option();
		no.value = "151";
		no.text  = "San Ignacio";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "27") {
		var no = new Option();
		no.value = "152";
		no.text  = "El Carmen";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "27") {
		var no = new Option();
		no.value = "153";
		no.text  = "Yungay";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "27") {
		var no = new Option();
		no.value = "154";
		no.text  = "Pemuco";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "27") {
		var no = new Option();
		no.value = "155";
		no.text  = "Bulnes";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "27") {
		var no = new Option();
		no.value = "156";
		no.text  = "Quillón";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "27") {
		var no = new Option();
		no.value = "157";
		no.text  = "Ranquil";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "27") {
		var no = new Option();
		no.value = "158";
		no.text  = "Portezuelo";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "27") {
		var no = new Option();
		no.value = "159";
		no.text  = "Coelemu";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "27") {
		var no = new Option();
		no.value = "160";
		no.text  = "Trehuaco";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "27") {
		var no = new Option();
		no.value = "161";
		no.text  = "Cobquecura";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "27") {
		var no = new Option();
		no.value = "162";
		no.text  = "Quirihue";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "27") {
		var no = new Option();
		no.value = "163";
		no.text  = "Ninhue";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "27") {
		var no = new Option();
		no.value = "164";
		no.text  = "San Nicolás";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "27") {
		var no = new Option();
		no.value = "165";
		no.text  = "Chillan Viejo";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "28") {
		var no = new Option();
		no.value = "166";
		no.text  = "Los Angeles";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "28") {
		var no = new Option();
		no.value = "167";
		no.text  = "Cabrero";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "28") {
		var no = new Option();
		no.value = "168";
		no.text  = "Tucapel";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "28") {
		var no = new Option();
		no.value = "169";
		no.text  = "Antuco";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "28") {
		var no = new Option();
		no.value = "170";
		no.text  = "Quilleco";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "28") {
		var no = new Option();
		no.value = "171";
		no.text  = "Santa Bárbara";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "28") {
		var no = new Option();
		no.value = "172";
		no.text  = "Quilaco";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "28") {
		var no = new Option();
		no.value = "173";
		no.text  = "Mulchén";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "28") {
		var no = new Option();
		no.value = "174";
		no.text  = "Negrete";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "28") {
		var no = new Option();
		no.value = "175";
		no.text  = "Nacimiento";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "28") {
		var no = new Option();
		no.value = "176";
		no.text  = "Laja";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "28") {
		var no = new Option();
		no.value = "177";
		no.text  = "San Rosendo";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "28") {
		var no = new Option();
		no.value = "178";
		no.text  = "Yumbel";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "29") {
		var no = new Option();
		no.value = "179";
		no.text  = "Concepción";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "29") {
		var no = new Option();
		no.value = "180";
		no.text  = "Talcahuano";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "29") {
		var no = new Option();
		no.value = "181";
		no.text  = "Penco";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "29") {
		var no = new Option();
		no.value = "182";
		no.text  = "Tomé";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "29") {
		var no = new Option();
		no.value = "183";
		no.text  = "Florida";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "29") {
		var no = new Option();
		no.value = "184";
		no.text  = "Hualqui";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "29") {
		var no = new Option();
		no.value = "185";
		no.text  = "Santa Juana";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "29") {
		var no = new Option();
		no.value = "186";
		no.text  = "Lota";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "29") {
		var no = new Option();
		no.value = "187";
		no.text  = "Coronel";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "29") {
		var no = new Option();
		no.value = "188";
		no.text  = "San Pedro de la Paz";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "29") {
		var no = new Option();
		no.value = "189";
		no.text  = "Chiguayante";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "30") {
		var no = new Option();
		no.value = "190";
		no.text  = "Lebu";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "30") {
		var no = new Option();
		no.value = "191";
		no.text  = "Arauco";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "30") {
		var no = new Option();
		no.value = "192";
		no.text  = "Curanilahue";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "30") {
		var no = new Option();
		no.value = "193";
		no.text  = "Los Alamos";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "30") {
		var no = new Option();
		no.value = "194";
		no.text  = "Cañete";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "30") {
		var no = new Option();
		no.value = "195";
		no.text  = "Contulmo";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "9" && ciudad == "30") {
		var no = new Option();
		no.value = "196";
		no.text  = "Tirua";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "31") {
		var no = new Option();
		no.value = "197";
		no.text  = "Angol";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "31") {
		var no = new Option();
		no.value = "198";
		no.text  = "Collipulli";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "31") {
		var no = new Option();
		no.value = "199";
		no.text  = "Curacautín";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "31") {
		var no = new Option();
		no.value = "200";
		no.text  = "Ercilla";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "31") {
		var no = new Option();
		no.value = "201";
		no.text  = "Lonquimay";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "31") {
		var no = new Option();
		no.value = "202";
		no.text  = "Los Sauces";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "31") {
		var no = new Option();
		no.value = "203";
		no.text  = "Lumaco";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "31") {
		var no = new Option();
		no.value = "204";
		no.text  = "Purén";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "31") {
		var no = new Option();
		no.value = "205";
		no.text  = "Renaico";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "31") {
		var no = new Option();
		no.value = "206";
		no.text  = "Traiguén";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "31") {
		var no = new Option();
		no.value = "207";
		no.text  = "Victoria";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "32") {
		var no = new Option();
		no.value = "208";
		no.text  = "Temuco";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "32") {
		var no = new Option();
		no.value = "209";
		no.text  = "Carahue";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "32") {
		var no = new Option();
		no.value = "210";
		no.text  = "Cunco";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "32") {
		var no = new Option();
		no.value = "211";
		no.text  = "Curarrehue";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "32") {
		var no = new Option();
		no.value = "212";
		no.text  = "Freire";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "32") {
		var no = new Option();
		no.value = "213";
		no.text  = "Galvarino";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "32") {
		var no = new Option();
		no.value = "214";
		no.text  = "Gorbea";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "32") {
		var no = new Option();
		no.value = "215";
		no.text  = "Lautaro";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "32") {
		var no = new Option();
		no.value = "216";
		no.text  = "Loncoche";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "32") {
		var no = new Option();
		no.value = "217";
		no.text  = "Melipeuco";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "32") {
		var no = new Option();
		no.value = "218";
		no.text  = "Nueva Imperial";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "32") {
		var no = new Option();
		no.value = "219";
		no.text  = "Padre las Casas";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "32") {
		var no = new Option();
		no.value = "220";
		no.text  = "Perquenco";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "32") {
		var no = new Option();
		no.value = "221";
		no.text  = "Pitrufquén";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "32") {
		var no = new Option();
		no.value = "222";
		no.text  = "Pucón";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "32") {
		var no = new Option();
		no.value = "223";
		no.text  = "Saavedra";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "32") {
		var no = new Option();
		no.value = "224";
		no.text  = "Teodoro Schmidt";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "32") {
		var no = new Option();
		no.value = "225";
		no.text  = "Toltén";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "32") {
		var no = new Option();
		no.value = "226";
		no.text  = "Vilcún";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "10" && ciudad == "32") {
		var no = new Option();
		no.value = "227";
		no.text  = "Villarrica";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "14" && ciudad == "33") {
		var no = new Option();
		no.value = "228";
		no.text  = "Valdivia";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "14" && ciudad == "33") {
		var no = new Option();
		no.value = "229";
		no.text  = "Corral";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "14" && ciudad == "33") {
		var no = new Option();
		no.value = "230";
		no.text  = "Futrono";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "14" && ciudad == "33") {
		var no = new Option();
		no.value = "231";
		no.text  = "La Unión";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "14" && ciudad == "33") {
		var no = new Option();
		no.value = "232";
		no.text  = "Lago Ranco";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "14" && ciudad == "33") {
		var no = new Option();
		no.value = "233";
		no.text  = "Lanco";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "14" && ciudad == "33") {
		var no = new Option();
		no.value = "234";
		no.text  = "Los Lagos";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "14" && ciudad == "33") {
		var no = new Option();
		no.value = "235";
		no.text  = "Máfil";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "14" && ciudad == "33") {
		var no = new Option();
		no.value = "236";
		no.text  = "Mariquina";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "14" && ciudad == "33") {
		var no = new Option();
		no.value = "237";
		no.text  = "Paillaco";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "14" && ciudad == "33") {
		var no = new Option();
		no.value = "238";
		no.text  = "Panguipulli";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "14" && ciudad == "33") {
		var no = new Option();
		no.value = "239";
		no.text  = "Río Bueno";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "14" && ciudad == "34") {
		var no = new Option();
		no.value = "240";
		no.text  = "Osorno";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "14" && ciudad == "34") {
		var no = new Option();
		no.value = "241";
		no.text  = "Puerto Octay";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "14" && ciudad == "34") {
		var no = new Option();
		no.value = "242";
		no.text  = "Purranque";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "14" && ciudad == "34") {
		var no = new Option();
		no.value = "243";
		no.text  = "Puyehue";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "14" && ciudad == "34") {
		var no = new Option();
		no.value = "244";
		no.text  = "Río Negro";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "14" && ciudad == "34") {
		var no = new Option();
		no.value = "245";
		no.text  = "San Juan de la Costa";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "14" && ciudad == "34") {
		var no = new Option();
		no.value = "246";
		no.text  = "San Pablo";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "11" && ciudad == "35") {
		var no = new Option();
		no.value = "247";
		no.text  = "Calbuco";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "11" && ciudad == "35") {
		var no = new Option();
		no.value = "248";
		no.text  = "Cochamó";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "11" && ciudad == "35") {
		var no = new Option();
		no.value = "249";
		no.text  = "Fresia";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "11" && ciudad == "35") {
		var no = new Option();
		no.value = "250";
		no.text  = "Frutillar";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "11" && ciudad == "35") {
		var no = new Option();
		no.value = "251";
		no.text  = "Los Muermos";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "11" && ciudad == "35") {
		var no = new Option();
		no.value = "252";
		no.text  = "Llanquihue";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "11" && ciudad == "35") {
		var no = new Option();
		no.value = "253";
		no.text  = "Maullín";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "11" && ciudad == "35") {
		var no = new Option();
		no.value = "254";
		no.text  = "Puerto Montt";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "11" && ciudad == "35") {
		var no = new Option();
		no.value = "255";
		no.text  = "Puerto Varas";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "11" && ciudad == "36") {
		var no = new Option();
		no.value = "256";
		no.text  = "Ancud";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "11" && ciudad == "36") {
		var no = new Option();
		no.value = "257";
		no.text  = "Castro";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "11" && ciudad == "36") {
		var no = new Option();
		no.value = "258";
		no.text  = "Curaco de Vélez";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "11" && ciudad == "36") {
		var no = new Option();
		no.value = "259";
		no.text  = "Chonchi";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "11" && ciudad == "36") {
		var no = new Option();
		no.value = "260";
		no.text  = "Dalcahue";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "11" && ciudad == "36") {
		var no = new Option();
		no.value = "261";
		no.text  = "Puqueldón";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "11" && ciudad == "36") {
		var no = new Option();
		no.value = "262";
		no.text  = "Queilén";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "11" && ciudad == "36") {
		var no = new Option();
		no.value = "263";
		no.text  = "Quellón";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "11" && ciudad == "36") {
		var no = new Option();
		no.value = "264";
		no.text  = "Quemchi";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "11" && ciudad == "36") {
		var no = new Option();
		no.value = "265";
		no.text  = "Quinchao";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "11" && ciudad == "36") {
		var no = new Option();
		no.value = "266";
		no.text  = "Isla de Quinchao";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "11" && ciudad == "37") {
		var no = new Option();
		no.value = "267";
		no.text  = "Chaitén";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "11" && ciudad == "37") {
		var no = new Option();
		no.value = "268";
		no.text  = "Futaleufú";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "11" && ciudad == "37") {
		var no = new Option();
		no.value = "269";
		no.text  = "Hualaihue";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "11" && ciudad == "37") {
		var no = new Option();
		no.value = "270";
		no.text  = "Palena";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "12" && ciudad == "38") {
		var no = new Option();
		no.value = "271";
		no.text  = "Cochrane";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "12" && ciudad == "38") {
		var no = new Option();
		no.value = "272";
		no.text  = "O'Higgins";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "12" && ciudad == "38") {
		var no = new Option();
		no.value = "273";
		no.text  = "Tortel";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "12" && ciudad == "39") {
		var no = new Option();
		no.value = "274";
		no.text  = "Aysén";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "12" && ciudad == "39") {
		var no = new Option();
		no.value = "275";
		no.text  = "Cisnes";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "12" && ciudad == "39") {
		var no = new Option();
		no.value = "276";
		no.text  = "Guaitecas";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "12" && ciudad == "40") {
		var no = new Option();
		no.value = "277";
		no.text  = "Coihaique";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "12" && ciudad == "40") {
		var no = new Option();
		no.value = "278";
		no.text  = "Lago Verde";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "12" && ciudad == "41") {
		var no = new Option();
		no.value = "279";
		no.text  = "Chile Chico";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "12" && ciudad == "41") {
		var no = new Option();
		no.value = "280";
		no.text  = "Río Ibañez";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "13" && ciudad == "42") {
		var no = new Option();
		no.value = "281";
		no.text  = "Natales";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "13" && ciudad == "42") {
		var no = new Option();
		no.value = "282";
		no.text  = "Torres del Paine";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "13" && ciudad == "43") {
		var no = new Option();
		no.value = "283";
		no.text  = "Punta Arenas";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "13" && ciudad == "43") {
		var no = new Option();
		no.value = "284";
		no.text  = "Río Verde";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "13" && ciudad == "43") {
		var no = new Option();
		no.value = "285";
		no.text  = "Laguna Blanca";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "13" && ciudad == "43") {
		var no = new Option();
		no.value = "286";
		no.text  = "San Gregorio";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "13" && ciudad == "44") {
		var no = new Option();
		no.value = "287";
		no.text  = "Porvenir";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "13" && ciudad == "44") {
		var no = new Option();
		no.value = "288";
		no.text  = "Primavera";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "13" && ciudad == "44") {
		var no = new Option();
		no.value = "289";
		no.text  = "Timaukel";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "13" && ciudad == "44") {
		var no = new Option();
		no.value = "290";
		no.text  = "Navarino";
		document.f2.comuna.options[i++] = no;
	}

	if (region == "13" && ciudad == "44") {
		var no = new Option();
		no.value = "291";
		no.text  = "Antártica";
		document.f2.comuna.options[i++] = no;
	}

	var no = new Option();
	no.value = "0";
	no.text  = "Otra";
	if (!paso)
		no.selected = true;

	document.f2.comuna.options[i++] = no;
	document.f2.comuna.options.length = i;
	document.f2.comuna.focus()
	document.f2.comuna.blur()
}

function cambiaRegiones()
{
	verCiudades();
	verComunas();
}

function cambiaCiudades(queciudad)
{
	var queciu = queciudad.options[queciudad.selectedIndex].value;

	verComunas();
	cambiaComunas(document.f2.comuna);
}

function cambiaComunas(quecomuna)
{
	var quecom = quecomuna.options[quecomuna.selectedIndex].value;

}
-->
