<settings>
  <developer_mode>false</developer_mode>                           <!-- [false] (true / false) If set to true, developer information is displayed. You can also copy developer information to clipboard through right click menu -->
  <projection>mercator</projection>                           <!-- [xy] (mercator, xy) Projection of your map. If you do not care about actual longitudes and latitudes I recommend to use xy projection. The default world map uses Mercator projection. -->  
  <font>Arial</font>                                         <!-- [Tahoma] (font name) use device fonts, such as Tahoma, Times New Roman, Tahoma, Verdana... -->
  <text_size>11</text_size>                                   <!-- [11] (Number) text size of all texts. Every text size can be set individually in the settings below -->
  <redraw>false</redraw>                                       <!-- [false] (true / false) if redraw is set to true, the map will be resized then screen size changes -->
  <add_time_stamp>true</add_time_stamp>                           <!-- [false] (true / false) if true, a unique number will be added every time flash loads data. This will help to avoid data cashing -->
  <color_change_time_start>0.5</color_change_time_start>      <!-- [2] (Number) How fast areas should change color after map is loaded -->
  <color_change_time_hover>0.1</color_change_time_hover>      <!-- [0.2] (Number) How fast areas and movies should change color on roll out -->
  <drag_map>true</drag_map>                                  <!-- [true] (true / false) whether map is dragable or not -->
  
  <background>                                                <!-- background -->
    <color>#444444</color>                                    <!-- [#444444] (hex color code) -->
  </background>
  
  <zoom>                                                      <!-- zoom control -->
    <enabled>true</enabled>                                  <!-- [true] (true / false) whether to display zoom control or not -->
    <arrows_enabled>false</arrows_enabled>                    <!-- [true] (true / false) whether to display navigation arrows or not -->
    <step_size>10</step_size>                                   <!-- [10] (Number) when moving map with navigation arrows, the map moves by step_size% of flash width or height -->
    <color>#880000</color>                                           <!-- [#990000] (hex color code) background color of "+", "-", scroller buttons and navigation arrows -->
    <color_hover>#aa0000</color_hover>                               <!-- [#CC0000] (hex color code) -->
    <alpha>50</alpha>                                           <!-- [100] (0 - 100) alpha of zoom control buttons -->
    <x>5</x>                                                  <!-- [15] (Number or Number%) x position of zoom control --> 
    <y>13</y>                                                 <!-- [15] (Number or Number%) y position of zoom control -->
    <height>130</height>                                      <!-- [200] (Number or Number%) zoom control height -->
    <grid_every>200%</grid_every>                                 <!-- [100%] (Number%) zoom tool grid will will be displayed every "grid_every" value and the dragger height will be equal to the distance between two grids -->
  </zoom>

  <small_map>                                                 <!-- small map -->
    <enabled>false</enabled>                                  <!-- [true] (true / false) whether to display small map or not -->
  </small_map>

  <area>                                                      <!-- areas are movie clips which are already in map swf file, usualy countries. areas should be listed in data file -->                                                              
    <balloon_text>                                                    
      <![CDATA[{title}]]>                              <!-- [] ({title} {value} {percents} {description}) You can add your own HTML formated text (only some of html tags are supported) -->
    </balloon_text>
    <color_light>#ffcc00</color_light>                        <!-- [#FFCC00] (hex color code) color of areas with value = 0 or value is not set -->
    <color_hover>#cc0000</color_hover>                        <!-- [] (hex color code) -->
    <color_selected>#cc0000</color_selected>                          <!-- [] (hex color code) If not specified, original area color will be used -->    
    <disable_when_clicked></disable_when_clicked>         <!-- [false] (true / false) if this area is currently selected, roll over and click events of this area will be disabled if this set to true -->    
  </area>
  <strings>                                                
    <loading_map>Loading map of national nodes.</loading_map>                               <!-- [Loading map] (text) -->
  </strings>
</settings>
