// Sector 2
var cant = 32;

// Vector coordenadas, versión "poly", generadas con coors.html
var coo = new Array (cant);
coo[0] = '81,401, 110,389, 136,391, 178,366, 163,324, 158,306, 225,277, 201,236, 198,193, 203,155, 213,135, 148,82, 61,23, 53,59, 51,75, 35,114, 25,163, 23,200, 11,240, 10,257, 51,262, 65,307, 85,371, 72,398'; 

coo[1] = ' 206,397, 199,370, 160,391'; 
coo[2] = ' 226,399, 216,362, 199,369, 208,397'; 
coo[3] = ' 226,399, 263,401, 256,376, 223,386'; 
coo[4] = ' 264,400, 280,400, 274,371, 257,375'; 
coo[5] = ' 282,399, 300,395, 293,368, 274,372'; 
coo[6] = ' 292,369, 275,372, 266,346, 283,344'; 
coo[7] = ' 274,371, 268,346, 250,350, 257,375'; 
coo[8] = ' 256,374, 251,351, 232,356, 239,378'; 
coo[9] = ' 237,379, 233,356, 216,362, 222,384'; 

coo[10] = ' 190,360, 209,353, 198,329, 179,337'; 
coo[11] = ' 228,345, 219,321, 199,329, 209,352'; 
coo[12] = ' 248,338, 240,313, 218,320, 229,345'; 
coo[13] = ' 266,334, 259,307, 239,313, 247,338'; 
coo[14] = ' 283,330, 281,303, 260,307, 268,334'; 
coo[15] = ' 280,302, 263,307, 258,278, 278,275'; 
coo[16] = ' 263,306, 258,278, 240,283, 247,310'; 
coo[17] = ' 246,311, 238,283, 220,289, 230,316'; 
coo[18] = ' 229,316, 218,289, 201,297, 212,322'; 
coo[19] = ' 212,320, 200,297, 183,305, 196,328'; 
coo[20] = ' 194,328, 183,306, 168,313, 179,337'; 
coo[21] = ' 232,272, 217,249, 237,243, 246,269'; 
coo[22] = ' 245,268, 238,243, 255,238, 261,264'; 
coo[23] = ' 262,264, 257,239, 274,234, 278,261'; 
coo[24] = ' 274,235, 272,225, 257,213, 237,224, 249,240'; 
coo[25] = ' 256,213, 253,197, 230,195, 237,223'; 
coo[26] = ' 253,197, 229,192, 236,174, 255,190'; 
coo[27] = ' 236,172, 232,180, 208,172, 217,148'; 
coo[28] = ' 229,194, 232,180, 208,173, 207,191'; 
coo[29] = ' 230,211, 229,193, 206,191, 205,213'; 
coo[30] = ' 234,225, 230,211, 207,214, 210,232'; 
coo[31] = ' 247,239, 237,224, 210,231, 216,249'; 


// Coordenadas de los bullets, generadas con coors
var bulcoo = new Array (cant);
bulcoo[0] = new Array ( 99,205); 
bulcoo[1] = new Array ( 181,382); 
bulcoo[2] = new Array ( 206,371); 
bulcoo[3] = new Array ( 230,386); 
bulcoo[4] = new Array ( 266,379); 
bulcoo[5] = new Array ( 281,377); 
bulcoo[6] = new Array ( 278,360); 
bulcoo[7] = new Array ( 259,363); 
bulcoo[8] = new Array ( 242,368); 
bulcoo[9] = new Array ( 224,374); 

bulcoo[10] = new Array ( 189,337); 
bulcoo[11] = new Array ( 209,330); 
bulcoo[12] = new Array ( 227,320); 
bulcoo[13] = new Array ( 248,315); 
bulcoo[14] = new Array ( 269,311); 
bulcoo[15] = new Array ( 268,293); 
bulcoo[16] = new Array ( 248,298); 
bulcoo[17] = new Array ( 232,302); 
bulcoo[18] = new Array ( 213,309); 
bulcoo[19] = new Array ( 197,316); 
bulcoo[20] = new Array ( 179,324); 
bulcoo[21] = new Array ( 232,261); 
bulcoo[22] = new Array ( 248,259); 
bulcoo[23] = new Array ( 265,255); 
bulcoo[24] = new Array ( 243,223); 
bulcoo[25] = new Array ( 236,207); 
bulcoo[26] = new Array ( 233,185); 
bulcoo[27] = new Array ( 223,165); 
bulcoo[28] = new Array ( 220,181); 
bulcoo[29] = new Array ( 217,198); 
bulcoo[30] = new Array ( 222,216); 
bulcoo[31] = new Array ( 229,233); 



// Vector Lote: 0 Manzana, 1 Lote, 2 Sup, 3 Precio, 4 Cota, 5 Desc, 6 Estado
var db = new Array (cant);
db[0] = new Array ('7, 10, 11 y 12','de esas manzanas.',0,0,0,'Las manzanas 7, 10, 11 y 12 del Sector II no están a la venta.',0);

db[1] = new Array (4,1,1334,0,1,'1era calle',2);
db[2] = new Array (4,2,1167,0,1,'1era calle',2);
db[3] = new Array (4,3,1508,0,1,'1era calle',2);
db[4] = new Array (4,4,988,0,1,'1era calle',2);
db[5] = new Array (4,5,1056,0,2,'1era calle',2);
db[6] = new Array (4,6,1000,0,2,'2da calle',2);
db[7] = new Array (4,7,893,0,2,'2da calle',2);
db[8] = new Array (4,8,853,0,2,'2da calle',2);
db[9] = new Array (4,9,808,0,2,'2da calle',2);


db[10] = new Array (6,1,1141,0,5,'2da calle',2);
db[11] = new Array (6,2,1205,0,5,'2da calle',2);
db[12] = new Array (6,3,1105,0,5,'2da calle',2);
db[13] = new Array (6,4,1075,0,5,'2da calle',2);
db[14] = new Array (6,5,1146,0,5,'2da calle',2);
db[15] = new Array (6,6,1008,0,7,'3ra calle',2);
db[16] = new Array (6,7,1074,0,7,'3ra calle',2);
db[17] = new Array (6,8,1068,0,7,'3ra calle',2);
db[18] = new Array (6,9,1045,0,7,'3ra calle',2);
db[19] = new Array (6,10,1030,0,7,'3ra calle',2);
db[20] = new Array (6,11,932,0,7,'3ra calle',2);


db[21] = new Array (9,1,995,0,7,'3ra calle',2);
db[22] = new Array (9,2,1015,0,7,'3ra calle',2);
db[23] = new Array (9,3,931,0,7,'3ra calle',2);
db[24] = new Array (9,4,1185,0,7,'Rotonda',2);
db[25] = new Array (9,5,1206,0,7,'Rotonda',2);
db[26] = new Array (9,6,743,0,6,'Rotonda',2);
db[27] = new Array (9,7,955,0,5,'Calle entre 9 y 10',2);
db[28] = new Array (9,8,810,0,5,'Calle entre 9 y 10',2);
db[29] = new Array (9,9,951,0,5,'Calle entre 9 y 10',2);
db[30] = new Array (9,10,869,0,6,'Calle entre 9 y 10',2);
db[31] = new Array (9,11,1061,0,6,'Calle entre 9 y 10',2);





