    // Global Variables
    // set map variable
    var map = null;
    //set up array of locations
    var aLocations = new Array;

    /*************************** Configuration Options ***************************/
    /*PDMarker is used to display tooltips when the user hovers over the markers.
    * PDMarker is a LGPL library provided by Peter Jones. 
    * For details see http://wwww.pixeldevelopment.com/pdmarker.asp
    */
    var usePDMarker = false;

    // Create a base "tiny" red  icon that specifies the shadow, icon dimensions, etc.
    var iconsm = new GIcon();
    iconsm.image = "http://labs.google.com/ridefinder/images/mm_20_red.png";
    iconsm.shadow = "http://labs.google.com/ridefinder/images/mm_20_shadow.png";
    iconsm.iconSize = new GSize(12, 20);
    iconsm.shadowSize = new GSize(20, 18);
    iconsm.iconAnchor = new GPoint(6, 20);
    iconsm.infoWindowAnchor = new GPoint(5, 1);

    // Create a base "large" red icon that specifies the shadow, icon dimensions, etc.
    var iconbig = new GIcon();
    iconbig.image = "http://www.google.com/mapfiles/marker.png";
    iconbig.shadow = "http://www.google.com/mapfiles/shadow50.png";
    iconbig.iconSize = new GSize(20, 34);
    iconbig.shadowSize = new GSize(37, 34);
    iconbig.iconAnchor = new GPoint(6, 34);
    iconbig.infoWindowAnchor = new GPoint(5, 1);

    // Custom Icon
    var iconcustom = new GIcon(iconbig);
    iconcustom.shadow = '';

    function onLoad() {
      if (!GBrowserIsCompatible()) 
      {
         document.getElementById("MapBuilderMap").innerHTML = "Unfortunately your browser doesn't support Google Maps.<br /> To check browser compatibility visit the following <a href=\"http://local.google.com/support/bin/answer.py?answer=16532&topic=1499\">link</a>.";
         return;
      }

      map = new GMap2(document.getElementById("MapBuilderMap"));
      var MB = new MapBuilder(map);
      map.addControl(new GLargeMapControl());
      map.addControl(new GMapTypeControl());
      // Center the map to the default location and set map type
      map.setCenter(new GLatLng(33.13755119234614, 15.8203125), 2, map.getMapTypes()[0]);
      	  
      // Initialize variables
      var point = null;
      var footerHtml = null;
      var InfoHTML = null;
      var marker = null;
      /* Options used for PDMarker initialization:
      * label: tooltip text
      * opasity: tooltip opasity
      */
      var options = {};

      // Add locations
	
	
    
    point = new GLatLng(50.85, 4.35);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(17)\">Zoom To</a></div></div>";

      // Define Marker
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Belgium</div><div class=\"IWContent\">According to the SIPRI Arms Transfers Database, Belgium was the 18th largest arms exporter for the period 2006-2010, accounting for 0.5% of world deliveries.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/trade_register.php\">here</a> to generate Trade Registers giving details of all Belgian arms exports.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/values.php\">here</a> to generate TIV Tables giving the TIV of Belgian arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/transparency/national_reports/national_reports_deafult#belgium\">here</a> to access official government reports on arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/measuring/financial_values\">here</a> to access official government data on the financial value of arms exports.</div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 1);
      map.addOverlay(marker);
      aLocations[17] = new Array(marker, "18. Belgium", InfoHTML, point);
   
   
    point = new GLatLng(-22.908333, -43.196389);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(17)\">Zoom To</a></div></div>";

      // Define Marker
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Brazil</div><div class=\"IWContent\">According to the SIPRI Arms Transfers Database, Brazil was the 20th largest arms exporter for the period 2006-2010, accounting for 0.3% of world deliveries.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/trade_register.php\">here</a> to generate Trade Registers giving details of all Brazilian arms exports.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/values.php\">here</a> to generate TIV Tables giving the TIV of Brazilian arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/transparency/national_reports/national_reports_deafult\">here</a> to access official government reports on arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/measuring/financial_values\">here</a> to access official government data on the financial value of arms exports.</div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 1);
      map.addOverlay(marker);
      aLocations[19] = new Array(marker, "20. Brazil", InfoHTML, point);
   
   
     point = new GLatLng(45.42544, -75.70129);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(17)\">Zoom To</a></div></div>";

      // Define Marker
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Canada</div><div class=\"IWContent\">According to the SIPRI Arms Transfers Database, Canada was the 14th largest arms exporter for the period 2006-2010, accounting for 1.0% of world deliveries.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/trade_register.php\">here</a> to generate Trade Registers giving details of all Canadian arms exports.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/values.php\">here</a> to generate TIV Tables giving the TIV of Canadian arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/transparency/national_reports/national_reports_deafult#canada\">here</a> to access official government reports on arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/measuring/financial_values\">here</a> to access official government data on the financial value of arms exports.</div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 1);
      map.addOverlay(marker);
      aLocations[13] = new Array(marker, "14. Canada", InfoHTML, point);
	
    
      point = new GLatLng(39.91816, 116.40015);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(0)\">Zoom To</a></div></div>";

      // Define Marker
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">China</div><div class=\"IWContent\">According to the SIPRI Arms Transfers Database, China was the 7th largest arms exporter for the period 2006-2010, accounting for 3.3% of world deliveries.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/trade_register.php\">here</a> to generate Trade Registers giving details of all Chinese arms exports.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/values.php\">here</a> to generate TIV Tables giving the TIV of Chinese arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/transparency/national_reports\">here</a> to access official government reports on arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/measuring/financial_values\">here</a> to access official government data on the financial value of arms exports.</div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 2);
      map.addOverlay(marker);
      aLocations[6] = new Array(marker, "7. China", InfoHTML, point);
	
    
    
	
	  point = new GLatLng(48.85026, 2.35107);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(7)\">Zoom To</a></div></div>";

      // Define Marker
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">France</div><div class=\"IWContent\">According to the SIPRI Arms Transfers Database, France was the 4th largest arms exporter for the period 2006-2010, accounting for 7.1% of world deliveries.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/trade_register.php\">here</a> to generate Trade Registers giving details of all French arms exports.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/values.php\">here</a> to generate TIV Tables giving the TIV of French arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/transparency/national_reports/national_reports_deafult#france\">here</a> to access official government reports on arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/measuring/financial_values\">here</a> to access official government data on the financial value of arms exports.</div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 3);
      map.addOverlay(marker);
      aLocations[3] = new Array(marker, "4. France", InfoHTML, point);
	
	
	
	 point = new GLatLng(52.500556, 13.398889);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(2)\">Zoom To</a></div></div>";

      // Define Marker
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Germany</div><div class=\"IWContent\">According to the SIPRI Arms Transfers Database, Germany was the 3rd largest arms exporter for the period 2006-2010, accounting for 10.6% of world deliveries.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/trade_register.php\">here</a> to generate Trade Registers giving details of all German arms exports.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/values.php\">here</a> to generate TIV Tables giving the TIV of German arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/transparency/national_reports/national_reports_deafult#germany\">here</a> to access official government reports on arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/measuring/financial_values\">here</a> to access official government data on the financial value of arms exports.</div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 4);
      map.addOverlay(marker);
      aLocations[2] = new Array(marker, "3. Germany", InfoHTML, point);
	
	
	
     
	
      point = new GLatLng(30.977609093348686, 34.8486328125);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(5)\">Zoom To</a></div></div>";

      // Define Marker
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Israel</div><div class=\"IWContent\">According to the SIPRI Arms Transfers Database, Israel was the 11th largest arms exporter for the period 2006-2010, accounting for 1.9% of world deliveries.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/trade_register.php\">here</a> to generate Trade Registers giving details of all Israeli arms exports.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/values.php\">here</a> to generate TIV Tables giving the TIV of Israeli arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/transparency/national_reports\">here</a> to access official government reports on arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/measuring/financial_values\">here</a> to access official government data on the financial value of arms exports.</div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 7);
      map.addOverlay(marker);
      aLocations[10] = new Array(marker, "11. Israel", InfoHTML, point);
	
     
      point = new GLatLng(41.86138, 12.46948);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(16)\">Zoom To</a></div></div>";

      // Define Marker
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Italy</div><div class=\"IWContent\">According to the SIPRI Arms Transfers Database, Italy was the 9th largest arms exporter for the period 2006-2010, accounting for 2.2% of world deliveries.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/trade_register.php\">here</a> to generate Trade Registers giving details of all Italian arms exports.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/values.php\">here</a> to generate TIV Tables giving the TIV of Italian arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/transparency/national_reports/national_reports_deafult#italy\">here</a> to access official government reports on arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/measuring/financial_values\">here</a> to access official government data on the financial value of arms exports.</div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 8);
      map.addOverlay(marker);
      aLocations[8] = new Array(marker, "9. Italy", InfoHTML, point);
	
    
    
      point = new GLatLng(52.36889,4.87793);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(14)\">Zoom To</a></div></div>";

      // Define Marker
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Netherlands</div><div class=\"IWContent\">According to the SIPRI Arms Transfers Database, the Netherlands was the 6th largest arms exporter for the 2006-2010, accounting for 3.3% of world deliveries.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/trade_register.php\">here</a> to generate Trade Registers giving details of all the Netherlands arms exports.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/values.php\">here</a> to generate TIV Tables giving the TIV of the Netherlands arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/transparency/national_reports/national_reports_deafult#the-netherlands\">here</a> to access official government reports on arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/measuring/financial_values\">here</a> to access official government data on the financial value of arms exports.</div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 9);
      map.addOverlay(marker);
      aLocations[5] = new Array(marker, "6. Netherlands", InfoHTML, point);
      
      
      
       point = new GLatLng(59.91648, 10.73364);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(14)\">Zoom To</a></div></div>";

      // Define Marker
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Norway</div><div class=\"IWContent\">According to the SIPRI Arms Transfers Database, Norway was the 19th largest arms exporter for the 2006-2010, accounting for 0.4% of world deliveries.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/trade_register.php\">here</a> to generate Trade Registers giving details of all Norwegian arms exports.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/values.php\">here</a> to generate TIV Tables giving the TIV of Norwegian arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/transparency/national_reports/national_reports_deafult#norway\">here</a> to access official government reports on arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/measuring/financial_values\">here</a> to access official government data on the financial value of arms exports.</div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 9);
      map.addOverlay(marker);
      aLocations[18] = new Array(marker, "19. Norway", InfoHTML, point);
	
     
     
      point = new GLatLng(52.21434, 20.99487);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(13)\">Zoom To</a></div></div>";

      // Define Marker
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Poland</div><div class=\"IWContent\">According to the SIPRI Arms Transfers Database, Poland was the 17th largest arms exporter for the period 2006-2010, accounting for less than 0,5% of world deliveries.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/trade_register.php\">here</a> to generate Trade Registers giving details of all Polish arms exports.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/values.php\">here</a> to generate TIV Tables giving the TIV of Polish arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/transparency/national_reports\">here</a> to access official government reports on arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/measuring/financial_values\">here</a> to access official government data on the financial value of arms exports.</div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 10);
      map.addOverlay(marker);
      aLocations[16] = new Array(marker, "17. Poland", InfoHTML, point);
	
	
	
	
	 point = new GLatLng(55.7522222	,  	37.6155556);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(15)\">Zoom To</a></div></div>";

      // Define Marker
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Russia</div><div class=\"IWContent\">According to the SIPRI Arms Transfers Database, Russia was the 2nd largest arms exporter for the period 2006-2010, accounting for 22.9% of world deliveries.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/trade_register.php\">here</a> to generate Trade Registers giving details of all Russian arms exports.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/values.php\">here</a> to generate TIV Tables giving the TIV of Russia arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/transparency/national_reports\">here</a> to access official government reports on arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/measuring/financial_values\">here</a> to access official government data on the financial value of arms exports.</div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 11);
      map.addOverlay(marker);
      aLocations[1] = new Array(marker, "2. Russia", InfoHTML, point);
	
	
	  point = new GLatLng(	40.4, -3.6833333);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(18)\">Zoom To</a></div></div>";

      // Define Marker
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Spain</div><div class=\"IWContent\">According to the SIPRI Arms Transfers Database, Spain was the 8th largest arms exporter for the period 2006-2010, accounting for 2.9% of world deliveries.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/trade_register.php\">here</a> to generate Trade Registers giving details of all Spanish arms exports.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/values.php\">here</a> to generate TIV Tables giving the TIV of Spanish arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/transparency/national_reports/national_reports_deafult#spain\">here</a> to access official government reports on arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/measuring/financial_values\">here</a> to access official government data on the financial value of arms exports.</div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 14);
      map.addOverlay(marker);
      aLocations[7] = new Array(marker, "8. Spain", InfoHTML, point);
      
     
    
      point = new GLatLng(-25.753333, 28.186944);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(18)\">Zoom To</a></div></div>";

      // Define Marker
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">South Africa</div><div class=\"IWContent\">According to the SIPRI Arms Transfers Database, South Africa was the 15th largest arms exporter for the period 2006-2010, accounting for less than 0.6% of world deliveries.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/trade_register.php\">here</a> to generate Trade Registers giving details of all South African arms exports.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/values.php\">here</a> to generate TIV Tables giving the TIV of South African arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/transparency/national_reports/national_reports_deafult#south-africa\">here</a> to access official government reports on arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/measuring/financial_values\">here</a> to access official government data on the financial value of arms exports.</div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 14);
      map.addOverlay(marker);
      aLocations[14] = new Array(marker, "15. South Africa", InfoHTML, point);
      
     
     
   
      point = new GLatLng(37.568889, 126.976667);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(4)\">Zoom To</a></div></div>";

      // Define Marker
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">South Korea</div><div class=\"IWContent\">According to the SIPRI Arms Transfers Database, South Korea was the 16th largest arms exporter for the period 2006-2010, accounting for less than 0,5% of world deliveries.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/trade_register.php\">here</a> to generate Trade Registers giving details of all South Korean arms exports.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/values.php\">here</a> to generate TIV Tables giving the TIV of South Korean arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/transparency/national_reports\">here</a> to access official government reports on arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/measuring/financial_values\">here</a> to access official government data on the financial value of arms exports.</div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 13);
      map.addOverlay(marker);
      aLocations[15] = new Array(marker, "16. South Korea", InfoHTML, point);
	
     
     
     
      point = new GLatLng(59.31637, 18.06152);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(18)\">Zoom To</a></div></div>";

      // Define Marker
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Sweden</div><div class=\"IWContent\">According to the SIPRI Arms Transfers Database, Sweden was the 10th largest arms exporter for the period 2006-2010, accounting for 2.0% of world deliveries.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/trade_register.php\">here</a> to generate Trade Registers giving details of all Swedish arms exports.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/values.php\">here</a> to generate TIV Tables giving the TIV of Swedish arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/transparency/national_reports/national_reports_deafult#sweden\">here</a> to access official government reports on arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/measuring/financial_values\">here</a> to access official government data on the financial value of arms exports.</div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 14);
      map.addOverlay(marker);
      aLocations[9] = new Array(marker, "10. Sweden", InfoHTML, point);
	
    
      point = new GLatLng(47.366667, 8.55);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(18)\">Zoom To</a></div></div>";

      // Define Marker
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Switzerland</div><div class=\"IWContent\">According to the SIPRI Arms Transfers Database, Switzerland was the 13th largest arms exporter for the period 2006-2010, accounting for 1.2% of world deliveries.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/trade_register.php\">here</a> to generate Trade Registers giving details of all Swiss arms exports.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/values.php\">here</a> to generate TIV Tables giving the TIV of Swiss arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/transparency/national_reports/national_reports_deafult#switzerland\">here</a> to access official government reports on arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/measuring/financial_values\">here</a> to access official government data on the financial value of arms exports.</div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 14);
      map.addOverlay(marker);
      aLocations[12] = new Array(marker, "13. Switzerland", InfoHTML, point);
	
 
     point = new GLatLng(50.44351, 30.49805);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(12)\">Zoom To</a></div></div>";

      // Define Marker
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Ukraine</div><div class=\"IWContent\">According to the SIPRI Arms Transfers Database, the Ukraine was the 12th largest arms exporter for the period 2006-2010, accounting for 1.7% of world deliveries.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/trade_register.php\">here</a> to generate Trade Registers giving details of all Ukraine arms exports.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/values.php\">here</a> to generate TIV Tables giving the TIV of Ukraine arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/transparency/national_reports/national_reports_deafult#ukraine\">here</a> to access official government reports on arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/measuring/financial_values\">here</a> to access official government data on the financial value of arms exports.</div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 18);
      map.addOverlay(marker);
      aLocations[11] = new Array(marker, "12. Ukraine", InfoHTML, point);
	
    
    point = new GLatLng(51.49506, -0.13184);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(12)\">Zoom To</a></div></div>";

      // Define Marker
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">United Kingdom</div><div class=\"IWContent\">According to the SIPRI Arms Transfers Database, the UK was the 5th largest arms exporter for the period 2006-2010, accounting for 4% of world deliveries.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/trade_register.php\">here</a> to generate Trade Registers giving details of all UK arms exports.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/values.php\">here</a> to generate TIV Tables giving the TIV of UK arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/transparency/national_reports/national_reports_deafult#united-kingdom\">here</a> to access official government reports on arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/measuring/financial_values\">here</a> to access official government data on the financial value of arms exports.</div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 18);
      map.addOverlay(marker);
      aLocations[4] = new Array(marker, "5. United Kingdom", InfoHTML, point);
	
     
     point = new GLatLng(38.88676, -77.04163);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(10)\">Zoom To</a></div></div>";

      // Define Marker
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">USA</div><div class=\"IWContent\">According to the SIPRI Arms Transfers Database, the USA was the largest arms exporter for the period 2006-2010, accounting for 30.3% of world deliveries.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/trade_register.php\">here</a> to generate Trade Registers giving details of all US arms exports.<br><br>Click <a href=\"http://armstrade.sipri.org/arms_trade/values.php\">here</a> to generate TIV Tables giving the TIV of US arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/transparency/national_reports/national_reports_deafult#the-united-states\">here</a> to access official government reports on arms exports.<br><br>Click <a href=\"http://www.sipri.org/research/armaments/transfers/measuring/financial_values\">here</a> to access official government data on the financial value of arms exports.</div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 19);
      map.addOverlay(marker);
      aLocations[0] = new Array(marker, "1. USA", InfoHTML, point);
      // And finnaly create sidebar
      createSideBar();
    }

