selval = new Array(36);
selval[0] = "zoc1.htm";
selval[1] = "zoc2.htm";
selval[2] = "zoc3.htm";
selval[3] = "alam1.htm";
selval[4] = "alam2.htm";
selval[5] = "torre1.htm";
selval[6] = "torre2.htm";
selval[7] = "park1.htm";
selval[8] = "park2.htm";
selval[9] = "park3.htm";
selval[10] = "reforma1.htm";
selval[11] = "reforma2.htm";
selval[12] = "guad1.htm";
selval[13] = "guad2.htm";
selval[14] = "guad3.htm";
selval[15] = "dom1.htm";
selval[16] = "gari1.htm";
selval[17] = "gari2.htm";
selval[18] = "mjr1.htm";
selval[19] = "tlat1.htm";
selval[20] = "tlat2.htm";
selval[21] = "niv1.htm";
selval[22] = "sda1.htm";
selval[23] = "ang1.htm";
selval[24] = "ang2.htm";
selval[25] = "ang3.htm";
selval[26] = "ang4.htm";
selval[27] = "coy1.htm";
selval[28] = "coy2.htm";
selval[29] = "coy3.htm";
selval[30] = "xml1.htm";
selval[31] = "xml2.htm";
selval[32] = "cerro1.htm";
selval[33] = "cerro2.htm";
selval[34] = "cerro3.htm";
selval[35] = "../df.htm";

function gonext(idx)
{	var ix1 = idx;
	if (ix1 < 0) {ix1 = document.selform.select1.selectedIndex;}

	top.location = selval[ix1];
}
