 function initialize() {
  if (GBrowserIsCompatible())  {
    map = new GMap2(document.getElementById("map_canvas_h"));
    map.setCenter(new GLatLng(52.5166667, 13.4));
    map.addControl(new GLargeMapControl());
    map.enableContinuousZoom();
    map.enableScrollWheelZoom();
    map.setZoom(5);
    updateMap();
  }
}
function updateMap() {
  if (map==null) {alert("ERROR");return;}
  map.savePosition();
  map.clearOverlays();
  var marker = new GMarker(new GLatLng(52.5166667, 13.4));
  map.addOverlay(marker);
  var polyPoints;
  var polygon;
   // MAP: Color "#00ff00" Name fsme
    // Read data point 72
  polyPoints = new Array();
polyPoints.push(new GLatLng(46.7399, 7.3499)); // Point_0
polyPoints.push(new GLatLng(46.8827, 6.7017)); // Point_1
polyPoints.push(new GLatLng(47.7763, 7.1191)); // Point_2
polyPoints.push(new GLatLng(48.5748, 7.6245)); // Point_3
polyPoints.push(new GLatLng(49.4038, 7.6685)); // Point_4
polyPoints.push(new GLatLng(50.1276, 8.4155)); // Point_5
polyPoints.push(new GLatLng(50.8198, 9.6130)); // Point_6
polyPoints.push(new GLatLng(50.9792, 11.5247)); // Point_7
polyPoints.push(new GLatLng(50.7156, 12.5903)); // Point_8
polyPoints.push(new GLatLng(51.2619, 15.9961)); // Point_9
polyPoints.push(new GLatLng(51.0966, 19.4238)); // Point_10
polyPoints.push(new GLatLng(51.2344, 22.6099)); // Point_11
polyPoints.push(new GLatLng(53.5403, 22.2803)); // Point_12
polyPoints.push(new GLatLng(54.3550, 16.8311)); // Point_13
polyPoints.push(new GLatLng(53.1204, 14.5239)); // Point_14
polyPoints.push(new GLatLng(53.8266, 14.2822)); // Point_15
polyPoints.push(new GLatLng(54.4445, 16.5674)); // Point_16
polyPoints.push(new GLatLng(54.7627, 18.2373)); // Point_17
polyPoints.push(new GLatLng(54.2524, 19.2480)); // Point_18
polyPoints.push(new GLatLng(54.8513, 20.2808)); // Point_19
polyPoints.push(new GLatLng(54.8513, 21.3135)); // Point_20
polyPoints.push(new GLatLng(56.6683, 21.0718)); // Point_21
polyPoints.push(new GLatLng(57.6689, 22.4780)); // Point_22
polyPoints.push(new GLatLng(56.9450, 24.0381)); // Point_23
polyPoints.push(new GLatLng(58.2170, 24.1699)); // Point_24
polyPoints.push(new GLatLng(59.0970, 23.5986)); // Point_25
polyPoints.push(new GLatLng(59.4674, 26.5430)); // Point_26
polyPoints.push(new GLatLng(67.7428, 29.6191)); // Point_27
polyPoints.push(new GLatLng(64.8116, 43.0664)); // Point_28
polyPoints.push(new GLatLng(58.4937, 61.6992)); // Point_29
polyPoints.push(new GLatLng(45.0890, 47.9004)); // Point_30
polyPoints.push(new GLatLng(43.5167, 39.2871)); // Point_31
polyPoints.push(new GLatLng(46.1342, 31.2891)); // Point_32
polyPoints.push(new GLatLng(45.4601, 29.8828)); // Point_33
polyPoints.push(new GLatLng(47.9899, 27.9492)); // Point_34
polyPoints.push(new GLatLng(47.6358, 25.1367)); // Point_35
polyPoints.push(new GLatLng(47.6950, 23.0273)); // Point_36
polyPoints.push(new GLatLng(47.8427, 21.0498)); // Point_37
polyPoints.push(new GLatLng(47.2494, 19.0723)); // Point_38
polyPoints.push(new GLatLng(46.0427, 18.4131)); // Point_39
polyPoints.push(new GLatLng(45.5833, 16.3037)); // Point_40
polyPoints.push(new GLatLng(45.3521, 15.2271)); // Point_41
polyPoints.push(new GLatLng(45.5217, 13.9526)); // Point_42
polyPoints.push(new GLatLng(46.3318, 13.4912)); // Point_43
polyPoints.push(new GLatLng(47.2046, 13.5571)); // Point_44
polyPoints.push(new GLatLng(47.4429, 12.4365)); // Point_45
polyPoints.push(new GLatLng(47.2196, 11.5356)); // Point_46
polyPoints.push(new GLatLng(47.1897, 10.3711)); // Point_47
polyPoints.push(new GLatLng(47.1598, 9.1846)); // Point_48
polyPoints.push(new GLatLng(47.1897, 8.5034)); // Point_49
polyPoints.push(new GLatLng(46.7700, 7.8882)); // Point_50
// Next partial map 
polyPoints.push(new GLatLng(46.7399, 7.3499)); // Repeat first
polygon = new GPolygon(polyPoints,"#000000",2,.5,"#00ff00",.2);
  if (isChecked("fsme")) {
    map.addOverlay(polygon);
  }
    polyPoints = new Array();
polyPoints.push(new GLatLng(55.4789, 13.0518)); // Point_0
polyPoints.push(new GLatLng(55.1789, 14.2383)); // Point_1
polyPoints.push(new GLatLng(55.8753, 15.0732)); // Point_2
polyPoints.push(new GLatLng(56.2189, 17.0947)); // Point_3
polyPoints.push(new GLatLng(57.1839, 19.0283)); // Point_4
polyPoints.push(new GLatLng(58.0081, 18.8086)); // Point_5
polyPoints.push(new GLatLng(57.6336, 17.0068)); // Point_6
polyPoints.push(new GLatLng(58.6083, 17.8857)); // Point_7
polyPoints.push(new GLatLng(59.1534, 19.2041)); // Point_8
polyPoints.push(new GLatLng(60.3487, 18.3691)); // Point_9
polyPoints.push(new GLatLng(60.4139, 17.1387)); // Point_10
polyPoints.push(new GLatLng(60.0868, 17.0068)); // Point_11
polyPoints.push(new GLatLng(58.9953, 16.7871)); // Point_12
polyPoints.push(new GLatLng(58.6312, 16.4355)); // Point_13
polyPoints.push(new GLatLng(57.5866, 15.8643)); // Point_14
polyPoints.push(new GLatLng(57.0646, 15.8203)); // Point_15
polyPoints.push(new GLatLng(56.7527, 14.8535)); // Point_16
polyPoints.push(new GLatLng(56.1945, 14.0186)); // Point_17
// Next partial map 
polyPoints.push(new GLatLng(55.4789, 13.0518)); // Repeat first
polygon = new GPolygon(polyPoints,"#000000",2,.5,"#00ff00",.2);
  if (isChecked("fsme")) {
    map.addOverlay(polygon);
  }
    polyPoints = new Array();
// Next partial map 
   // MAP: Color "#ff0000" Name leishmania
    // Read data point 125
  polyPoints = new Array();
polyPoints.push(new GLatLng(41.6401, -8.4375)); // Point_0
polyPoints.push(new GLatLng(41.7713, -4.7461)); // Point_1
polyPoints.push(new GLatLng(42.5531, -1.4063)); // Point_2
polyPoints.push(new GLatLng(44.9648, 2.2852)); // Point_3
polyPoints.push(new GLatLng(44.8403, 6.5039)); // Point_4
polyPoints.push(new GLatLng(45.0890, 9.8438)); // Point_5
polyPoints.push(new GLatLng(45.7062, 13.0078)); // Point_6
polyPoints.push(new GLatLng(46.0122, 15.6445)); // Point_7
polyPoints.push(new GLatLng(45.8288, 19.1602)); // Point_8
polyPoints.push(new GLatLng(45.6448, 21.8848)); // Point_9
polyPoints.push(new GLatLng(45.3984, 25.4883)); // Point_10
polyPoints.push(new GLatLng(44.2767, 28.5645)); // Point_11
polyPoints.push(new GLatLng(44.1507, 38.2324)); // Point_12
polyPoints.push(new GLatLng(44.2767, 47.1094)); // Point_13
polyPoints.push(new GLatLng(46.0122, 55.4590)); // Point_14
polyPoints.push(new GLatLng(46.4984, 60.5566)); // Point_15
polyPoints.push(new GLatLng(44.7155, 65.0391)); // Point_16
polyPoints.push(new GLatLng(41.5744, 67.1484)); // Point_17
polyPoints.push(new GLatLng(36.7389, 66.7090)); // Point_18
polyPoints.push(new GLatLng(30.3729, 63.1055)); // Point_19
polyPoints.push(new GLatLng(26.4312, 57.6563)); // Point_20
polyPoints.push(new GLatLng(24.6071, 50.8887)); // Point_21
polyPoints.push(new GLatLng(29.4587, 40.5176)); // Point_22
polyPoints.push(new GLatLng(30.6001, 35.8594)); // Point_23
polyPoints.push(new GLatLng(28.4590, 29.0918)); // Point_24
polyPoints.push(new GLatLng(28.7677, 21.3574)); // Point_25
polyPoints.push(new GLatLng(29.6117, 12.2168)); // Point_26
polyPoints.push(new GLatLng(31.5036, 8.5254)); // Point_27
polyPoints.push(new GLatLng(34.3071, 5.0098)); // Point_28
polyPoints.push(new GLatLng(33.7974, 0.7031)); // Point_29
polyPoints.push(new GLatLng(32.8427, -2.1973)); // Point_30
polyPoints.push(new GLatLng(29.9169, -5.0098)); // Point_31
polyPoints.push(new GLatLng(27.1374, -8.5254)); // Point_32
polyPoints.push(new GLatLng(26.6671, -12.4805)); // Point_33
polyPoints.push(new GLatLng(29.5352, -9.6680)); // Point_34
polyPoints.push(new GLatLng(33.0639, -7.4707)); // Point_35
polyPoints.push(new GLatLng(36.5979, -7.9980)); // Point_36
polyPoints.push(new GLatLng(39.6395, -8.8770)); // Point_37
// Next partial map 
polyPoints.push(new GLatLng(41.6401, -8.4375)); // Repeat first
polygon = new GPolygon(polyPoints,"#000000",2,.5,"#ff0000",.2);
  if (isChecked("leishmania")) {
    map.addOverlay(polygon);
  }
    polyPoints = new Array();
polyPoints.push(new GLatLng(17.3087, -15.6445)); // Point_0
polyPoints.push(new GLatLng(17.6440, 0.0000)); // Point_1
polyPoints.push(new GLatLng(17.1408, 15.1172)); // Point_2
polyPoints.push(new GLatLng(15.1146, 26.3672)); // Point_3
polyPoints.push(new GLatLng(13.5819, 36.3867)); // Point_4
polyPoints.push(new GLatLng(8.4072, 39.9023)); // Point_5
polyPoints.push(new GLatLng(3.1625, 43.9453)); // Point_6
polyPoints.push(new GLatLng(0.5273, 39.3750)); // Point_7
polyPoints.push(new GLatLng(0.1758, 34.2773)); // Point_8
polyPoints.push(new GLatLng(3.1625, 30.2344)); // Point_9
polyPoints.push(new GLatLng(7.1881, 26.7188)); // Point_10
polyPoints.push(new GLatLng(8.2332, 21.7969)); // Point_11
polyPoints.push(new GLatLng(0.5273, 18.8086)); // Point_12
polyPoints.push(new GLatLng(-4.9158, 13.7109)); // Point_13
polyPoints.push(new GLatLng(-4.2149, 10.8984)); // Point_14
polyPoints.push(new GLatLng(3.1625, 7.2070)); // Point_15
polyPoints.push(new GLatLng(5.4410, 1.5820)); // Point_16
polyPoints.push(new GLatLng(4.0396, -7.7344)); // Point_17
polyPoints.push(new GLatLng(9.2756, -14.4141)); // Point_18
// Next partial map 
polyPoints.push(new GLatLng(17.3087, -15.6445)); // Repeat first
polygon = new GPolygon(polyPoints,"#000000",2,.5,"#ff0000",.2);
  if (isChecked("leishmania")) {
    map.addOverlay(polygon);
  }
    polyPoints = new Array();
polyPoints.push(new GLatLng(22.0245, 89.0332)); // Point_0
polyPoints.push(new GLatLng(16.8887, 83.2324)); // Point_1
polyPoints.push(new GLatLng(9.6224, 79.3652)); // Point_2
polyPoints.push(new GLatLng(8.4072, 76.7285)); // Point_3
polyPoints.push(new GLatLng(18.7295, 72.4219)); // Point_4
polyPoints.push(new GLatLng(22.9989, 68.8184)); // Point_5
polyPoints.push(new GLatLng(25.0856, 65.3027)); // Point_6
polyPoints.push(new GLatLng(30.6001, 67.7637)); // Point_7
polyPoints.push(new GLatLng(33.7243, 70.6641)); // Point_8
polyPoints.push(new GLatLng(33.7974, 74.9707)); // Point_9
polyPoints.push(new GLatLng(29.5352, 81.2109)); // Point_10
polyPoints.push(new GLatLng(26.2737, 87.1875)); // Point_11
// Next partial map 
polyPoints.push(new GLatLng(22.0245, 89.0332)); // Repeat first
polygon = new GPolygon(polyPoints,"#000000",2,.5,"#ff0000",.2);
  if (isChecked("leishmania")) {
    map.addOverlay(polygon);
  }
    polyPoints = new Array();
polyPoints.push(new GLatLng(-18.3128, 12.1289)); // Point_0
polyPoints.push(new GLatLng(-18.8127, 20.3906)); // Point_1
polyPoints.push(new GLatLng(-25.1652, 21.2695)); // Point_2
polyPoints.push(new GLatLng(-29.2289, 19.6875)); // Point_3
polyPoints.push(new GLatLng(-29.3822, 16.5234)); // Point_4
polyPoints.push(new GLatLng(-24.6870, 14.7656)); // Point_5
// Next partial map 
polyPoints.push(new GLatLng(-18.3128, 12.1289)); // Repeat first
polygon = new GPolygon(polyPoints,"#000000",2,.5,"#ff0000",.2);
  if (isChecked("leishmania")) {
    map.addOverlay(polygon);
  }
    polyPoints = new Array();
polyPoints.push(new GLatLng(14.9448, -94.5703)); // Point_0
polyPoints.push(new GLatLng(17.6440, -92.6367)); // Point_1
polyPoints.push(new GLatLng(19.9733, -89.6484)); // Point_2
polyPoints.push(new GLatLng(19.9733, -86.8359)); // Point_3
polyPoints.push(new GLatLng(15.2842, -87.7148)); // Point_4
polyPoints.push(new GLatLng(14.2644, -83.8477)); // Point_5
polyPoints.push(new GLatLng(11.0059, -82.7930)); // Point_6
polyPoints.push(new GLatLng(8.4072, -82.4414)); // Point_7
polyPoints.push(new GLatLng(8.2332, -78.3984)); // Point_8
polyPoints.push(new GLatLng(9.9689, -74.8828)); // Point_9
polyPoints.push(new GLatLng(10.6606, -69.7852)); // Point_10
polyPoints.push(new GLatLng(9.1021, -64.5117)); // Point_11
polyPoints.push(new GLatLng(8.7548, -61.3477)); // Point_12
polyPoints.push(new GLatLng(4.7407, -55.5469)); // Point_13
polyPoints.push(new GLatLng(2.8114, -51.1523)); // Point_14
polyPoints.push(new GLatLng(-1.4061, -49.0430)); // Point_15
polyPoints.push(new GLatLng(-3.6889, -43.5938)); // Point_16
polyPoints.push(new GLatLng(-6.1406, -36.5625)); // Point_17
polyPoints.push(new GLatLng(-8.7548, -34.4531)); // Point_18
polyPoints.push(new GLatLng(-12.5546, -37.0898)); // Point_19
polyPoints.push(new GLatLng(-17.4764, -38.8477)); // Point_20
polyPoints.push(new GLatLng(-22.9179, -41.6602)); // Point_21
polyPoints.push(new GLatLng(-24.8466, -45.5273)); // Point_22
polyPoints.push(new GLatLng(-27.2156, -48.5156)); // Point_23
polyPoints.push(new GLatLng(-32.2500, -51.1523)); // Point_24
polyPoints.push(new GLatLng(-35.0300, -53.7891)); // Point_25
polyPoints.push(new GLatLng(-35.7465, -56.0742)); // Point_26
polyPoints.push(new GLatLng(-33.7243, -59.5898)); // Point_27
polyPoints.push(new GLatLng(-31.3536, -63.4570)); // Point_28
polyPoints.push(new GLatLng(-28.7677, -66.4453)); // Point_29
polyPoints.push(new GLatLng(-22.7559, -67.5000)); // Point_30
polyPoints.push(new GLatLng(-18.3128, -68.9063)); // Point_31
polyPoints.push(new GLatLng(-13.4110, -71.7188)); // Point_32
polyPoints.push(new GLatLng(-10.6606, -74.3555)); // Point_33
polyPoints.push(new GLatLng(-7.5368, -77.6953)); // Point_34
polyPoints.push(new GLatLng(-5.2660, -80.1563)); // Point_35
polyPoints.push(new GLatLng(1.0546, -79.1016)); // Point_36
polyPoints.push(new GLatLng(4.3902, -77.5195)); // Point_37
polyPoints.push(new GLatLng(7.4496, -78.3984)); // Point_38
polyPoints.push(new GLatLng(7.4496, -80.3320)); // Point_39
polyPoints.push(new GLatLng(7.1881, -81.2988)); // Point_40
polyPoints.push(new GLatLng(7.9722, -83.2324)); // Point_41
polyPoints.push(new GLatLng(10.0554, -85.8691)); // Point_42
polyPoints.push(new GLatLng(12.5546, -88.2422)); // Point_43
polyPoints.push(new GLatLng(13.2399, -91.1426)); // Point_44
// Next partial map 
polyPoints.push(new GLatLng(14.9448, -94.5703)); // Repeat first
polygon = new GPolygon(polyPoints,"#000000",2,.5,"#ff0000",.2);
  if (isChecked("leishmania")) {
    map.addOverlay(polygon);
  }
    polyPoints = new Array();
   // MAP: Color "#ffff00" Name malaria
    // Read data point 200
  polyPoints = new Array();
polyPoints.push(new GLatLng(32.1012, -116.8066)); // Point_0
polyPoints.push(new GLatLng(31.4287, -112.1484)); // Point_1
polyPoints.push(new GLatLng(31.1282, -106.8750)); // Point_2
polyPoints.push(new GLatLng(28.9216, -102.7441)); // Point_3
polyPoints.push(new GLatLng(25.9580, -98.7891)); // Point_4
polyPoints.push(new GLatLng(25.3242, -97.3828)); // Point_5
polyPoints.push(new GLatLng(21.3712, -97.5586)); // Point_6
polyPoints.push(new GLatLng(17.6440, -93.7793)); // Point_7
polyPoints.push(new GLatLng(20.3858, -90.3516)); // Point_8
polyPoints.push(new GLatLng(20.7150, -86.8359)); // Point_9
polyPoints.push(new GLatLng(15.6230, -88.1543)); // Point_10
polyPoints.push(new GLatLng(14.6048, -83.4961)); // Point_11
polyPoints.push(new GLatLng(10.4014, -83.6719)); // Point_12
polyPoints.push(new GLatLng(7.8851, -81.0352)); // Point_13
polyPoints.push(new GLatLng(8.2332, -76.7285)); // Point_14
polyPoints.push(new GLatLng(11.6092, -71.8945)); // Point_15
polyPoints.push(new GLatLng(9.7091, -65.5664)); // Point_16
polyPoints.push(new GLatLng(5.8783, -57.7441)); // Point_17
polyPoints.push(new GLatLng(3.5134, -50.9766)); // Point_18
polyPoints.push(new GLatLng(-2.2846, -45.3516)); // Point_19
polyPoints.push(new GLatLng(-6.6646, -35.8594)); // Point_20
polyPoints.push(new GLatLng(-11.3508, -36.0352)); // Point_21
polyPoints.push(new GLatLng(-14.4347, -38.6719)); // Point_22
polyPoints.push(new GLatLng(-23.7250, -42.7148)); // Point_23
polyPoints.push(new GLatLng(-26.7456, -48.3398)); // Point_24
polyPoints.push(new GLatLng(-33.2846, -52.2070)); // Point_25
polyPoints.push(new GLatLng(-31.0529, -56.4258)); // Point_26
polyPoints.push(new GLatLng(-27.2156, -58.3594)); // Point_27
polyPoints.push(new GLatLng(-23.0797, -62.7539)); // Point_28
polyPoints.push(new GLatLng(-23.7250, -67.5000)); // Point_29
polyPoints.push(new GLatLng(-19.4770, -70.6641)); // Point_30
polyPoints.push(new GLatLng(-14.9448, -76.6406)); // Point_31
polyPoints.push(new GLatLng(-5.6160, -81.2109)); // Point_32
polyPoints.push(new GLatLng(0.7031, -79.1016)); // Point_33
polyPoints.push(new GLatLng(6.8392, -77.6953)); // Point_34
polyPoints.push(new GLatLng(6.6646, -80.2441)); // Point_35
polyPoints.push(new GLatLng(9.0153, -84.7266)); // Point_36
polyPoints.push(new GLatLng(12.5546, -88.4180)); // Point_37
polyPoints.push(new GLatLng(15.5384, -95.0977)); // Point_38
polyPoints.push(new GLatLng(17.1408, -101.6895)); // Point_39
polyPoints.push(new GLatLng(19.8081, -105.8203)); // Point_40
polyPoints.push(new GLatLng(22.5937, -109.9512)); // Point_41
polyPoints.push(new GLatLng(29.5352, -115.8398)); // Point_42
// Next partial map 
polyPoints.push(new GLatLng(32.1012, -116.8066)); // Repeat first
polygon = new GPolygon(polyPoints,"#000000",2,.5,"#ffff00",.2);
  if (isChecked("malaria")) {
    map.addOverlay(polygon);
  }
    polyPoints = new Array();
polyPoints.push(new GLatLng(19.2282, -73.3008)); // Point_0
polyPoints.push(new GLatLng(17.9787, -74.3555)); // Point_1
polyPoints.push(new GLatLng(17.2248, -70.5762)); // Point_2
polyPoints.push(new GLatLng(16.6362, -63.2813)); // Point_3
polyPoints.push(new GLatLng(14.0087, -61.4355)); // Point_4
polyPoints.push(new GLatLng(14.6048, -60.2051)); // Point_5
polyPoints.push(new GLatLng(17.4764, -61.6113)); // Point_6
polyPoints.push(new GLatLng(20.2210, -70.2246)); // Point_7
// Next partial map 
polyPoints.push(new GLatLng(19.2282, -73.3008)); // Repeat first
polygon = new GPolygon(polyPoints,"#000000",2,.5,"#ffff00",.2);
  if (isChecked("malaria")) {
    map.addOverlay(polygon);
  }
    polyPoints = new Array();
polyPoints.push(new GLatLng(19.9733, -16.1719)); // Point_0
polyPoints.push(new GLatLng(20.3034, -13.3594)); // Point_1
polyPoints.push(new GLatLng(26.1160, -8.2617)); // Point_2
polyPoints.push(new GLatLng(18.1459, 4.0430)); // Point_3
polyPoints.push(new GLatLng(22.4313, 11.9531)); // Point_4
polyPoints.push(new GLatLng(22.2688, 16.1719)); // Point_5
polyPoints.push(new GLatLng(19.1452, 25.1367)); // Point_6
polyPoints.push(new GLatLng(30.7513, 25.3125)); // Point_7
polyPoints.push(new GLatLng(29.8406, 33.9258)); // Point_8
polyPoints.push(new GLatLng(28.3044, 35.1563)); // Point_9
polyPoints.push(new GLatLng(29.2289, 37.9688)); // Point_10
polyPoints.push(new GLatLng(32.0267, 37.0898)); // Point_11
polyPoints.push(new GLatLng(33.3581, 35.4199)); // Point_12
polyPoints.push(new GLatLng(36.1024, 35.9473)); // Point_13
polyPoints.push(new GLatLng(36.3859, 31.2012)); // Point_14
polyPoints.push(new GLatLng(36.9499, 27.2461)); // Point_15
polyPoints.push(new GLatLng(39.7748, 26.9824)); // Point_16
polyPoints.push(new GLatLng(40.9799, 28.2129)); // Point_17
polyPoints.push(new GLatLng(41.3768, 32.9590)); // Point_18
polyPoints.push(new GLatLng(40.5806, 40.6055)); // Point_19
polyPoints.push(new GLatLng(39.0277, 46.4941)); // Point_20
polyPoints.push(new GLatLng(36.1024, 51.5039)); // Point_21
polyPoints.push(new GLatLng(36.9499, 58.8867)); // Point_22
polyPoints.push(new GLatLng(34.4522, 62.9297)); // Point_23
polyPoints.push(new GLatLng(36.5979, 67.5000)); // Point_24
polyPoints.push(new GLatLng(38.9594, 74.0039)); // Point_25
polyPoints.push(new GLatLng(44.5905, 81.7383)); // Point_26
polyPoints.push(new GLatLng(48.4584, 87.3633)); // Point_27
polyPoints.push(new GLatLng(42.1634, 99.6680)); // Point_28
polyPoints.push(new GLatLng(43.8345, 113.7305)); // Point_29
polyPoints.push(new GLatLng(50.2893, 119.5313)); // Point_30
polyPoints.push(new GLatLng(52.9089, 122.3438)); // Point_31
polyPoints.push(new GLatLng(47.1598, 131.6602)); // Point_32
polyPoints.push(new GLatLng(45.7062, 133.9453)); // Point_33
polyPoints.push(new GLatLng(41.5086, 129.9023)); // Point_34
polyPoints.push(new GLatLng(39.0960, 124.8047)); // Point_35
polyPoints.push(new GLatLng(38.2727, 118.8281)); // Point_36
polyPoints.push(new GLatLng(33.1376, 120.5859)); // Point_37
polyPoints.push(new GLatLng(25.6415, 120.7617)); // Point_38
polyPoints.push(new GLatLng(20.4682, 111.9727)); // Point_39
polyPoints.push(new GLatLng(18.9790, 106.5234)); // Point_40
polyPoints.push(new GLatLng(12.8975, 110.0391)); // Point_41
polyPoints.push(new GLatLng(8.2332, 105.9961)); // Point_42
polyPoints.push(new GLatLng(11.8674, 100.8984)); // Point_43
polyPoints.push(new GLatLng(5.7909, 101.4258)); // Point_44
polyPoints.push(new GLatLng(2.6358, 105.2930)); // Point_45
polyPoints.push(new GLatLng(0.5273, 103.8867)); // Point_46
polyPoints.push(new GLatLng(5.7909, 98.7891)); // Point_47
polyPoints.push(new GLatLng(15.4537, 96.8555)); // Point_48
polyPoints.push(new GLatLng(20.7972, 91.4063)); // Point_49
polyPoints.push(new GLatLng(19.1452, 86.3086)); // Point_50
polyPoints.push(new GLatLng(14.6048, 80.8594)); // Point_51
polyPoints.push(new GLatLng(9.2756, 79.8047)); // Point_52
polyPoints.push(new GLatLng(6.4900, 82.2656)); // Point_53
polyPoints.push(new GLatLng(5.2660, 80.1563)); // Point_54
polyPoints.push(new GLatLng(7.0137, 77.6953)); // Point_55
polyPoints.push(new GLatLng(13.0688, 74.3555)); // Point_56
polyPoints.push(new GLatLng(20.9614, 72.0703)); // Point_57
polyPoints.push(new GLatLng(21.1255, 68.5547)); // Point_58
polyPoints.push(new GLatLng(24.3671, 64.6875)); // Point_59
polyPoints.push(new GLatLng(25.0060, 57.3047)); // Point_60
polyPoints.push(new GLatLng(28.7677, 49.5703)); // Point_61
polyPoints.push(new GLatLng(27.5278, 48.3398)); // Point_62
polyPoints.push(new GLatLng(25.0060, 50.6250)); // Point_63
polyPoints.push(new GLatLng(22.9179, 52.0313)); // Point_64
polyPoints.push(new GLatLng(21.2894, 55.0195)); // Point_65
polyPoints.push(new GLatLng(24.5271, 56.4258)); // Point_66
polyPoints.push(new GLatLng(21.9430, 59.5898)); // Point_67
polyPoints.push(new GLatLng(18.6462, 57.7441)); // Point_68
polyPoints.push(new GLatLng(15.4537, 52.3828)); // Point_69
polyPoints.push(new GLatLng(11.9533, 43.7695)); // Point_70
polyPoints.push(new GLatLng(9.9689, 45.6152)); // Point_71
polyPoints.push(new GLatLng(11.1784, 50.9766)); // Point_72
polyPoints.push(new GLatLng(4.6531, 48.5156)); // Point_73
polyPoints.push(new GLatLng(-5.4410, 39.1992)); // Point_74
polyPoints.push(new GLatLng(-13.0688, 40.7813)); // Point_75
polyPoints.push(new GLatLng(-15.9613, 41.3086)); // Point_76
polyPoints.push(new GLatLng(-20.7972, 35.3320)); // Point_77
polyPoints.push(new GLatLng(-27.0591, 33.0469)); // Point_78
polyPoints.push(new GLatLng(-34.1618, 27.5977)); // Point_79
polyPoints.push(new GLatLng(-35.1738, 19.3359)); // Point_80
polyPoints.push(new GLatLng(-27.8391, 15.1172)); // Point_81
polyPoints.push(new GLatLng(-17.1408, 11.7773)); // Point_82
polyPoints.push(new GLatLng(-6.8392, 12.8320)); // Point_83
polyPoints.push(new GLatLng(-2.2846, 8.6133)); // Point_84
polyPoints.push(new GLatLng(3.6889, 8.6133)); // Point_85
polyPoints.push(new GLatLng(5.0909, 2.8125)); // Point_86
polyPoints.push(new GLatLng(3.8643, -4.7461)); // Point_87
polyPoints.push(new GLatLng(5.7909, -11.7773)); // Point_88
polyPoints.push(new GLatLng(13.4110, -17.4023)); // Point_89
// Next partial map 
polyPoints.push(new GLatLng(19.9733, -16.1719)); // Repeat first
polygon = new GPolygon(polyPoints,"#000000",2,.5,"#ffff00",.2);
  if (isChecked("malaria")) {
    map.addOverlay(polygon);
  }
    polyPoints = new Array();
polyPoints.push(new GLatLng(-22.5126, 43.2422)); // Point_0
polyPoints.push(new GLatLng(-20.4270, 44.3408)); // Point_1
polyPoints.push(new GLatLng(-17.6859, 43.8574)); // Point_2
polyPoints.push(new GLatLng(-15.9191, 46.1426)); // Point_3
polyPoints.push(new GLatLng(-12.4688, 49.2627)); // Point_4
polyPoints.push(new GLatLng(-15.1146, 50.5811)); // Point_5
polyPoints.push(new GLatLng(-18.6462, 49.3945)); // Point_6
polyPoints.push(new GLatLng(-23.6445, 47.8125)); // Point_7
polyPoints.push(new GLatLng(-25.7207, 45.4395)); // Point_8
polyPoints.push(new GLatLng(-24.0866, 43.5938)); // Point_9
// Next partial map 
polyPoints.push(new GLatLng(-22.5126, 43.2422)); // Repeat first
polygon = new GPolygon(polyPoints,"#000000",2,.5,"#ffff00",.2);
  if (isChecked("malaria")) {
    map.addOverlay(polygon);
  }
    polyPoints = new Array();
polyPoints.push(new GLatLng(4.9158, 95.0977)); // Point_0
polyPoints.push(new GLatLng(1.6697, 100.5469)); // Point_1
polyPoints.push(new GLatLng(-2.6358, 106.0840)); // Point_2
polyPoints.push(new GLatLng(-6.9264, 111.0059)); // Point_3
polyPoints.push(new GLatLng(-8.4941, 124.6289)); // Point_4
polyPoints.push(new GLatLng(-8.5810, 128.6719)); // Point_5
polyPoints.push(new GLatLng(-10.4878, 124.8926)); // Point_6
polyPoints.push(new GLatLng(-9.1021, 113.0273)); // Point_7
polyPoints.push(new GLatLng(-5.7909, 103.7109)); // Point_8
polyPoints.push(new GLatLng(0.2637, 98.5254)); // Point_9
// Next partial map 
polyPoints.push(new GLatLng(4.9158, 95.0977)); // Repeat first
polygon = new GPolygon(polyPoints,"#000000",2,.5,"#ffff00",.2);
  if (isChecked("malaria")) {
    map.addOverlay(polygon);
  }
    polyPoints = new Array();
polyPoints.push(new GLatLng(-10.4878, 147.5684)); // Point_0
polyPoints.push(new GLatLng(-11.3508, 153.8086)); // Point_1
polyPoints.push(new GLatLng(-11.1784, 160.4883)); // Point_2
polyPoints.push(new GLatLng(-7.8851, 159.0820)); // Point_3
polyPoints.push(new GLatLng(-2.8114, 150.9082)); // Point_4
polyPoints.push(new GLatLng(-5.9658, 149.1504)); // Point_5
polyPoints.push(new GLatLng(-3.6011, 141.6797)); // Point_6
polyPoints.push(new GLatLng(-1.9332, 137.1094)); // Point_7
polyPoints.push(new GLatLng(-0.9668, 133.3301)); // Point_8
polyPoints.push(new GLatLng(2.1089, 128.2324)); // Point_9
polyPoints.push(new GLatLng(7.5368, 126.6504)); // Point_10
polyPoints.push(new GLatLng(14.4347, 123.9258)); // Point_11
polyPoints.push(new GLatLng(18.0623, 121.4648)); // Point_12
polyPoints.push(new GLatLng(14.7749, 119.1797)); // Point_13
polyPoints.push(new GLatLng(11.0922, 119.9707)); // Point_14
polyPoints.push(new GLatLng(7.9722, 116.8945)); // Point_15
polyPoints.push(new GLatLng(3.0747, 113.0273)); // Point_16
polyPoints.push(new GLatLng(-0.2637, 108.7207)); // Point_17
polyPoints.push(new GLatLng(-4.1273, 112.1484)); // Point_18
polyPoints.push(new GLatLng(-4.4779, 116.1035)); // Point_19
polyPoints.push(new GLatLng(0.0879, 118.3008)); // Point_20
polyPoints.push(new GLatLng(0.0000, 119.9707)); // Point_21
polyPoints.push(new GLatLng(-4.4779, 118.9160)); // Point_22
polyPoints.push(new GLatLng(-6.5773, 119.9707)); // Point_23
polyPoints.push(new GLatLng(-5.7909, 122.8711)); // Point_24
polyPoints.push(new GLatLng(-2.8992, 124.5410)); // Point_25
polyPoints.push(new GLatLng(-4.4779, 127.9688)); // Point_26
polyPoints.push(new GLatLng(-4.3026, 130.1660)); // Point_27
polyPoints.push(new GLatLng(-4.6531, 134.1211)); // Point_28
polyPoints.push(new GLatLng(-7.2753, 138.5156)); // Point_29
polyPoints.push(new GLatLng(-9.0153, 137.7246)); // Point_30
polyPoints.push(new GLatLng(-9.7091, 141.8555)); // Point_31
// Next partial map 
polyPoints.push(new GLatLng(-10.4878, 147.5684)); // Repeat first
polygon = new GPolygon(polyPoints,"#000000",2,.5,"#ffff00",.2);
  if (isChecked("malaria")) {
    map.addOverlay(polygon);
  }
    polyPoints = new Array();
// Next partial map 
   // MAP: Color "#7f7f7f" Name rabies
    // Read data point 134
  polyPoints = new Array();
polyPoints.push(new GLatLng(53.2258, 14.4141)); // Point_0
polyPoints.push(new GLatLng(53.7487, 22.3242)); // Point_1
polyPoints.push(new GLatLng(58.8137, 24.4336)); // Point_2
polyPoints.push(new GLatLng(62.6741, 31.6406)); // Point_3
polyPoints.push(new GLatLng(69.2873, 31.2891)); // Point_4
polyPoints.push(new GLatLng(66.6530, 41.1328)); // Point_5
polyPoints.push(new GLatLng(69.4112, 58.7109)); // Point_6
polyPoints.push(new GLatLng(76.1008, 98.7891)); // Point_7
polyPoints.push(new GLatLng(70.4956, 132.8906)); // Point_8
polyPoints.push(new GLatLng(65.9465, -172.2656)); // Point_9
polyPoints.push(new GLatLng(63.5486, -174.7266)); // Point_10
polyPoints.push(new GLatLng(60.4139, 176.1328)); // Point_11
polyPoints.push(new GLatLng(58.9953, 166.6406)); // Point_12
polyPoints.push(new GLatLng(49.8380, 157.5000)); // Point_13
polyPoints.push(new GLatLng(60.2398, 159.6094)); // Point_14
polyPoints.push(new GLatLng(54.3678, 137.1094)); // Point_15
polyPoints.push(new GLatLng(52.2682, 140.9766)); // Point_16
polyPoints.push(new GLatLng(41.7713, 135.3516)); // Point_17
polyPoints.push(new GLatLng(39.0960, 129.0234)); // Point_18
polyPoints.push(new GLatLng(33.8704, 127.9688)); // Point_19
polyPoints.push(new GLatLng(38.5482, 123.2227)); // Point_20
polyPoints.push(new GLatLng(38.4106, 118.4766)); // Point_21
polyPoints.push(new GLatLng(23.0797, 118.3008)); // Point_22
polyPoints.push(new GLatLng(20.7972, 108.4570)); // Point_23
polyPoints.push(new GLatLng(11.3508, 109.8633)); // Point_24
polyPoints.push(new GLatLng(11.1784, 101.4258)); // Point_25
polyPoints.push(new GLatLng(1.7575, 105.2930)); // Point_26
polyPoints.push(new GLatLng(0.1758, 109.5117)); // Point_27
polyPoints.push(new GLatLng(0.1758, 114.4336)); // Point_28
polyPoints.push(new GLatLng(2.9869, 118.3008)); // Point_29
polyPoints.push(new GLatLng(12.5546, 120.5859)); // Point_30
polyPoints.push(new GLatLng(17.1408, 121.9922)); // Point_31
polyPoints.push(new GLatLng(6.8392, 126.7383)); // Point_32
polyPoints.push(new GLatLng(0.0000, 121.8164)); // Point_33
polyPoints.push(new GLatLng(-3.6889, 141.1523)); // Point_34
polyPoints.push(new GLatLng(-9.7957, 140.4492)); // Point_35
polyPoints.push(new GLatLng(-2.9869, 129.9023)); // Point_36
polyPoints.push(new GLatLng(-10.3149, 124.9805)); // Point_37
polyPoints.push(new GLatLng(-2.9869, 100.5469)); // Point_38
polyPoints.push(new GLatLng(3.6889, 95.0977)); // Point_39
polyPoints.push(new GLatLng(15.2842, 97.5586)); // Point_40
polyPoints.push(new GLatLng(20.7972, 90.3516)); // Point_41
polyPoints.push(new GLatLng(15.6230, 82.4414)); // Point_42
polyPoints.push(new GLatLng(4.5655, 81.3867)); // Point_43
polyPoints.push(new GLatLng(9.2756, 75.7617)); // Point_44
polyPoints.push(new GLatLng(24.2069, 66.2695)); // Point_45
polyPoints.push(new GLatLng(28.9216, 49.0430)); // Point_46
polyPoints.push(new GLatLng(28.7677, 36.0352)); // Point_47
polyPoints.push(new GLatLng(35.4607, 36.0352)); // Point_48
polyPoints.push(new GLatLng(36.8796, 26.1914)); // Point_49
polyPoints.push(new GLatLng(41.5086, 26.3672)); // Point_50
polyPoints.push(new GLatLng(40.4469, 21.0938)); // Point_51
polyPoints.push(new GLatLng(42.1634, 18.3691)); // Point_52
polyPoints.push(new GLatLng(44.6530, 14.6777)); // Point_53
polyPoints.push(new GLatLng(46.2558, 16.4355)); // Point_54
polyPoints.push(new GLatLng(45.3367, 20.1270)); // Point_55
polyPoints.push(new GLatLng(47.6358, 22.9395)); // Point_56
polyPoints.push(new GLatLng(48.1074, 21.9727)); // Point_57
polyPoints.push(new GLatLng(49.2678, 20.4785)); // Point_58
polyPoints.push(new GLatLng(49.6107, 18.3691)); // Point_59
polyPoints.push(new GLatLng(50.7920, 15.1172)); // Point_60
// Next partial map 
polyPoints.push(new GLatLng(53.2258, 14.4141)); // Repeat first
polygon = new GPolygon(polyPoints,"#000000",2,.5,"#7f7f7f",.2);
  if (isChecked("rabies")) {
    map.addOverlay(polygon);
  }
    polyPoints = new Array();
polyPoints.push(new GLatLng(35.0300, -5.4492)); // Point_0
polyPoints.push(new GLatLng(35.7465, 10.1953)); // Point_1
polyPoints.push(new GLatLng(31.9522, 12.1289)); // Point_2
polyPoints.push(new GLatLng(29.5352, 19.5117)); // Point_3
polyPoints.push(new GLatLng(29.9930, 33.3984)); // Point_4
polyPoints.push(new GLatLng(27.0591, 34.6289)); // Point_5
polyPoints.push(new GLatLng(15.6230, 42.5391)); // Point_6
polyPoints.push(new GLatLng(17.8115, 51.6797)); // Point_7
polyPoints.push(new GLatLng(15.4537, 53.0859)); // Point_8
polyPoints.push(new GLatLng(12.0393, 44.2969)); // Point_9
polyPoints.push(new GLatLng(9.1021, 44.4727)); // Point_10
polyPoints.push(new GLatLng(10.3149, 51.1523)); // Point_11
polyPoints.push(new GLatLng(1.0546, 46.7578)); // Point_12
polyPoints.push(new GLatLng(-5.7909, 39.5508)); // Point_13
polyPoints.push(new GLatLng(-14.9448, 40.9570)); // Point_14
polyPoints.push(new GLatLng(-17.8115, 44.2969)); // Point_15
polyPoints.push(new GLatLng(-13.4110, 49.2188)); // Point_16
polyPoints.push(new GLatLng(-21.6166, 49.0430)); // Point_17
polyPoints.push(new GLatLng(-26.1160, 45.1758)); // Point_18
polyPoints.push(new GLatLng(-18.9790, 44.1211)); // Point_19
polyPoints.push(new GLatLng(-16.8045, 39.9023)); // Point_20
polyPoints.push(new GLatLng(-20.6328, 35.5078)); // Point_21
polyPoints.push(new GLatLng(-31.0529, 30.9375)); // Point_22
polyPoints.push(new GLatLng(-34.8859, 25.3125)); // Point_23
polyPoints.push(new GLatLng(-34.4522, 18.4570)); // Point_24
polyPoints.push(new GLatLng(-19.4770, 11.6016)); // Point_25
polyPoints.push(new GLatLng(-6.1406, 12.1289)); // Point_26
polyPoints.push(new GLatLng(-1.4061, 8.9648)); // Point_27
polyPoints.push(new GLatLng(3.5134, 7.9102)); // Point_28
polyPoints.push(new GLatLng(5.7909, 3.3398)); // Point_29
polyPoints.push(new GLatLng(3.5134, -8.4375)); // Point_30
polyPoints.push(new GLatLng(15.1146, -17.2266)); // Point_31
polyPoints.push(new GLatLng(26.7456, -12.3047)); // Point_32
// Next partial map 
polyPoints.push(new GLatLng(35.0300, -5.4492)); // Repeat first
polygon = new GPolygon(polyPoints,"#000000",2,.5,"#7f7f7f",.2);
  if (isChecked("rabies")) {
    map.addOverlay(polygon);
  }
    polyPoints = new Array();
polyPoints.push(new GLatLng(-33.8704, -53.0859)); // Point_0
polyPoints.push(new GLatLng(-26.5885, -48.3398)); // Point_1
polyPoints.push(new GLatLng(-16.9727, -39.1992)); // Point_2
polyPoints.push(new GLatLng(-6.3153, -36.2109)); // Point_3
polyPoints.push(new GLatLng(-0.3516, -50.0977)); // Point_4
polyPoints.push(new GLatLng(9.7957, -68.7305)); // Point_5
polyPoints.push(new GLatLng(7.0137, -77.1680)); // Point_6
polyPoints.push(new GLatLng(-1.4061, -80.3320)); // Point_7
polyPoints.push(new GLatLng(-9.9689, -79.1016)); // Point_8
polyPoints.push(new GLatLng(-19.6426, -70.1367)); // Point_9
polyPoints.push(new GLatLng(-24.3671, -61.5234)); // Point_10
// Next partial map 
polyPoints.push(new GLatLng(-33.8704, -53.0859)); // Repeat first
polygon = new GPolygon(polyPoints,"#000000",2,.5,"#7f7f7f",.2);
  if (isChecked("rabies")) {
    map.addOverlay(polygon);
  }
    polyPoints = new Array();
polyPoints.push(new GLatLng(31.5036, -116.8945)); // Point_0
polyPoints.push(new GLatLng(28.6135, -104.0625)); // Point_1
polyPoints.push(new GLatLng(25.3242, -98.0859)); // Point_2
polyPoints.push(new GLatLng(17.4764, -95.0977)); // Point_3
polyPoints.push(new GLatLng(20.1385, -87.5391)); // Point_4
polyPoints.push(new GLatLng(14.6048, -87.7148)); // Point_5
polyPoints.push(new GLatLng(12.7261, -89.4727)); // Point_6
polyPoints.push(new GLatLng(15.2842, -96.6797)); // Point_7
polyPoints.push(new GLatLng(18.8127, -105.1172)); // Point_8
polyPoints.push(new GLatLng(23.2413, -111.7969)); // Point_9
// Next partial map 
polyPoints.push(new GLatLng(31.5036, -116.8945)); // Repeat first
polygon = new GPolygon(polyPoints,"#000000",2,.5,"#7f7f7f",.2);
  if (isChecked("rabies")) {
    map.addOverlay(polygon);
  }
    polyPoints = new Array();
polyPoints.push(new GLatLng(11.7813, -86.6602)); // Point_0
polyPoints.push(new GLatLng(14.1792, -83.6719)); // Point_1
polyPoints.push(new GLatLng(10.2284, -83.4961)); // Point_2
polyPoints.push(new GLatLng(9.1021, -84.8145)); // Point_3
// Next partial map 
polyPoints.push(new GLatLng(11.7813, -86.6602)); // Repeat first
polygon = new GPolygon(polyPoints,"#000000",2,.5,"#7f7f7f",.2);
  if (isChecked("rabies")) {
    map.addOverlay(polygon);
  }
    polyPoints = new Array();
polyPoints.push(new GLatLng(20.9614, -84.0234)); // Point_0
polyPoints.push(new GLatLng(16.8045, -76.9922)); // Point_1
polyPoints.push(new GLatLng(15.9613, -65.0391)); // Point_2
polyPoints.push(new GLatLng(11.6953, -61.5234)); // Point_3
polyPoints.push(new GLatLng(12.2112, -59.0625)); // Point_4
polyPoints.push(new GLatLng(17.9787, -61.3477)); // Point_5
polyPoints.push(new GLatLng(18.9790, -69.2578)); // Point_6
polyPoints.push(new GLatLng(22.1060, -78.2227)); // Point_7
// Next partial map 
polyPoints.push(new GLatLng(20.9614, -84.0234)); // Repeat first
polygon = new GPolygon(polyPoints,"#000000",2,.5,"#7f7f7f",.2);
  if (isChecked("rabies")) {
    map.addOverlay(polygon);
  }
    polyPoints = new Array();
// Next partial map 
  map.returnToSavedPosition();
}

