﻿<?xml version="1.0" encoding="UTF-8"?>
<!-- map file should be located in path (set in html) folder                                                                                             -->
<!-- tl_long is longitute of top left corner, the default values is -180, tl_lat  is latitude  of top left corner, the default values is 90              -->
<!-- br_long is longitute of top left corner, the default values is 180, br_lat  is latitude  of top left corner, the default values is -90              -->
<!-- you should only set longitudes and latitudes if you want to calibrate your map and you know these values. Otherwise you can delete these attributes -->
<!-- you can set default zoom level, zoom_x and zoom_y. To find out the numbers, you should turn developer mode on (in settings file), zoom map to required position, copy zoom info to clipboard (using right click menu) and paste it here -->

<map map_file="../maps/maps/world.swf" long="6.777202" lat="-60.3664809590091" zoom="721.9048%" zoom_x="-306.2%" zoom_y="-380.22%">






  <!--areas are movie clips inside map file. areas can have child objects:movies, labels & lines -->
  <!-- check online help for all possible area's attributes -->
  <areas>
   
      <area title="Algeria" mc_name="DZ" url="http://carnegieendowment.org/publications/?fa=view&id=43741">
	  
	  
	  
	  </area>
	  <area title="Bahrain" mc_name="BH" url="http://carnegieendowment.org/publications/?fa=view&id=43687">
	   
	  </area>
      <area title="Egypt" mc_name="EG" url="http://carnegieendowment.org/publications/?fa=view&id=43742">
	    
	  </area>
	  
	   <area title="Iran" mc_name="IR" url="http://carnegieendowment.org/publications/?fa=view&id=43743">
	    
			  </area>
			  
	  <area title="Iraq" mc_name="IQ" url="http://carnegieendowment.org/publications/?fa=view&id=43744">
	     
			  </area>
      <area title="Jordan" mc_name="JO" url="http://carnegieendowment.org/publications/?fa=view&id=43745">
	   
	  </area>
     
	  <area title="Lebanon" mc_name="LB" url="http://carnegieendowment.org/publications/?fa=view&id=43746">
	  
	  </area>
      <area title="Libya" mc_name="LY" url="http://carnegieendowment.org/publications/?fa=view&id=43747">
	  
	  </area>
      <area title="Morocco" mc_name="MA" url="http://carnegieendowment.org/publications/?fa=view&id=43748">
	  
	  </area>
      <area title="Oman" mc_name="OM" url="http://carnegieendowment.org/publications/?fa=view&id=43749">
	    
	  </area>
      <area title="Palestinian Territories" mc_name="PS" url="http://carnegieendowment.org/publications/?fa=view&id=43751">
	     
	  </area>
     
      <area title="Saudi Arabia" mc_name="SA" url="http://carnegieendowment.org/publications/?fa=view&id=43752">
	    
	  </area>
	  
	  <area title="Sudan" mc_name="SD" url="http://carnegieendowment.org/publications/?fa=view&id=43753">
	    
	  </area>
	  
      <area title="Syria" mc_name="SY" url="http://carnegieendowment.org/publications/?fa=view&id=43754">
	    
	  </area>
      <area title="Tunisia" mc_name="TN" url="http://carnegieendowment.org/publications/?fa=view&id=43755">
	  
	  </area>
     
      <area title="Yemen" mc_name="YE" url="http://carnegieendowment.org/publications/?fa=view&id=43756">
	    
	  </area>
     
      
  </areas>
 <!-- movies are movie clips loaded on top of a map. Movies can have child objects:movies, labels & lines -->
 <!-- movies can be bounded to a map or to a stage. To bound to a map you should indicate longitude (long) and latitude (lat). To bound to the stage you should indicate x and y (in pixels or percents) -->
 <!-- there are several build in movies, which you don't need to load. To use them, use one of the following names for "file" attribute: rectangle, border, circle, target -->
 <!-- check online help for all possible area's attributes -->
  <movies>
    <!-- the following movie is bounded to a map (is moving together with a map when map is dragged or moved). However the size is not changing, as "fixed_size" is set to "true". If you set it to false (or just delete it), the target will be resized together with the map. -->
 


</movie>

</movies>

  <labels>
    <!-- labels are texts placed on top of a map. Labels can have child objects:movies, labels & lines -->
    <!-- labels can be bounded to a map or to a stage. To bound to a map you should indicate longitude (long) and latitude (lat). To bound to the stage you should indicate x and y (in pixels or percents) -->
<!-- <label long="-47.5" lat="-79.9" width="10%" text_size="16" color="#FFFFFF">
      <text><![CDATA[<b>Germany</b>]]></text>
      <description>
        <![CDATA[<b>Michael Swaine</b> explains Beijing’s role as Pakistan’s traditional patron.]]>
      </description>
    </label>
  </labels>
  
  
  <!-- movies can be bounded to a map or to a stage. lines can't have child objects. 
  <lines>
    <line long="-0.0739, -74" lat="51.3025, 40.43" arrow="end" width="1" alpha="40"></line>
  </lines>-->
</map>
