From 70f4213a8cfcc17bbac3e3eb312a2c642bf176c6 Mon Sep 17 00:00:00 2001 From: Max Guglielmi Date: Sat, 26 Dec 2015 01:33:04 +1100 Subject: [PATCH 1/2] Upgraded to Babel6 --- Gruntfile.js | 3 ++- demos/advanced-grid-editable.html | 4 ++-- demos/advanced-grid-selection.html | 4 ++-- demos/auto-filter.html | 4 ++-- demos/columns-visibility.html | 4 ++-- demos/data-types.html | 4 ++-- demos/demo.html | 4 ++-- demos/external-filters-visibility-commad.html | 4 ++-- demos/external-filters.html | 4 ++-- demos/filter-images.html | 4 ++-- demos/filters-visibility.html | 4 ++-- demos/grid-layout.html | 4 ++-- demos/grouped-headers.html | 4 ++-- demos/linked-filters-disabled.html | 4 ++-- demos/linked-filters.html | 4 ++-- demos/load-filters-on-demand.html | 4 ++-- demos/pagination.html | 4 ++-- demos/requirejs-dev.html | 4 ++-- demos/requirejs.html | 4 ++-- demos/theme-roller.html | 4 ++-- dist/starter.html | 4 ++-- dist/tablefilter/style/colsVisibility.css | 4 ++-- dist/tablefilter/style/filtersVisibility.css | 4 ++-- dist/tablefilter/style/tablefilter.css | 4 ++-- dist/tablefilter/style/themes/default/default.css | 4 ++-- dist/tablefilter/style/themes/mytheme/mytheme.css | 4 ++-- dist/tablefilter/style/themes/skyblue/skyblue.css | 4 ++-- dist/tablefilter/tablefilter.js | 12 ++++++------ dist/tablefilter/tf-1.js | 8 ++++---- package.json | 9 +++++---- src/tablefilter.js | 2 +- webpack.config.js | 10 ++++++++-- 32 files changed, 78 insertions(+), 70 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index a15512f6..cc2703e1 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -150,7 +150,8 @@ module.exports = function (grunt) { options: { sourceMap: true, modules: 'amd', - compact: false + compact: false, + presets: ['es2015'] }, dist: { files: [{ diff --git a/demos/advanced-grid-editable.html b/demos/advanced-grid-editable.html index d852e8d1..31f317fe 100644 --- a/demos/advanced-grid-editable.html +++ b/demos/advanced-grid-editable.html @@ -1,7 +1,7 @@ - tablefilter v0.0.19 - Editable Grid Demo + tablefilter v0.0.20 - Editable Grid Demo -

tablefilter v0.0.19

+

tablefilter v0.0.20

Editable grid demo

diff --git a/demos/advanced-grid-selection.html b/demos/advanced-grid-selection.html index d1c535e6..36bafcf8 100644 --- a/demos/advanced-grid-selection.html +++ b/demos/advanced-grid-selection.html @@ -1,7 +1,7 @@ - tablefilter v0.0.19 - Selection Grid Demo + tablefilter v0.0.20 - Selection Grid Demo -

tablefilter v0.0.19

+

tablefilter v0.0.20

Selection grid demo

diff --git a/demos/auto-filter.html b/demos/auto-filter.html index aa7b6ecf..fe6e8a7e 100644 --- a/demos/auto-filter.html +++ b/demos/auto-filter.html @@ -1,7 +1,7 @@ - tablefilter v0.0.19 - Auto-filter Demo + tablefilter v0.0.20 - Auto-filter Demo -

tablefilter v0.0.19

+

tablefilter v0.0.20

Auto-filter demo

This demo features the auto-filter behaviour, the table is filtered as soon diff --git a/demos/columns-visibility.html b/demos/columns-visibility.html index e26bb30a..5df959a3 100644 --- a/demos/columns-visibility.html +++ b/demos/columns-visibility.html @@ -1,7 +1,7 @@ - tablefilter v0.0.19 - Columns Visibility Extension Demo + tablefilter v0.0.20 - Columns Visibility Extension Demo -

tablefilter v0.0.19

+

tablefilter v0.0.20

Data types demo

This example features 3 date types and 2 numeric formatting for the currency diff --git a/demos/demo.html b/demos/demo.html index a413152f..cc6984dc 100644 --- a/demos/demo.html +++ b/demos/demo.html @@ -1,7 +1,7 @@ - tablefilter v0.0.19 - Demo + tablefilter v0.0.20 - Demo -

tablefilter v0.0.19

+

tablefilter v0.0.20


 
diff --git a/demos/external-filters-visibility-commad.html b/demos/external-filters-visibility-commad.html
index 1e138104..8f1aa53c 100644
--- a/demos/external-filters-visibility-commad.html
+++ b/demos/external-filters-visibility-commad.html
@@ -1,7 +1,7 @@
 
 
 
-    tablefilter v0.0.19 - Filters Visibility Extension Demo
+    tablefilter v0.0.20 - Filters Visibility Extension Demo
     
 
 
 
-

tablefilter v0.0.19

+

tablefilter v0.0.20

Filters visibility extension demo

This demo features the filters visibility extension. diff --git a/demos/external-filters.html b/demos/external-filters.html index 0abc386f..21277183 100644 --- a/demos/external-filters.html +++ b/demos/external-filters.html @@ -1,7 +1,7 @@ - tablefilter v0.0.19 - External Filters Demo + tablefilter v0.0.20 - External Filters Demo -

tablefilter v0.0.19

+

tablefilter v0.0.20

External filters demo

This demo shows how generate the column filters in an external container. diff --git a/demos/filter-images.html b/demos/filter-images.html index e7ec0284..ca797e94 100644 --- a/demos/filter-images.html +++ b/demos/filter-images.html @@ -1,7 +1,7 @@ - tablefilter v0.0.19 - Filter and Sort Images Demo + tablefilter v0.0.20 - Filter and Sort Images Demo -

tablefilter v0.0.19

+

tablefilter v0.0.20

Filter and sort images demo

This demo shows how to filter and sort a column containing images by using diff --git a/demos/filters-visibility.html b/demos/filters-visibility.html index 919854f0..57b22352 100644 --- a/demos/filters-visibility.html +++ b/demos/filters-visibility.html @@ -1,7 +1,7 @@ - tablefilter v0.0.19 - Filters Visibility Extension Demo + tablefilter v0.0.20 - Filters Visibility Extension Demo -

tablefilter v0.0.19

+

tablefilter v0.0.20

Filters visibility extension demo

This demo features the filters visibility extension. diff --git a/demos/grid-layout.html b/demos/grid-layout.html index 07277e01..2ae83cf9 100644 --- a/demos/grid-layout.html +++ b/demos/grid-layout.html @@ -1,7 +1,7 @@ - tablefilter v0.0.19 - Grid Layout Demo + tablefilter v0.0.20 - Grid Layout Demo -

tablefilter v0.0.19

+

tablefilter v0.0.20

Grid layout demo


diff --git a/demos/grouped-headers.html b/demos/grouped-headers.html
index cef572f0..631619ad 100644
--- a/demos/grouped-headers.html
+++ b/demos/grouped-headers.html
@@ -1,7 +1,7 @@
 
 
 
-    tablefilter v0.0.19 - Grouped Headers Demo
+    tablefilter v0.0.20 - Grouped Headers Demo
     
 
 
 
-

tablefilter v0.0.19

+

tablefilter v0.0.20

Grouped headers demo

With grouped and/or multi-line headers, to place the filters row at desired diff --git a/demos/linked-filters-disabled.html b/demos/linked-filters-disabled.html index b072c815..ded71d46 100644 --- a/demos/linked-filters-disabled.html +++ b/demos/linked-filters-disabled.html @@ -1,7 +1,7 @@ - tablefilter v0.0.19 - Linked filters Demo + tablefilter v0.0.20 - Linked filters Demo -

tablefilter v0.0.19

+

tablefilter v0.0.20

Linked filters with disabled options demo

This demo features the refresh filters behaviour. In this mode, the diff --git a/demos/linked-filters.html b/demos/linked-filters.html index e31c619f..3c5ed60f 100644 --- a/demos/linked-filters.html +++ b/demos/linked-filters.html @@ -1,7 +1,7 @@ - tablefilter v0.0.19 - Linked filters Demo + tablefilter v0.0.20 - Linked filters Demo -

tablefilter v0.0.19

+

tablefilter v0.0.20

Linked filters demo

This demo features the linked filters behaviour. In this mode, the drop-down diff --git a/demos/load-filters-on-demand.html b/demos/load-filters-on-demand.html index 9cd1e5c8..7e496763 100644 --- a/demos/load-filters-on-demand.html +++ b/demos/load-filters-on-demand.html @@ -1,7 +1,7 @@ - tablefilter v0.0.19 - Load filters on demand Demo + tablefilter v0.0.20 - Load filters on demand Demo -

tablefilter v0.0.19

+

tablefilter v0.0.20

Load filters on demand demo

The filter options are loaded only when used for the first time. diff --git a/demos/pagination.html b/demos/pagination.html index d3270b10..85220af9 100644 --- a/demos/pagination.html +++ b/demos/pagination.html @@ -1,7 +1,7 @@ - tablefilter v0.0.19 - Pagination Demo + tablefilter v0.0.20 - Pagination Demo -

tablefilter v0.0.19

+

tablefilter v0.0.20

Pagination demo


diff --git a/demos/requirejs-dev.html b/demos/requirejs-dev.html
index 0b07188f..16951453 100644
--- a/demos/requirejs-dev.html
+++ b/demos/requirejs-dev.html
@@ -1,7 +1,7 @@
 
 
 
-    tablefilter v0.0.19 - Development workflow with RequireJs
+    tablefilter v0.0.20 - Development workflow with RequireJs
     
 
 
 
-

tablefilter v0.0.19

+

tablefilter v0.0.20

Development workflow with RequireJs

To take advantage of the RequireJs development workflow use the diff --git a/demos/requirejs.html b/demos/requirejs.html index 5c333378..c87def5b 100644 --- a/demos/requirejs.html +++ b/demos/requirejs.html @@ -1,7 +1,7 @@ - tablefilter v0.0.19 - RequireJs demo + tablefilter v0.0.20 - RequireJs demo -

tablefilter v0.0.19

+

tablefilter v0.0.20

RequireJs Demo


diff --git a/demos/theme-roller.html b/demos/theme-roller.html
index de70b89f..dfcba637 100644
--- a/demos/theme-roller.html
+++ b/demos/theme-roller.html
@@ -1,7 +1,7 @@
 
 
 
-    tablefilter v0.0.19 - Theme Roller Demo
+    tablefilter v0.0.20 - Theme Roller Demo
     
 
 
 
-

tablefilter v0.0.19

+

tablefilter v0.0.20

Theme roller demo

This demo shows how to implement a theme roller. diff --git a/dist/starter.html b/dist/starter.html index be29518d..0f25c5db 100644 --- a/dist/starter.html +++ b/dist/starter.html @@ -1,10 +1,10 @@ - tablefilter v0.0.19 - Starter + tablefilter v0.0.20 - Starter -

tablefilter v0.0.19

+

tablefilter v0.0.20

diff --git a/dist/tablefilter/style/colsVisibility.css b/dist/tablefilter/style/colsVisibility.css index 4a367b8d..03fe5591 100644 --- a/dist/tablefilter/style/colsVisibility.css +++ b/dist/tablefilter/style/colsVisibility.css @@ -1,6 +1,6 @@ /** - * tablefilter v0.0.19 by Max Guglielmi - * build date: 2015-12-25T02:01:07.145Z + * tablefilter v0.0.20 by Max Guglielmi + * build date: 2015-12-25T14:28:59.828Z * MIT License */ span.colVisSpan{text-align:left;}span.colVisSpan a.colVis{display:inline-block;padding:7px 5px 0;font-size:inherit;font-weight:inherit;vertical-align:top}div.colVisCont{position:relative;background:#fff;-webkit-box-shadow:3px 3px 2px #888;-moz-box-shadow:3px 3px 2px #888;box-shadow:3px 3px 2px #888;position:absolute;display:none;border:1px solid #ccc;height:auto;width:250px;background-color:#fff;margin:35px 0 0 -100px;z-index:10000;padding:10px 10px 10px 10px;text-align:left;font-size:12px;}div.colVisCont:after,div.colVisCont:before{bottom:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}div.colVisCont:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:10px;margin-left:-10px}div.colVisCont:before{border-color:rgba(255,255,255,0);border-bottom-color:#ccc;border-width:12px;margin-left:-12px}div.colVisCont p{margin:6px auto 6px auto}div.colVisCont a.colVis{display:initial;font-weight:inherit}ul.cols_checklist{padding:0;margin:0;list-style:none;}ul.cols_checklist label{display:block}ul.cols_checklist input{vertical-align:middle;margin:2px 5px 2px 1px}li.cols_checklist_item{padding:4px;margin:0;}li.cols_checklist_item:hover{background-color:#335ea8;color:#fff}.cols_checklist_slc_item{background-color:#335ea8;color:#fff} \ No newline at end of file diff --git a/dist/tablefilter/style/filtersVisibility.css b/dist/tablefilter/style/filtersVisibility.css index 4d39c226..7a4ada9b 100644 --- a/dist/tablefilter/style/filtersVisibility.css +++ b/dist/tablefilter/style/filtersVisibility.css @@ -1,6 +1,6 @@ /** - * tablefilter v0.0.19 by Max Guglielmi - * build date: 2015-12-25T02:01:07.145Z + * tablefilter v0.0.20 by Max Guglielmi + * build date: 2015-12-25T14:28:59.828Z * MIT License */ span.expClpFlt a.btnExpClpFlt{width:35px;height:35px;display:inline-block;}span.expClpFlt a.btnExpClpFlt:hover{background-color:#f4f4f4}span.expClpFlt img{padding:8px 11px 11px 11px} \ No newline at end of file diff --git a/dist/tablefilter/style/tablefilter.css b/dist/tablefilter/style/tablefilter.css index 612b73d6..9e38bf36 100644 --- a/dist/tablefilter/style/tablefilter.css +++ b/dist/tablefilter/style/tablefilter.css @@ -1,6 +1,6 @@ /** - * tablefilter v0.0.19 by Max Guglielmi - * build date: 2015-12-25T02:01:07.145Z + * tablefilter v0.0.20 by Max Guglielmi + * build date: 2015-12-25T14:28:59.828Z * MIT License */ .activeHeader{background-color:#66afe9 !important;color:#fff !important} diff --git a/dist/tablefilter/style/themes/default/default.css b/dist/tablefilter/style/themes/default/default.css index 110f4599..4b7524cf 100644 --- a/dist/tablefilter/style/themes/default/default.css +++ b/dist/tablefilter/style/themes/default/default.css @@ -1,6 +1,6 @@ /** - * tablefilter v0.0.19 by Max Guglielmi - * build date: 2015-12-25T02:01:07.145Z + * tablefilter v0.0.20 by Max Guglielmi + * build date: 2015-12-25T14:28:59.828Z * MIT License */ table.TF{border-left:1px solid #ccc !important;border-top:none !important;border-right:none !important;border-bottom:none !important;}table.TF th{background:#ebecee url("images/bg_th.jpg") left top repeat-x !important;border-bottom:1px solid #d0d0d0 !important;border-right:1px solid #d0d0d0 !important;border-left:1px solid #fff !important;border-top:1px solid #fff !important;color:#333 !important}table.TF td{border-bottom:1px dotted #999 !important;padding:5px !important}.fltrow{background-color:#ebecee !important;}.fltrow th,.fltrow td{border-bottom:1px dotted #666 !important;padding:1px 3px 1px 3px !important}.flt,select.flt,select.flt_multi,.flt_s,.single_flt,.div_checklist{border:1px solid #999 !important}input.flt{width:99% !important}.inf{height:$min-height;background:#d7d7d7 url("images/bg_infDiv.jpg") 0 0 repeat-x !important}input.reset{background:transparent url("images/btn_eraser.gif") center center no-repeat !important}.helpBtn:hover{background-color:transparent}.nextPage{background:transparent url("images/btn_next_page.gif") center center no-repeat !important;}.nextPage:hover{background:transparent url("images/btn_over_next_page.gif") center center no-repeat !important}.previousPage{background:transparent url("images/btn_previous_page.gif") center center no-repeat !important;}.previousPage:hover{background:transparent url("images/btn_over_previous_page.gif") center center no-repeat !important}.firstPage{background:transparent url("images/btn_first_page.gif") center center no-repeat !important;}.firstPage:hover{background:transparent url("images/btn_over_first_page.gif") center center no-repeat !important}.lastPage{background:transparent url("images/btn_last_page.gif") center center no-repeat !important;}.lastPage:hover{background:transparent url("images/btn_over_last_page.gif") center center no-repeat !important}div.grd_Cont{background-color:#ebecee !important;border:1px solid #ccc !important;padding:0 !important;}div.grd_Cont .even{background-color:#fff}div.grd_Cont .odd{background-color:#d5d5d5}div.grd_headTblCont{background-color:#ebecee !important;border-bottom:none !important;}div.grd_headTblCont table{border-right:none !important}div.grd_tblCont table th,div.grd_headTblCont table th,div.grd_headTblCont table td{background:#ebecee url("images/bg_th.jpg") left top repeat-x !important;border-bottom:1px solid #d0d0d0 !important;border-right:1px solid #d0d0d0 !important;border-left:1px solid #fff !important;border-top:1px solid #fff !important}div.grd_tblCont table td{border-bottom:1px solid #999 !important}.grd_inf{background:#d7d7d7 url("images/bg_infDiv.jpg") 0 0 repeat-x !important;border-top:1px solid #d0d0d0 !important}.loader{border:1px solid #999}.defaultLoader{width:32px;height:32px;background:transparent url("images/img_loading.gif") 0 0 no-repeat !important}.even{background-color:#fff}.odd{background-color:#d5d5d5}span.expClpFlt a.btnExpClpFlt:hover{background-color:transparent !important} \ No newline at end of file diff --git a/dist/tablefilter/style/themes/mytheme/mytheme.css b/dist/tablefilter/style/themes/mytheme/mytheme.css index 6f395224..2e3be4a6 100644 --- a/dist/tablefilter/style/themes/mytheme/mytheme.css +++ b/dist/tablefilter/style/themes/mytheme/mytheme.css @@ -1,6 +1,6 @@ /** - * tablefilter v0.0.19 by Max Guglielmi - * build date: 2015-12-25T02:01:07.145Z + * tablefilter v0.0.20 by Max Guglielmi + * build date: 2015-12-25T14:28:59.828Z * MIT License */ table.TF{border-left:1px dotted #81963b !important;border-top:none !important;border-right:0 !important;border-bottom:none !important;}table.TF th{background:#39424b url("images/bg_headers.jpg") left top repeat-x !important;border-bottom:0 !important;border-right:1px dotted #d0d0d0 !important;border-left:0 !important;border-top:0 !important;color:#fff !important}table.TF td{border-bottom:1px dotted #81963b;border-right:1px dotted #81963b;padding:5px !important}.fltrow{background-color:#81963b !important;}.fltrow th,.fltrow td{border-bottom:1px dotted #39424b !important;border-right:1px dotted #fff !important;border-left:0 !important;border-top:0 !important;padding:1px 3px 1px 3px !important}.flt,select.flt,select.flt_multi,.flt_s,.single_flt,.div_checklist{border:1px solid #687830 !important}input.flt{width:99% !important}.inf{background:#d8d8d8;height:$min-height}input.reset{width:53px;background:transparent url("images/btn_filter.png") center center no-repeat !important}.helpBtn:hover{background-color:transparent}.nextPage{background:transparent url("images/btn_next_page.gif") center center no-repeat !important}.previousPage{background:transparent url("images/btn_previous_page.gif") center center no-repeat !important}.firstPage{background:transparent url("images/btn_first_page.gif") center center no-repeat !important}.lastPage{background:transparent url("images/btn_last_page.gif") center center no-repeat !important}div.grd_Cont{background:#81963b url("images/bg_headers.jpg") left top repeat-x !important;border:1px solid #ccc !important;padding:0 1px 1px 1px !important;}div.grd_Cont .even{background-color:#bccd83}div.grd_Cont .odd{background-color:#fff}div.grd_headTblCont{background-color:#ebecee !important;border-bottom:none !important}div.grd_tblCont table{border-right:none !important;}div.grd_tblCont table td{border-bottom:1px dotted #81963b;border-right:1px dotted #81963b}div.grd_tblCont table th,div.grd_headTblCont table th{background:transparent url("images/bg_headers.jpg") 0 0 repeat-x !important;border-bottom:0 !important;border-right:1px dotted #d0d0d0 !important;border-left:0 !important;border-top:0 !important;padding:0 4px 0 4px !important;color:#fff !important;height:35px !important}div.grd_headTblCont table td{border-bottom:1px dotted #39424b !important;border-right:1px dotted #fff !important;border-left:0 !important;border-top:0 !important;background-color:#81963b !important;padding:1px 3px 1px 3px !important}.grd_inf{background-color:#d8d8d8;border-top:1px solid #d0d0d0 !important}.loader{border:0 !important;background:#81963b !important}.defaultLoader{width:32px;height:32px;background:transparent url("images/img_loading.gif") 0 0 no-repeat !important}.even{background-color:#bccd83}.odd{background-color:#fff}span.expClpFlt a.btnExpClpFlt:hover{background-color:transparent !important} \ No newline at end of file diff --git a/dist/tablefilter/style/themes/skyblue/skyblue.css b/dist/tablefilter/style/themes/skyblue/skyblue.css index 7bf84a1e..ddcddb74 100644 --- a/dist/tablefilter/style/themes/skyblue/skyblue.css +++ b/dist/tablefilter/style/themes/skyblue/skyblue.css @@ -1,6 +1,6 @@ /** - * tablefilter v0.0.19 by Max Guglielmi - * build date: 2015-12-25T02:01:07.145Z + * tablefilter v0.0.20 by Max Guglielmi + * build date: 2015-12-25T14:28:59.828Z * MIT License */ table.TF{padding:0;color:#000;border-right:1px solid #a4bed4;border-top:1px solid #a4bed4;border-left:1px solid #a4bed4;border-bottom:0;}table.TF th{margin:0;color:inherit;background:#d1e5fe url("images/bg_skyblue.gif") 0 0 repeat-x;border-color:#fdfdfd #a4bed4 #a4bed4 #fdfdfd;border-width:1px;border-style:solid}table.TF td{margin:0;padding:5px;color:inherit;border-bottom:1px solid #a4bed4;border-left:0;border-top:0;border-right:0}.fltrow{background-color:#d1e5fe !important;}.fltrow th,.fltrow td{padding:1px 3px 1px 3px !important}.flt,select.flt,select.flt_multi,.flt_s,.single_flt,.div_checklist{border:1px solid #a4bed4 !important}input.flt{width:99% !important}.inf{background-color:#e3efff !important;border:1px solid #a4bed4;height:$min-height;color:#004a6f}div.tot,div.status{border-right:0 !important}.helpBtn:hover{background-color:transparent}input.reset{background:transparent url("images/icn_clear_filters.png") center center no-repeat !important}.nextPage{background:transparent url("images/btn_next_page.gif") center center no-repeat !important;border:1px solid transparent !important;}.nextPage:hover{background:#ffe4ab url("images/btn_next_page.gif") center center no-repeat !important;border:1px solid #ffb552 !important}.previousPage{background:transparent url("images/btn_prev_page.gif") center center no-repeat !important;border:1px solid transparent !important;}.previousPage:hover{background:#ffe4ab url("images/btn_prev_page.gif") center center no-repeat !important;border:1px solid #ffb552 !important}.firstPage{background:transparent url("images/btn_first_page.gif") center center no-repeat !important;border:1px solid transparent !important;}.firstPage:hover{background:#ffe4ab url("images/btn_first_page.gif") center center no-repeat !important;border:1px solid #ffb552 !important}.lastPage{background:transparent url("images/btn_last_page.gif") center center no-repeat !important;border:1px solid transparent !important;}.lastPage:hover{background:#ffe4ab url("images/btn_last_page.gif") center center no-repeat !important;border:1px solid #ffb552 !important}.activeHeader{background:#ffe4ab !important;border:1px solid #ffb552 !important;color:inherit !important}div.grd_Cont{background-color:#d9eaed !important;border:1px solid #9cc !important;padding:0 !important;}div.grd_Cont .even{background-color:#fff}div.grd_Cont .odd{background-color:#e3efff}div.grd_headTblCont{background-color:#d9eaed !important;border-bottom:none !important}div.grd_tblCont table{border-right:none !important}div.grd_tblCont table th,div.grd_headTblCont table th,div.grd_headTblCont table td{background:#d9eaed url("images/bg_skyblue.gif") left top repeat-x;border-bottom:1px solid #a4bed4;border-right:1px solid #a4bed4 !important;border-left:1px solid #fff !important;border-top:1px solid #fff !important}div.grd_tblCont table td{border-bottom:1px solid #a4bed4 !important;border-right:0 !important;border-left:0 !important;border-top:0 !important}.grd_inf{background-color:#cce2fe;color:#004a6f;border-top:1px solid #9cc !important;}.grd_inf a{text-decoration:none;font-weight:bold}.loader{background-color:#2d8eef;border:1px solid #cce2fe;border-radius:5px}.even{background-color:#fff}.odd{background-color:#e3efff}span.expClpFlt a.btnExpClpFlt:hover{background-color:transparent !important}.ezActiveRow{background-color:#ffdc61 !important;color:inherit}.ezSelectedRow{background-color:#ffe4ab !important;color:inherit}.ezActiveCell{background-color:#fff !important;color:#000 !important;font-weight:bold}.ezETSelectedCell{background-color:#fff !important;font-weight:bold;color:#000 !important} \ No newline at end of file diff --git a/dist/tablefilter/tablefilter.js b/dist/tablefilter/tablefilter.js index ae026d7a..4eed00d0 100644 --- a/dist/tablefilter/tablefilter.js +++ b/dist/tablefilter/tablefilter.js @@ -1,10 +1,10 @@ /** - * tablefilter v0.0.19 by Max Guglielmi - * build date: 2015-12-25T02:01:07.078Z + * tablefilter v0.0.20 by Max Guglielmi + * build date: 2015-12-25T14:28:59.742Z * MIT License */ -!function(t,e){if("object"==typeof exports&&"object"==typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var s=e();for(var i in s)("object"==typeof exports?exports:t)[i]=s[i]}}(this,function(){return function(t){function e(s){if(i[s])return i[s].exports;var l=i[s]={exports:{},id:s,loaded:!1};return t[s].call(l.exports,l,l.exports,e),l.loaded=!0,l.exports}var s=window.webpackJsonp;window.webpackJsonp=function(i,a){for(var n,r,o=0,h=[];oa;a++)i[a]=arguments[a];if(0!==i.length){if(this.id=null,this.version="0.0.19",this.year=(new Date).getFullYear(),this.tbl=null,this.startRow=null,this.refRow=null,this.headersRow=null,this.cfg={},this.nbFilterableRows=null,this.nbRows=null,this.nbCells=null,this._hasGrid=!1,i.forEach(function(t){var s=typeof t;"object"===s&&t&&"TABLE"===t.nodeName?(e.tbl=t,e.id=t.id||"tf_"+(new Date).getTime()+"_"):"string"===s?(e.id=t,e.tbl=h["default"].id(t)):"number"===s?e.startRow=t:"object"===s&&(e.cfg=t)}),!this.tbl||"TABLE"!=this.tbl.nodeName||0===this.getRowsNb())throw new Error("Could not instantiate TableFilter: HTML table not found.");var n=this.cfg;this.refRow=null===this.startRow?2:this.startRow+1;try{this.nbCells=this.getCellsNb(this.refRow)}catch(o){this.nbCells=this.getCellsNb(0)}this.basePath=n.base_path||"tablefilter/",this.fltTypeInp="input",this.fltTypeSlc="select",this.fltTypeMulti="multiple",this.fltTypeCheckList="checklist",this.fltTypeNone="none",this.fltGrid=n.grid===!1?!1:!0,this.gridLayout=Boolean(n.grid_layout),this.filtersRowIndex=isNaN(n.filters_row_index)?0:n.filters_row_index,this.headersRow=isNaN(n.headers_row_index)?0===this.filtersRowIndex?1:0:n.headers_row_index,this.gridLayout&&(this.headersRow>1?this.filtersRowIndex=this.headersRow+1:(this.filtersRowIndex=1,this.headersRow=0)),this.fltCellTag="th"!==n.filters_cell_tag||"td"!==n.filters_cell_tag?"td":n.filters_cell_tag,this.fltIds=[],this.fltElms=[],this.searchArgs=null,this.validRowsIndex=null,this.fltGridEl=null,this.isFirstLoad=!0,this.infDiv=null,this.lDiv=null,this.rDiv=null,this.mDiv=null,this.infDivCssClass=n.inf_div_css_class||"inf",this.lDivCssClass=n.left_div_css_class||"ldiv",this.rDivCssClass=n.right_div_css_class||"rdiv",this.mDivCssClass=n.middle_div_css_class||"mdiv",this.contDivCssClass=n.content_div_css_class||"cont",this.stylePath=n.style_path||this.basePath+"style/",this.stylesheet=n.stylesheet||this.stylePath+"tablefilter.css",this.stylesheetId=this.id+"_style",this.fltsRowCssClass=n.flts_row_css_class||"fltrow",this.enableIcons=n.enable_icons===!1?!1:!0,this.alternateRows=Boolean(n.alternate_rows),this.hasColWidths=g["default"].isArray(n.col_widths),this.colWidths=this.hasColWidths?n.col_widths:null,this.fltCssClass=n.flt_css_class||"flt",this.fltMultiCssClass=n.flt_multi_css_class||"flt_multi",this.fltSmallCssClass=n.flt_small_css_class||"flt_s",this.singleFltCssClass=n.single_flt_css_class||"single_flt",this.enterKey=n.enter_key===!1?!1:!0,this.onBeforeFilter=g["default"].isFn(n.on_before_filter)?n.on_before_filter:null,this.onAfterFilter=g["default"].isFn(n.on_after_filter)?n.on_after_filter:null,this.caseSensitive=Boolean(n.case_sensitive),this.hasExactMatchByCol=g["default"].isArray(n.columns_exact_match),this.exactMatchByCol=this.hasExactMatchByCol?n.columns_exact_match:[],this.exactMatch=Boolean(n.exact_match),this.linkedFilters=Boolean(n.linked_filters),this.disableExcludedOptions=Boolean(n.disable_excluded_options),this.activeFlt=null,this.activeFilterId=null,this.hasVisibleRows=Boolean(n.rows_always_visible),this.visibleRows=this.hasVisibleRows?n.rows_always_visible:[],this.isExternalFlt=Boolean(n.external_flt_grid),this.externalFltTgtIds=n.external_flt_grid_ids||null,this.externalFltEls=[],this.execDelay=isNaN(n.exec_delay)?100:parseInt(n.exec_delay,10),this.onFiltersLoaded=g["default"].isFn(n.on_filters_loaded)?n.on_filters_loaded:null,this.singleSearchFlt=Boolean(n.single_filter),this.onRowValidated=g["default"].isFn(n.on_row_validated)?n.on_row_validated:null,this.customCellDataCols=n.custom_cell_data_cols?n.custom_cell_data_cols:[],this.customCellData=g["default"].isFn(n.custom_cell_data)?n.custom_cell_data:null,this.watermark=n.watermark||"",this.isWatermarkArray=g["default"].isArray(this.watermark),this.toolBarTgtId=n.toolbar_target_id||null,this.help=g["default"].isUndef(n.help_instructions)?void 0:Boolean(n.help_instructions),this.popupFilters=Boolean(n.popup_filters),this.markActiveColumns=Boolean(n.mark_active_columns),this.activeColumnsCssClass=n.active_columns_css_class||"activeHeader",this.onBeforeActiveColumn=g["default"].isFn(n.on_before_active_column)?n.on_before_active_column:null,this.onAfterActiveColumn=g["default"].isFn(n.on_after_active_column)?n.on_after_active_column:null,this.displayAllText=n.display_all_text||"Clear",this.enableEmptyOption=Boolean(n.enable_empty_option),this.emptyText=n.empty_text||"(Empty)",this.enableNonEmptyOption=Boolean(n.enable_non_empty_option),this.nonEmptyText=n.non_empty_text||"(Non empty)",this.onSlcChange=n.on_change===!1?!1:!0,this.sortSlc=n.sort_select===!1?!1:!0,this.isSortNumAsc=Boolean(n.sort_num_asc),this.sortNumAsc=this.isSortNumAsc?n.sort_num_asc:null,this.isSortNumDesc=Boolean(n.sort_num_desc),this.sortNumDesc=this.isSortNumDesc?n.sort_num_desc:null,this.loadFltOnDemand=Boolean(n.load_filters_on_demand),this.hasCustomOptions=g["default"].isObj(n.custom_options),this.customOptions=n.custom_options,this.rgxOperator=n.regexp_operator||"rgx:",this.emOperator=n.empty_operator||"[empty]",this.nmOperator=n.nonempty_operator||"[nonempty]",this.orOperator=n.or_operator||"||",this.anOperator=n.and_operator||"&&",this.grOperator=n.greater_operator||">",this.lwOperator=n.lower_operator||"<",this.leOperator=n.lower_equal_operator||"<=",this.geOperator=n.greater_equal_operator||">=",this.dfOperator=n.different_operator||"!",this.lkOperator=n.like_operator||"*",this.eqOperator=n.equal_operator||"=",this.stOperator=n.start_with_operator||"{",this.enOperator=n.end_with_operator||"}",this.curExp=n.cur_exp||"^[¥£€$]",this.separator=n.separator||",",this.rowsCounter=Boolean(n.rows_counter),this.statusBar=Boolean(n.status_bar),this.loader=Boolean(n.loader),this.displayBtn=Boolean(n.btn),this.btnText=n.btn_text||(this.enableIcons?"":"Go"),this.btnCssClass=n.btn_css_class||(this.enableIcons?"btnflt_icon":"btnflt"),this.btnReset=Boolean(n.btn_reset),this.btnResetCssClass=n.btn_reset_css_class||"reset",this.onBeforeReset=g["default"].isFn(n.on_before_reset)?n.on_before_reset:null,this.onAfterReset=g["default"].isFn(n.on_after_reset)?n.on_after_reset:null,this.paging=Boolean(n.paging),this.nbVisibleRows=0,this.nbHiddenRows=0,this.autoFilter=Boolean(n.auto_filter),this.autoFilterDelay=isNaN(n.auto_filter_delay)?900:n.auto_filter_delay,this.isUserTyping=null,this.autoFilterTimer=null,this.highlightKeywords=Boolean(n.highlight_keywords),this.noResults=g["default"].isObj(n.no_results_message)||Boolean(n.no_results_message),this.defaultDateType=n.default_date_type||"DMY",this.thousandsSeparator=n.thousands_separator||",",this.decimalSeparator=n.decimal_separator||".",this.hasColNbFormat=g["default"].isArray(n.col_number_format),this.colNbFormat=this.hasColNbFormat?n.col_number_format:null,this.hasColDateType=g["default"].isArray(n.col_date_type),this.colDateType=this.hasColDateType?n.col_date_type:null,this.msgFilter=n.msg_filter||"Filtering data...",this.msgPopulate=n.msg_populate||"Populating filter...",this.msgPopulateCheckList=n.msg_populate_checklist||"Populating list...",this.msgChangePage=n.msg_change_page||"Collecting paging data...",this.msgClear=n.msg_clear||"Clearing filters...",this.msgChangeResults=n.msg_change_results||"Changing results per page...",this.msgResetValues=n.msg_reset_grid_values||"Re-setting filters values...",this.msgResetPage=n.msg_reset_page||"Re-setting page...",this.msgResetPageLength=n.msg_reset_page_length||"Re-setting page length...",this.msgSort=n.msg_sort||"Sorting data...",this.msgLoadExtensions=n.msg_load_extensions||"Loading extensions...",this.msgLoadThemes=n.msg_load_themes||"Loading theme(s)...",this.prfxTf="TF",this.prfxFlt="flt",this.prfxValButton="btn",this.prfxInfDiv="inf_",this.prfxLDiv="ldiv_",this.prfxRDiv="rdiv_",this.prfxMDiv="mdiv_",this.prfxCookieFltsValues="tf_flts_",this.prfxCookiePageNb="tf_pgnb_",this.prfxCookiePageLen="tf_pglen_",this.hasStoredValues=!1,this.rememberGridValues=Boolean(n.remember_grid_values),this.fltsValuesCookie=this.prfxCookieFltsValues+this.id,this.rememberPageNb=this.paging&&n.remember_page_number,this.pgNbCookie=this.prfxCookiePageNb+this.id,this.rememberPageLen=this.paging&&n.remember_page_length,this.pgLenCookie=this.prfxCookiePageLen+this.id,this.extensions=n.extensions,this.hasExtensions=g["default"].isArray(this.extensions),this.enableDefaultTheme=Boolean(n.enable_default_theme),this.hasThemes=this.enableDefaultTheme||g["default"].isArray(n.themes),this.themes=n.themes||[],this.themesPath=n.themes_path||this.stylePath+"themes/",this.Mod={},this.ExtRegistry={},this.Evt={name:{filter:"Filter",dropdown:"DropDown",checklist:"CheckList",changepage:"ChangePage",clear:"Clear",changeresultsperpage:"ChangeResults",resetvalues:"ResetValues",resetpage:"ResetPage",resetpagelength:"ResetPageLength",loadextensions:"LoadExtensions",loadthemes:"LoadThemes"},detectKey:function(t){if(this.enterKey){var e=t||D.event;if(e){var s=r["default"].keyCode(e);13===s?(this.filter(),r["default"].cancel(e),r["default"].stop(e)):(this.isUserTyping=!0,D.clearInterval(this.autoFilterTimer),this.autoFilterTimer=null)}}},onKeyUp:function(t){function e(){D.clearInterval(this.autoFilterTimer),this.autoFilterTimer=null,this.isUserTyping||(this.filter(),this.isUserTyping=null)}if(this.autoFilter){var s=t||D.event,i=r["default"].keyCode(s);this.isUserTyping=!1,13!==i&&9!==i&&27!==i&&38!==i&&40!==i?null===this.autoFilterTimer&&(this.autoFilterTimer=D.setInterval(e.bind(this),this.autoFilterDelay)):(D.clearInterval(this.autoFilterTimer),this.autoFilterTimer=null)}},onKeyDown:function(){this.autoFilter&&(this.isUserTyping=!0)},onInpBlur:function(){if(this.autoFilter&&(this.isUserTyping=!1,D.clearInterval(this.autoFilterTimer)),this.hasExtension("advancedGrid")){var t=this.extension("advancedGrid"),e=t._ezEditTable;t.cfg.editable&&e.Editable.Set(),t.cfg.selection&&e.Selection.Set()}},onInpFocus:function(t){var e=t||D.event,s=r["default"].target(e);if(this.activeFilterId=s.getAttribute("id"),this.activeFlt=h["default"].id(this.activeFilterId),this.popupFilters&&(r["default"].cancel(e),r["default"].stop(e)),this.hasExtension("advancedGrid")){var i=this.extension("advancedGrid"),l=i._ezEditTable;i.cfg.editable&&l.Editable.Remove(),i.cfg.selection&&l.Selection.Remove()}},onSlcFocus:function(t){var e=t||D.event,s=r["default"].target(e);if(this.activeFilterId=s.getAttribute("id"),this.activeFlt=h["default"].id(this.activeFilterId),this.loadFltOnDemand&&"0"===s.getAttribute("filled")){var i=s.getAttribute("ct");this.Mod.dropdown._build(i)}this.popupFilters&&(r["default"].cancel(e),r["default"].stop(e))},onSlcChange:function(t){if(this.activeFlt){var e=t||D.event;this.popupFilters&&r["default"].stop(e),this.onSlcChange&&this.filter()}},onCheckListClick:function(t){var e=t||D.event,s=r["default"].target(e);if(this.loadFltOnDemand&&"0"===s.getAttribute("filled")){var i=s.getAttribute("ct");this.Mod.checkList._build(i),this.Mod.checkList.checkListDiv[i].onclick=null,this.Mod.checkList.checkListDiv[i].title=""}}}}}return a(t,[{key:"init",value:function(){var t=this;if(!this._hasGrid){this.tbl||(this.tbl=h["default"].id(this.id)),this.gridLayout&&(this.refRow=null===this.startRow?0:this.startRow),this.popupFilters&&(0===this.filtersRowIndex&&1===this.headersRow||this.gridLayout)&&(this.headersRow=0);var e=this.Mod,s=this.singleSearchFlt?1:this.nbCells,i=void 0;if(this["import"](this.stylesheetId,this.stylesheet,null,"link"),this.hasThemes&&this._loadThemes(),(this.rememberGridValues||this.rememberPageNb||this.rememberPageLen)&&(e.store=new w.Store(this)),this.gridLayout&&(e.gridLayout=new x.GridLayout(this),e.gridLayout.init()),this.loader&&(e.loader||(e.loader=new k.Loader(this)),e.loader.init()),this.highlightKeywords&&(e.highlightKeyword=new T.HighlightKeyword(this)),this.popupFilters&&(e.popupFilter||(e.popupFilter=new P.PopupFilter(this)),e.popupFilter.init()),this.fltGrid)if(this.isFirstLoad){var l=void 0;if(!this.gridLayout){var a=h["default"].tag(this.tbl,"thead");l=a.length>0?a[0].insertRow(this.filtersRowIndex):this.tbl.insertRow(this.filtersRowIndex),this.headersRow>1&&this.filtersRowIndex<=this.headersRow&&!this.popupFilters&&this.headersRow++,this.popupFilters&&this.headersRow++,l.className=this.fltsRowCssClass,(this.isExternalFlt||this.popupFilters)&&(l.style.display="none")}this.nbFilterableRows=this.getRowsNb(),this.nbVisibleRows=this.nbFilterableRows,this.nbRows=this.tbl.rows.length;for(var n=0;s>n;n++){this.popupFilters&&e.popupFilter.build(n);var o=h["default"].create(this.fltCellTag),u=this.getFilterType(n),f=this.isExternalFlt&&this.externalFltTgtIds?this.externalFltTgtIds[n]:null;if(this.singleSearchFlt&&(o.colSpan=this.nbCells),this.gridLayout||l.appendChild(o),i=n==s-1&&this.displayBtn?this.fltSmallCssClass:this.fltCssClass,this.singleSearchFlt&&(u=this.fltTypeInp,i=this.singleFltCssClass),u===this.fltTypeSlc||u===this.fltTypeMulti){e.dropdown||(e.dropdown=new F.Dropdown(this));var c=e.dropdown,p=h["default"].create(this.fltTypeSlc,["id",this.prfxFlt+n+"_"+this.id],["ct",n],["filled","0"]);if(u===this.fltTypeMulti&&(p.multiple=this.fltTypeMulti,p.title=c.multipleSlcTooltip),p.className=d["default"].lower(u)===this.fltTypeSlc?i:this.fltMultiCssClass,f?(h["default"].id(f).appendChild(p),this.externalFltEls.push(p)):o.appendChild(p),this.fltIds.push(this.prfxFlt+n+"_"+this.id),this.loadFltOnDemand||c._build(n),r["default"].add(p,"keypress",this.Evt.detectKey.bind(this)),r["default"].add(p,"change",this.Evt.onSlcChange.bind(this)),r["default"].add(p,"focus",this.Evt.onSlcFocus.bind(this)),this.loadFltOnDemand){var g=h["default"].createOpt(this.displayAllText,"");p.appendChild(g)}}else if(u===this.fltTypeCheckList){var v=void 0;e.checkList=new R.CheckList(this),v=e.checkList;var b=h["default"].create("div",["id",v.prfxCheckListDiv+n+"_"+this.id],["ct",n],["filled","0"]);b.className=v.checkListDivCssClass,f?(h["default"].id(f).appendChild(b),this.externalFltEls.push(b)):o.appendChild(b),v.checkListDiv[n]=b,this.fltIds.push(this.prfxFlt+n+"_"+this.id),this.loadFltOnDemand||v._build(n),this.loadFltOnDemand&&(r["default"].add(b,"click",this.Evt.onCheckListClick.bind(this)),b.appendChild(h["default"].text(v.activateCheckListTxt)))}else{var m=u===this.fltTypeInp?"text":"hidden",_=h["default"].create(this.fltTypeInp,["id",this.prfxFlt+n+"_"+this.id],["type",m],["ct",n]);if("hidden"!==m&&this.watermark&&_.setAttribute("placeholder",this.isWatermarkArray?this.watermark[n]||"":this.watermark),_.className=i,r["default"].add(_,"focus",this.Evt.onInpFocus.bind(this)),f?(h["default"].id(f).appendChild(_),this.externalFltEls.push(_)):o.appendChild(_),this.fltIds.push(this.prfxFlt+n+"_"+this.id),r["default"].add(_,"keypress",this.Evt.detectKey.bind(this)),r["default"].add(_,"keydown",this.Evt.onKeyDown.bind(this)),r["default"].add(_,"keyup",this.Evt.onKeyUp.bind(this)),r["default"].add(_,"blur",this.Evt.onInpBlur.bind(this)),this.rememberGridValues){var y=this.Mod.store.getFilterValues(this.fltsValuesCookie);" "!=y[n]&&this.setFilterValue(n,y[n],!1)}}if(n==s-1&&this.displayBtn){var C=h["default"].create(this.fltTypeInp,["id",this.prfxValButton+n+"_"+this.id],["type","button"],["value",this.btnText]);C.className=this.btnCssClass,f?h["default"].id(f).appendChild(C):o.appendChild(C),r["default"].add(C,"click",function(){return t.filter()})}}}else this._resetGrid();else this.refRow=this.refRow-1,this.gridLayout&&(this.refRow=0),this.nbFilterableRows=this.getRowsNb(),this.nbVisibleRows=this.nbFilterableRows,this.nbRows=this.nbFilterableRows+this.refRow;this.hasVisibleRows&&this.enforceVisibility(),this.rowsCounter&&(e.rowsCounter=new O.RowsCounter(this),e.rowsCounter.init()),this.statusBar&&(e.statusBar=new I.StatusBar(this),e.statusBar.init()),(this.paging||e.paging)&&(e.paging||(e.paging=new S.Paging(this),e.paging.init()),e.paging.reset()),this.btnReset&&(e.clearButton=new E.ClearButton(this),e.clearButton.init()),this.help&&(e.help||(e.help=new L.Help(this)),e.help.init()),this.hasColWidths&&!this.gridLayout&&this.setColWidths(),this.alternateRows&&(e.alternateRows=new M.AlternateRows(this),e.alternateRows.init()),this.noResults&&(e.noResults||(e.noResults=new N.NoResults(this)),e.noResults.init()),this.isFirstLoad=!1,this._hasGrid=!0,(this.rememberGridValues||this.rememberPageLen||this.rememberPageNb)&&this.resetValues(),this.gridLayout||h["default"].addClass(this.tbl,this.prfxTf),this.loader&&e.loader.show("none"),this.hasExtensions&&this.initExtensions(),this.onFiltersLoaded&&this.onFiltersLoaded.call(null,this)}}},{key:"EvtManager",value:function(t){function e(){var e=this.Evt.name;switch(t){case e.filter:this._filter();break;case e.dropdown:this.linkedFilters?r.dropdown._build(i,!0):r.dropdown._build(i,!1,l,a);break;case e.checklist:r.checkList._build(i,l,a);break;case e.changepage:r.paging._changePage(n);break;case e.clear:this._clearFilters(),this._filter();break;case e.changeresultsperpage:r.paging._changeResultsPerPage();break;case e.resetvalues:this._resetValues(),this._filter();break;case e.resetpage:r.paging._resetPage(this.pgNbCookie);break;case e.resetpagelength:r.paging._resetPageLength(this.pgLenCookie);break;case e.loadextensions:this._loadExtensions();break;case e.loadthemes:this._loadThemes()}this.statusBar&&r.statusBar.message(""),this.loader&&r.loader.show("none")}var s=arguments.length<=1||void 0===arguments[1]?{slcIndex:null,slcExternal:!1,slcId:null,pgIndex:null}:arguments[1],i=s.slcIndex,l=s.slcExternal,a=s.slcId,n=s.pgIndex,r=this.Mod;this.loader||this.statusBar||this.linkedFilters?(this.loader&&r.loader.show(""),this.statusBar&&r.statusBar.message(this["msg"+t]),D.setTimeout(e.bind(this),this.execDelay)):e.call(this)}},{key:"feature",value:function(t){return this.Mod[t]}},{key:"initExtensions",value:function(){for(var t=this.extensions,e=0,s=t.length;s>e;e++){var i=t[e];this.ExtRegistry[i.name]||this.loadExtension(i)}}},{key:"loadExtension",value:function(t){var e=this;if(t&&t.name){var i=t.name,l=t.path,a=void 0;i&&l?a=t.path+i:(i=i.replace(".js",""),a="extensions/{}/{}".replace(/{}/g,i)),s.p=this.basePath,s.e(1,function(s){var l=[s(25)("./"+a)];(function(s){var l=new s(e,t);l.init(),e.ExtRegistry[i]=l}).apply(null,l)})}}},{key:"extension",value:function(t){return this.ExtRegistry[t]}},{key:"hasExtension",value:function(t){return!g["default"].isEmpty(this.ExtRegistry[t])}},{key:"destroyExtensions",value:function(){for(var t=this.extensions,e=0,s=t.length;s>e;e++){var i=t[e],l=this.ExtRegistry[i.name];l&&(l.destroy(),this.ExtRegistry[i.name]=null)}}},{key:"loadThemes",value:function(){this.EvtManager(this.Evt.name.loadthemes)}},{key:"_loadThemes",value:function(){var t=this.themes;if(this.enableDefaultTheme){var e={name:"default"};this.themes.push(e)}if(g["default"].isArray(t))for(var s=0,i=t.length;i>s;s++){var l=t[s],a=l.name,n=l.path,r=this.prfxTf+a;a&&!n?n=this.themesPath+a+"/"+a+".css":!a&&l.path&&(a="theme{0}".replace("{0}",s)),this.isImported(n,"link")||this["import"](r,n,null,"link")}this.btnResetText=null,this.btnResetHtml='',this.btnPrevPageHtml='',this.btnNextPageHtml='',this.btnFirstPageHtml='',this.btnLastPageHtml='',this.loader=!0,this.loaderHtml='
',this.loaderText=null}},{key:"getStylesheet",value:function(){var t=arguments.length<=0||void 0===arguments[0]?"default":arguments[0];return h["default"].id(this.prfxTf+t)}},{key:"destroy",value:function(){if(this._hasGrid){var t=this.tbl.rows,e=this.Mod;this._clearFilters(),this.isExternalFlt&&!this.popupFilters&&this.removeExternalFlts(),this.infDiv&&this.removeToolbar(),this.highlightKeywords&&e.highlightKeyword.unhighlightAll(),this.markActiveColumns&&this.clearActiveColumns(),this.hasExtensions&&this.destroyExtensions();for(var s=this.refRow;s0&&[].forEach.call(e,function(e){t.removeChild(e)})}}},{key:"removeExternalFlts",value:function(){if(this.isExternalFlt&&this.externalFltTgtIds)for(var t=this.externalFltTgtIds,e=t.length,s=0;e>s;s++){var i=t[s],l=h["default"].id(i);l&&(l.innerHTML="")}}},{key:"isCustomOptions",value:function(t){return this.hasCustomOptions&&-1!=this.customOptions.cols.indexOf(t)}},{key:"getCustomOptions",value:function(t){if(!g["default"].isEmpty(t)&&this.isCustomOptions(t)){for(var e=this.customOptions,s=e.cols,i=[],l=[],a=s.indexOf(t),n=e.values[a],r=e.texts[a],o=e.sorts[a],h=0,u=n.length;u>h;h++)l.push(n[h]),r[h]?i.push(r[h]):i.push(n[h]);return o&&(l.sort(),i.sort()),[l,i]}}},{key:"resetValues",value:function(){this.EvtManager(this.Evt.name.resetvalues)}},{key:"_resetValues",value:function(){this.rememberGridValues&&this.loadFltOnDemand&&this._resetGridValues(this.fltsValuesCookie),this.rememberPageLen&&this.Mod.paging&&this.Mod.paging.resetPageLength(this.pgLenCookie),this.rememberPageNb&&this.Mod.paging&&this.Mod.paging.resetPage(this.pgNbCookie)}},{key:"_resetGridValues",value:function(t){if(this.loadFltOnDemand){var e=this.Mod.store.getFilterValues(t),s=this.getFiltersByType(this.fltTypeSlc,!0),i=this.getFiltersByType(this.fltTypeMulti,!0);if(Number(e[e.length-1])===this.fltIds.length){for(var l=0;lu;u++)""!==a[u]&&(n=h["default"].createOpt(a[u],a[u],!0),o.appendChild(n),this.hasStoredValues=!0)}}else if(r===this.fltTypeCheckList){var f=this.Mod.checkList,c=f.checkListDiv[l];c.title=c.innerHTML,c.innerHTML="";var p=h["default"].create("ul",["id",this.fltIds[l]],["colIndex",l]);p.className=f.checkListCssClass;var g=h["default"].createCheckItem(this.fltIds[l]+"_0","",this.displayAllText);g.className=f.checkListItemCssClass,p.appendChild(g),c.appendChild(p),a=e[l].split(" "+this.orOperator+" ");for(var u=0,d=a.length;d>u;u++)if(""!==a[u]){var v=h["default"].createCheckItem(this.fltIds[l]+"_"+(u+1),a[u],a[u]);v.className=f.checkListItemCssClass,p.appendChild(v),v.check.checked=!0,f.setCheckListValues(v.check),this.hasStoredValues=!0}}}!this.hasStoredValues&&this.paging&&this.Mod.paging.setPagingInfo()}}}},{key:"filter",value:function(){this.EvtManager(this.Evt.name.filter)}},{key:"_filter",value:function(){function t(t,e,s){if(this.highlightKeywords&&e){t=t.replace(p,""),t=t.replace(g,""),t=t.replace(v,""),t=t.replace(b,"");var l=t;(r.test(t)||o.test(t)||u.test(t)||f.test(t)||c.test(t))&&(l=h["default"].getText(s)),""!==l&&i.highlightKeyword.highlight(s,l,i.highlightKeyword.highlightCssClass)}}function e(t,e,s){var i=void 0,l=C["default"].removeNbFormat,h=u.test(t),x=r.test(t),k=f.test(t),T=o.test(t),P=c.test(t),F=g.test(t),R=p.test(t),O=v.test(t),I=b.test(t),E=m===t,L=y===t,M=w.test(t),N=h&&_["default"].isValid(t.replace(u,""),S),D=x&&_["default"].isValid(t.replace(r,""),S),B=k&&_["default"].isValid(t.replace(f,""),S),A=T&&_["default"].isValid(t.replace(o,""),S),H=P&&_["default"].isValid(t.replace(c,""),S),j=F&&_["default"].isValid(t.replace(g,""),S),V=void 0,U=void 0;if(_["default"].isValid(e,S))V=_["default"].format(e,S),N?(U=_["default"].format(t.replace(u,""),S),i=U>V):D?(U=_["default"].format(t.replace(r,""),S),i=U>=V):A?(U=_["default"].format(t.replace(o,""),S),i=V>=U):B?(U=_["default"].format(t.replace(f,""),S),i=V>U):H?(U=_["default"].format(t.replace(c,""),S),i=V.toString()!=U.toString()):j?(U=_["default"].format(t.replace(g,""),S),i=V.toString()==U.toString()):p.test(t)?i=d["default"].contains(t.replace(p,""),e,!1,this.caseSensitive):_["default"].isValid(t,S)?(U=_["default"].format(t,S),i=V.toString()===U.toString()):i=E?d["default"].isEmpty(e):L?!d["default"].isEmpty(e):d["default"].contains(t,e,this.isExactMatch(s),this.caseSensitive);else if(this.hasColNbFormat&&this.colNbFormat[s]?(a=l(e,this.colNbFormat[s]),n=this.colNbFormat[s]):","===this.thousandsSeparator&&"."===this.decimalSeparator?(a=l(e,"us"),n="us"):(a=l(e,"eu"),n="eu"),x)i=a<=l(t.replace(r,""),n);else if(T)i=a>=l(t.replace(o,""),n);else if(h)i=al(t.replace(f,""),n);else if(P)i=d["default"].contains(t.replace(c,""),e,!1,this.caseSensitive)?!1:!0;else if(R)i=d["default"].contains(t.replace(p,""),e,!1,this.caseSensitive);else if(F)i=d["default"].contains(t.replace(g,""),e,!0,this.caseSensitive);else if(O)i=0===e.indexOf(t.replace(v,""))?!0:!1;else if(I){var G=t.replace(b,"");i=e.lastIndexOf(G,e.length-1)===e.length-1-(G.length-1)&&e.lastIndexOf(G,e.length-1)>-1?!0:!1}else if(E)i=d["default"].isEmpty(e);else if(L)i=!d["default"].isEmpty(e);else if(M)try{var z=t.replace(w,""),W=new RegExp(z);i=W.test(e)}catch($){i=!1}else i=d["default"].contains(t,e,this.isExactMatch(s),this.caseSensitive);return i}if(this.fltGrid&&(this._hasGrid||this.isFirstLoad)){this.onBeforeFilter&&this.onBeforeFilter.call(null,this);var s=this.tbl.rows,i=this.Mod,l=0;this.validRowsIndex=[],this.highlightKeywords&&i.highlightKeyword.unhighlightAll(),this.popupFilters&&i.popupFilter.buildIcons(),this.markActiveColumns&&this.clearActiveColumns(),this.searchArgs=this.getFiltersValue();for(var a,n,r=new RegExp(this.leOperator),o=new RegExp(this.geOperator),u=new RegExp(this.lwOperator),f=new RegExp(this.grOperator),c=new RegExp(this.dfOperator),p=new RegExp(d["default"].rgxEsc(this.lkOperator)),g=new RegExp(this.eqOperator),v=new RegExp(this.stOperator),b=new RegExp(this.enOperator),m=this.emOperator,y=this.nmOperator,w=new RegExp(d["default"].rgxEsc(this.rgxOperator)),x=this.refRow;xO;O++){var I=this.searchArgs[this.singleSearchFlt?0:O],S=this.hasColDateType?this.colDateType[O]:this.defaultDateType;if(""!==I){var E=d["default"].matchCase(this.getCellData(k[O]),this.caseSensitive),L=I.split(this.orOperator),M=L.length>1?!0:!1,N=I.split(this.anOperator),D=N.length>1?!0:!1;if(M||D){for(var B=void 0,A=!1,H=M?L:N,j=0,V=H.length;V>j&&(B=d["default"].trim(H[j]),A=e.call(this,B,E,O),t.call(this,B,A,k[O]),!M||!A)&&(!D||A);j++);P[O]=A}else P[O]=e.call(this,d["default"].trim(I),E,O),t.call(this,I,P[O],k[O]);P[O]||(F=!1),this.singleSearchFlt&&P[O]&&(R=!0),this.popupFilters&&i.popupFilter.buildIcon(O,!0),this.markActiveColumns&&x===this.refRow&&(this.onBeforeActiveColumn&&this.onBeforeActiveColumn.call(null,this,O),h["default"].addClass(this.getHeaderElement(O),this.activeColumnsCssClass),this.onAfterActiveColumn&&this.onAfterActiveColumn.call(null,this,O))}}this.singleSearchFlt&&R&&(F=!0),F?(this.validateRow(x,!0),this.validRowsIndex.push(x),this.alternateRows&&i.alternateRows.setRowBg(x,this.validRowsIndex.length),this.onRowValidated&&this.onRowValidated.call(null,this,x)):(this.validateRow(x,!1),i.alternateRows&&i.alternateRows.removeRowBg(x),this.hasVisibleRows&&-1!==this.visibleRows.indexOf(x)?this.validRowsIndex.push(x):l++)}}this.nbVisibleRows=this.validRowsIndex.length,this.nbHiddenRows=l,this.rememberGridValues&&i.store.saveFilterValues(this.fltsValuesCookie),this.paging?(i.paging.startPagingRow=0,i.paging.currentPageNb=1,i.paging.setPagingInfo(this.validRowsIndex)):this.applyProps(),this.onAfterFilter&&this.onAfterFilter.call(null,this)}}},{key:"applyProps",value:function(){var t=this.Mod;this.hasVisibleRows&&this.enforceVisibility(),this.hasExtension("colOps")&&this.extension("colOps").calc(),this.linkedFilters&&this.linkFilters(),this.rowsCounter&&t.rowsCounter.refresh(this.nbVisibleRows),this.popupFilters&&t.popupFilter.closeAll(),this.noResults&&(this.nbVisibleRows>0?t.noResults.hide():t.noResults.show())}},{key:"getColValues",value:function(t){var e=arguments.length<=1||void 0===arguments[1]?!1:arguments[1],s=arguments.length<=2||void 0===arguments[2]?!1:arguments[2],i=arguments.length<=3||void 0===arguments[3]?[]:arguments[3];if(this.fltGrid){var l=this.tbl.rows,a=[];e&&a.push(this.getHeadersText()[t]);for(var n=this.refRow;n0&&(r=-1!=i.indexOf(n));var o=l[n].cells,h=o.length;if(h===this.nbCells&&!r)for(var u=0;h>u;u++)if(u==t&&""===l[n].style.display){ -var d=this.getCellData(o[u]),f=this.colNbFormat?this.colNbFormat[t]:null,c=s?C["default"].removeNbFormat(d,f):d;a.push(c)}}return a}}},{key:"getFilterValue",value:function(t){if(this.fltGrid){var e=void 0,s=this.getFilterElement(t);if(!s)return"";var i=this.getFilterType(t);if(i!==this.fltTypeMulti&&i!==this.fltTypeCheckList)e=s.value;else if(i===this.fltTypeMulti){e="";for(var l=0,a=s.options.length;a>l;l++)s.options[l].selected&&(e=e.concat(s.options[l].value+" "+this.orOperator+" "));e=e.substr(0,e.length-4)}else i===this.fltTypeCheckList&&(null!==s.getAttribute("value")?(e=s.getAttribute("value"),e=e.substr(0,e.length-3)):e="");return e}}},{key:"getFiltersValue",value:function(){if(this.fltGrid){for(var t=[],e=0,s=this.fltIds.length;s>e;e++)t.push(d["default"].trim(d["default"].matchCase(this.getFilterValue(e),this.caseSensitive)));return t}}},{key:"getFilterId",value:function(t){return this.fltGrid?this.fltIds[t]:void 0}},{key:"getFiltersByType",value:function(t,e){if(this.fltGrid){for(var s=[],i=0,l=this.fltIds.length;l>i;i++){var a=this.getFilterType(i);if(a===d["default"].lower(t)){var n=e?i:this.fltIds[i];s.push(n)}}return s}}},{key:"getFilterElement",value:function(t){var e=this.fltIds[t];return h["default"].id(e)}},{key:"getCellsNb",value:function(){var t=arguments.length<=0||void 0===arguments[0]?0:arguments[0],e=this.tbl.rows[t];return e.cells.length}},{key:"getRowsNb",value:function(t){var e=g["default"].isUndef(this.refRow)?0:this.refRow,s=this.tbl.rows.length;return t&&(e=0),parseInt(s-e,10)}},{key:"getCellData",value:function(t){var e=t.cellIndex;return this.customCellData&&-1!=this.customCellDataCols.indexOf(e)?this.customCellData.call(null,this,t,e):h["default"].getText(t)}},{key:"getTableData",value:function(){var t=arguments.length<=0||void 0===arguments[0]?!1:arguments[0],e=this.tbl.rows,s=[];t&&s.push([this.getHeadersRowIndex(),this.getHeadersText()]);for(var i=this.refRow;in;n++){var o=this.getCellData(a[n]);l[1].push(o)}s.push(l)}return s}},{key:"getFilteredData",value:function(){var t=arguments.length<=0||void 0===arguments[0]?!1:arguments[0];if(!this.validRowsIndex)return[];var e=this.tbl.rows,s=[];t&&s.push([this.getHeadersRowIndex(),this.getHeadersText()]);for(var i=this.getValidRows(!0),l=0;ll;l++){var n=s[l],r=n[1],o=r[t];i.push(o)}return i}},{key:"getRowDisplay",value:function(t){return g["default"].isObj(t)?t.style.display:null}},{key:"validateRow",value:function(t,e){var s=this.tbl.rows[t];if(s&&"boolean"==typeof e){this.hasVisibleRows&&-1!==this.visibleRows.indexOf(t)&&(e=!0);var i=e?"":"none",l=e?"true":"false";s.style.display=i,this.paging&&s.setAttribute("validRow",l)}}},{key:"validateAllRows",value:function(){if(this._hasGrid){this.validRowsIndex=[];for(var t=this.refRow;ta;a++){var r=s.options[a];(""===l||""===l[0])&&(r.selected=!1),""===r.value&&(r.selected=!1),""!==r.value&&b["default"].has(l,r.value,!0)&&(r.selected=!0)}else if(i===this.fltTypeCheckList){e=d["default"].matchCase(e,this.caseSensitive);var o=e.split(" "+this.orOperator+" "),u=h["default"].tag(s,"li").length;s.setAttribute("value",""),s.setAttribute("indexes","");for(var f=0;u>f;f++){var c=h["default"].tag(s,"li")[f],p=h["default"].tag(c,"label")[0],g=h["default"].tag(c,"input")[0],v=d["default"].matchCase(h["default"].getText(p),this.caseSensitive);""!==v&&b["default"].has(o,v,!0)?(g.checked=!0,this.Mod.checkList.setCheckListValues(g)):(g.checked=!1,this.Mod.checkList.setCheckListValues(g))}}}}},{key:"setColWidths",value:function(t,e){function s(){for(var t=this.nbCells,s=this.colWidths,i=h["default"].tag(e,"col"),l=i.length>0,a=l?null:B.createDocumentFragment(),n=0;t>n;n++){var r=void 0;l?r=i[n]:(r=h["default"].create("col",["id",this.id+"_col_"+n]),a.appendChild(r)),r.style.width=s[n]}l||e.insertBefore(a,e.firstChild)}if(this.fltGrid&&this.hasColWidths){e=e||this.tbl;var i=void 0;i=void 0===t?"none"!=e.rows[0].style.display?0:1:t,s.call(this)}}},{key:"enforceVisibility",value:function(){if(this.hasVisibleRows)for(var t=0,e=this.visibleRows.length;e>t;t++){var s=this.visibleRows[t];s<=this.nbRows&&this.validateRow(s,!0)}}},{key:"clearFilters",value:function(){this.EvtManager(this.Evt.name.clear)}},{key:"_clearFilters",value:function(){if(this.fltGrid){this.onBeforeReset&&this.onBeforeReset.call(null,this,this.getFiltersValue());for(var t=0,e=this.fltIds.length;e>t;t++)this.setFilterValue(t,"");this.linkedFilters&&this.linkFilters(),this.rememberPageLen&&c["default"].remove(this.pgLenCookie),this.rememberPageNb&&c["default"].remove(this.pgNbCookie),this.onAfterReset&&this.onAfterReset.call(null,this)}}},{key:"clearActiveColumns",value:function(){for(var t=0,e=this.getCellsNb(this.headersRow);e>t;t++)h["default"].removeClass(this.getHeaderElement(t),this.activeColumnsCssClass)}},{key:"linkFilters",value:function(){if(this.activeFilterId){var t=this.getFiltersByType(this.fltTypeSlc,!0),e=this.getFiltersByType(this.fltTypeMulti,!0),s=this.getFiltersByType(this.fltTypeCheckList,!0),i=t.concat(e);i=i.concat(s);var l=this.activeFilterId.split("_")[0];l=l.split(this.prfxFlt)[1];for(var a=void 0,n=0,r=i.length;r>n;n++){var o=h["default"].id(this.fltIds[i[n]]);if(a=this.getFilterValue(i[n]),l!==i[n]||this.paging&&-1!=t.indexOf(i[n])&&l===i[n]||!this.paging&&(-1!=s.indexOf(i[n])||-1!=e.indexOf(i[n]))||a===this.displayAllText){if(-1!=s.indexOf(i[n])?this.Mod.checkList.checkListDiv[i[n]].innerHTML="":o.innerHTML="",this.loadFltOnDemand){var u=h["default"].createOpt(this.displayAllText,"");o&&o.appendChild(u)}-1!=s.indexOf(i[n])?this.Mod.checkList._build(i[n]):this.Mod.dropdown._build(i[n],!0),this.setFilterValue(i[n],a)}}}}},{key:"_resetGrid",value:function(){if(!this.isFirstLoad){var t=this.Mod,e=this.tbl,s=e.rows,i=this.filtersRowIndex,l=s[i];if(!this.gridLayout)if(e.tHead){var a=e.tHead.insertRow(this.filtersRowIndex);e.tHead.replaceChild(this.fltGridEl,a)}else l.parentNode.insertBefore(this.fltGridEl,l);if(this.isExternalFlt)for(var n=this.externalFltTgtIds,r=0,o=n.length;o>r;r++){var u=h["default"].id(n[r]);if(u){var d=this.externalFltEls[r];u.appendChild(d);var f=this.getFilterType(r);this.gridLayout&&""===d.innerHTML&&f!==this.fltTypeInp&&((f===this.fltTypeSlc||f===this.fltTypeMulti)&&t.dropdown.build(r),f===this.fltTypeCheckList&&t.checkList.build(r))}}this.nbFilterableRows=this.getRowsNb(),this.nbVisibleRows=this.nbFilterableRows,this.nbRows=s.length,this.popupFilters&&(this.headersRow++,t.popupFilter.reset()),this.gridLayout||h["default"].addClass(this.tbl,this.prfxTf),this._hasGrid=!0}}},{key:"isExactMatch",value:function(t){var e=this.getFilterType(t);return this.exactMatchByCol[t]||this.exactMatch||e!==this.fltTypeInp}},{key:"isImported",value:function(t,e){for(var s=!1,i=e?e:"script",l="script"==i?"src":"href",a=h["default"].tag(B,i),n=0,r=a.length;r>n;n++)if(void 0!==a[n][l]&&a[n][l].match(t)){s=!0;break}return s}},{key:"import",value:function(t,e,s,i){var l=i?i:"script",a=this.isImported(e,l);if(!a){var n=this,r=!1,o=void 0,u=h["default"].tag(B,"head")[0];o="link"===d["default"].lower(l)?h["default"].create("link",["id",t],["type","text/css"],["rel","stylesheet"],["href",e]):h["default"].create("script",["id",t],["type","text/javascript"],["src",e]),o.onload=o.onreadystatechange=function(){r||this.readyState&&"loaded"!==this.readyState&&"complete"!==this.readyState||(r=!0,"function"==typeof s&&s.call(null,n))},o.onerror=function(){throw new Error("TF script could not load: "+e)},u.appendChild(o)}}},{key:"hasGrid",value:function(){return this._hasGrid}},{key:"getFiltersId",value:function(){return this.fltIds||[]}},{key:"getValidRows",value:function(t){if(!t)return this.validRowsIndex;this.validRowsIndex=[];for(var e=this.refRow;e]+>/g,"");return e=e.replace(/^\s+/,"").replace(/\s+$/,"")},create:function(t){if(t&&""!==t){var e=document.createElement(t),s=arguments;if(s.length>1)for(var i=0;i0){var i=document.cookie,l=i.indexOf(s);if(-1!==l){l+=s.length;var a=i.indexOf(";",l);-1===a&&(a=i.length),e=unescape(i.substring(l,a))}}return e},remove:function(t){this.write(t,"",-1)},valueToArray:function(t,e){e||(e=",");var s=this.read(t),i=s.split(e);return i},getValueByIndex:function(t,e,s){s||(s=",");var i=this.valueToArray(t,s);return i[e]}},t.exports=e["default"]},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var s=void 0;e["default"]={isObj:function(t){var e=!1;return"string"==typeof t?window[t]&&"object"==typeof window[t]&&(e=!0):t&&"object"==typeof t&&(e=!0),e},isFn:function(t){return t&&t.constructor==Function},isArray:function(t){return t&&t.constructor==Array},isUndef:function(t){return t===s},isNull:function(t){return null===t},isEmpty:function(t){return this.isUndef(t)||this.isNull(t)||0===t.length}},t.exports=e["default"]},function(t,e,s){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}Object.defineProperty(e,"__esModule",{value:!0});var l=s(3),a=i(l);e["default"]={has:function(t,e,s){for(var i=void 0===s?!1:s,l=0;l2)return t;var e=void 0;return 99>=t&&t>50&&(e="19"+t),(50>t||"00"===t)&&(e="20"+t),e}function i(t){if(void 0===t)return 0;for(var e=void 0,s=["january","february","march","april","may","june","july","august","september","october","november","december","jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec"],i=0;i11||23>e)&&(e-=12),1>e||e>12?0:e}Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={isValid:function(t,e){if(e||(e="DMY"),e=e.toUpperCase(),3!=e.length&&"DDMMMYYYY"===e){var s=this.format(t,e);t=s.getDate()+"/"+(s.getMonth()+1)+"/"+s.getFullYear(),e="DMY"}(-1===e.indexOf("M")||-1===e.indexOf("D")||-1===e.indexOf("Y"))&&(e="DMY");var i=void 0,l=void 0;if("Y"===e.substring(0,1)?(i=/^\d{2}(\-|\/|\.)\d{1,2}\1\d{1,2}$/,l=/^\d{4}(\-|\/|\.)\d{1,2}\1\d{1,2}$/):"Y"===e.substring(1,2)?(i=/^\d{1,2}(\-|\/|\.)\d{2}\1\d{1,2}$/,l=/^\d{1,2}(\-|\/|\.)\d{4}\1\d{1,2}$/):(i=/^\d{1,2}(\-|\/|\.)\d{1,2}\1\d{2}$/,l=/^\d{1,2}(\-|\/|\.)\d{1,2}\1\d{4}$/),i.test(t)===!1&&l.test(t)===!1)return!1;var a=t.split(RegExp.$1),n=void 0,r=void 0,o=void 0;n="M"===e.substring(0,1)?a[0]:"M"===e.substring(1,2)?a[1]:a[2],r="D"===e.substring(0,1)?a[0]:"D"===e.substring(1,2)?a[1]:a[2],o="Y"===e.substring(0,1)?a[0]:"Y"===e.substring(1,2)?a[1]:a[2],parseInt(o,10)<=50&&(o=(parseInt(o,10)+2e3).toString()),parseInt(o,10)<=99&&(o=(parseInt(o,10)+1900).toString());var h=new Date(parseInt(o,10),parseInt(n,10)-1,parseInt(r,10),0,0,0,0);return parseInt(r,10)!=h.getDate()?!1:parseInt(n,10)-1!=h.getMonth()?!1:!0},format:function(t,e){if(e||(e="DMY"),!t||""===t)return new Date(1001,0,1);var l=void 0,a=void 0;switch(e.toUpperCase()){case"DDMMMYYYY":a=t.replace(/[- \/.]/g," ").split(" "),l=new Date(s(a[2]),i(a[1])-1,a[0]);break;case"DMY":a=t.replace(/^(0?[1-9]|[12][0-9]|3[01])([- \/.])(0?[1-9]|1[012])([- \/.])((\d\d)?\d\d)$/,"$1 $3 $5").split(" "),l=new Date(s(a[2]),a[1]-1,a[0]);break;case"MDY":a=t.replace(/^(0?[1-9]|1[012])([- \/.])(0?[1-9]|[12][0-9]|3[01])([- \/.])((\d\d)?\d\d)$/,"$1 $3 $5").split(" "),l=new Date(s(a[2]),a[0]-1,a[1]);break;case"YMD":a=t.replace(/^((\d\d)?\d\d)([- \/.])(0?[1-9]|1[012])([- \/.])(0?[1-9]|[12][0-9]|3[01])$/,"$1 $4 $6").split(" "),l=new Date(s(a[0]),a[1]-1,a[2]);break;default:a=t.replace(/^(0?[1-9]|[12][0-9]|3[01])([- \/.])(0?[1-9]|1[012])([- \/.])((\d\d)?\d\d)$/,"$1 $3 $5").split(" "),l=new Date(s(a[2]),a[1]-1,a[0])}return l}},t.exports=e["default"]},function(t,e,s){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}Object.defineProperty(e,"__esModule",{value:!0});var l=s(3),a=i(l);e["default"]={removeNbFormat:function(t,e){if(t){e||(e="us");var s=t;return s="us"===a["default"].lower(e)?+s.replace(/[^\d\.-]/g,""):+s.replace(/[^\d\,-]/g,"").replace(",",".")}}},t.exports=e["default"]},function(t,e,s){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function l(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(e,"__esModule",{value:!0});var a=function(){function t(t,e){for(var s=0;s0&&i.removeChild(P[0]),this.headTbl.style.tableLayout="fixed",i.style.tableLayout="fixed",this.headTbl.cellPadding=i.cellPadding,this.headTbl.cellSpacing=i.cellSpacing,e.setColWidths(0,this.headTbl),i.style.width="",this.headTbl.style.width=i.clientWidth+"px",p["default"].add(this.tblCont,"scroll",function(e){var s=p["default"].target(e),i=s.scrollLeft;t.headTblCont.scrollLeft=i});var F=(s.extensions||[]).filter(function(t){return"sort"===t.name});1===F.length&&(F[0].async_sort=!0,F[0].trigger_ids=g),this.tblHasColTag=u["default"].tag(i,"col").length>0?!0:!1;var R=function(){for(var t=e.nbCells-1;t>=0;t--){var s=u["default"].create("col",["id",e.id+"_col_"+t]);i.insertBefore(s,i.firstChild),s.style.width=e.colWidths[t],this.gridColElms[t]=s}this.tblHasColTag=!0};if(this.tblHasColTag)for(var O=u["default"].tag(i,"col"),I=0;I',this.popUpDivCssClass=e.popup_div_css_class||"popUpFilter",this.onBeforePopUpOpen=u["default"].isFn(e.on_before_popup_filter_open)?e.on_before_popup_filter_open:null,this.onAfterPopUpOpen=u["default"].isFn(e.on_after_popup_filter_open)?e.on_after_popup_filter_open:null,this.onBeforePopUpClose=u["default"].isFn(e.on_before_popup_filter_close)?e.on_before_popup_filter_close:null,this.onAfterPopUpClose=u["default"].isFn(e.on_after_popup_filter_close)?e.on_after_popup_filter_close:null,this.popUpFltSpans=[],this.popUpFltImgs=[],this.popUpFltElms=this.popUpFltElmCache||[],this.popUpFltAdjustToContainer=!0,this.prfxPopUpSpan="popUpSpan_",this.prfxPopUpDiv="popUpDiv_"}return a(s,e),n(s,[{key:"onClick",value:function(e){var s=e||t.event,i=s.target.parentNode,l=parseInt(i.getAttribute("ci"),10);if(this.closeAll(l),this.toggle(l),this.popUpFltAdjustToContainer){var a=this.popUpFltElms[l],n=this.tf.getHeaderElement(l),r=.95*n.clientWidth;a.style.width=parseInt(r,10)+"px"}p["default"].cancel(s),p["default"].stop(s)}},{key:"init",value:function(){var t=this;if(!this.initialized){for(var e=this.tf,s=0;sC;C++)if(t===C&&(!e||e&&l.disableExcludedOptions)||t==C&&e&&(""===o[m].style.display&&!l.paging||l.paging&&(!l.validRowsIndex||l.validRowsIndex&&-1!=l.validRowsIndex.indexOf(m))&&(void 0===f||f==t||f!=t&&-1!=l.validRowsIndex.indexOf(m)))){var w=l.getCellData(_[C]),x=d["default"].matchCase(w,u);if(h["default"].has(this.opts,x,u)||this.opts.push(w),e&&l.disableExcludedOptions){var k=b[C];k||(k=l.getFilteredDataCol(C)),h["default"].has(k,x,u)||h["default"].has(v,x,u)||this.isFirstLoad||v.push(w)}}}if(this.isCustom){var T=l.getCustomOptions(t);this.opts=T[0],this.optsTxt=T[1]}if(l.sortSlc&&!this.isCustom&&(u?(this.opts.sort(),v&&v.sort()):(this.opts.sort(c["default"].ignoreCase),v&&v.sort(c["default"].ignoreCase))),l.sortNumAsc&&-1!=l.sortNumAsc.indexOf(t))try{this.opts.sort(numSortAsc),v&&v.sort(numSortAsc),this.isCustom&&this.optsTxt.sort(numSortAsc)}catch(P){this.opts.sort(),v&&v.sort(),this.isCustom&&this.optsTxt.sort()}if(l.sortNumDesc&&-1!=l.sortNumDesc.indexOf(t))try{this.opts.sort(numSortDesc),v&&v.sort(numSortDesc),this.isCustom&&this.optsTxt.sort(numSortDesc)}catch(P){this.opts.sort(),v&&v.sort(),this.isCustom&&this.optsTxt.sort()}this.addOptions(t,n,e,v,p,g)}}},{key:"addOptions",value:function(t,e,s,i,l,a){var n=this.tf,o=d["default"].lower(this.slcFillingMethod),u=e.value;e.innerHTML="",e=this.addFirstOption(e);for(var f=0;f"+p+""}else{var b;b=n.loadFltOnDemand&&u===this.opts[f]&&n.getFilterType(t)===n.fltTypeSlc?r["default"].createOpt(p,c,!0):n.getFilterType(t)!==n.fltTypeMulti?r["default"].createOpt(p,c," "!==l[t]&&c===l[t]?!0:!1):r["default"].createOpt(p,c,h["default"].has(a,d["default"].matchCase(this.opts[f],n.matchCase),n.matchCase)||-1!==a.toString().indexOf(c)?!0:!1),g&&(b.disabled=!0),e.appendChild(b)}}"innerhtml"===o&&(e.innerHTML+=this.slcInnerHtml),e.setAttribute("filled","1")}},{key:"addFirstOption",value:function(t){var e=this.tf,s=d["default"].lower(this.slcFillingMethod);if("innerhtml"===s)this.slcInnerHtml+='";else{var i=r["default"].createOpt(this.enableSlcResetFilter?e.displayAllText:"","");if(this.enableSlcResetFilter||(i.style.display="none"),t.appendChild(i),e.enableEmptyOption){var l=r["default"].createOpt(e.emptyText,e.emOperator);t.appendChild(l)}if(e.enableNonEmptyOption){var a=r["default"].createOpt(e.nonEmptyText,e.nmOperator);t.appendChild(a)}}return t}}]),t}();e.Dropdown=p},function(t,e,s){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}Object.defineProperty(e,"__esModule",{value:!0});var l=s(3),a=i(l);e["default"]={ignoreCase:function(t,e){var s=a["default"].lower(t),i=a["default"].lower(e);return i>s?-1:s>i?1:0}},t.exports=e["default"]},function(t,e,s){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function l(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(e,"__esModule",{value:!0});var a=function(){function t(t,e){for(var s=0;s_;_++)if(t===_&&(!l.linkedFilters||l.linkedFilters&&l.disableExcludedOptions)||t===_&&l.linkedFilters&&(""===u[v].style.display&&!l.paging||l.paging&&(!f||f===t||f!=t&&-1!=l.validRowsIndex.indexOf(v)))){var y=l.getCellData(b[_]),C=d["default"].matchCase(y,l.matchCase);h["default"].has(this.opts,C,l.matchCase)||this.opts.push(y);var w=p[_];l.linkedFilters&&l.disableExcludedOptions&&(w||(w=l.getFilteredDataCol(_)),h["default"].has(w,C,l.matchCase)||h["default"].has(this.excludedOpts,C,l.matchCase)||l.isFirstLoad||this.excludedOpts.push(y))}}if(this.isCustom){var x=l.getCustomOptions(t);this.opts=x[0],this.optsTxt=x[1]}if(l.sortSlc&&!this.isCustom&&(l.matchCase?(this.opts.sort(),this.excludedOpts&&this.excludedOpts.sort()):(this.opts.sort(c["default"].ignoreCase),this.excludedOpts&&this.excludedOpts.sort(c["default"].ignoreCase))),l.sortNumAsc&&-1!=l.sortNumAsc.indexOf(t))try{this.opts.sort(numSortAsc),this.excludedOpts&&this.excludedOpts.sort(numSortAsc),this.isCustom&&this.optsTxt.sort(numSortAsc)}catch(k){this.opts.sort(),this.excludedOpts&&this.excludedOpts.sort(),this.isCustom&&this.optsTxt.sort()}if(l.sortNumDesc&&-1!=l.sortNumDesc.indexOf(t))try{this.opts.sort(numSortDesc),this.excludedOpts&&this.excludedOpts.sort(numSortDesc),this.isCustom&&this.optsTxt.sort(numSortDesc)}catch(k){this.opts.sort(),this.excludedOpts&&this.excludedOpts.sort(),this.isCustom&&this.optsTxt.sort()}this.addChecks(t,o,l.separator),l.loadFltOnDemand&&(n.innerHTML=""),n.appendChild(o),n.setAttribute("filled","1")}}},{key:"addChecks",value:function(t,e){var s=this,i=this.tf,l=this.addTChecks(t,e),a=[],n=i.feature("store"),o=n?n.getFilterValues(i.fltsValuesCookie)[t]:null;o&&d["default"].trim(o).length>0&&(i.hasCustomSlcOptions&&-1!=i.customSlcOptions.cols.indexOf(t)?a.push(o):a=o.split(" "+i.orOperator+" "));for(var u=0;u0?1:0),a=l+i.pagingLength-1<=e.nbVisibleRows?l+i.pagingLength-1:e.nbVisibleRows;s=l+this.fromToTextSeparator+a+this.overText+e.nbVisibleRows}}else s=t&&""!==t?t:e.nbFilterableRows-e.nbHiddenRows;this.rowsCounterSpan.innerHTML=s,this.onAfterRefreshCounter&&this.onAfterRefreshCounter.call(null,e,this.rowsCounterSpan,s)}}},{key:"destroy",value:function(){this.initialized&&(!this.rowsCounterTgtId&&this.rowsCounterDiv?u["default"].remove(this.rowsCounterDiv):u["default"].id(this.rowsCounterTgtId).innerHTML="",this.rowsCounterSpan=null,this.rowsCounterDiv=null,this.initialized=!1)}}]),e}(o.Feature);e.RowsCounter=c},function(t,e,s){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function l(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function a(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}Object.defineProperty(e,"__esModule",{value:!0});var n=function(){function t(t,e){for(var s=0;s",this.btnPrevPageText=s.btn_prev_page_text||"<",this.btnLastPageText=s.btn_last_page_text||">|",this.btnFirstPageText=s.btn_first_page_text||"|<",this.btnNextPageHtml=s.btn_next_page_html||(t.enableIcons?'':null),this.btnPrevPageHtml=s.btn_prev_page_html||(t.enableIcons?'':null),this.btnFirstPageHtml=s.btn_first_page_html||(t.enableIcons?'':null),this.btnLastPageHtml=s.btn_last_page_html||(t.enableIcons?'':null),this.pageText=s.page_text||" Page ",this.ofText=s.of_text||" of ",this.nbPgSpanCssClass=s.nb_pages_css_class||"nbpg",this.hasPagingBtns=s.paging_btns===!1?!1:!0,this.pageSelectorType=s.page_selector_type||t.fltTypeSlc,this.onBeforeChangePage=f["default"].isFn(s.on_before_change_page)?s.on_before_change_page:null,this.onAfterChangePage=f["default"].isFn(s.on_after_change_page)?s.on_after_change_page:null,this.prfxSlcPages="slcPages_",this.prfxSlcResults="slcResults_",this.prfxSlcResultsTxt="slcResultsTxt_",this.prfxBtnNextSpan="btnNextSpan_",this.prfxBtnPrevSpan="btnPrevSpan_",this.prfxBtnLastSpan="btnLastSpan_",this.prfxBtnFirstSpan="btnFirstSpan_",this.prfxBtnNext="btnNext_",this.prfxBtnPrev="btnPrev_",this.prfxBtnLast="btnLast_",this.prfxBtnFirst="btnFirst_",this.prfxPgSpan="pgspan_",this.prfxPgBeforeSpan="pgbeforespan_",this.prfxPgAfterSpan="pgafterspan_";var i=this.refRow,a=this.nbRows;this.nbPages=Math.ceil((a-i)/this.pagingLength);var n=this;this.evt={slcIndex:function(){return n.pageSelectorType===t.fltTypeSlc?n.pagingSlc.options.selectedIndex:parseInt(n.pagingSlc.value,10)-1},nbOpts:function(){return n.pageSelectorType===t.fltTypeSlc?parseInt(n.pagingSlc.options.length,10)-1:n.nbPages-1},next:function(){var t=n.evt.slcIndex()0?n.evt.slcIndex()-1:n.evt.nbOpts();n.changePage(t)},last:function(){n.changePage(n.evt.nbOpts())},first:function(){n.changePage(0)},_detectKey:function(e){var s=v["default"].keyCode(e);13===s&&(t.sorted?(t.filter(),n.changePage(n.evt.slcIndex())):n.changePage(),this.blur())},slcPagesChange:null,nextEvt:null,prevEvt:null,lastEvt:null,firstEvt:null}}return a(e,t),n(e,[{key:"init",value:function(){var t,e=this,s=this.tf,i=this.evt;if(!this.initialized){this.hasResultsPerPage&&(this.resultsPerPage.length<2?this.hasResultsPerPage=!1:(this.pagingLength=this.resultsPerPage[1][0],this.setResultsPerPage())),i.slcPagesChange=function(t){var s=t.target;e.changePage(s.selectedIndex)},this.pageSelectorType===s.fltTypeSlc&&(t=u["default"].create(s.fltTypeSlc,["id",this.prfxSlcPages+s.id]),t.className=this.pgSlcCssClass,v["default"].add(t,"change",i.slcPagesChange)),this.pageSelectorType===s.fltTypeInp&&(t=u["default"].create(s.fltTypeInp,["id",this.prfxSlcPages+s.id],["value",this.currentPageNb]),t.className=this.pgInpCssClass,v["default"].add(t,"keypress",i._detectKey));var l=u["default"].create("span",["id",this.prfxBtnNextSpan+s.id]),a=u["default"].create("span",["id",this.prfxBtnPrevSpan+s.id]),n=u["default"].create("span",["id",this.prfxBtnLastSpan+s.id]),r=u["default"].create("span",["id",this.prfxBtnFirstSpan+s.id]);if(this.hasPagingBtns){if(this.btnNextPageHtml)l.innerHTML=this.btnNextPageHtml,v["default"].add(l,"click",i.next);else{var o=u["default"].create(s.fltTypeInp,["id",this.prfxBtnNext+s.id],["type","button"],["value",this.btnNextPageText],["title","Next"]);o.className=this.btnPageCssClass,v["default"].add(o,"click",i.next),l.appendChild(o)}if(this.btnPrevPageHtml)a.innerHTML=this.btnPrevPageHtml,v["default"].add(a,"click",i.prev);else{var h=u["default"].create(s.fltTypeInp,["id",this.prfxBtnPrev+s.id],["type","button"],["value",this.btnPrevPageText],["title","Previous"]);h.className=this.btnPageCssClass,v["default"].add(h,"click",i.prev),a.appendChild(h)}if(this.btnLastPageHtml)n.innerHTML=this.btnLastPageHtml,v["default"].add(n,"click",i.last);else{var d=u["default"].create(s.fltTypeInp,["id",this.prfxBtnLast+s.id],["type","button"],["value",this.btnLastPageText],["title","Last"]);d.className=this.btnPageCssClass,v["default"].add(d,"click",i.last),n.appendChild(d)}if(this.btnFirstPageHtml)r.innerHTML=this.btnFirstPageHtml,v["default"].add(r,"click",i.first);else{var f=u["default"].create(s.fltTypeInp,["id",this.prfxBtnFirst+s.id],["type","button"],["value",this.btnFirstPageText],["title","First"]);f.className=this.btnPageCssClass,v["default"].add(f,"click",i.first),r.appendChild(f)}}this.pagingTgtId||s.setToolbar();var c=this.pagingTgtId?u["default"].id(this.pagingTgtId):s.mDiv;c.appendChild(r),c.appendChild(a);var p=u["default"].create("span",["id",this.prfxPgBeforeSpan+s.id]);p.appendChild(u["default"].text(this.pageText)),p.className=this.nbPgSpanCssClass,c.appendChild(p),c.appendChild(t);var g=u["default"].create("span",["id",this.prfxPgAfterSpan+s.id]);g.appendChild(u["default"].text(this.ofText)),g.className=this.nbPgSpanCssClass,c.appendChild(g);var b=u["default"].create("span",["id",this.prfxPgSpan+s.id]);b.className=this.nbPgSpanCssClass,b.appendChild(u["default"].text(" "+this.nbPages+" ")),c.appendChild(b),c.appendChild(l),c.appendChild(n),this.pagingSlc=u["default"].id(this.prfxSlcPages+s.id),s.rememberGridValues||this.setPagingInfo(),s.fltGrid||(s.validateAllRows(),this.setPagingInfo(s.validRowsIndex)),this.initialized=!0}}},{key:"reset",value:function(){var t=arguments.length<=0||void 0===arguments[0]?!1:arguments[0],e=this.tf;e.hasGrid()&&!this.isEnabled()&&(this.enable(),this.init(),e.resetValues(),t&&e.filter())}},{key:"setPagingInfo",value:function(){var t=arguments.length<=0||void 0===arguments[0]?[]:arguments[0],e=this.tf,s=e.tbl.rows,i=this.pagingTgtId?u["default"].id(this.pagingTgtId):e.mDiv,l=u["default"].id(this.prfxPgSpan+e.id);if(e.validRowsIndex=t,0===t.length)for(var a=e.refRow;a0)if(i.style.visibility="visible",this.pageSelectorType===e.fltTypeSlc)for(var o=0;on;n++){var o=e.validRowsIndex[n],h=i[o],u=h.getAttribute("validRow");n>=l&&a>n?((f["default"].isNull(u)||Boolean("true"===u))&&(h.style.display=""),e.alternateRows&&s&&s.setRowBg(o,n)):(h.style.display="none",e.alternateRows&&s&&s.removeRowBg(o))}e.nbVisibleRows=e.validRowsIndex.length,e.applyProps()}},{key:"getPage",value:function(){return this.currentPageNb}},{key:"setPage",value:function(t){var e=this.tf;if(e.hasGrid()&&this.isEnabled()){ -var s=this.evt,i=typeof t;if("string"===i)switch(p["default"].lower(t)){case"next":s.next();break;case"previous":s.prev();break;case"last":s.last();break;case"first":s.first();break;default:s.next()}else"number"===i&&this.changePage(t-1)}}},{key:"setResultsPerPage",value:function(){var t=this,e=this.tf,s=this.evt;if((e.hasGrid()||e.isFirstLoad)&&!this.resultsPerPageSlc&&this.resultsPerPage){s.slcResultsChange=function(e){t.changeResultsPerPage(),e.target.blur()};var i=u["default"].create(e.fltTypeSlc,["id",this.prfxSlcResults+e.id]);i.className=this.resultsSlcCssClass;var l=this.resultsPerPage[0],a=this.resultsPerPage[1],n=u["default"].create("span",["id",this.prfxSlcResultsTxt+e.id]);n.className=this.resultsSpanCssClass,this.resultsPerPageTgtId||e.setToolbar();var r=this.resultsPerPageTgtId?u["default"].id(this.resultsPerPageTgtId):e.rDiv;n.appendChild(u["default"].text(l));var o=e.feature("help");o&&o.btn?(o.btn.parentNode.insertBefore(n,o.btn),o.btn.parentNode.insertBefore(i,o.btn)):(r.appendChild(n),r.appendChild(i));for(var h=0;h=0&&t<=this.nbPages-1&&(this.onBeforeChangePage&&this.onBeforeChangePage.call(null,this,t),this.currentPageNb=parseInt(t,10)+1,this.pageSelectorType===e.fltTypeSlc?this.pagingSlc.options[t].selected=!0:this.pagingSlc.value=this.currentPageNb,e.rememberPageNb&&e.feature("store").savePageNb(e.pgNbCookie),this.startPagingRow=this.pageSelectorType===e.fltTypeSlc?this.pagingSlc.value:t*this.pagingLength,this.groupByPage(),this.onAfterChangePage&&this.onAfterChangePage.call(null,this,t)))}},{key:"_changeResultsPerPage",value:function(){var t=this.tf;if(this.isEnabled()){var e=this.resultsPerPageSlc,s=this.pageSelectorType===t.fltTypeSlc?this.pagingSlc.selectedIndex:parseInt(this.pagingSlc.value-1,10);if(this.pagingLength=parseInt(e.options[e.selectedIndex].value,10),this.startPagingRow=this.pagingLength*s,!isNaN(this.pagingLength)){if(this.startPagingRow>=t.nbFilterableRows&&(this.startPagingRow=t.nbFilterableRows-this.pagingLength),this.setPagingInfo(),this.pageSelectorType===t.fltTypeSlc){var i=this.pagingSlc.options.length-1<=s?this.pagingSlc.options.length-1:s;this.pagingSlc.options[i].selected=!0}t.rememberPageLen&&t.feature("store").savePageLength(t.pgLenCookie)}}}},{key:"_resetPage",value:function(t){var e=this.tf,s=e.feature("store").getPageNb(t);""!==s&&this.changePage(s-1)}},{key:"_resetPageLength",value:function(t){var e=this.tf;if(this.isEnabled()){var s=e.feature("store").getPageLength(t);""!==s&&(this.resultsPerPageSlc.options[s].selected=!0,this.changeResultsPerPage())}}},{key:"destroy",value:function(){var t=this.tf;if(this.initialized){var e=u["default"].id(this.prfxBtnNextSpan+t.id),s=u["default"].id(this.prfxBtnPrevSpan+t.id),i=u["default"].id(this.prfxBtnLastSpan+t.id),l=u["default"].id(this.prfxBtnFirstSpan+t.id),a=u["default"].id(this.prfxPgBeforeSpan+t.id),n=u["default"].id(this.prfxPgAfterSpan+t.id),r=u["default"].id(this.prfxPgSpan+t.id),o=this.evt;this.pagingSlc&&(this.pageSelectorType===t.fltTypeSlc?v["default"].remove(this.pagingSlc,"change",o.slcPagesChange):this.pageSelectorType===t.fltTypeInp&&v["default"].remove(this.pagingSlc,"keypress",o._detectKey),u["default"].remove(this.pagingSlc)),e&&(v["default"].remove(e,"click",o.next),u["default"].remove(e)),s&&(v["default"].remove(s,"click",o.prev),u["default"].remove(s)),i&&(v["default"].remove(i,"click",o.last),u["default"].remove(i)),l&&(v["default"].remove(l,"click",o.first),u["default"].remove(l)),a&&u["default"].remove(a),n&&u["default"].remove(n),r&&u["default"].remove(r),this.hasResultsPerPage&&this.removeResultsPerPage(),this.pagingSlc=null,this.nbPages=0,this.disable(),this.initialized=!1}}}]),e}(o.Feature);e.Paging=b},function(t,e,s){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function l(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function a(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}Object.defineProperty(e,"__esModule",{value:!0});var n=function(){function t(t,e){for(var s=0;s':null),this.prfxResetSpan="resetspan_"}return a(e,t),n(e,[{key:"onClick",value:function(){this.isEnabled()&&this.tf.clearFilters()}},{key:"init",value:function(){var t=this,e=this.tf;if(!this.initialized){var s=u["default"].create("span",["id",this.prfxResetSpan+e.id]);this.btnResetTgtId||e.setToolbar();var i=this.btnResetTgtId?u["default"].id(this.btnResetTgtId):e.rDiv;if(i.appendChild(s),this.btnResetHtml){s.innerHTML=this.btnResetHtml;var l=s.firstChild;f["default"].add(l,"click",function(){t.onClick()})}else{var a=u["default"].create("a",["href","javascript:void(0);"]);a.className=e.btnResetCssClass,a.appendChild(u["default"].text(this.btnResetText)),s.appendChild(a),f["default"].add(a,"click",function(){t.onClick()})}this.btnResetEl=s.firstChild,this.initialized=!0}}},{key:"destroy",value:function(){var t=this.tf;if(this.initialized){var e=u["default"].id(this.prfxResetSpan+t.id);e&&u["default"].remove(e),this.btnResetEl=null,this.initialized=!1}}}]),e}(o.Feature);e.ClearButton=c},function(t,e,s){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function l(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function a(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}Object.defineProperty(e,"__esModule",{value:!0});var n=function(){function t(t,e){for(var s=0;s<, <=, >, >=, =, *, !, {, }, ||,&&, [empty], [nonempty], rgx:
Learn more
',this.instrHtml=s.help_instructions_html||null,this.btnText=s.help_instructions_btn_text||"?",this.btnHtml=s.help_instructions_btn_html||null,this.btnCssClass=s.help_instructions_btn_css_class||"helpBtn",this.contCssClass=s.help_instructions_container_css_class||"helpCont",this.btn=null,this.cont=null,this.defaultHtml='

TableFilter v'+t.version+'

'+p+"
©2015-"+t.year+' Max Guglielmi
',this.prfxHelpSpan="helpSpan_",this.prfxHelpDiv="helpDiv_"}return a(e,t),n(e,[{key:"init",value:function(){var t=this;if(!this.initialized){var e=this.tf,s=u["default"].create("span",["id",this.prfxHelpSpan+e.id]),i=u["default"].create("div",["id",this.prfxHelpDiv+e.id]);this.tgtId||e.setToolbar();var l=this.tgtId?u["default"].id(this.tgtId):e.rDiv;l.appendChild(s);var a=this.contTgtId?u["default"].id(this.contTgtId):s;if(this.btnHtml){s.innerHTML=this.btnHtml;var n=s.firstChild;f["default"].add(n,"click",function(){t.toggle()}),a.appendChild(i)}else{a.appendChild(i);var r=u["default"].create("a",["href","javascript:void(0);"]);r.className=this.btnCssClass,r.appendChild(u["default"].text(this.btnText)),s.appendChild(r),f["default"].add(r,"click",function(){t.toggle()})}this.instrHtml?(this.contTgtId&&a.appendChild(i),i.innerHTML=this.instrHtml,this.contTgtId||(i.className=this.contCssClass,f["default"].add(i,"dblclick",function(){t.toggle()}))):(i.innerHTML=this.instrText,i.className=this.contCssClass,f["default"].add(i,"dblclick",function(){t.toggle()})),i.innerHTML+=this.defaultHtml,f["default"].add(i,"click",function(){t.toggle()}),this.cont=i,this.btn=s,this.initialized=!0}}},{key:"toggle",value:function(){if(this.enabled!==!1){var t=this.cont.style.display;""===t||"none"===t?this.cont.style.display="inline":this.cont.style.display="none"}}},{key:"destroy",value:function(){this.initialized&&(u["default"].remove(this.btn),this.btn=null,this.cont&&(u["default"].remove(this.cont),this.cont=null,this.initialized=!1))}}]),e}(o.Feature);e.Help=g},function(t,e,s){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function l(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function a(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}Object.defineProperty(e,"__esModule",{value:!0});var n=function(){function t(t,e){for(var s=0;sn;n++){var r=s?n:e[n];this.setRowBg(r,a),a++}this.initialized=!0}}},{key:"setRowBg",value:function(t,e){if(this.isEnabled()&&!isNaN(t)){var s=this.tf.tbl.rows,i=isNaN(e)?t:e;this.removeRowBg(t),u["default"].addClass(s[t],i%2?this.evenCss:this.oddCss)}}},{key:"removeRowBg",value:function(t){if(!isNaN(t)){var e=this.tf.tbl.rows;u["default"].removeClass(e[t],this.oddCss),u["default"].removeClass(e[t],this.evenCss)}}},{key:"destroy",value:function(){if(this.initialized){for(var t=this.tf.refRow;tn;n++)i[n]=arguments[n];if(0!==i.length){if(this.id=null,this.version="0.0.20",this.year=(new Date).getFullYear(),this.tbl=null,this.startRow=null,this.refRow=null,this.headersRow=null,this.cfg={},this.nbFilterableRows=null,this.nbRows=null,this.nbCells=null,this._hasGrid=!1,i.forEach(function(t){var s="undefined"==typeof t?"undefined":a(t);"object"===s&&t&&"TABLE"===t.nodeName?(e.tbl=t,e.id=t.id||"tf_"+(new Date).getTime()+"_"):"string"===s?(e.id=t,e.tbl=u["default"].id(t)):"number"===s?e.startRow=t:"object"===s&&(e.cfg=t)}),!this.tbl||"TABLE"!=this.tbl.nodeName||0===this.getRowsNb())throw new Error("Could not instantiate TableFilter: HTML table not found.");var r=this.cfg;this.refRow=null===this.startRow?2:this.startRow+1;try{this.nbCells=this.getCellsNb(this.refRow)}catch(h){this.nbCells=this.getCellsNb(0)}this.basePath=r.base_path||"tablefilter/",this.fltTypeInp="input",this.fltTypeSlc="select",this.fltTypeMulti="multiple",this.fltTypeCheckList="checklist",this.fltTypeNone="none",this.fltGrid=r.grid===!1?!1:!0,this.gridLayout=Boolean(r.grid_layout),this.filtersRowIndex=isNaN(r.filters_row_index)?0:r.filters_row_index,this.headersRow=isNaN(r.headers_row_index)?0===this.filtersRowIndex?1:0:r.headers_row_index,this.gridLayout&&(this.headersRow>1?this.filtersRowIndex=this.headersRow+1:(this.filtersRowIndex=1,this.headersRow=0)),this.fltCellTag="th"!==r.filters_cell_tag||"td"!==r.filters_cell_tag?"td":r.filters_cell_tag,this.fltIds=[],this.fltElms=[],this.searchArgs=null,this.validRowsIndex=null,this.fltGridEl=null,this.isFirstLoad=!0,this.infDiv=null,this.lDiv=null,this.rDiv=null,this.mDiv=null,this.infDivCssClass=r.inf_div_css_class||"inf",this.lDivCssClass=r.left_div_css_class||"ldiv",this.rDivCssClass=r.right_div_css_class||"rdiv",this.mDivCssClass=r.middle_div_css_class||"mdiv",this.contDivCssClass=r.content_div_css_class||"cont",this.stylePath=r.style_path||this.basePath+"style/",this.stylesheet=r.stylesheet||this.stylePath+"tablefilter.css",this.stylesheetId=this.id+"_style",this.fltsRowCssClass=r.flts_row_css_class||"fltrow",this.enableIcons=r.enable_icons===!1?!1:!0,this.alternateRows=Boolean(r.alternate_rows),this.hasColWidths=v["default"].isArray(r.col_widths),this.colWidths=this.hasColWidths?r.col_widths:null,this.fltCssClass=r.flt_css_class||"flt",this.fltMultiCssClass=r.flt_multi_css_class||"flt_multi",this.fltSmallCssClass=r.flt_small_css_class||"flt_s",this.singleFltCssClass=r.single_flt_css_class||"single_flt",this.enterKey=r.enter_key===!1?!1:!0,this.onBeforeFilter=v["default"].isFn(r.on_before_filter)?r.on_before_filter:null,this.onAfterFilter=v["default"].isFn(r.on_after_filter)?r.on_after_filter:null,this.caseSensitive=Boolean(r.case_sensitive),this.hasExactMatchByCol=v["default"].isArray(r.columns_exact_match),this.exactMatchByCol=this.hasExactMatchByCol?r.columns_exact_match:[],this.exactMatch=Boolean(r.exact_match),this.linkedFilters=Boolean(r.linked_filters),this.disableExcludedOptions=Boolean(r.disable_excluded_options),this.activeFlt=null,this.activeFilterId=null,this.hasVisibleRows=Boolean(r.rows_always_visible),this.visibleRows=this.hasVisibleRows?r.rows_always_visible:[],this.isExternalFlt=Boolean(r.external_flt_grid),this.externalFltTgtIds=r.external_flt_grid_ids||null,this.externalFltEls=[],this.execDelay=isNaN(r.exec_delay)?100:parseInt(r.exec_delay,10),this.onFiltersLoaded=v["default"].isFn(r.on_filters_loaded)?r.on_filters_loaded:null,this.singleSearchFlt=Boolean(r.single_filter),this.onRowValidated=v["default"].isFn(r.on_row_validated)?r.on_row_validated:null,this.customCellDataCols=r.custom_cell_data_cols?r.custom_cell_data_cols:[],this.customCellData=v["default"].isFn(r.custom_cell_data)?r.custom_cell_data:null,this.watermark=r.watermark||"",this.isWatermarkArray=v["default"].isArray(this.watermark),this.toolBarTgtId=r.toolbar_target_id||null,this.help=v["default"].isUndef(r.help_instructions)?void 0:Boolean(r.help_instructions),this.popupFilters=Boolean(r.popup_filters),this.markActiveColumns=Boolean(r.mark_active_columns),this.activeColumnsCssClass=r.active_columns_css_class||"activeHeader",this.onBeforeActiveColumn=v["default"].isFn(r.on_before_active_column)?r.on_before_active_column:null,this.onAfterActiveColumn=v["default"].isFn(r.on_after_active_column)?r.on_after_active_column:null,this.displayAllText=r.display_all_text||"Clear",this.enableEmptyOption=Boolean(r.enable_empty_option),this.emptyText=r.empty_text||"(Empty)",this.enableNonEmptyOption=Boolean(r.enable_non_empty_option),this.nonEmptyText=r.non_empty_text||"(Non empty)",this.onSlcChange=r.on_change===!1?!1:!0,this.sortSlc=r.sort_select===!1?!1:!0,this.isSortNumAsc=Boolean(r.sort_num_asc),this.sortNumAsc=this.isSortNumAsc?r.sort_num_asc:null,this.isSortNumDesc=Boolean(r.sort_num_desc),this.sortNumDesc=this.isSortNumDesc?r.sort_num_desc:null,this.loadFltOnDemand=Boolean(r.load_filters_on_demand),this.hasCustomOptions=v["default"].isObj(r.custom_options),this.customOptions=r.custom_options,this.rgxOperator=r.regexp_operator||"rgx:",this.emOperator=r.empty_operator||"[empty]",this.nmOperator=r.nonempty_operator||"[nonempty]",this.orOperator=r.or_operator||"||",this.anOperator=r.and_operator||"&&",this.grOperator=r.greater_operator||">",this.lwOperator=r.lower_operator||"<",this.leOperator=r.lower_equal_operator||"<=",this.geOperator=r.greater_equal_operator||">=",this.dfOperator=r.different_operator||"!",this.lkOperator=r.like_operator||"*",this.eqOperator=r.equal_operator||"=",this.stOperator=r.start_with_operator||"{",this.enOperator=r.end_with_operator||"}",this.curExp=r.cur_exp||"^[¥£€$]",this.separator=r.separator||",",this.rowsCounter=Boolean(r.rows_counter),this.statusBar=Boolean(r.status_bar),this.loader=Boolean(r.loader),this.displayBtn=Boolean(r.btn),this.btnText=r.btn_text||(this.enableIcons?"":"Go"),this.btnCssClass=r.btn_css_class||(this.enableIcons?"btnflt_icon":"btnflt"),this.btnReset=Boolean(r.btn_reset),this.btnResetCssClass=r.btn_reset_css_class||"reset",this.onBeforeReset=v["default"].isFn(r.on_before_reset)?r.on_before_reset:null,this.onAfterReset=v["default"].isFn(r.on_after_reset)?r.on_after_reset:null,this.paging=Boolean(r.paging),this.nbVisibleRows=0,this.nbHiddenRows=0,this.autoFilter=Boolean(r.auto_filter),this.autoFilterDelay=isNaN(r.auto_filter_delay)?900:r.auto_filter_delay,this.isUserTyping=null,this.autoFilterTimer=null,this.highlightKeywords=Boolean(r.highlight_keywords),this.noResults=v["default"].isObj(r.no_results_message)||Boolean(r.no_results_message),this.defaultDateType=r.default_date_type||"DMY",this.thousandsSeparator=r.thousands_separator||",",this.decimalSeparator=r.decimal_separator||".",this.hasColNbFormat=v["default"].isArray(r.col_number_format),this.colNbFormat=this.hasColNbFormat?r.col_number_format:null,this.hasColDateType=v["default"].isArray(r.col_date_type),this.colDateType=this.hasColDateType?r.col_date_type:null,this.msgFilter=r.msg_filter||"Filtering data...",this.msgPopulate=r.msg_populate||"Populating filter...",this.msgPopulateCheckList=r.msg_populate_checklist||"Populating list...",this.msgChangePage=r.msg_change_page||"Collecting paging data...",this.msgClear=r.msg_clear||"Clearing filters...",this.msgChangeResults=r.msg_change_results||"Changing results per page...",this.msgResetValues=r.msg_reset_grid_values||"Re-setting filters values...",this.msgResetPage=r.msg_reset_page||"Re-setting page...",this.msgResetPageLength=r.msg_reset_page_length||"Re-setting page length...",this.msgSort=r.msg_sort||"Sorting data...",this.msgLoadExtensions=r.msg_load_extensions||"Loading extensions...",this.msgLoadThemes=r.msg_load_themes||"Loading theme(s)...",this.prfxTf="TF",this.prfxFlt="flt",this.prfxValButton="btn",this.prfxInfDiv="inf_",this.prfxLDiv="ldiv_",this.prfxRDiv="rdiv_",this.prfxMDiv="mdiv_",this.prfxCookieFltsValues="tf_flts_",this.prfxCookiePageNb="tf_pgnb_",this.prfxCookiePageLen="tf_pglen_",this.hasStoredValues=!1,this.rememberGridValues=Boolean(r.remember_grid_values),this.fltsValuesCookie=this.prfxCookieFltsValues+this.id,this.rememberPageNb=this.paging&&r.remember_page_number,this.pgNbCookie=this.prfxCookiePageNb+this.id,this.rememberPageLen=this.paging&&r.remember_page_length,this.pgLenCookie=this.prfxCookiePageLen+this.id,this.extensions=r.extensions,this.hasExtensions=v["default"].isArray(this.extensions),this.enableDefaultTheme=Boolean(r.enable_default_theme),this.hasThemes=this.enableDefaultTheme||v["default"].isArray(r.themes),this.themes=r.themes||[],this.themesPath=r.themes_path||this.stylePath+"themes/",this.Mod={},this.ExtRegistry={},this.Evt={name:{filter:"Filter",dropdown:"DropDown",checklist:"CheckList",changepage:"ChangePage",clear:"Clear",changeresultsperpage:"ChangeResults",resetvalues:"ResetValues",resetpage:"ResetPage",resetpagelength:"ResetPageLength",loadextensions:"LoadExtensions",loadthemes:"LoadThemes"},detectKey:function(t){if(this.enterKey){var e=t||B.event;if(e){var s=o["default"].keyCode(e);13===s?(this.filter(),o["default"].cancel(e),o["default"].stop(e)):(this.isUserTyping=!0,B.clearInterval(this.autoFilterTimer),this.autoFilterTimer=null)}}},onKeyUp:function(t){function e(){B.clearInterval(this.autoFilterTimer),this.autoFilterTimer=null,this.isUserTyping||(this.filter(),this.isUserTyping=null)}if(this.autoFilter){var s=t||B.event,i=o["default"].keyCode(s);this.isUserTyping=!1,13!==i&&9!==i&&27!==i&&38!==i&&40!==i?null===this.autoFilterTimer&&(this.autoFilterTimer=B.setInterval(e.bind(this),this.autoFilterDelay)):(B.clearInterval(this.autoFilterTimer),this.autoFilterTimer=null)}},onKeyDown:function(){this.autoFilter&&(this.isUserTyping=!0)},onInpBlur:function(){if(this.autoFilter&&(this.isUserTyping=!1,B.clearInterval(this.autoFilterTimer)),this.hasExtension("advancedGrid")){var t=this.extension("advancedGrid"),e=t._ezEditTable;t.cfg.editable&&e.Editable.Set(),t.cfg.selection&&e.Selection.Set()}},onInpFocus:function(t){var e=t||B.event,s=o["default"].target(e);if(this.activeFilterId=s.getAttribute("id"),this.activeFlt=u["default"].id(this.activeFilterId),this.popupFilters&&(o["default"].cancel(e),o["default"].stop(e)),this.hasExtension("advancedGrid")){var i=this.extension("advancedGrid"),a=i._ezEditTable;i.cfg.editable&&a.Editable.Remove(),i.cfg.selection&&a.Selection.Remove()}},onSlcFocus:function(t){var e=t||B.event,s=o["default"].target(e);if(this.activeFilterId=s.getAttribute("id"),this.activeFlt=u["default"].id(this.activeFilterId),this.loadFltOnDemand&&"0"===s.getAttribute("filled")){var i=s.getAttribute("ct");this.Mod.dropdown._build(i)}this.popupFilters&&(o["default"].cancel(e),o["default"].stop(e))},onSlcChange:function(t){if(this.activeFlt){var e=t||B.event;this.popupFilters&&o["default"].stop(e),this.onSlcChange&&this.filter()}},onCheckListClick:function(t){var e=t||B.event,s=o["default"].target(e);if(this.loadFltOnDemand&&"0"===s.getAttribute("filled")){var i=s.getAttribute("ct");this.Mod.checkList._build(i),this.Mod.checkList.checkListDiv[i].onclick=null,this.Mod.checkList.checkListDiv[i].title=""}}}}}return n(t,[{key:"init",value:function(){var t=this;if(!this._hasGrid){this.tbl||(this.tbl=u["default"].id(this.id)),this.gridLayout&&(this.refRow=null===this.startRow?0:this.startRow),this.popupFilters&&(0===this.filtersRowIndex&&1===this.headersRow||this.gridLayout)&&(this.headersRow=0);var e=this.Mod,s=this.singleSearchFlt?1:this.nbCells,i=void 0;if(this["import"](this.stylesheetId,this.stylesheet,null,"link"),this.hasThemes&&this._loadThemes(),(this.rememberGridValues||this.rememberPageNb||this.rememberPageLen)&&(e.store=new x.Store(this)),this.gridLayout&&(e.gridLayout=new k.GridLayout(this),e.gridLayout.init()),this.loader&&(e.loader||(e.loader=new T.Loader(this)),e.loader.init()),this.highlightKeywords&&(e.highlightKeyword=new R.HighlightKeyword(this)),this.popupFilters&&(e.popupFilter||(e.popupFilter=new F.PopupFilter(this)),e.popupFilter.init()),this.fltGrid)if(this.isFirstLoad){var a=void 0;if(!this.gridLayout){var l=u["default"].tag(this.tbl,"thead");a=l.length>0?l[0].insertRow(this.filtersRowIndex):this.tbl.insertRow(this.filtersRowIndex),this.headersRow>1&&this.filtersRowIndex<=this.headersRow&&!this.popupFilters&&this.headersRow++,this.popupFilters&&this.headersRow++,a.className=this.fltsRowCssClass,(this.isExternalFlt||this.popupFilters)&&(a.style.display="none")}this.nbFilterableRows=this.getRowsNb(),this.nbVisibleRows=this.nbFilterableRows,this.nbRows=this.tbl.rows.length;for(var n=0;s>n;n++){this.popupFilters&&e.popupFilter.build(n);var r=u["default"].create(this.fltCellTag),h=this.getFilterType(n),d=this.isExternalFlt&&this.externalFltTgtIds?this.externalFltTgtIds[n]:null;if(this.singleSearchFlt&&(r.colSpan=this.nbCells),this.gridLayout||a.appendChild(r),i=n==s-1&&this.displayBtn?this.fltSmallCssClass:this.fltCssClass,this.singleSearchFlt&&(h=this.fltTypeInp,i=this.singleFltCssClass),h===this.fltTypeSlc||h===this.fltTypeMulti){e.dropdown||(e.dropdown=new P.Dropdown(this));var c=e.dropdown,p=u["default"].create(this.fltTypeSlc,["id",this.prfxFlt+n+"_"+this.id],["ct",n],["filled","0"]);if(h===this.fltTypeMulti&&(p.multiple=this.fltTypeMulti,p.title=c.multipleSlcTooltip),p.className=f["default"].lower(h)===this.fltTypeSlc?i:this.fltMultiCssClass,d?(u["default"].id(d).appendChild(p),this.externalFltEls.push(p)):r.appendChild(p),this.fltIds.push(this.prfxFlt+n+"_"+this.id),this.loadFltOnDemand||c._build(n),o["default"].add(p,"keypress",this.Evt.detectKey.bind(this)),o["default"].add(p,"change",this.Evt.onSlcChange.bind(this)),o["default"].add(p,"focus",this.Evt.onSlcFocus.bind(this)),this.loadFltOnDemand){var g=u["default"].createOpt(this.displayAllText,"");p.appendChild(g)}}else if(h===this.fltTypeCheckList){var v=void 0;e.checkList=new I.CheckList(this),v=e.checkList;var b=u["default"].create("div",["id",v.prfxCheckListDiv+n+"_"+this.id],["ct",n],["filled","0"]);b.className=v.checkListDivCssClass,d?(u["default"].id(d).appendChild(b),this.externalFltEls.push(b)):r.appendChild(b),v.checkListDiv[n]=b,this.fltIds.push(this.prfxFlt+n+"_"+this.id),this.loadFltOnDemand||v._build(n),this.loadFltOnDemand&&(o["default"].add(b,"click",this.Evt.onCheckListClick.bind(this)),b.appendChild(u["default"].text(v.activateCheckListTxt)))}else{var m=h===this.fltTypeInp?"text":"hidden",_=u["default"].create(this.fltTypeInp,["id",this.prfxFlt+n+"_"+this.id],["type",m],["ct",n]);if("hidden"!==m&&this.watermark&&_.setAttribute("placeholder",this.isWatermarkArray?this.watermark[n]||"":this.watermark),_.className=i,o["default"].add(_,"focus",this.Evt.onInpFocus.bind(this)),d?(u["default"].id(d).appendChild(_),this.externalFltEls.push(_)):r.appendChild(_),this.fltIds.push(this.prfxFlt+n+"_"+this.id),o["default"].add(_,"keypress",this.Evt.detectKey.bind(this)),o["default"].add(_,"keydown",this.Evt.onKeyDown.bind(this)),o["default"].add(_,"keyup",this.Evt.onKeyUp.bind(this)),o["default"].add(_,"blur",this.Evt.onInpBlur.bind(this)),this.rememberGridValues){var y=this.Mod.store.getFilterValues(this.fltsValuesCookie);" "!=y[n]&&this.setFilterValue(n,y[n],!1)}}if(n==s-1&&this.displayBtn){var C=u["default"].create(this.fltTypeInp,["id",this.prfxValButton+n+"_"+this.id],["type","button"],["value",this.btnText]);C.className=this.btnCssClass,d?u["default"].id(d).appendChild(C):r.appendChild(C),o["default"].add(C,"click",function(){return t.filter()})}}}else this._resetGrid();else this.refRow=this.refRow-1,this.gridLayout&&(this.refRow=0),this.nbFilterableRows=this.getRowsNb(),this.nbVisibleRows=this.nbFilterableRows,this.nbRows=this.nbFilterableRows+this.refRow;this.hasVisibleRows&&this.enforceVisibility(),this.rowsCounter&&(e.rowsCounter=new S.RowsCounter(this),e.rowsCounter.init()),this.statusBar&&(e.statusBar=new O.StatusBar(this),e.statusBar.init()),(this.paging||e.paging)&&(e.paging||(e.paging=new E.Paging(this),e.paging.init()),e.paging.reset()),this.btnReset&&(e.clearButton=new L.ClearButton(this),e.clearButton.init()),this.help&&(e.help||(e.help=new M.Help(this)),e.help.init()),this.hasColWidths&&!this.gridLayout&&this.setColWidths(),this.alternateRows&&(e.alternateRows=new N.AlternateRows(this),e.alternateRows.init()),this.noResults&&(e.noResults||(e.noResults=new D.NoResults(this)),e.noResults.init()),this.isFirstLoad=!1,this._hasGrid=!0,(this.rememberGridValues||this.rememberPageLen||this.rememberPageNb)&&this.resetValues(),this.gridLayout||u["default"].addClass(this.tbl,this.prfxTf),this.loader&&e.loader.show("none"),this.hasExtensions&&this.initExtensions(),this.onFiltersLoaded&&this.onFiltersLoaded.call(null,this)}}},{key:"EvtManager",value:function(t){function e(){var e=this.Evt.name;switch(t){case e.filter:this._filter();break;case e.dropdown:this.linkedFilters?r.dropdown._build(i,!0):r.dropdown._build(i,!1,a,l);break;case e.checklist:r.checkList._build(i,a,l);break;case e.changepage:r.paging._changePage(n);break;case e.clear:this._clearFilters(),this._filter();break;case e.changeresultsperpage:r.paging._changeResultsPerPage();break;case e.resetvalues:this._resetValues(),this._filter();break;case e.resetpage:r.paging._resetPage(this.pgNbCookie);break;case e.resetpagelength:r.paging._resetPageLength(this.pgLenCookie);break;case e.loadextensions:this._loadExtensions();break;case e.loadthemes:this._loadThemes()}this.statusBar&&r.statusBar.message(""),this.loader&&r.loader.show("none")}var s=arguments.length<=1||void 0===arguments[1]?{slcIndex:null,slcExternal:!1,slcId:null,pgIndex:null}:arguments[1],i=s.slcIndex,a=s.slcExternal,l=s.slcId,n=s.pgIndex,r=this.Mod;this.loader||this.statusBar||this.linkedFilters?(this.loader&&r.loader.show(""),this.statusBar&&r.statusBar.message(this["msg"+t]),B.setTimeout(e.bind(this),this.execDelay)):e.call(this)}},{key:"feature",value:function(t){return this.Mod[t]}},{key:"initExtensions",value:function(){for(var t=this.extensions,e=0,s=t.length;s>e;e++){var i=t[e];this.ExtRegistry[i.name]||this.loadExtension(i)}}},{key:"loadExtension",value:function(t){var e=this;if(t&&t.name){var i=t.name,a=t.path,l=void 0;i&&a?l=t.path+i:(i=i.replace(".js",""),l="extensions/{}/{}".replace(/{}/g,i)),s.p=this.basePath,s.e(1,function(s){var a=[s(25)("./"+l)];(function(s){var a=new s["default"](e,t);a.init(),e.ExtRegistry[i]=a}).apply(null,a)})}}},{key:"extension",value:function(t){return this.ExtRegistry[t]}},{key:"hasExtension",value:function(t){return!v["default"].isEmpty(this.ExtRegistry[t])}},{key:"destroyExtensions",value:function(){for(var t=this.extensions,e=0,s=t.length;s>e;e++){var i=t[e],a=this.ExtRegistry[i.name];a&&(a.destroy(),this.ExtRegistry[i.name]=null)}}},{key:"loadThemes",value:function(){this.EvtManager(this.Evt.name.loadthemes)}},{key:"_loadThemes",value:function(){var t=this.themes;if(this.enableDefaultTheme){var e={name:"default"};this.themes.push(e)}if(v["default"].isArray(t))for(var s=0,i=t.length;i>s;s++){var a=t[s],l=a.name,n=a.path,r=this.prfxTf+l;l&&!n?n=this.themesPath+l+"/"+l+".css":!l&&a.path&&(l="theme{0}".replace("{0}",s)),this.isImported(n,"link")||this["import"](r,n,null,"link")}this.btnResetText=null,this.btnResetHtml='',this.btnPrevPageHtml='',this.btnNextPageHtml='',this.btnFirstPageHtml='',this.btnLastPageHtml='',this.loader=!0,this.loaderHtml='
',this.loaderText=null}},{key:"getStylesheet",value:function(){var t=arguments.length<=0||void 0===arguments[0]?"default":arguments[0];return u["default"].id(this.prfxTf+t)}},{key:"destroy",value:function(){if(this._hasGrid){var t=this.tbl.rows,e=this.Mod;this._clearFilters(),this.isExternalFlt&&!this.popupFilters&&this.removeExternalFlts(),this.infDiv&&this.removeToolbar(),this.highlightKeywords&&e.highlightKeyword.unhighlightAll(),this.markActiveColumns&&this.clearActiveColumns(),this.hasExtensions&&this.destroyExtensions();for(var s=this.refRow;s0&&[].forEach.call(e,function(e){t.removeChild(e)})}}},{key:"removeExternalFlts",value:function(){if(this.isExternalFlt&&this.externalFltTgtIds)for(var t=this.externalFltTgtIds,e=t.length,s=0;e>s;s++){var i=t[s],a=u["default"].id(i);a&&(a.innerHTML="")}}},{key:"isCustomOptions",value:function(t){return this.hasCustomOptions&&-1!=this.customOptions.cols.indexOf(t)}},{key:"getCustomOptions",value:function(t){if(!v["default"].isEmpty(t)&&this.isCustomOptions(t)){for(var e=this.customOptions,s=e.cols,i=[],a=[],l=s.indexOf(t),n=e.values[l],r=e.texts[l],o=e.sorts[l],h=0,u=n.length;u>h;h++)a.push(n[h]),r[h]?i.push(r[h]):i.push(n[h]);return o&&(a.sort(),i.sort()),[a,i]}}},{key:"resetValues",value:function(){this.EvtManager(this.Evt.name.resetvalues)}},{key:"_resetValues",value:function(){this.rememberGridValues&&this.loadFltOnDemand&&this._resetGridValues(this.fltsValuesCookie),this.rememberPageLen&&this.Mod.paging&&this.Mod.paging.resetPageLength(this.pgLenCookie),this.rememberPageNb&&this.Mod.paging&&this.Mod.paging.resetPage(this.pgNbCookie)}},{key:"_resetGridValues",value:function(t){if(this.loadFltOnDemand){var e=this.Mod.store.getFilterValues(t),s=this.getFiltersByType(this.fltTypeSlc,!0),i=this.getFiltersByType(this.fltTypeMulti,!0);if(Number(e[e.length-1])===this.fltIds.length){for(var a=0;ah;h++)""!==l[h]&&(n=u["default"].createOpt(l[h],l[h],!0),o.appendChild(n),this.hasStoredValues=!0)}}else if(r===this.fltTypeCheckList){var f=this.Mod.checkList,c=f.checkListDiv[a];c.title=c.innerHTML,c.innerHTML="";var p=u["default"].create("ul",["id",this.fltIds[a]],["colIndex",a]);p.className=f.checkListCssClass;var g=u["default"].createCheckItem(this.fltIds[a]+"_0","",this.displayAllText);g.className=f.checkListItemCssClass,p.appendChild(g),c.appendChild(p),l=e[a].split(" "+this.orOperator+" ");for(var h=0,d=l.length;d>h;h++)if(""!==l[h]){var v=u["default"].createCheckItem(this.fltIds[a]+"_"+(h+1),l[h],l[h]);v.className=f.checkListItemCssClass,p.appendChild(v),v.check.checked=!0,f.setCheckListValues(v.check),this.hasStoredValues=!0}}}!this.hasStoredValues&&this.paging&&this.Mod.paging.setPagingInfo()}}}},{key:"filter",value:function(){this.EvtManager(this.Evt.name.filter)}},{key:"_filter",value:function(){function t(t,e,s){if(this.highlightKeywords&&e){t=t.replace(p,""),t=t.replace(g,""),t=t.replace(v,""),t=t.replace(b,"");var a=t;(r.test(t)||o.test(t)||h.test(t)||d.test(t)||c.test(t))&&(a=u["default"].getText(s)),""!==a&&i.highlightKeyword.highlight(s,a,i.highlightKeyword.highlightCssClass)}}function e(t,e,s){var i=void 0,a=w["default"].removeNbFormat,u=h.test(t),x=r.test(t),k=d.test(t),T=o.test(t),R=c.test(t),F=g.test(t),P=p.test(t),I=v.test(t),S=b.test(t),E=m===t,L=_===t,M=C.test(t),N=u&&y["default"].isValid(t.replace(h,""),O),D=x&&y["default"].isValid(t.replace(r,""),O),B=k&&y["default"].isValid(t.replace(d,""),O),A=T&&y["default"].isValid(t.replace(o,""),O),H=R&&y["default"].isValid(t.replace(c,""),O),j=F&&y["default"].isValid(t.replace(g,""),O),V=void 0,U=void 0;if(y["default"].isValid(e,O))V=y["default"].format(e,O),N?(U=y["default"].format(t.replace(h,""),O),i=U>V):D?(U=y["default"].format(t.replace(r,""),O),i=U>=V):A?(U=y["default"].format(t.replace(o,""),O),i=V>=U):B?(U=y["default"].format(t.replace(d,""),O),i=V>U):H?(U=y["default"].format(t.replace(c,""),O),i=V.toString()!=U.toString()):j?(U=y["default"].format(t.replace(g,""),O),i=V.toString()==U.toString()):p.test(t)?i=f["default"].contains(t.replace(p,""),e,!1,this.caseSensitive):y["default"].isValid(t,O)?(U=y["default"].format(t,O),i=V.toString()===U.toString()):i=E?f["default"].isEmpty(e):L?!f["default"].isEmpty(e):f["default"].contains(t,e,this.isExactMatch(s),this.caseSensitive);else if(this.hasColNbFormat&&this.colNbFormat[s]?(l=a(e,this.colNbFormat[s]),n=this.colNbFormat[s]):","===this.thousandsSeparator&&"."===this.decimalSeparator?(l=a(e,"us"),n="us"):(l=a(e,"eu"),n="eu"),x)i=l<=a(t.replace(r,""),n);else if(T)i=l>=a(t.replace(o,""),n);else if(u)i=la(t.replace(d,""),n);else if(R)i=f["default"].contains(t.replace(c,""),e,!1,this.caseSensitive)?!1:!0;else if(P)i=f["default"].contains(t.replace(p,""),e,!1,this.caseSensitive);else if(F)i=f["default"].contains(t.replace(g,""),e,!0,this.caseSensitive);else if(I)i=0===e.indexOf(t.replace(v,""))?!0:!1;else if(S){var G=t.replace(b,"");i=e.lastIndexOf(G,e.length-1)===e.length-1-(G.length-1)&&e.lastIndexOf(G,e.length-1)>-1?!0:!1}else if(E)i=f["default"].isEmpty(e);else if(L)i=!f["default"].isEmpty(e);else if(M)try{var z=t.replace(C,""),W=new RegExp(z);i=W.test(e)}catch($){i=!1}else i=f["default"].contains(t,e,this.isExactMatch(s),this.caseSensitive);return i}if(this.fltGrid&&(this._hasGrid||this.isFirstLoad)){this.onBeforeFilter&&this.onBeforeFilter.call(null,this);var s=this.tbl.rows,i=this.Mod,a=0;this.validRowsIndex=[],this.highlightKeywords&&i.highlightKeyword.unhighlightAll(),this.popupFilters&&i.popupFilter.buildIcons(),this.markActiveColumns&&this.clearActiveColumns(),this.searchArgs=this.getFiltersValue();for(var l,n,r=new RegExp(this.leOperator),o=new RegExp(this.geOperator),h=new RegExp(this.lwOperator),d=new RegExp(this.grOperator),c=new RegExp(this.dfOperator),p=new RegExp(f["default"].rgxEsc(this.lkOperator)),g=new RegExp(this.eqOperator),v=new RegExp(this.stOperator),b=new RegExp(this.enOperator),m=this.emOperator,_=this.nmOperator,C=new RegExp(f["default"].rgxEsc(this.rgxOperator)),x=this.refRow;xI;I++){var S=this.searchArgs[this.singleSearchFlt?0:I],O=this.hasColDateType?this.colDateType[I]:this.defaultDateType;if(""!==S){var E=f["default"].matchCase(this.getCellData(k[I]),this.caseSensitive),L=S.split(this.orOperator),M=L.length>1?!0:!1,N=S.split(this.anOperator),D=N.length>1?!0:!1;if(M||D){for(var B=void 0,A=!1,H=M?L:N,j=0,V=H.length;V>j&&(B=f["default"].trim(H[j]),A=e.call(this,B,E,I),t.call(this,B,A,k[I]),!M||!A)&&(!D||A);j++);R[I]=A}else R[I]=e.call(this,f["default"].trim(S),E,I),t.call(this,S,R[I],k[I]);R[I]||(F=!1),this.singleSearchFlt&&R[I]&&(P=!0),this.popupFilters&&i.popupFilter.buildIcon(I,!0),this.markActiveColumns&&x===this.refRow&&(this.onBeforeActiveColumn&&this.onBeforeActiveColumn.call(null,this,I),u["default"].addClass(this.getHeaderElement(I),this.activeColumnsCssClass),this.onAfterActiveColumn&&this.onAfterActiveColumn.call(null,this,I))}}this.singleSearchFlt&&P&&(F=!0),F?(this.validateRow(x,!0),this.validRowsIndex.push(x),this.alternateRows&&i.alternateRows.setRowBg(x,this.validRowsIndex.length),this.onRowValidated&&this.onRowValidated.call(null,this,x)):(this.validateRow(x,!1),i.alternateRows&&i.alternateRows.removeRowBg(x),this.hasVisibleRows&&-1!==this.visibleRows.indexOf(x)?this.validRowsIndex.push(x):a++)}}this.nbVisibleRows=this.validRowsIndex.length,this.nbHiddenRows=a,this.rememberGridValues&&i.store.saveFilterValues(this.fltsValuesCookie),this.paging?(i.paging.startPagingRow=0,i.paging.currentPageNb=1,i.paging.setPagingInfo(this.validRowsIndex)):this.applyProps(),this.onAfterFilter&&this.onAfterFilter.call(null,this)}}},{key:"applyProps",value:function(){var t=this.Mod;this.hasVisibleRows&&this.enforceVisibility(),this.hasExtension("colOps")&&this.extension("colOps").calc(),this.linkedFilters&&this.linkFilters(),this.rowsCounter&&t.rowsCounter.refresh(this.nbVisibleRows),this.popupFilters&&t.popupFilter.closeAll(),this.noResults&&(this.nbVisibleRows>0?t.noResults.hide():t.noResults.show())}},{key:"getColValues",value:function(t){var e=arguments.length<=1||void 0===arguments[1]?!1:arguments[1],s=arguments.length<=2||void 0===arguments[2]?!1:arguments[2],i=arguments.length<=3||void 0===arguments[3]?[]:arguments[3];if(this.fltGrid){var a=this.tbl.rows,l=[];e&&l.push(this.getHeadersText()[t]); +for(var n=this.refRow;n0&&(r=-1!=i.indexOf(n));var o=a[n].cells,h=o.length;if(h===this.nbCells&&!r)for(var u=0;h>u;u++)if(u==t&&""===a[n].style.display){var d=this.getCellData(o[u]),f=this.colNbFormat?this.colNbFormat[t]:null,c=s?w["default"].removeNbFormat(d,f):d;l.push(c)}}return l}}},{key:"getFilterValue",value:function(t){if(this.fltGrid){var e=void 0,s=this.getFilterElement(t);if(!s)return"";var i=this.getFilterType(t);if(i!==this.fltTypeMulti&&i!==this.fltTypeCheckList)e=s.value;else if(i===this.fltTypeMulti){e="";for(var a=0,l=s.options.length;l>a;a++)s.options[a].selected&&(e=e.concat(s.options[a].value+" "+this.orOperator+" "));e=e.substr(0,e.length-4)}else i===this.fltTypeCheckList&&(null!==s.getAttribute("value")?(e=s.getAttribute("value"),e=e.substr(0,e.length-3)):e="");return e}}},{key:"getFiltersValue",value:function(){if(this.fltGrid){for(var t=[],e=0,s=this.fltIds.length;s>e;e++)t.push(f["default"].trim(f["default"].matchCase(this.getFilterValue(e),this.caseSensitive)));return t}}},{key:"getFilterId",value:function(t){return this.fltGrid?this.fltIds[t]:void 0}},{key:"getFiltersByType",value:function(t,e){if(this.fltGrid){for(var s=[],i=0,a=this.fltIds.length;a>i;i++){var l=this.getFilterType(i);if(l===f["default"].lower(t)){var n=e?i:this.fltIds[i];s.push(n)}}return s}}},{key:"getFilterElement",value:function(t){var e=this.fltIds[t];return u["default"].id(e)}},{key:"getCellsNb",value:function(){var t=arguments.length<=0||void 0===arguments[0]?0:arguments[0],e=this.tbl.rows[t];return e.cells.length}},{key:"getRowsNb",value:function(t){var e=v["default"].isUndef(this.refRow)?0:this.refRow,s=this.tbl.rows.length;return t&&(e=0),parseInt(s-e,10)}},{key:"getCellData",value:function(t){var e=t.cellIndex;return this.customCellData&&-1!=this.customCellDataCols.indexOf(e)?this.customCellData.call(null,this,t,e):u["default"].getText(t)}},{key:"getTableData",value:function(){var t=arguments.length<=0||void 0===arguments[0]?!1:arguments[0],e=this.tbl.rows,s=[];t&&s.push([this.getHeadersRowIndex(),this.getHeadersText()]);for(var i=this.refRow;in;n++){var o=this.getCellData(l[n]);a[1].push(o)}s.push(a)}return s}},{key:"getFilteredData",value:function(){var t=arguments.length<=0||void 0===arguments[0]?!1:arguments[0];if(!this.validRowsIndex)return[];var e=this.tbl.rows,s=[];t&&s.push([this.getHeadersRowIndex(),this.getHeadersText()]);for(var i=this.getValidRows(!0),a=0;aa;a++){var n=s[a],r=n[1],o=r[t];i.push(o)}return i}},{key:"getRowDisplay",value:function(t){return v["default"].isObj(t)?t.style.display:null}},{key:"validateRow",value:function(t,e){var s=this.tbl.rows[t];if(s&&"boolean"==typeof e){this.hasVisibleRows&&-1!==this.visibleRows.indexOf(t)&&(e=!0);var i=e?"":"none",a=e?"true":"false";s.style.display=i,this.paging&&s.setAttribute("validRow",a)}}},{key:"validateAllRows",value:function(){if(this._hasGrid){this.validRowsIndex=[];for(var t=this.refRow;tl;l++){var r=s.options[l];(""===a||""===a[0])&&(r.selected=!1),""===r.value&&(r.selected=!1),""!==r.value&&m["default"].has(a,r.value,!0)&&(r.selected=!0)}else if(i===this.fltTypeCheckList){e=f["default"].matchCase(e,this.caseSensitive);var o=e.split(" "+this.orOperator+" "),h=u["default"].tag(s,"li").length;s.setAttribute("value",""),s.setAttribute("indexes","");for(var d=0;h>d;d++){var c=u["default"].tag(s,"li")[d],p=u["default"].tag(c,"label")[0],g=u["default"].tag(c,"input")[0],v=f["default"].matchCase(u["default"].getText(p),this.caseSensitive);""!==v&&m["default"].has(o,v,!0)?(g.checked=!0,this.Mod.checkList.setCheckListValues(g)):(g.checked=!1,this.Mod.checkList.setCheckListValues(g))}}}}},{key:"setColWidths",value:function(t,e){function s(){for(var t=this.nbCells,s=this.colWidths,i=u["default"].tag(e,"col"),a=i.length>0,l=a?null:A.createDocumentFragment(),n=0;t>n;n++){var r=void 0;a?r=i[n]:(r=u["default"].create("col",["id",this.id+"_col_"+n]),l.appendChild(r)),r.style.width=s[n]}a||e.insertBefore(l,e.firstChild)}if(this.fltGrid&&this.hasColWidths){e=e||this.tbl;var i=void 0;i=void 0===t?"none"!=e.rows[0].style.display?0:1:t,s.call(this)}}},{key:"enforceVisibility",value:function(){if(this.hasVisibleRows)for(var t=0,e=this.visibleRows.length;e>t;t++){var s=this.visibleRows[t];s<=this.nbRows&&this.validateRow(s,!0)}}},{key:"clearFilters",value:function(){this.EvtManager(this.Evt.name.clear)}},{key:"_clearFilters",value:function(){if(this.fltGrid){this.onBeforeReset&&this.onBeforeReset.call(null,this,this.getFiltersValue());for(var t=0,e=this.fltIds.length;e>t;t++)this.setFilterValue(t,"");this.linkedFilters&&this.linkFilters(),this.rememberPageLen&&p["default"].remove(this.pgLenCookie),this.rememberPageNb&&p["default"].remove(this.pgNbCookie),this.onAfterReset&&this.onAfterReset.call(null,this)}}},{key:"clearActiveColumns",value:function(){for(var t=0,e=this.getCellsNb(this.headersRow);e>t;t++)u["default"].removeClass(this.getHeaderElement(t),this.activeColumnsCssClass)}},{key:"linkFilters",value:function(){if(this.activeFilterId){var t=this.getFiltersByType(this.fltTypeSlc,!0),e=this.getFiltersByType(this.fltTypeMulti,!0),s=this.getFiltersByType(this.fltTypeCheckList,!0),i=t.concat(e);i=i.concat(s);var a=this.activeFilterId.split("_")[0];a=a.split(this.prfxFlt)[1];for(var l=void 0,n=0,r=i.length;r>n;n++){var o=u["default"].id(this.fltIds[i[n]]);if(l=this.getFilterValue(i[n]),a!==i[n]||this.paging&&-1!=t.indexOf(i[n])&&a===i[n]||!this.paging&&(-1!=s.indexOf(i[n])||-1!=e.indexOf(i[n]))||l===this.displayAllText){if(-1!=s.indexOf(i[n])?this.Mod.checkList.checkListDiv[i[n]].innerHTML="":o.innerHTML="",this.loadFltOnDemand){var h=u["default"].createOpt(this.displayAllText,"");o&&o.appendChild(h)}-1!=s.indexOf(i[n])?this.Mod.checkList._build(i[n]):this.Mod.dropdown._build(i[n],!0),this.setFilterValue(i[n],l)}}}}},{key:"_resetGrid",value:function(){if(!this.isFirstLoad){var t=this.Mod,e=this.tbl,s=e.rows,i=this.filtersRowIndex,a=s[i];if(!this.gridLayout)if(e.tHead){var l=e.tHead.insertRow(this.filtersRowIndex);e.tHead.replaceChild(this.fltGridEl,l)}else a.parentNode.insertBefore(this.fltGridEl,a);if(this.isExternalFlt)for(var n=this.externalFltTgtIds,r=0,o=n.length;o>r;r++){var h=u["default"].id(n[r]);if(h){var d=this.externalFltEls[r];h.appendChild(d);var f=this.getFilterType(r);this.gridLayout&&""===d.innerHTML&&f!==this.fltTypeInp&&((f===this.fltTypeSlc||f===this.fltTypeMulti)&&t.dropdown.build(r),f===this.fltTypeCheckList&&t.checkList.build(r))}}this.nbFilterableRows=this.getRowsNb(),this.nbVisibleRows=this.nbFilterableRows,this.nbRows=s.length,this.popupFilters&&(this.headersRow++,t.popupFilter.reset()),this.gridLayout||u["default"].addClass(this.tbl,this.prfxTf),this._hasGrid=!0}}},{key:"isExactMatch",value:function(t){var e=this.getFilterType(t);return this.exactMatchByCol[t]||this.exactMatch||e!==this.fltTypeInp}},{key:"isImported",value:function(t,e){for(var s=!1,i=e?e:"script",a="script"==i?"src":"href",l=u["default"].tag(A,i),n=0,r=l.length;r>n;n++)if(void 0!==l[n][a]&&l[n][a].match(t)){s=!0;break}return s}},{key:"import",value:function(t,e,s,i){var a=i?i:"script",l=this.isImported(e,a);if(!l){var n=this,r=!1,o=void 0,h=u["default"].tag(A,"head")[0];o="link"===f["default"].lower(a)?u["default"].create("link",["id",t],["type","text/css"],["rel","stylesheet"],["href",e]):u["default"].create("script",["id",t],["type","text/javascript"],["src",e]),o.onload=o.onreadystatechange=function(){r||this.readyState&&"loaded"!==this.readyState&&"complete"!==this.readyState||(r=!0,"function"==typeof s&&s.call(null,n))},o.onerror=function(){throw new Error("TF script could not load: "+e)},h.appendChild(o)}}},{key:"hasGrid",value:function(){return this._hasGrid}},{key:"getFiltersId",value:function(){return this.fltIds||[]}},{key:"getValidRows",value:function(t){if(!t)return this.validRowsIndex;this.validRowsIndex=[];for(var e=this.refRow;e]+>/g,"");return e=e.replace(/^\s+/,"").replace(/\s+$/,"")},create:function(t){if(t&&""!==t){var e=document.createElement(t),i=arguments;if(i.length>1)for(var a=0;a0){var i=document.cookie,a=i.indexOf(s);if(-1!==a){a+=s.length;var l=i.indexOf(";",a);-1===l&&(l=i.length),e=unescape(i.substring(a,l))}}return e},remove:function(t){this.write(t,"",-1)},valueToArray:function(t,e){e||(e=",");var s=this.read(t),i=s.split(e);return i},getValueByIndex:function(t,e,s){s||(s=",");var i=this.valueToArray(t,s);return i[e]}}},function(t,e){"use strict";function s(t){return t&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":typeof t}Object.defineProperty(e,"__esModule",{value:!0});var i=void 0;e["default"]={isObj:function(t){var e=!1;return"string"==typeof t?window[t]&&"object"===s(window[t])&&(e=!0):t&&"object"===("undefined"==typeof t?"undefined":s(t))&&(e=!0),e},isFn:function(t){return t&&t.constructor==Function},isArray:function(t){return t&&t.constructor==Array},isUndef:function(t){return t===i},isNull:function(t){return null===t},isEmpty:function(t){return this.isUndef(t)||this.isNull(t)||0===t.length}}},function(t,e,s){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}Object.defineProperty(e,"__esModule",{value:!0});var a=s(3),l=i(a);e["default"]={has:function(t,e,s){for(var i=void 0===s?!1:s,a=0;a2)return t;var e=void 0;return 99>=t&&t>50&&(e="19"+t),(50>t||"00"===t)&&(e="20"+t),e}function i(t){if(void 0===t)return 0;for(var e=void 0,s=["january","february","march","april","may","june","july","august","september","october","november","december","jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec"],i=0;i11||23>e)&&(e-=12),1>e||e>12?0:e}Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={isValid:function(t,e){if(e||(e="DMY"),e=e.toUpperCase(),3!=e.length&&"DDMMMYYYY"===e){var s=this.format(t,e);t=s.getDate()+"/"+(s.getMonth()+1)+"/"+s.getFullYear(),e="DMY"}(-1===e.indexOf("M")||-1===e.indexOf("D")||-1===e.indexOf("Y"))&&(e="DMY");var i=void 0,a=void 0;if("Y"===e.substring(0,1)?(i=/^\d{2}(\-|\/|\.)\d{1,2}\1\d{1,2}$/,a=/^\d{4}(\-|\/|\.)\d{1,2}\1\d{1,2}$/):"Y"===e.substring(1,2)?(i=/^\d{1,2}(\-|\/|\.)\d{2}\1\d{1,2}$/,a=/^\d{1,2}(\-|\/|\.)\d{4}\1\d{1,2}$/):(i=/^\d{1,2}(\-|\/|\.)\d{1,2}\1\d{2}$/,a=/^\d{1,2}(\-|\/|\.)\d{1,2}\1\d{4}$/),i.test(t)===!1&&a.test(t)===!1)return!1;var l=t.split(RegExp.$1),n=void 0,r=void 0,o=void 0;n="M"===e.substring(0,1)?l[0]:"M"===e.substring(1,2)?l[1]:l[2],r="D"===e.substring(0,1)?l[0]:"D"===e.substring(1,2)?l[1]:l[2],o="Y"===e.substring(0,1)?l[0]:"Y"===e.substring(1,2)?l[1]:l[2],parseInt(o,10)<=50&&(o=(parseInt(o,10)+2e3).toString()),parseInt(o,10)<=99&&(o=(parseInt(o,10)+1900).toString());var h=new Date(parseInt(o,10),parseInt(n,10)-1,parseInt(r,10),0,0,0,0);return parseInt(r,10)!=h.getDate()?!1:parseInt(n,10)-1!=h.getMonth()?!1:!0},format:function(t,e){if(e||(e="DMY"),!t||""===t)return new Date(1001,0,1);var a=void 0,l=void 0;switch(e.toUpperCase()){case"DDMMMYYYY":l=t.replace(/[- \/.]/g," ").split(" "),a=new Date(s(l[2]),i(l[1])-1,l[0]);break;case"DMY":l=t.replace(/^(0?[1-9]|[12][0-9]|3[01])([- \/.])(0?[1-9]|1[012])([- \/.])((\d\d)?\d\d)$/,"$1 $3 $5").split(" "),a=new Date(s(l[2]),l[1]-1,l[0]);break;case"MDY":l=t.replace(/^(0?[1-9]|1[012])([- \/.])(0?[1-9]|[12][0-9]|3[01])([- \/.])((\d\d)?\d\d)$/,"$1 $3 $5").split(" "),a=new Date(s(l[2]),l[0]-1,l[1]);break;case"YMD":l=t.replace(/^((\d\d)?\d\d)([- \/.])(0?[1-9]|1[012])([- \/.])(0?[1-9]|[12][0-9]|3[01])$/,"$1 $4 $6").split(" "),a=new Date(s(l[0]),l[1]-1,l[2]);break;default:l=t.replace(/^(0?[1-9]|[12][0-9]|3[01])([- \/.])(0?[1-9]|1[012])([- \/.])((\d\d)?\d\d)$/,"$1 $3 $5").split(" "),a=new Date(s(l[2]),l[1]-1,l[0])}return a}}},function(t,e,s){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}Object.defineProperty(e,"__esModule",{value:!0});var a=s(3),l=i(a);e["default"]={removeNbFormat:function(t,e){if(t){e||(e="us");var s=t;return s="us"===l["default"].lower(e)?+s.replace(/[^\d\.-]/g,""):+s.replace(/[^\d\,-]/g,"").replace(",",".")}}}},function(t,e,s){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function a(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var l=function(){function t(t,e){for(var s=0;s0&&i.removeChild(R[0]),this.headTbl.style.tableLayout="fixed",i.style.tableLayout="fixed",this.headTbl.cellPadding=i.cellPadding,this.headTbl.cellSpacing=i.cellSpacing,e.setColWidths(0,this.headTbl),i.style.width="",this.headTbl.style.width=i.clientWidth+"px",p["default"].add(this.tblCont,"scroll",function(e){var s=p["default"].target(e),i=s.scrollLeft;t.headTblCont.scrollLeft=i});var F=(s.extensions||[]).filter(function(t){return"sort"===t.name});1===F.length&&(F[0].async_sort=!0,F[0].trigger_ids=g),this.tblHasColTag=u["default"].tag(i,"col").length>0?!0:!1;var P=function(){for(var t=e.nbCells-1;t>=0;t--){var s=u["default"].create("col",["id",e.id+"_col_"+t]);i.insertBefore(s,i.firstChild),s.style.width=e.colWidths[t],this.gridColElms[t]=s}this.tblHasColTag=!0};if(this.tblHasColTag)for(var I=u["default"].tag(i,"col"),S=0;S',e.popUpDivCssClass=i.popup_div_css_class||"popUpFilter",e.onBeforePopUpOpen=u["default"].isFn(i.on_before_popup_filter_open)?i.on_before_popup_filter_open:null, +e.onAfterPopUpOpen=u["default"].isFn(i.on_after_popup_filter_open)?i.on_after_popup_filter_open:null,e.onBeforePopUpClose=u["default"].isFn(i.on_before_popup_filter_close)?i.on_before_popup_filter_close:null,e.onAfterPopUpClose=u["default"].isFn(i.on_after_popup_filter_close)?i.on_after_popup_filter_close:null,e.popUpFltSpans=[],e.popUpFltImgs=[],e.popUpFltElms=e.popUpFltElmCache||[],e.popUpFltAdjustToContainer=!0,e.prfxPopUpSpan="popUpSpan_",e.prfxPopUpDiv="popUpDiv_",e}return n(s,e),r(s,[{key:"onClick",value:function(e){var s=e||t.event,i=s.target.parentNode,a=parseInt(i.getAttribute("ci"),10);if(this.closeAll(a),this.toggle(a),this.popUpFltAdjustToContainer){var l=this.popUpFltElms[a],n=this.tf.getHeaderElement(a),r=.95*n.clientWidth;l.style.width=parseInt(r,10)+"px"}p["default"].cancel(s),p["default"].stop(s)}},{key:"init",value:function(){var t=this;if(!this.initialized){for(var e=this.tf,s=0;sC;C++)if(t===C&&(!e||e&&a.disableExcludedOptions)||t==C&&e&&(""===o[m].style.display&&!a.paging||a.paging&&(!a.validRowsIndex||a.validRowsIndex&&-1!=a.validRowsIndex.indexOf(m))&&(void 0===f||f==t||f!=t&&-1!=a.validRowsIndex.indexOf(m)))){var w=a.getCellData(_[C]),x=d["default"].matchCase(w,u);if(h["default"].has(this.opts,x,u)||this.opts.push(w),e&&a.disableExcludedOptions){var k=b[C];k||(k=a.getFilteredDataCol(C)),h["default"].has(k,x,u)||h["default"].has(v,x,u)||this.isFirstLoad||v.push(w)}}}if(this.isCustom){var T=a.getCustomOptions(t);this.opts=T[0],this.optsTxt=T[1]}if(a.sortSlc&&!this.isCustom&&(u?(this.opts.sort(),v&&v.sort()):(this.opts.sort(c["default"].ignoreCase),v&&v.sort(c["default"].ignoreCase))),a.sortNumAsc&&-1!=a.sortNumAsc.indexOf(t))try{this.opts.sort(numSortAsc),v&&v.sort(numSortAsc),this.isCustom&&this.optsTxt.sort(numSortAsc)}catch(R){this.opts.sort(),v&&v.sort(),this.isCustom&&this.optsTxt.sort()}if(a.sortNumDesc&&-1!=a.sortNumDesc.indexOf(t))try{this.opts.sort(numSortDesc),v&&v.sort(numSortDesc),this.isCustom&&this.optsTxt.sort(numSortDesc)}catch(R){this.opts.sort(),v&&v.sort(),this.isCustom&&this.optsTxt.sort()}this.addOptions(t,n,e,v,p,g)}}},{key:"addOptions",value:function(t,e,s,i,a,l){var n=this.tf,o=d["default"].lower(this.slcFillingMethod),u=e.value;e.innerHTML="",e=this.addFirstOption(e);for(var f=0;f"+p+""}else{var b;b=n.loadFltOnDemand&&u===this.opts[f]&&n.getFilterType(t)===n.fltTypeSlc?r["default"].createOpt(p,c,!0):n.getFilterType(t)!==n.fltTypeMulti?r["default"].createOpt(p,c," "!==a[t]&&c===a[t]?!0:!1):r["default"].createOpt(p,c,h["default"].has(l,d["default"].matchCase(this.opts[f],n.matchCase),n.matchCase)||-1!==l.toString().indexOf(c)?!0:!1),g&&(b.disabled=!0),e.appendChild(b)}}"innerhtml"===o&&(e.innerHTML+=this.slcInnerHtml),e.setAttribute("filled","1")}},{key:"addFirstOption",value:function(t){var e=this.tf,s=d["default"].lower(this.slcFillingMethod);if("innerhtml"===s)this.slcInnerHtml+='";else{var i=r["default"].createOpt(this.enableSlcResetFilter?e.displayAllText:"","");if(this.enableSlcResetFilter||(i.style.display="none"),t.appendChild(i),e.enableEmptyOption){var a=r["default"].createOpt(e.emptyText,e.emOperator);t.appendChild(a)}if(e.enableNonEmptyOption){var l=r["default"].createOpt(e.nonEmptyText,e.nmOperator);t.appendChild(l)}}return t}}]),t}()},function(t,e,s){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}Object.defineProperty(e,"__esModule",{value:!0});var a=s(3),l=i(a);e["default"]={ignoreCase:function(t,e){var s=l["default"].lower(t),i=l["default"].lower(e);return i>s?-1:s>i?1:0}}},function(t,e,s){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function a(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var l=function(){function t(t,e){for(var s=0;s_;_++)if(t===_&&(!a.linkedFilters||a.linkedFilters&&a.disableExcludedOptions)||t===_&&a.linkedFilters&&(""===u[v].style.display&&!a.paging||a.paging&&(!f||f===t||f!=t&&-1!=a.validRowsIndex.indexOf(v)))){var y=a.getCellData(b[_]),C=d["default"].matchCase(y,a.matchCase);h["default"].has(this.opts,C,a.matchCase)||this.opts.push(y);var w=p[_];a.linkedFilters&&a.disableExcludedOptions&&(w||(w=a.getFilteredDataCol(_)),h["default"].has(w,C,a.matchCase)||h["default"].has(this.excludedOpts,C,a.matchCase)||a.isFirstLoad||this.excludedOpts.push(y))}}if(this.isCustom){var x=a.getCustomOptions(t);this.opts=x[0],this.optsTxt=x[1]}if(a.sortSlc&&!this.isCustom&&(a.matchCase?(this.opts.sort(),this.excludedOpts&&this.excludedOpts.sort()):(this.opts.sort(c["default"].ignoreCase),this.excludedOpts&&this.excludedOpts.sort(c["default"].ignoreCase))),a.sortNumAsc&&-1!=a.sortNumAsc.indexOf(t))try{this.opts.sort(numSortAsc),this.excludedOpts&&this.excludedOpts.sort(numSortAsc),this.isCustom&&this.optsTxt.sort(numSortAsc)}catch(k){this.opts.sort(),this.excludedOpts&&this.excludedOpts.sort(),this.isCustom&&this.optsTxt.sort()}if(a.sortNumDesc&&-1!=a.sortNumDesc.indexOf(t))try{this.opts.sort(numSortDesc),this.excludedOpts&&this.excludedOpts.sort(numSortDesc),this.isCustom&&this.optsTxt.sort(numSortDesc)}catch(k){this.opts.sort(),this.excludedOpts&&this.excludedOpts.sort(),this.isCustom&&this.optsTxt.sort()}this.addChecks(t,o,a.separator),a.loadFltOnDemand&&(n.innerHTML=""),n.appendChild(o),n.setAttribute("filled","1")}}},{key:"addChecks",value:function(t,e){var s=this,i=this.tf,a=this.addTChecks(t,e),l=[],n=i.feature("store"),o=n?n.getFilterValues(i.fltsValuesCookie)[t]:null;o&&d["default"].trim(o).length>0&&(i.hasCustomSlcOptions&&-1!=i.customSlcOptions.cols.indexOf(t)?l.push(o):l=o.split(" "+i.orOperator+" "));for(var u=0;u0?1:0),l=a+i.pagingLength-1<=e.nbVisibleRows?a+i.pagingLength-1:e.nbVisibleRows;s=a+this.fromToTextSeparator+l+this.overText+e.nbVisibleRows}}else s=t&&""!==t?t:e.nbFilterableRows-e.nbHiddenRows;this.rowsCounterSpan.innerHTML=s,this.onAfterRefreshCounter&&this.onAfterRefreshCounter.call(null,e,this.rowsCounterSpan,s)}}},{key:"destroy",value:function(){this.initialized&&(!this.rowsCounterTgtId&&this.rowsCounterDiv?u["default"].remove(this.rowsCounterDiv):u["default"].id(this.rowsCounterTgtId).innerHTML="",this.rowsCounterSpan=null,this.rowsCounterDiv=null,this.initialized=!1)}}]),e}(o.Feature)},function(t,e,s){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function a(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function l(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function n(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var r=function(){function t(t,e){for(var s=0;s",s.btnPrevPageText=i.btn_prev_page_text||"<",s.btnLastPageText=i.btn_last_page_text||">|",s.btnFirstPageText=i.btn_first_page_text||"|<",s.btnNextPageHtml=i.btn_next_page_html||(t.enableIcons?'':null),s.btnPrevPageHtml=i.btn_prev_page_html||(t.enableIcons?'':null),s.btnFirstPageHtml=i.btn_first_page_html||(t.enableIcons?'':null),s.btnLastPageHtml=i.btn_last_page_html||(t.enableIcons?'':null),s.pageText=i.page_text||" Page ",s.ofText=i.of_text||" of ",s.nbPgSpanCssClass=i.nb_pages_css_class||"nbpg",s.hasPagingBtns=i.paging_btns===!1?!1:!0,s.pageSelectorType=i.page_selector_type||t.fltTypeSlc,s.onBeforeChangePage=c["default"].isFn(i.on_before_change_page)?i.on_before_change_page:null,s.onAfterChangePage=c["default"].isFn(i.on_after_change_page)?i.on_after_change_page:null,s.prfxSlcPages="slcPages_",s.prfxSlcResults="slcResults_",s.prfxSlcResultsTxt="slcResultsTxt_",s.prfxBtnNextSpan="btnNextSpan_",s.prfxBtnPrevSpan="btnPrevSpan_",s.prfxBtnLastSpan="btnLastSpan_",s.prfxBtnFirstSpan="btnFirstSpan_",s.prfxBtnNext="btnNext_",s.prfxBtnPrev="btnPrev_",s.prfxBtnLast="btnLast_",s.prfxBtnFirst="btnFirst_",s.prfxPgSpan="pgspan_",s.prfxPgBeforeSpan="pgbeforespan_",s.prfxPgAfterSpan="pgafterspan_";var a=s.refRow,r=s.nbRows;s.nbPages=Math.ceil((r-a)/s.pagingLength);var o=s;return s.evt={slcIndex:function(){return o.pageSelectorType===t.fltTypeSlc?o.pagingSlc.options.selectedIndex:parseInt(o.pagingSlc.value,10)-1},nbOpts:function(){return o.pageSelectorType===t.fltTypeSlc?parseInt(o.pagingSlc.options.length,10)-1:o.nbPages-1},next:function(){var t=o.evt.slcIndex()0?o.evt.slcIndex()-1:o.evt.nbOpts();o.changePage(t)},last:function(){o.changePage(o.evt.nbOpts())},first:function(){o.changePage(0)},_detectKey:function(e){var s=b["default"].keyCode(e);13===s&&(t.sorted?(t.filter(),o.changePage(o.evt.slcIndex())):o.changePage(),this.blur())},slcPagesChange:null,nextEvt:null,prevEvt:null,lastEvt:null,firstEvt:null},s}return r(e,t),o(e,[{key:"init",value:function(){var t,e=this,s=this.tf,i=this.evt;if(!this.initialized){this.hasResultsPerPage&&(this.resultsPerPage.length<2?this.hasResultsPerPage=!1:(this.pagingLength=this.resultsPerPage[1][0],this.setResultsPerPage())),i.slcPagesChange=function(t){var s=t.target;e.changePage(s.selectedIndex)},this.pageSelectorType===s.fltTypeSlc&&(t=d["default"].create(s.fltTypeSlc,["id",this.prfxSlcPages+s.id]),t.className=this.pgSlcCssClass,b["default"].add(t,"change",i.slcPagesChange)),this.pageSelectorType===s.fltTypeInp&&(t=d["default"].create(s.fltTypeInp,["id",this.prfxSlcPages+s.id],["value",this.currentPageNb]),t.className=this.pgInpCssClass,b["default"].add(t,"keypress",i._detectKey));var a=d["default"].create("span",["id",this.prfxBtnNextSpan+s.id]),l=d["default"].create("span",["id",this.prfxBtnPrevSpan+s.id]),n=d["default"].create("span",["id",this.prfxBtnLastSpan+s.id]),r=d["default"].create("span",["id",this.prfxBtnFirstSpan+s.id]);if(this.hasPagingBtns){if(this.btnNextPageHtml)a.innerHTML=this.btnNextPageHtml,b["default"].add(a,"click",i.next);else{var o=d["default"].create(s.fltTypeInp,["id",this.prfxBtnNext+s.id],["type","button"],["value",this.btnNextPageText],["title","Next"]);o.className=this.btnPageCssClass,b["default"].add(o,"click",i.next),a.appendChild(o)}if(this.btnPrevPageHtml)l.innerHTML=this.btnPrevPageHtml,b["default"].add(l,"click",i.prev);else{var h=d["default"].create(s.fltTypeInp,["id",this.prfxBtnPrev+s.id],["type","button"],["value",this.btnPrevPageText],["title","Previous"]);h.className=this.btnPageCssClass,b["default"].add(h,"click",i.prev),l.appendChild(h)}if(this.btnLastPageHtml)n.innerHTML=this.btnLastPageHtml,b["default"].add(n,"click",i.last);else{var u=d["default"].create(s.fltTypeInp,["id",this.prfxBtnLast+s.id],["type","button"],["value",this.btnLastPageText],["title","Last"]);u.className=this.btnPageCssClass,b["default"].add(u,"click",i.last),n.appendChild(u)}if(this.btnFirstPageHtml)r.innerHTML=this.btnFirstPageHtml,b["default"].add(r,"click",i.first);else{var f=d["default"].create(s.fltTypeInp,["id",this.prfxBtnFirst+s.id],["type","button"],["value",this.btnFirstPageText],["title","First"]);f.className=this.btnPageCssClass,b["default"].add(f,"click",i.first),r.appendChild(f)}}this.pagingTgtId||s.setToolbar();var c=this.pagingTgtId?d["default"].id(this.pagingTgtId):s.mDiv;c.appendChild(r),c.appendChild(l);var p=d["default"].create("span",["id",this.prfxPgBeforeSpan+s.id]);p.appendChild(d["default"].text(this.pageText)),p.className=this.nbPgSpanCssClass,c.appendChild(p),c.appendChild(t);var g=d["default"].create("span",["id",this.prfxPgAfterSpan+s.id]);g.appendChild(d["default"].text(this.ofText)),g.className=this.nbPgSpanCssClass,c.appendChild(g);var v=d["default"].create("span",["id",this.prfxPgSpan+s.id]);v.className=this.nbPgSpanCssClass,v.appendChild(d["default"].text(" "+this.nbPages+" ")),c.appendChild(v),c.appendChild(a),c.appendChild(n),this.pagingSlc=d["default"].id(this.prfxSlcPages+s.id),s.rememberGridValues||this.setPagingInfo(),s.fltGrid||(s.validateAllRows(),this.setPagingInfo(s.validRowsIndex)),this.initialized=!0}}},{key:"reset",value:function(){var t=arguments.length<=0||void 0===arguments[0]?!1:arguments[0],e=this.tf;e.hasGrid()&&!this.isEnabled()&&(this.enable(),this.init(),e.resetValues(),t&&e.filter())}},{key:"setPagingInfo",value:function(){var t=arguments.length<=0||void 0===arguments[0]?[]:arguments[0],e=this.tf,s=e.tbl.rows,i=this.pagingTgtId?d["default"].id(this.pagingTgtId):e.mDiv,a=d["default"].id(this.prfxPgSpan+e.id);if(e.validRowsIndex=t,0===t.length)for(var l=e.refRow;l0)if(i.style.visibility="visible",this.pageSelectorType===e.fltTypeSlc)for(var o=0;on;n++){var o=e.validRowsIndex[n],h=i[o],u=h.getAttribute("validRow");n>=a&&l>n?((c["default"].isNull(u)||Boolean("true"===u))&&(h.style.display=""),e.alternateRows&&s&&s.setRowBg(o,n)):(h.style.display="none",e.alternateRows&&s&&s.removeRowBg(o))}e.nbVisibleRows=e.validRowsIndex.length,e.applyProps()}},{key:"getPage",value:function(){return this.currentPageNb}},{key:"setPage",value:function(t){var e=this.tf;if(e.hasGrid()&&this.isEnabled()){var s=this.evt,i="undefined"==typeof t?"undefined":a(t);if("string"===i)switch(g["default"].lower(t)){case"next":s.next();break;case"previous":s.prev();break;case"last":s.last();break;case"first":s.first();break;default:s.next()}else"number"===i&&this.changePage(t-1)}}},{key:"setResultsPerPage",value:function(){var t=this,e=this.tf,s=this.evt;if((e.hasGrid()||e.isFirstLoad)&&!this.resultsPerPageSlc&&this.resultsPerPage){s.slcResultsChange=function(e){t.changeResultsPerPage(),e.target.blur()};var i=d["default"].create(e.fltTypeSlc,["id",this.prfxSlcResults+e.id]);i.className=this.resultsSlcCssClass;var a=this.resultsPerPage[0],l=this.resultsPerPage[1],n=d["default"].create("span",["id",this.prfxSlcResultsTxt+e.id]);n.className=this.resultsSpanCssClass,this.resultsPerPageTgtId||e.setToolbar();var r=this.resultsPerPageTgtId?d["default"].id(this.resultsPerPageTgtId):e.rDiv;n.appendChild(d["default"].text(a));var o=e.feature("help");o&&o.btn?(o.btn.parentNode.insertBefore(n,o.btn), +o.btn.parentNode.insertBefore(i,o.btn)):(r.appendChild(n),r.appendChild(i));for(var h=0;h=0&&t<=this.nbPages-1&&(this.onBeforeChangePage&&this.onBeforeChangePage.call(null,this,t),this.currentPageNb=parseInt(t,10)+1,this.pageSelectorType===e.fltTypeSlc?this.pagingSlc.options[t].selected=!0:this.pagingSlc.value=this.currentPageNb,e.rememberPageNb&&e.feature("store").savePageNb(e.pgNbCookie),this.startPagingRow=this.pageSelectorType===e.fltTypeSlc?this.pagingSlc.value:t*this.pagingLength,this.groupByPage(),this.onAfterChangePage&&this.onAfterChangePage.call(null,this,t)))}},{key:"_changeResultsPerPage",value:function(){var t=this.tf;if(this.isEnabled()){var e=this.resultsPerPageSlc,s=this.pageSelectorType===t.fltTypeSlc?this.pagingSlc.selectedIndex:parseInt(this.pagingSlc.value-1,10);if(this.pagingLength=parseInt(e.options[e.selectedIndex].value,10),this.startPagingRow=this.pagingLength*s,!isNaN(this.pagingLength)){if(this.startPagingRow>=t.nbFilterableRows&&(this.startPagingRow=t.nbFilterableRows-this.pagingLength),this.setPagingInfo(),this.pageSelectorType===t.fltTypeSlc){var i=this.pagingSlc.options.length-1<=s?this.pagingSlc.options.length-1:s;this.pagingSlc.options[i].selected=!0}t.rememberPageLen&&t.feature("store").savePageLength(t.pgLenCookie)}}}},{key:"_resetPage",value:function(t){var e=this.tf,s=e.feature("store").getPageNb(t);""!==s&&this.changePage(s-1)}},{key:"_resetPageLength",value:function(t){var e=this.tf;if(this.isEnabled()){var s=e.feature("store").getPageLength(t);""!==s&&(this.resultsPerPageSlc.options[s].selected=!0,this.changeResultsPerPage())}}},{key:"destroy",value:function(){var t=this.tf;if(this.initialized){var e=d["default"].id(this.prfxBtnNextSpan+t.id),s=d["default"].id(this.prfxBtnPrevSpan+t.id),i=d["default"].id(this.prfxBtnLastSpan+t.id),a=d["default"].id(this.prfxBtnFirstSpan+t.id),l=d["default"].id(this.prfxPgBeforeSpan+t.id),n=d["default"].id(this.prfxPgAfterSpan+t.id),r=d["default"].id(this.prfxPgSpan+t.id),o=this.evt;this.pagingSlc&&(this.pageSelectorType===t.fltTypeSlc?b["default"].remove(this.pagingSlc,"change",o.slcPagesChange):this.pageSelectorType===t.fltTypeInp&&b["default"].remove(this.pagingSlc,"keypress",o._detectKey),d["default"].remove(this.pagingSlc)),e&&(b["default"].remove(e,"click",o.next),d["default"].remove(e)),s&&(b["default"].remove(s,"click",o.prev),d["default"].remove(s)),i&&(b["default"].remove(i,"click",o.last),d["default"].remove(i)),a&&(b["default"].remove(a,"click",o.first),d["default"].remove(a)),l&&d["default"].remove(l),n&&d["default"].remove(n),r&&d["default"].remove(r),this.hasResultsPerPage&&this.removeResultsPerPage(),this.pagingSlc=null,this.nbPages=0,this.disable(),this.initialized=!1}}}]),e}(h.Feature)},function(t,e,s){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function a(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function l(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function n(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var r=function(){function t(t,e){for(var s=0;s':null),s.prfxResetSpan="resetspan_",s}return n(e,t),r(e,[{key:"onClick",value:function(){this.isEnabled()&&this.tf.clearFilters()}},{key:"init",value:function(){var t=this,e=this.tf;if(!this.initialized){var s=u["default"].create("span",["id",this.prfxResetSpan+e.id]);this.btnResetTgtId||e.setToolbar();var i=this.btnResetTgtId?u["default"].id(this.btnResetTgtId):e.rDiv;if(i.appendChild(s),this.btnResetHtml){s.innerHTML=this.btnResetHtml;var a=s.firstChild;f["default"].add(a,"click",function(){t.onClick()})}else{var l=u["default"].create("a",["href","javascript:void(0);"]);l.className=e.btnResetCssClass,l.appendChild(u["default"].text(this.btnResetText)),s.appendChild(l),f["default"].add(l,"click",function(){t.onClick()})}this.btnResetEl=s.firstChild,this.initialized=!0}}},{key:"destroy",value:function(){var t=this.tf;if(this.initialized){var e=u["default"].id(this.prfxResetSpan+t.id);e&&u["default"].remove(e),this.btnResetEl=null,this.initialized=!1}}}]),e}(o.Feature)},function(t,e,s){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function a(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function l(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function n(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var r=function(){function t(t,e){for(var s=0;s<, <=, >, >=, =, *, !, {, }, ||,&&, [empty], [nonempty], rgx:
Learn more
',s.instrHtml=i.help_instructions_html||null,s.btnText=i.help_instructions_btn_text||"?",s.btnHtml=i.help_instructions_btn_html||null,s.btnCssClass=i.help_instructions_btn_css_class||"helpBtn",s.contCssClass=i.help_instructions_container_css_class||"helpCont",s.btn=null,s.cont=null,s.defaultHtml='

TableFilter v'+t.version+'

'+p+"
©2015-"+t.year+' Max Guglielmi
',s.prfxHelpSpan="helpSpan_",s.prfxHelpDiv="helpDiv_",s}return n(e,t),r(e,[{key:"init",value:function(){var t=this;if(!this.initialized){var e=this.tf,s=u["default"].create("span",["id",this.prfxHelpSpan+e.id]),i=u["default"].create("div",["id",this.prfxHelpDiv+e.id]);this.tgtId||e.setToolbar();var a=this.tgtId?u["default"].id(this.tgtId):e.rDiv;a.appendChild(s);var l=this.contTgtId?u["default"].id(this.contTgtId):s;if(this.btnHtml){s.innerHTML=this.btnHtml;var n=s.firstChild;f["default"].add(n,"click",function(){t.toggle()}),l.appendChild(i)}else{l.appendChild(i);var r=u["default"].create("a",["href","javascript:void(0);"]);r.className=this.btnCssClass,r.appendChild(u["default"].text(this.btnText)),s.appendChild(r),f["default"].add(r,"click",function(){t.toggle()})}this.instrHtml?(this.contTgtId&&l.appendChild(i),i.innerHTML=this.instrHtml,this.contTgtId||(i.className=this.contCssClass,f["default"].add(i,"dblclick",function(){t.toggle()}))):(i.innerHTML=this.instrText,i.className=this.contCssClass,f["default"].add(i,"dblclick",function(){t.toggle()})),i.innerHTML+=this.defaultHtml,f["default"].add(i,"click",function(){t.toggle()}),this.cont=i,this.btn=s,this.initialized=!0}}},{key:"toggle",value:function(){if(this.enabled!==!1){var t=this.cont.style.display;""===t||"none"===t?this.cont.style.display="inline":this.cont.style.display="none"}}},{key:"destroy",value:function(){this.initialized&&(u["default"].remove(this.btn),this.btn=null,this.cont&&(u["default"].remove(this.cont),this.cont=null,this.initialized=!1))}}]),e}(o.Feature)},function(t,e,s){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function a(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function l(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function n(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var r=function(){function t(t,e){for(var s=0;sn;n++){var r=s?n:e[n];this.setRowBg(r,l),l++}this.initialized=!0}}},{key:"setRowBg",value:function(t,e){if(this.isEnabled()&&!isNaN(t)){var s=this.tf.tbl.rows,i=isNaN(e)?t:e;this.removeRowBg(t),u["default"].addClass(s[t],i%2?this.evenCss:this.oddCss)}}},{key:"removeRowBg",value:function(t){if(!isNaN(t)){var e=this.tf.tbl.rows;u["default"].removeClass(e[t],this.oddCss),u["default"].removeClass(e[t],this.evenCss)}}},{key:"destroy",value:function(){if(this.initialized){for(var t=this.tf.refRow;t0&&!s.startRow?void 0:s.startRow||e.refRow,s.base_path=s.base_path||e.basePath+"ezEditTable/";var n=s.editable,l=s.selection;l&&(s.default_selection=s.default_selection||"row"),s.active_cell_css=s.active_cell_css||"ezETSelectedCell";var a=0,o=0;if(l){var h=function(t,s,i){var n=t.Selection,l=function(i){if("row"===t.defaultSelection)n.SelectRowByIndex(i);else{t.ClearSelections();var l=s.cellIndex,a=e.tbl.rows[i];"both"===t.defaultSelection&&n.SelectRowByIndex(i),a&&n.SelectCell(a.cells[l])}if(e.validRowsIndex.length!==e.getRowsNb()){var r=e.tbl.rows[i];r&&r.scrollIntoView(!1),c&&(c.cellIndex===e.getCellsNb()-1&&e.gridLayout?e.tblCont.scrollLeft=1e8:0===c.cellIndex&&e.gridLayout?e.tblCont.scrollLeft=0:c.scrollIntoView(!1))}};if(e.validRowsIndex){var r,h=e.validRowsIndex,d=h.length,u="row"!==t.defaultSelection?s.parentNode:s,c="TD"===s.nodeName?s:null,f=void 0!==i?t.Event.GetKey(i):0,p=-1!==h.indexOf(u.rowIndex),g=e.feature("paging"),v=34===f||33===f?g&&g.pagingLength||t.nbRowsPerPage:1;if(p)34!==f&&33!==f?(a=h.indexOf(u.rowIndex),o=u.rowIndex):(r=34===f?d-1>=a+v?h[a+v]:[d-1]:a-v<=h[0]?h[0]:h[a-v],o=r,a=h.indexOf(r),l(r));else{if(u.rowIndex>o)if(u.rowIndex>=h[d-1])r=h[d-1];else{var b=a+v;r=b>d-1?h[d-1]:h[b]}else if(u.rowIndex<=h[0])r=h[0];else{var m=h[a-v];r=m?m:h[0]}o=u.rowIndex,l(r)}}},d=function(t,s){var i="row"!==t.defaultSelection?s.parentNode:s;if(e.paging&&e.feature("paging").nbPages>1){var n=e.feature("paging");t.nbRowsPerPage=n.pagingLength;var l=e.validRowsIndex,a=l.length,r=parseInt(n.startPagingRow,10)+parseInt(n.pagingLength,10),o=i.rowIndex;o===l[a-1]&&n.currentPageNb!==n.nbPages?n.setPage("last"):o==l[0]&&1!==n.currentPageNb?n.setPage("first"):o>l[r-1]&&ol[0]&&n.setPage("previous")}};if(e.paging&&(e.feature("paging").onAfterChangePage=function(t){var e=t.tf.extension("advancedGrid"),s=e._ezEditTable,i=s.Selection,n=i.GetActiveRow();n&&n.scrollIntoView(!1);var l=i.GetActiveCell();l&&l.scrollIntoView(!1)}),"row"===s.default_selection){var u=s.on_before_selected_row;s.on_before_selected_row=function(){d(arguments[0],arguments[1],arguments[2]),u&&u.call(null,arguments[0],arguments[1],arguments[2])};var c=s.on_after_selected_row;s.on_after_selected_row=function(){h(arguments[0],arguments[1],arguments[2]),c&&c.call(null,arguments[0],arguments[1],arguments[2])}}else{var f=s.on_before_selected_cell;s.on_before_selected_cell=function(){d(arguments[0],arguments[1],arguments[2]),f&&f.call(null,arguments[0],arguments[1],arguments[2])};var p=s.on_after_selected_cell;s.on_after_selected_cell=function(){h(arguments[0],arguments[1],arguments[2]),p&&p.call(null,arguments[0],arguments[1],arguments[2])}}}if(n){var g=s.on_added_dom_row;if(s.on_added_dom_row=function(){e.nbFilterableRows++,e.paging?(e.nbRows++,e.nbVisibleRows++,e.nbFilterableRows++,e.paging=!1,e.feature("paging").destroy(),e.feature("paging").reset()):e.feature("rowsCounter").refresh(),e.alternateRows&&e.feature("alternateRows").init(),g&&g.call(null,arguments[0],arguments[1],arguments[2])},s.actions&&s.actions["delete"]){var v=s.actions["delete"].on_after_submit;s.actions["delete"].on_after_submit=function(){e.nbFilterableRows--,e.paging?(e.nbRows--,e.nbVisibleRows--,e.nbFilterableRows--,e.paging=!1,e.feature("paging").destroy(),e.feature("paging").reset(!1)):e.feature("rowsCounter").refresh(),e.alternateRows&&e.feature("alternateRows").init(),v&&v.call(null,arguments[0],arguments[1])}}}try{this._ezEditTable=new EditTable(e.id,s,t),this._ezEditTable.Init()}catch(b){throw new Error(this.err)}this.initialized=!0}},{key:"reset",value:function(){var t=this._ezEditTable;t&&(this.cfg.selection&&t.Selection.Set(),this.cfg.editable&&t.Editable.Set())}},{key:"destroy",value:function(){var t=this._ezEditTable;t&&(this.cfg.selection&&(t.Selection.ClearSelections(),t.Selection.Remove()),this.cfg.editable&&t.Editable.Remove()),this.initialized=!1}}]),t}();e["default"]=o,t.exports=e["default"]},27:function(t,e,s){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}Object.defineProperty(e,"__esModule",{value:!0});var n=s(26),l=i(n);e["default"]=l["default"],t.exports=e["default"]},28:function(module,exports,__webpack_require__){"use strict";function _interopRequireDefault(t){return t&&t.__esModule?t:{"default":t}}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(exports,"__esModule",{value:!0});var _createClass=function(){function t(t,e){for(var s=0;s=jj;jj++)ucolIndex[jj]===colIndex[ii]&&(saved=1);0===saved&&(ucolMax++,ucolIndex[ucolMax]=colIndex[ii])}if("object"==_string2["default"].lower(typeof labelId)&&"object"==_string2["default"].lower(typeof colIndex)&&"object"==_string2["default"].lower(typeof operation))for(var rows=tf.tbl.rows,colvalues=[],ucol=0;ucolMax>=ucol;ucol++){colvalues.push(tf.getColValues(ucolIndex[ucol],!1,!0,excludeRow));for(var result,nbvalues=0,temp,meanValue=0,sumValue=0,minValue=null,maxValue=null,q1Value=null,medValue=null,q3Value=null,meanFlag=0,sumFlag=0,minFlag=0,maxFlag=0,q1Flag=0,medFlag=0,q3Flag=0,theList=[],opsThisCol=[],decThisCol=[],labThisCol=[],oTypeThisCol=[],mThisCol=-1,k=0;kmaxValue?parseFloat(cvalue):maxValue))}if(1===meanFlag&&(meanValue=sumValue/nbvalues),1===medFlag){var aux=0;nbvalues%2===1?(aux=Math.floor(nbvalues/2),medValue=theList[aux]):medValue=(theList[nbvalues/2]+theList[nbvalues/2-1])/2}var posa;if(1===q1Flag&&(posa=0,posa=Math.floor(nbvalues/4),q1Value=4*posa==nbvalues?(theList[posa-1]+theList[posa])/2:theList[posa]),1===q3Flag){posa=0;var posb=0;posa=Math.floor(nbvalues/4),4*posa===nbvalues?(posb=3*posa,q3Value=(theList[posb]+theList[posb-1])/2):q3Value=theList[nbvalues-posa-1]}for(var i=0;mThisCol>=i;i++){switch(opsThisCol[i]){case"mean":result=meanValue;break;case"sum":result=sumValue;break;case"min":result=minValue;break;case"max":result=maxValue;break;case"median":result=medValue;break;case"q1":result=q1Value;break;case"q3":result=q3Value}var precision=isNaN(decThisCol[i])?2:decThisCol[i];if(oTypeThisCol&&result){if(result=result.toFixed(precision),_dom2["default"].id(labThisCol[i]))switch(_string2["default"].lower(oTypeThisCol)){case"innerhtml":isNaN(result)||!isFinite(result)||0===nbvalues?_dom2["default"].id(labThisCol[i]).innerHTML=".":_dom2["default"].id(labThisCol[i]).innerHTML=result;break;case"setvalue":_dom2["default"].id(labThisCol[i]).value=result;break;case"createtextnode":var oldnode=_dom2["default"].id(labThisCol[i]).firstChild,txtnode=_dom2["default"].text(result);_dom2["default"].id(labThisCol[i]).replaceChild(txtnode,oldnode)}}else try{isNaN(result)||!isFinite(result)||0===nbvalues?_dom2["default"].id(labThisCol[i]).innerHTML=".":_dom2["default"].id(labThisCol[i]).innerHTML=result.toFixed(precision)}catch(e){}}var totRow=totRowIndex&&totRowIndex[ucol]?rows[totRowIndex[ucol]]:null;totRow&&(totRow.style.display="")}this.onAfterOperation&&this.onAfterOperation.call(null,tf)}}},{key:"destroy",value:function(){}}]),ColOps}();exports["default"]=ColOps,module.exports=exports["default"]},29:function(t,e,s){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(e,"__esModule",{value:!0});var l=function(){function t(t,e){for(var s=0;s0,this.onLoaded=h["default"].isFn(s.on_loaded)?s.on_loaded:null,this.onBeforeOpen=h["default"].isFn(s.on_before_open)?s.on_before_open:null,this.onAfterOpen=h["default"].isFn(s.on_after_open)?s.on_after_open:null,this.onBeforeClose=h["default"].isFn(s.on_before_close)?s.on_before_close:null,this.onAfterClose=h["default"].isFn(s.on_after_close)?s.on_after_close:null,this.onBeforeColHidden=h["default"].isFn(s.on_before_col_hidden)?s.on_before_col_hidden:null,this.onAfterColHidden=h["default"].isFn(s.on_after_col_hidden)?s.on_after_col_hidden:null,this.onBeforeColDisplayed=h["default"].isFn(s.on_before_col_displayed)?s.on_before_col_displayed:null,this.onAfterColDisplayed=h["default"].isFn(s.on_after_col_displayed)?s.on_after_col_displayed:null,e.gridLayout&&(this.headersTbl=e.feature("gridLayout").headTbl,this.headersIndex=0,this.onAfterColDisplayed=function(){},this.onAfterColHidden=function(){}),e["import"](s.name+"Style",e.stylePath+this.stylesheet,null,"link"),this.tf=e}return l(t,[{key:"toggle",value:function(){var t=this.contEl.style.display,e=this.onBeforeOpen,s=this.onBeforeClose,i=this.onAfterOpen,n=this.onAfterClose;e&&"inline"!==t&&e.call(null,this),s&&"inline"===t&&s.call(null,this),this.contEl.style.display="inline"===t?"none":"inline",i&&"inline"!==t&&i.call(null,this),n&&"inline"===t&&n.call(null,this)}},{key:"checkItem",value:function(t){var e=t.parentNode;if(e&&t){var s=t.firstChild.checked,i=t.firstChild.getAttribute("id").split("_")[1];i=parseInt(i,10),s?r["default"].addClass(e,this.listSlcItemCssClass):r["default"].removeClass(e,this.listSlcItemCssClass);var n=!1;(this.tickToHide&&s||!this.tickToHide&&!s)&&(n=!0),this.setHidden(i,n)}}},{key:"init",value:function(){this.manager&&(this.buildBtn(),this.buildManager(),this.initialized=!0)}},{key:"buildBtn",value:function(){var t=this;if(!this.btnEl){var e=this.tf,s=r["default"].create("span",["id",this.prfx+e.id]);s.className=this.spanCssClass,this.btnTgtId||e.setToolbar();var i=this.btnTgtId?r["default"].id(this.btnTgtId):e.rDiv;if(this.btnTgtId)i.appendChild(s);else{var n=i.firstChild;n.parentNode.insertBefore(s,n)}if(this.btnHtml){s.innerHTML=this.btnHtml;var l=s.firstChild;this.enableHover?u["default"].add(l,"mouseover",function(e){t.toggle(e)}):u["default"].add(l,"click",function(e){t.toggle(e)})}else{var a=r["default"].create("a",["href","javascript:;"]);a.className=this.btnCssClass,a.title=this.desc,a.innerHTML=this.btnText,s.appendChild(a),this.enableHover?u["default"].add(a,"mouseover",function(e){t.toggle(e)}):u["default"].add(a,"click",function(e){t.toggle(e)})}this.spanEl=s,this.btnEl=this.spanEl.firstChild,this.onLoaded&&this.onLoaded.call(null,this)}}},{key:"buildManager",value:function(){var t=this,e=this.tf,s=this.contElTgtId?r["default"].id(this.contElTgtId):r["default"].create("div",["id",this.prfxCont+e.id]);s.className=this.contCssClass;var i=r["default"].create("p");i.innerHTML=this.text,s.appendChild(i);var n=r["default"].create("ul",["id","ul"+this.name+"_"+e.id]);n.className=this.listCssClass;var l=this.headersTbl?this.headersTbl:e.tbl,a=this.headersTbl?this.headersIndex:e.getHeadersRowIndex(),o=l.rows[a];if(this.enableTickAll){var h=r["default"].createCheckItem("col__"+e.id,this.tickAllText,this.tickAllText);r["default"].addClass(h,this.listItemCssClass),n.appendChild(h),h.check.checked=!this.tickToHide,u["default"].add(h.check,"click",function(){for(var t=0;t',this.icnCollapseHtml='Collapse filters',this.defaultText="Toggle filters",this.targetId=s.target_id||null,this.enableIcon=s.enable_icon===!1?!1:!0,this.btnText=s.btn_text||"",this.collapseBtnHtml=this.enableIcon?this.icnCollapseHtml+this.btnText:this.btnText||this.defaultText,this.expandBtnHtml=this.enableIcon?this.icnExpandHtml+this.btnText:this.btnText||this.defaultText,this.btnHtml=s.btn_html||null,this.btnCssClass=s.btn_css_class||"btnExpClpFlt",this.contCssClass=s.cont_css_class||"expClpFlt",this.filtersRowIndex=h["default"].isUndef(s.filters_row_index)?e.getFiltersRowIndex():s.filters_row_index,this.visibleAtStart=h["default"].isUndef(s.visible_at_start)?!0:Boolean(s.visible_at_start),this.prfx="fltsVis_",this.onBeforeShow=h["default"].isFn(s.on_before_show)?s.on_before_show:null,this.onAfterShow=h["default"].isFn(s.on_after_show)?s.on_after_show:null,this.onBeforeHide=h["default"].isFn(s.on_before_hide)?s.on_before_hide:null,this.onAfterHide=h["default"].isFn(s.on_after_hide)?s.on_after_hide:null,e["import"](s.name+"Style",e.stylePath+this.stylesheet,null,"link"),this.tf=e}return l(t,[{key:"init",value:function(){this.initialized||(this.buildUI(),this.initialized=!0)}},{key:"buildUI",value:function(){var t=this,e=this.tf,s=r["default"].create("span",["id",this.prfx+e.id]);s.className=this.contCssClass,this.targetId||e.setToolbar();var i=this.targetId?r["default"].id(this.targetId):e.rDiv;if(this.targetId)i.appendChild(s);else{var n=i.firstChild;n.parentNode.insertBefore(s,n)}var l=void 0;this.btnHtml?(s.innerHTML=this.btnHtml,l=s.firstChild):(l=r["default"].create("a",["href","javascript:void(0);"]),l.className=this.btnCssClass,l.title=this.btnText||this.defaultText,l.innerHTML=this.collapseBtnHtml,s.appendChild(l)),u["default"].add(l,"click",function(){return t.toggle()}),this.contEl=s,this.btnEl=l,this.visibleAtStart||this.toggle()}},{key:"toggle",value:function(){var t=this.tf,e=t.gridLayout?t.feature("gridLayout").headTbl:t.tbl,s=e.rows[this.filtersRowIndex],i=s.style.display;this.onBeforeShow&&""!==i&&this.onBeforeShow.call(this,this),this.onBeforeHide&&""===i&&this.onBeforeHide.call(null,this),s.style.display=""===i?"none":"",this.enableIcon&&!this.btnHtml&&(this.btnEl.innerHTML=""===i?this.expandBtnHtml:this.collapseBtnHtml),this.onAfterShow&&""!==i&&this.onAfterShow.call(null,this),this.onAfterHide&&""===i&&this.onAfterHide.call(null,this)}},{key:"destroy",value:function(){(this.btnEl||this.contEl)&&(this.btnEl.innerHTML="",r["default"].remove(this.btnEl),this.btnEl=null,this.contEl.innerHTML="",r["default"].remove(this.contEl),this.contEl=null,this.initialized=!1)}}]),t}();e["default"]=c,t.exports=e["default"]},31:function(t,e,s){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function l(t){return T["default"].removeNbFormat(t,"us")}function a(t){return T["default"].removeNbFormat(t,"eu")}function r(t,e){return w["default"].format(t,e)}function o(t){return r(t,"DMY")}function h(t){return r(t,"MDY")}function d(t){return r(t,"YMD")}function u(t){return r(t,"DDMMMYYYY")}function c(t){var e=t.split(".");for(var s in e){for(var i=e[s];3>i.length;)i="0"+i;e[s]=i}return e.join(".")}function f(t,e){var s=c(t.value.toLowerCase()),i=c(e.value.toLowerCase());return s==i?0:i>s?-1:1}Object.defineProperty(e,"__esModule",{value:!0});var p=function(){function t(t,e){for(var s=0;si;i++);return i},SortableTable.prototype.initHeader=function(s){var i=this;if(!i.tHead){if(!e.gridLayout)return;i.tHead=e.feature("gridLayout").headTbl.tHead}i.headersRow=e.headersRow;var n=i.tHead.rows[i.headersRow].cells;i.sortTypes=s||[];for(var l=n.length,a=void 0,r=void 0,o=0;l>o;o++)r=n[o],null!==i.sortTypes[o]&&"None"!==i.sortTypes[o]?(r.style.cursor="pointer",a=m["default"].create("img",["src",t.imgPath+t.imgBlank]),r.appendChild(a),null!==i.sortTypes[o]&&r.setAttribute("_sortType",i.sortTypes[o]),_["default"].add(r,"click",i._headerOnclick)):(r.setAttribute("_sortType",s[o]),r._sortType="None");i.updateHeaderArrows()},SortableTable.prototype.updateHeaderArrows=function(){var e=this,s=void 0,i=void 0,n=void 0;if(t.asyncSort&&t.triggerIds.length>0){var l=t.triggerIds;s=[],i=l.length;for(var a=0;ar;r++){var o=s[r].getAttribute("_sortType");null!==o&&"None"!==o&&(n=s[r].lastChild||s[r],"img"!==n.nodeName.toLowerCase()&&(n=m["default"].create("img",["src",t.imgPath+t.imgBlank]),s[r].appendChild(n)),r===e.sortColumn?n.className=t.imgClassName+" "+(this.descending?t.imgDescClassName:t.imgAscClassName):n.className=t.imgClassName)}},SortableTable.prototype.getRowValue=function(t,e,s){var i=this,n=i._sortTypeInfo[e];if(n&&n.getRowValue)return n.getRowValue(t,s);var l=t.cells[s],a=SortableTable.getInnerText(l);return i.getValueFromString(a,e)},SortableTable.getInnerText=function(e){return e?e.getAttribute(t.customKey)?e.getAttribute(t.customKey):m["default"].getText(e):void 0}}},{key:"addSortType",value:function(){var t=arguments;SortableTable.prototype.addSortType(t[0],t[1],t[2],t[3])}},{key:"setSortTypes",value:function(){for(var t=this,e=this.tf,s=this.sortTypes,i=[],n=0;n0&&!function(){for(var e=t.triggerIds,s=0;s descending, false -> ascending\r\nSortableTable.prototype.defaultDescending = false;\r\n\r\n// shared between all instances. This is intentional to allow external files\r\n// to modify the prototype\r\nSortableTable.prototype._sortTypeInfo = {};\r\n\r\nSortableTable.prototype.setTable = function (oTable) {\r\n if ( this.tHead )\r\n this.uninitHeader();\r\n this.element = oTable;\r\n this.setTHead( oTable.tHead );\r\n this.setTBody( oTable.tBodies[0] );\r\n};\r\n\r\nSortableTable.prototype.setTHead = function (oTHead) {\r\n if (this.tHead && this.tHead != oTHead )\r\n this.uninitHeader();\r\n this.tHead = oTHead;\r\n this.initHeader( this.sortTypes );\r\n};\r\n\r\nSortableTable.prototype.setTBody = function (oTBody) {\r\n this.tBody = oTBody;\r\n};\r\n\r\nSortableTable.prototype.setSortTypes = function ( oSortTypes ) {\r\n if ( this.tHead )\r\n this.uninitHeader();\r\n this.sortTypes = oSortTypes || [];\r\n if ( this.tHead )\r\n this.initHeader( this.sortTypes );\r\n};\r\n\r\n// adds arrow containers and events\r\n// also binds sort type to the header cells so that reordering columns does\r\n// not break the sort types\r\nSortableTable.prototype.initHeader = function (oSortTypes) {\r\n if (!this.tHead) return;\r\n var cells = this.tHead.rows[0].cells;\r\n var doc = this.tHead.ownerDocument || this.tHead.document;\r\n this.sortTypes = oSortTypes || [];\r\n var l = cells.length;\r\n var img, c;\r\n for (var i = 0; i < l; i++) {\r\n c = cells[i];\r\n if (this.sortTypes[i] != null && this.sortTypes[i] != "None") {\r\n img = doc.createElement("IMG");\r\n img.src = "images/blank.png";\r\n c.appendChild(img);\r\n if (this.sortTypes[i] != null)\r\n c._sortType = this.sortTypes[i];\r\n if (typeof c.addEventListener != "undefined")\r\n c.addEventListener("click", this._headerOnclick, false);\r\n else if (typeof c.attachEvent != "undefined")\r\n c.attachEvent("onclick", this._headerOnclick);\r\n else\r\n c.onclick = this._headerOnclick;\r\n }\r\n else\r\n {\r\n c.setAttribute( "_sortType", oSortTypes[i] );\r\n c._sortType = "None";\r\n }\r\n }\r\n this.updateHeaderArrows();\r\n};\r\n\r\n// remove arrows and events\r\nSortableTable.prototype.uninitHeader = function () {\r\n if (!this.tHead) return;\r\n var cells = this.tHead.rows[0].cells;\r\n var l = cells.length;\r\n var c;\r\n for (var i = 0; i < l; i++) {\r\n c = cells[i];\r\n if (c._sortType != null && c._sortType != "None") {\r\n c.removeChild(c.lastChild);\r\n if (typeof c.removeEventListener != "undefined")\r\n c.removeEventListener("click", this._headerOnclick, false);\r\n else if (typeof c.detachEvent != "undefined")\r\n c.detachEvent("onclick", this._headerOnclick);\r\n c._sortType = null;\r\n c.removeAttribute( "_sortType" );\r\n }\r\n }\r\n};\r\n\r\nSortableTable.prototype.updateHeaderArrows = function () {\r\n if (!this.tHead) return;\r\n var cells = this.tHead.rows[0].cells;\r\n var l = cells.length;\r\n var img;\r\n for (var i = 0; i < l; i++) {\r\n if (cells[i]._sortType != null && cells[i]._sortType != "None") {\r\n img = cells[i].lastChild;\r\n if (i == this.sortColumn)\r\n img.className = "sort-arrow " + (this.descending ? "descending" : "ascending");\r\n else\r\n img.className = "sort-arrow";\r\n }\r\n }\r\n};\r\n\r\nSortableTable.prototype.headerOnclick = function (e) {\r\n // find TD element\r\n var el = e.target || e.srcElement;\r\n while (el.tagName != "TD")\r\n el = el.parentNode;\r\n\r\n this.sort(SortableTable.msie ? SortableTable.getCellIndex(el) : el.cellIndex);\r\n};\r\n\r\n// IE returns wrong cellIndex when columns are hidden\r\nSortableTable.getCellIndex = function (oTd) {\r\n var cells = oTd.parentNode.childNodes\r\n var l = cells.length;\r\n var i;\r\n for (i = 0; cells[i] != oTd && i < l; i++)\r\n ;\r\n return i;\r\n};\r\n\r\nSortableTable.prototype.getSortType = function (nColumn) {\r\n return this.sortTypes[nColumn] || "String";\r\n};\r\n\r\n// only nColumn is required\r\n// if bDescending is left out the old value is taken into account\r\n// if sSortType is left out the sort type is found from the sortTypes array\r\n\r\nSortableTable.prototype.sort = function (nColumn, bDescending, sSortType) {\r\n if (!this.tBody) return;\r\n if (sSortType == null)\r\n sSortType = this.getSortType(nColumn);\r\n\r\n // exit if None\r\n if (sSortType == "None")\r\n return;\r\n\r\n if (bDescending == null) {\r\n if (this.sortColumn != nColumn)\r\n this.descending = this.defaultDescending;\r\n else\r\n this.descending = !this.descending;\r\n }\r\n else\r\n this.descending = bDescending;\r\n\r\n this.sortColumn = nColumn;\r\n\r\n if (typeof this.onbeforesort == "function")\r\n this.onbeforesort();\r\n\r\n var f = this.getSortFunction(sSortType, nColumn);\r\n var a = this.getCache(sSortType, nColumn);\r\n var tBody = this.tBody;\r\n\r\n a.sort(f);\r\n\r\n if (this.descending)\r\n a.reverse();\r\n\r\n if (SortableTable.removeBeforeSort) {\r\n // remove from doc\r\n var nextSibling = tBody.nextSibling;\r\n var p = tBody.parentNode;\r\n p.removeChild(tBody);\r\n }\r\n\r\n // insert in the new order\r\n var l = a.length;\r\n for (var i = 0; i < l; i++)\r\n tBody.appendChild(a[i].element);\r\n\r\n if (SortableTable.removeBeforeSort) {\r\n // insert into doc\r\n p.insertBefore(tBody, nextSibling);\r\n }\r\n\r\n this.updateHeaderArrows();\r\n\r\n this.destroyCache(a);\r\n\r\n if (typeof this.onsort == "function")\r\n this.onsort();\r\n};\r\n\r\nSortableTable.prototype.asyncSort = function (nColumn, bDescending, sSortType) {\r\n var oThis = this;\r\n this._asyncsort = function () {\r\n oThis.sort(nColumn, bDescending, sSortType);\r\n };\r\n window.setTimeout(this._asyncsort, 1);\r\n};\r\n\r\nSortableTable.prototype.getCache = function (sType, nColumn) {\r\n if (!this.tBody) return [];\r\n var rows = this.tBody.rows;\r\n var l = rows.length;\r\n var a = new Array(l);\r\n var r;\r\n for (var i = 0; i < l; i++) {\r\n r = rows[i];\r\n a[i] = {\r\n value: this.getRowValue(r, sType, nColumn),\r\n element: r\r\n };\r\n };\r\n return a;\r\n};\r\n\r\nSortableTable.prototype.destroyCache = function (oArray) {\r\n var l = oArray.length;\r\n for (var i = 0; i < l; i++) {\r\n oArray[i].value = null;\r\n oArray[i].element = null;\r\n oArray[i] = null;\r\n }\r\n};\r\n\r\nSortableTable.prototype.getRowValue = function (oRow, sType, nColumn) {\r\n // if we have defined a custom getRowValue use that\r\n if (this._sortTypeInfo[sType] && this._sortTypeInfo[sType].getRowValue)\r\n return this._sortTypeInfo[sType].getRowValue(oRow, nColumn);\r\n\r\n var s;\r\n var c = oRow.cells[nColumn];\r\n if (typeof c.innerText != "undefined")\r\n s = c.innerText;\r\n else\r\n s = SortableTable.getInnerText(c);\r\n return this.getValueFromString(s, sType);\r\n};\r\n\r\nSortableTable.getInnerText = function (oNode) {\r\n var s = "";\r\n var cs = oNode.childNodes;\r\n var l = cs.length;\r\n for (var i = 0; i < l; i++) {\r\n switch (cs[i].nodeType) {\r\n case 1: //ELEMENT_NODE\r\n s += SortableTable.getInnerText(cs[i]);\r\n break;\r\n case 3: //TEXT_NODE\r\n s += cs[i].nodeValue;\r\n break;\r\n }\r\n }\r\n return s;\r\n};\r\n\r\nSortableTable.prototype.getValueFromString = function (sText, sType) {\r\n if (this._sortTypeInfo[sType])\r\n return this._sortTypeInfo[sType].getValueFromString( sText );\r\n return sText;\r\n /*\r\n switch (sType) {\r\n case "Number":\r\n return Number(sText);\r\n case "CaseInsensitiveString":\r\n return sText.toUpperCase();\r\n case "Date":\r\n var parts = sText.split("-");\r\n var d = new Date(0);\r\n d.setFullYear(parts[0]);\r\n d.setDate(parts[2]);\r\n d.setMonth(parts[1] - 1);\r\n return d.valueOf();\r\n }\r\n return sText;\r\n */\r\n };\r\n\r\nSortableTable.prototype.getSortFunction = function (sType, nColumn) {\r\n if (this._sortTypeInfo[sType])\r\n return this._sortTypeInfo[sType].compare;\r\n return SortableTable.basicCompare;\r\n};\r\n\r\nSortableTable.prototype.destroy = function () {\r\n this.uninitHeader();\r\n var win = this.document.parentWindow;\r\n if (win && typeof win.detachEvent != "undefined") { // only IE needs this\r\n win.detachEvent("onunload", this._onunload);\r\n }\r\n this._onunload = null;\r\n this.element = null;\r\n this.tHead = null;\r\n this.tBody = null;\r\n this.document = null;\r\n this._headerOnclick = null;\r\n this.sortTypes = null;\r\n this._asyncsort = null;\r\n this.onsort = null;\r\n};\r\n\r\n// Adds a sort type to all instance of SortableTable\r\n// sType : String - the identifier of the sort type\r\n// fGetValueFromString : function ( s : string ) : T - A function that takes a\r\n// string and casts it to a desired format. If left out the string is just\r\n// returned\r\n// fCompareFunction : function ( n1 : T, n2 : T ) : Number - A normal JS sort\r\n// compare function. Takes two values and compares them. If left out less than,\r\n// <, compare is used\r\n// fGetRowValue : function( oRow : HTMLTRElement, nColumn : int ) : T - A function\r\n// that takes the row and the column index and returns the value used to compare.\r\n// If left out then the innerText is first taken for the cell and then the\r\n// fGetValueFromString is used to convert that string the desired value and type\r\n\r\nSortableTable.prototype.addSortType = function (sType, fGetValueFromString, fCompareFunction, fGetRowValue) {\r\n this._sortTypeInfo[sType] = {\r\n type: sType,\r\n getValueFromString: fGetValueFromString || SortableTable.idFunction,\r\n compare: fCompareFunction || SortableTable.basicCompare,\r\n getRowValue: fGetRowValue\r\n };\r\n};\r\n\r\n// this removes the sort type from all instances of SortableTable\r\nSortableTable.prototype.removeSortType = function (sType) {\r\n delete this._sortTypeInfo[sType];\r\n};\r\n\r\nSortableTable.basicCompare = function compare(n1, n2) {\r\n if (n1.value < n2.value)\r\n return -1;\r\n if (n2.value < n1.value)\r\n return 1;\r\n return 0;\r\n};\r\n\r\nSortableTable.idFunction = function (x) {\r\n return x;\r\n};\r\n\r\nSortableTable.toUpperCase = function (s) {\r\n return s.toUpperCase();\r\n};\r\n\r\nSortableTable.toDate = function (s) {\r\n var parts = s.split("-");\r\n var d = new Date(0);\r\n d.setFullYear(parts[0]);\r\n d.setDate(parts[2]);\r\n d.setMonth(parts[1] - 1);\r\n return d.valueOf();\r\n};\r\n\r\n\r\n// add sort types\r\nSortableTable.prototype.addSortType("Number", Number);\r\nSortableTable.prototype.addSortType("CaseInsensitiveString", SortableTable.toUpperCase);\r\nSortableTable.prototype.addSortType("Date", SortableTable.toDate);\r\nSortableTable.prototype.addSortType("String");\r\n// None is a special case\r\n'}}); \ No newline at end of file +webpackJsonp([1],{25:function(e,t,n){function r(e){return n(s(e))}function s(e){return i[e]||function(){throw new Error("Cannot find module '"+e+"'.")}()}var i={"./array":6,"./array.js":6,"./cookie":4,"./cookie.js":4,"./date":7,"./date.js":7,"./dom":2,"./dom.js":2,"./event":1,"./event.js":1,"./extensions/advancedGrid/adapterEzEditTable":26,"./extensions/advancedGrid/adapterEzEditTable.js":26,"./extensions/advancedGrid/advancedGrid":27,"./extensions/advancedGrid/advancedGrid.js":27,"./extensions/colOps/colOps":28,"./extensions/colOps/colOps.js":28,"./extensions/colsVisibility/colsVisibility":29,"./extensions/colsVisibility/colsVisibility.js":29,"./extensions/filtersVisibility/filtersVisibility":30,"./extensions/filtersVisibility/filtersVisibility.js":30,"./extensions/sort/adapterSortabletable":31,"./extensions/sort/adapterSortabletable.js":31,"./extensions/sort/sort":32,"./extensions/sort/sort.js":32,"./helpers":8,"./helpers.js":8,"./modules/alternateRows":23,"./modules/alternateRows.js":23,"./modules/checkList":17,"./modules/checkList.js":17,"./modules/clearButton":21,"./modules/clearButton.js":21,"./modules/dropdown":15,"./modules/dropdown.js":15,"./modules/feature":11,"./modules/feature.js":11,"./modules/gridLayout":10,"./modules/gridLayout.js":10,"./modules/help":22,"./modules/help.js":22,"./modules/highlightKeywords":13,"./modules/highlightKeywords.js":13,"./modules/loader":12,"./modules/loader.js":12,"./modules/noResults":24,"./modules/noResults.js":24,"./modules/paging":20,"./modules/paging.js":20,"./modules/popupFilter":14,"./modules/popupFilter.js":14,"./modules/rowsCounter":18,"./modules/rowsCounter.js":18,"./modules/statusBar":19,"./modules/statusBar.js":19,"./modules/store":9,"./modules/store.js":9,"./sort":16,"./sort.js":16,"./string":3,"./string.js":3,"./types":5,"./types.js":5};r.keys=function(){return Object.keys(i)},r.resolve=s,e.exports=r,r.id=25},26:function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{"default":e}}function s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var i=function(){function e(e,t){for(var n=0;n0&&!n.startRow?void 0:n.startRow||t.refRow,n.base_path=n.base_path||t.basePath+"ezEditTable/";var s=n.editable,i=n.selection;i&&(n.default_selection=n.default_selection||"row"),n.active_cell_css=n.active_cell_css||"ezETSelectedCell";var l=0,a=0;if(i){var d=function(e,n,r){var s=e.Selection,i=function(r){if("row"===e.defaultSelection)s.SelectRowByIndex(r);else{e.ClearSelections();var i=n.cellIndex,l=t.tbl.rows[r];"both"===e.defaultSelection&&s.SelectRowByIndex(r),l&&s.SelectCell(l.cells[i])}if(t.validRowsIndex.length!==t.getRowsNb()){var o=t.tbl.rows[r];o&&o.scrollIntoView(!1),h&&(h.cellIndex===t.getCellsNb()-1&&t.gridLayout?t.tblCont.scrollLeft=1e8:0===h.cellIndex&&t.gridLayout?t.tblCont.scrollLeft=0:h.scrollIntoView(!1))}};if(t.validRowsIndex){var o,d=t.validRowsIndex,u=d.length,c="row"!==e.defaultSelection?n.parentNode:n,h="TD"===n.nodeName?n:null,f=void 0!==r?e.Event.GetKey(r):0,p=-1!==d.indexOf(c.rowIndex),b=t.feature("paging"),g=34===f||33===f?b&&b.pagingLength||e.nbRowsPerPage:1;if(p)34!==f&&33!==f?(l=d.indexOf(c.rowIndex),a=c.rowIndex):(o=34===f?u-1>=l+g?d[l+g]:[u-1]:l-g<=d[0]?d[0]:d[l-g],a=o,l=d.indexOf(o),i(o));else{if(c.rowIndex>a)if(c.rowIndex>=d[u-1])o=d[u-1];else{var m=l+g;o=m>u-1?d[u-1]:d[m]}else if(c.rowIndex<=d[0])o=d[0];else{var y=d[l-g];o=y?y:d[0]}a=c.rowIndex,i(o)}}},u=function(e,n){var r="row"!==e.defaultSelection?n.parentNode:n;if(t.paging&&t.feature("paging").nbPages>1){var s=t.feature("paging");e.nbRowsPerPage=s.pagingLength;var i=t.validRowsIndex,l=i.length,o=parseInt(s.startPagingRow,10)+parseInt(s.pagingLength,10),a=r.rowIndex;a===i[l-1]&&s.currentPageNb!==s.nbPages?s.setPage("last"):a==i[0]&&1!==s.currentPageNb?s.setPage("first"):a>i[o-1]&&ai[0]&&s.setPage("previous")}};if(t.paging&&(t.feature("paging").onAfterChangePage=function(e){var t=e.tf.extension("advancedGrid"),n=t._ezEditTable,r=n.Selection,s=r.GetActiveRow();s&&s.scrollIntoView(!1);var i=r.GetActiveCell();i&&i.scrollIntoView(!1)}),"row"===n.default_selection){var c=n.on_before_selected_row;n.on_before_selected_row=function(){u(arguments[0],arguments[1],arguments[2]),c&&c.call(null,arguments[0],arguments[1],arguments[2])};var h=n.on_after_selected_row;n.on_after_selected_row=function(){d(arguments[0],arguments[1],arguments[2]),h&&h.call(null,arguments[0],arguments[1],arguments[2])}}else{var f=n.on_before_selected_cell;n.on_before_selected_cell=function(){u(arguments[0],arguments[1],arguments[2]),f&&f.call(null,arguments[0],arguments[1],arguments[2])};var p=n.on_after_selected_cell;n.on_after_selected_cell=function(){d(arguments[0],arguments[1],arguments[2]),p&&p.call(null,arguments[0],arguments[1],arguments[2])}}}if(s){var b=n.on_added_dom_row;if(n.on_added_dom_row=function(){t.nbFilterableRows++,t.paging?(t.nbRows++,t.nbVisibleRows++,t.nbFilterableRows++,t.paging=!1,t.feature("paging").destroy(),t.feature("paging").reset()):t.feature("rowsCounter").refresh(),t.alternateRows&&t.feature("alternateRows").init(),b&&b.call(null,arguments[0],arguments[1],arguments[2])},n.actions&&n.actions["delete"]){var g=n.actions["delete"].on_after_submit;n.actions["delete"].on_after_submit=function(){t.nbFilterableRows--,t.paging?(t.nbRows--,t.nbVisibleRows--,t.nbFilterableRows--,t.paging=!1,t.feature("paging").destroy(),t.feature("paging").reset(!1)):t.feature("rowsCounter").refresh(),t.alternateRows&&t.feature("alternateRows").init(),g&&g.call(null,arguments[0],arguments[1])}}}try{this._ezEditTable=new EditTable(t.id,n,e),this._ezEditTable.Init()}catch(m){throw new Error(this.err)}this.initialized=!0}},{key:"reset",value:function(){var e=this._ezEditTable;e&&(this.cfg.selection&&e.Selection.Set(),this.cfg.editable&&e.Editable.Set())}},{key:"destroy",value:function(){var e=this._ezEditTable;e&&(this.cfg.selection&&(e.Selection.ClearSelections(),e.Selection.Remove()),this.cfg.editable&&e.Editable.Remove()),this.initialized=!1}}]),e}();t["default"]=a},27:function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{"default":e}}Object.defineProperty(t,"__esModule",{value:!0});var s=n(26),i=r(s);t["default"]=i["default"]},28:function(module,exports,__webpack_require__){"use strict";function _interopRequireDefault(e){return e&&e.__esModule?e:{"default":e}}function _typeof(e){return e&&"undefined"!=typeof Symbol&&e.constructor===Symbol?"symbol":typeof e}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var _createClass=function(){function e(e,t){for(var n=0;n=jj;jj++)ucolIndex[jj]===colIndex[ii]&&(saved=1);0===saved&&(ucolMax++,ucolIndex[ucolMax]=colIndex[ii])}if("object"==_string2["default"].lower("undefined"==typeof labelId?"undefined":_typeof(labelId))&&"object"==_string2["default"].lower("undefined"==typeof colIndex?"undefined":_typeof(colIndex))&&"object"==_string2["default"].lower("undefined"==typeof operation?"undefined":_typeof(operation)))for(var rows=tf.tbl.rows,colvalues=[],ucol=0;ucolMax>=ucol;ucol++){colvalues.push(tf.getColValues(ucolIndex[ucol],!1,!0,excludeRow));for(var result,nbvalues=0,temp,meanValue=0,sumValue=0,minValue=null,maxValue=null,q1Value=null,medValue=null,q3Value=null,meanFlag=0,sumFlag=0,minFlag=0,maxFlag=0,q1Flag=0,medFlag=0,q3Flag=0,theList=[],opsThisCol=[],decThisCol=[],labThisCol=[],oTypeThisCol=[],mThisCol=-1,k=0;kmaxValue?parseFloat(cvalue):maxValue))}if(1===meanFlag&&(meanValue=sumValue/nbvalues),1===medFlag){var aux=0;nbvalues%2===1?(aux=Math.floor(nbvalues/2),medValue=theList[aux]):medValue=(theList[nbvalues/2]+theList[nbvalues/2-1])/2}var posa;if(1===q1Flag&&(posa=0,posa=Math.floor(nbvalues/4),q1Value=4*posa==nbvalues?(theList[posa-1]+theList[posa])/2:theList[posa]),1===q3Flag){posa=0;var posb=0;posa=Math.floor(nbvalues/4),4*posa===nbvalues?(posb=3*posa,q3Value=(theList[posb]+theList[posb-1])/2):q3Value=theList[nbvalues-posa-1]}for(var i=0;mThisCol>=i;i++){switch(opsThisCol[i]){case"mean":result=meanValue;break;case"sum":result=sumValue;break;case"min":result=minValue;break;case"max":result=maxValue;break;case"median":result=medValue;break;case"q1":result=q1Value;break;case"q3":result=q3Value}var precision=isNaN(decThisCol[i])?2:decThisCol[i];if(oTypeThisCol&&result){if(result=result.toFixed(precision),_dom2["default"].id(labThisCol[i]))switch(_string2["default"].lower(oTypeThisCol)){case"innerhtml":isNaN(result)||!isFinite(result)||0===nbvalues?_dom2["default"].id(labThisCol[i]).innerHTML=".":_dom2["default"].id(labThisCol[i]).innerHTML=result;break;case"setvalue":_dom2["default"].id(labThisCol[i]).value=result;break;case"createtextnode":var oldnode=_dom2["default"].id(labThisCol[i]).firstChild,txtnode=_dom2["default"].text(result);_dom2["default"].id(labThisCol[i]).replaceChild(txtnode,oldnode)}}else try{isNaN(result)||!isFinite(result)||0===nbvalues?_dom2["default"].id(labThisCol[i]).innerHTML=".":_dom2["default"].id(labThisCol[i]).innerHTML=result.toFixed(precision)}catch(e){}}var totRow=totRowIndex&&totRowIndex[ucol]?rows[totRowIndex[ucol]]:null;totRow&&(totRow.style.display="")}this.onAfterOperation&&this.onAfterOperation.call(null,tf)}}},{key:"destroy",value:function(){}}]),ColOps}();exports["default"]=ColOps},29:function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{"default":e}}function s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var i=function(){function e(e,t){for(var n=0;n0,this.onLoaded=d["default"].isFn(n.on_loaded)?n.on_loaded:null,this.onBeforeOpen=d["default"].isFn(n.on_before_open)?n.on_before_open:null,this.onAfterOpen=d["default"].isFn(n.on_after_open)?n.on_after_open:null,this.onBeforeClose=d["default"].isFn(n.on_before_close)?n.on_before_close:null,this.onAfterClose=d["default"].isFn(n.on_after_close)?n.on_after_close:null,this.onBeforeColHidden=d["default"].isFn(n.on_before_col_hidden)?n.on_before_col_hidden:null,this.onAfterColHidden=d["default"].isFn(n.on_after_col_hidden)?n.on_after_col_hidden:null,this.onBeforeColDisplayed=d["default"].isFn(n.on_before_col_displayed)?n.on_before_col_displayed:null,this.onAfterColDisplayed=d["default"].isFn(n.on_after_col_displayed)?n.on_after_col_displayed:null,t.gridLayout&&(this.headersTbl=t.feature("gridLayout").headTbl,this.headersIndex=0,this.onAfterColDisplayed=function(){},this.onAfterColHidden=function(){}),t["import"](n.name+"Style",t.stylePath+this.stylesheet,null,"link"),this.tf=t}return i(e,[{key:"toggle",value:function(){var e=this.contEl.style.display,t=this.onBeforeOpen,n=this.onBeforeClose,r=this.onAfterOpen,s=this.onAfterClose;t&&"inline"!==e&&t.call(null,this),n&&"inline"===e&&n.call(null,this),this.contEl.style.display="inline"===e?"none":"inline",r&&"inline"!==e&&r.call(null,this),s&&"inline"===e&&s.call(null,this)}},{key:"checkItem",value:function(e){var t=e.parentNode;if(t&&e){var n=e.firstChild.checked,r=e.firstChild.getAttribute("id").split("_")[1];r=parseInt(r,10),n?o["default"].addClass(t,this.listSlcItemCssClass):o["default"].removeClass(t,this.listSlcItemCssClass);var s=!1;(this.tickToHide&&n||!this.tickToHide&&!n)&&(s=!0),this.setHidden(r,s)}}},{key:"init",value:function(){this.manager&&(this.buildBtn(),this.buildManager(),this.initialized=!0)}},{key:"buildBtn",value:function(){var e=this;if(!this.btnEl){var t=this.tf,n=o["default"].create("span",["id",this.prfx+t.id]);n.className=this.spanCssClass,this.btnTgtId||t.setToolbar();var r=this.btnTgtId?o["default"].id(this.btnTgtId):t.rDiv;if(this.btnTgtId)r.appendChild(n);else{var s=r.firstChild;s.parentNode.insertBefore(n,s)}if(this.btnHtml){n.innerHTML=this.btnHtml;var i=n.firstChild;this.enableHover?c["default"].add(i,"mouseover",function(t){e.toggle(t)}):c["default"].add(i,"click",function(t){e.toggle(t)})}else{var l=o["default"].create("a",["href","javascript:;"]);l.className=this.btnCssClass,l.title=this.desc,l.innerHTML=this.btnText,n.appendChild(l),this.enableHover?c["default"].add(l,"mouseover",function(t){e.toggle(t)}):c["default"].add(l,"click",function(t){e.toggle(t)})}this.spanEl=n,this.btnEl=this.spanEl.firstChild,this.onLoaded&&this.onLoaded.call(null,this)}}},{key:"buildManager",value:function(){var e=this,t=this.tf,n=this.contElTgtId?o["default"].id(this.contElTgtId):o["default"].create("div",["id",this.prfxCont+t.id]);n.className=this.contCssClass;var r=o["default"].create("p");r.innerHTML=this.text,n.appendChild(r);var s=o["default"].create("ul",["id","ul"+this.name+"_"+t.id]);s.className=this.listCssClass;var i=this.headersTbl?this.headersTbl:t.tbl,l=this.headersTbl?this.headersIndex:t.getHeadersRowIndex(),a=i.rows[l];if(this.enableTickAll){var d=o["default"].createCheckItem("col__"+t.id,this.tickAllText,this.tickAllText);o["default"].addClass(d,this.listItemCssClass),s.appendChild(d),d.check.checked=!this.tickToHide,c["default"].add(d.check,"click",function(){for(var e=0;e',this.icnCollapseHtml='Collapse filters',this.defaultText="Toggle filters",this.targetId=n.target_id||null,this.enableIcon=n.enable_icon===!1?!1:!0,this.btnText=n.btn_text||"",this.collapseBtnHtml=this.enableIcon?this.icnCollapseHtml+this.btnText:this.btnText||this.defaultText,this.expandBtnHtml=this.enableIcon?this.icnExpandHtml+this.btnText:this.btnText||this.defaultText,this.btnHtml=n.btn_html||null,this.btnCssClass=n.btn_css_class||"btnExpClpFlt",this.contCssClass=n.cont_css_class||"expClpFlt",this.filtersRowIndex=d["default"].isUndef(n.filters_row_index)?t.getFiltersRowIndex():n.filters_row_index,this.visibleAtStart=d["default"].isUndef(n.visible_at_start)?!0:Boolean(n.visible_at_start),this.prfx="fltsVis_",this.onBeforeShow=d["default"].isFn(n.on_before_show)?n.on_before_show:null,this.onAfterShow=d["default"].isFn(n.on_after_show)?n.on_after_show:null,this.onBeforeHide=d["default"].isFn(n.on_before_hide)?n.on_before_hide:null,this.onAfterHide=d["default"].isFn(n.on_after_hide)?n.on_after_hide:null,t["import"](n.name+"Style",t.stylePath+this.stylesheet,null,"link"),this.tf=t}return i(e,[{key:"init",value:function(){this.initialized||(this.buildUI(),this.initialized=!0)}},{key:"buildUI",value:function(){var e=this,t=this.tf,n=o["default"].create("span",["id",this.prfx+t.id]);n.className=this.contCssClass,this.targetId||t.setToolbar();var r=this.targetId?o["default"].id(this.targetId):t.rDiv;if(this.targetId)r.appendChild(n);else{var s=r.firstChild;s.parentNode.insertBefore(n,s)}var i=void 0;this.btnHtml?(n.innerHTML=this.btnHtml,i=n.firstChild):(i=o["default"].create("a",["href","javascript:void(0);"]),i.className=this.btnCssClass,i.title=this.btnText||this.defaultText,i.innerHTML=this.collapseBtnHtml,n.appendChild(i)),c["default"].add(i,"click",function(){return e.toggle()}),this.contEl=n,this.btnEl=i,this.visibleAtStart||this.toggle()}},{key:"toggle",value:function(){var e=this.tf,t=e.gridLayout?e.feature("gridLayout").headTbl:e.tbl,n=t.rows[this.filtersRowIndex],r=n.style.display;this.onBeforeShow&&""!==r&&this.onBeforeShow.call(this,this),this.onBeforeHide&&""===r&&this.onBeforeHide.call(null,this),n.style.display=""===r?"none":"",this.enableIcon&&!this.btnHtml&&(this.btnEl.innerHTML=""===r?this.expandBtnHtml:this.collapseBtnHtml),this.onAfterShow&&""!==r&&this.onAfterShow.call(null,this),this.onAfterHide&&""===r&&this.onAfterHide.call(null,this)}},{key:"destroy",value:function(){(this.btnEl||this.contEl)&&(this.btnEl.innerHTML="",o["default"].remove(this.btnEl),this.btnEl=null,this.contEl.innerHTML="",o["default"].remove(this.contEl),this.contEl=null,this.initialized=!1)}}]),e}();t["default"]=h},31:function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{"default":e}}function s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e){return S["default"].removeNbFormat(e,"us")}function l(e){return S["default"].removeNbFormat(e,"eu")}function o(e,t){return C["default"].format(e,t)}function a(e){return o(e,"DMY")}function d(e){return o(e,"MDY")}function u(e){return o(e,"YMD")}function c(e){return o(e,"DDMMMYYYY")}function h(e){var t=e.split(".");for(var n in t){for(var r=t[n];3>r.length;)r="0"+r;t[n]=r}return t.join(".")}function f(e,t){var n=h(e.value.toLowerCase()),r=h(t.value.toLowerCase());return n==r?0:r>n?-1:1}var p=function(){function e(e,t){for(var n=0;nr;r++);return r},SortableTable.prototype.initHeader=function(n){var r=this;if(!r.tHead){if(!t.gridLayout)return;r.tHead=t.feature("gridLayout").headTbl.tHead}r.headersRow=t.headersRow;var s=r.tHead.rows[r.headersRow].cells;r.sortTypes=n||[];for(var i=s.length,l=void 0,o=void 0,a=0;i>a;a++)o=s[a],null!==r.sortTypes[a]&&"None"!==r.sortTypes[a]?(o.style.cursor="pointer",l=y["default"].create("img",["src",e.imgPath+e.imgBlank]),o.appendChild(l),null!==r.sortTypes[a]&&o.setAttribute("_sortType",r.sortTypes[a]),T["default"].add(o,"click",r._headerOnclick)):(o.setAttribute("_sortType",n[a]),o._sortType="None");r.updateHeaderArrows()},SortableTable.prototype.updateHeaderArrows=function(){var t=this,n=void 0,r=void 0,s=void 0;if(e.asyncSort&&e.triggerIds.length>0){var i=e.triggerIds;n=[],r=i.length;for(var l=0;lo;o++){var a=n[o].getAttribute("_sortType");null!==a&&"None"!==a&&(s=n[o].lastChild||n[o],"img"!==s.nodeName.toLowerCase()&&(s=y["default"].create("img",["src",e.imgPath+e.imgBlank]),n[o].appendChild(s)),o===t.sortColumn?s.className=e.imgClassName+" "+(this.descending?e.imgDescClassName:e.imgAscClassName):s.className=e.imgClassName)}},SortableTable.prototype.getRowValue=function(e,t,n){var r=this,s=r._sortTypeInfo[t];if(s&&s.getRowValue)return s.getRowValue(e,n);var i=e.cells[n],l=SortableTable.getInnerText(i);return r.getValueFromString(l,t)},SortableTable.getInnerText=function(t){return t?t.getAttribute(e.customKey)?t.getAttribute(e.customKey):y["default"].getText(t):void 0}}},{key:"addSortType",value:function(){var e=arguments;SortableTable.prototype.addSortType(e[0],e[1],e[2],e[3])}},{key:"setSortTypes",value:function(){for(var e=this,t=this.tf,n=this.sortTypes,r=[],s=0;s0&&!function(){for(var t=e.triggerIds,n=0;n descending, false -> ascending\r\nSortableTable.prototype.defaultDescending = false;\r\n\r\n// shared between all instances. This is intentional to allow external files\r\n// to modify the prototype\r\nSortableTable.prototype._sortTypeInfo = {};\r\n\r\nSortableTable.prototype.setTable = function (oTable) {\r\n if ( this.tHead )\r\n this.uninitHeader();\r\n this.element = oTable;\r\n this.setTHead( oTable.tHead );\r\n this.setTBody( oTable.tBodies[0] );\r\n};\r\n\r\nSortableTable.prototype.setTHead = function (oTHead) {\r\n if (this.tHead && this.tHead != oTHead )\r\n this.uninitHeader();\r\n this.tHead = oTHead;\r\n this.initHeader( this.sortTypes );\r\n};\r\n\r\nSortableTable.prototype.setTBody = function (oTBody) {\r\n this.tBody = oTBody;\r\n};\r\n\r\nSortableTable.prototype.setSortTypes = function ( oSortTypes ) {\r\n if ( this.tHead )\r\n this.uninitHeader();\r\n this.sortTypes = oSortTypes || [];\r\n if ( this.tHead )\r\n this.initHeader( this.sortTypes );\r\n};\r\n\r\n// adds arrow containers and events\r\n// also binds sort type to the header cells so that reordering columns does\r\n// not break the sort types\r\nSortableTable.prototype.initHeader = function (oSortTypes) {\r\n if (!this.tHead) return;\r\n var cells = this.tHead.rows[0].cells;\r\n var doc = this.tHead.ownerDocument || this.tHead.document;\r\n this.sortTypes = oSortTypes || [];\r\n var l = cells.length;\r\n var img, c;\r\n for (var i = 0; i < l; i++) {\r\n c = cells[i];\r\n if (this.sortTypes[i] != null && this.sortTypes[i] != "None") {\r\n img = doc.createElement("IMG");\r\n img.src = "images/blank.png";\r\n c.appendChild(img);\r\n if (this.sortTypes[i] != null)\r\n c._sortType = this.sortTypes[i];\r\n if (typeof c.addEventListener != "undefined")\r\n c.addEventListener("click", this._headerOnclick, false);\r\n else if (typeof c.attachEvent != "undefined")\r\n c.attachEvent("onclick", this._headerOnclick);\r\n else\r\n c.onclick = this._headerOnclick;\r\n }\r\n else\r\n {\r\n c.setAttribute( "_sortType", oSortTypes[i] );\r\n c._sortType = "None";\r\n }\r\n }\r\n this.updateHeaderArrows();\r\n};\r\n\r\n// remove arrows and events\r\nSortableTable.prototype.uninitHeader = function () {\r\n if (!this.tHead) return;\r\n var cells = this.tHead.rows[0].cells;\r\n var l = cells.length;\r\n var c;\r\n for (var i = 0; i < l; i++) {\r\n c = cells[i];\r\n if (c._sortType != null && c._sortType != "None") {\r\n c.removeChild(c.lastChild);\r\n if (typeof c.removeEventListener != "undefined")\r\n c.removeEventListener("click", this._headerOnclick, false);\r\n else if (typeof c.detachEvent != "undefined")\r\n c.detachEvent("onclick", this._headerOnclick);\r\n c._sortType = null;\r\n c.removeAttribute( "_sortType" );\r\n }\r\n }\r\n};\r\n\r\nSortableTable.prototype.updateHeaderArrows = function () {\r\n if (!this.tHead) return;\r\n var cells = this.tHead.rows[0].cells;\r\n var l = cells.length;\r\n var img;\r\n for (var i = 0; i < l; i++) {\r\n if (cells[i]._sortType != null && cells[i]._sortType != "None") {\r\n img = cells[i].lastChild;\r\n if (i == this.sortColumn)\r\n img.className = "sort-arrow " + (this.descending ? "descending" : "ascending");\r\n else\r\n img.className = "sort-arrow";\r\n }\r\n }\r\n};\r\n\r\nSortableTable.prototype.headerOnclick = function (e) {\r\n // find TD element\r\n var el = e.target || e.srcElement;\r\n while (el.tagName != "TD")\r\n el = el.parentNode;\r\n\r\n this.sort(SortableTable.msie ? SortableTable.getCellIndex(el) : el.cellIndex);\r\n};\r\n\r\n// IE returns wrong cellIndex when columns are hidden\r\nSortableTable.getCellIndex = function (oTd) {\r\n var cells = oTd.parentNode.childNodes\r\n var l = cells.length;\r\n var i;\r\n for (i = 0; cells[i] != oTd && i < l; i++)\r\n ;\r\n return i;\r\n};\r\n\r\nSortableTable.prototype.getSortType = function (nColumn) {\r\n return this.sortTypes[nColumn] || "String";\r\n};\r\n\r\n// only nColumn is required\r\n// if bDescending is left out the old value is taken into account\r\n// if sSortType is left out the sort type is found from the sortTypes array\r\n\r\nSortableTable.prototype.sort = function (nColumn, bDescending, sSortType) {\r\n if (!this.tBody) return;\r\n if (sSortType == null)\r\n sSortType = this.getSortType(nColumn);\r\n\r\n // exit if None\r\n if (sSortType == "None")\r\n return;\r\n\r\n if (bDescending == null) {\r\n if (this.sortColumn != nColumn)\r\n this.descending = this.defaultDescending;\r\n else\r\n this.descending = !this.descending;\r\n }\r\n else\r\n this.descending = bDescending;\r\n\r\n this.sortColumn = nColumn;\r\n\r\n if (typeof this.onbeforesort == "function")\r\n this.onbeforesort();\r\n\r\n var f = this.getSortFunction(sSortType, nColumn);\r\n var a = this.getCache(sSortType, nColumn);\r\n var tBody = this.tBody;\r\n\r\n a.sort(f);\r\n\r\n if (this.descending)\r\n a.reverse();\r\n\r\n if (SortableTable.removeBeforeSort) {\r\n // remove from doc\r\n var nextSibling = tBody.nextSibling;\r\n var p = tBody.parentNode;\r\n p.removeChild(tBody);\r\n }\r\n\r\n // insert in the new order\r\n var l = a.length;\r\n for (var i = 0; i < l; i++)\r\n tBody.appendChild(a[i].element);\r\n\r\n if (SortableTable.removeBeforeSort) {\r\n // insert into doc\r\n p.insertBefore(tBody, nextSibling);\r\n }\r\n\r\n this.updateHeaderArrows();\r\n\r\n this.destroyCache(a);\r\n\r\n if (typeof this.onsort == "function")\r\n this.onsort();\r\n};\r\n\r\nSortableTable.prototype.asyncSort = function (nColumn, bDescending, sSortType) {\r\n var oThis = this;\r\n this._asyncsort = function () {\r\n oThis.sort(nColumn, bDescending, sSortType);\r\n };\r\n window.setTimeout(this._asyncsort, 1);\r\n};\r\n\r\nSortableTable.prototype.getCache = function (sType, nColumn) {\r\n if (!this.tBody) return [];\r\n var rows = this.tBody.rows;\r\n var l = rows.length;\r\n var a = new Array(l);\r\n var r;\r\n for (var i = 0; i < l; i++) {\r\n r = rows[i];\r\n a[i] = {\r\n value: this.getRowValue(r, sType, nColumn),\r\n element: r\r\n };\r\n };\r\n return a;\r\n};\r\n\r\nSortableTable.prototype.destroyCache = function (oArray) {\r\n var l = oArray.length;\r\n for (var i = 0; i < l; i++) {\r\n oArray[i].value = null;\r\n oArray[i].element = null;\r\n oArray[i] = null;\r\n }\r\n};\r\n\r\nSortableTable.prototype.getRowValue = function (oRow, sType, nColumn) {\r\n // if we have defined a custom getRowValue use that\r\n if (this._sortTypeInfo[sType] && this._sortTypeInfo[sType].getRowValue)\r\n return this._sortTypeInfo[sType].getRowValue(oRow, nColumn);\r\n\r\n var s;\r\n var c = oRow.cells[nColumn];\r\n if (typeof c.innerText != "undefined")\r\n s = c.innerText;\r\n else\r\n s = SortableTable.getInnerText(c);\r\n return this.getValueFromString(s, sType);\r\n};\r\n\r\nSortableTable.getInnerText = function (oNode) {\r\n var s = "";\r\n var cs = oNode.childNodes;\r\n var l = cs.length;\r\n for (var i = 0; i < l; i++) {\r\n switch (cs[i].nodeType) {\r\n case 1: //ELEMENT_NODE\r\n s += SortableTable.getInnerText(cs[i]);\r\n break;\r\n case 3: //TEXT_NODE\r\n s += cs[i].nodeValue;\r\n break;\r\n }\r\n }\r\n return s;\r\n};\r\n\r\nSortableTable.prototype.getValueFromString = function (sText, sType) {\r\n if (this._sortTypeInfo[sType])\r\n return this._sortTypeInfo[sType].getValueFromString( sText );\r\n return sText;\r\n /*\r\n switch (sType) {\r\n case "Number":\r\n return Number(sText);\r\n case "CaseInsensitiveString":\r\n return sText.toUpperCase();\r\n case "Date":\r\n var parts = sText.split("-");\r\n var d = new Date(0);\r\n d.setFullYear(parts[0]);\r\n d.setDate(parts[2]);\r\n d.setMonth(parts[1] - 1);\r\n return d.valueOf();\r\n }\r\n return sText;\r\n */\r\n };\r\n\r\nSortableTable.prototype.getSortFunction = function (sType, nColumn) {\r\n if (this._sortTypeInfo[sType])\r\n return this._sortTypeInfo[sType].compare;\r\n return SortableTable.basicCompare;\r\n};\r\n\r\nSortableTable.prototype.destroy = function () {\r\n this.uninitHeader();\r\n var win = this.document.parentWindow;\r\n if (win && typeof win.detachEvent != "undefined") { // only IE needs this\r\n win.detachEvent("onunload", this._onunload);\r\n }\r\n this._onunload = null;\r\n this.element = null;\r\n this.tHead = null;\r\n this.tBody = null;\r\n this.document = null;\r\n this._headerOnclick = null;\r\n this.sortTypes = null;\r\n this._asyncsort = null;\r\n this.onsort = null;\r\n};\r\n\r\n// Adds a sort type to all instance of SortableTable\r\n// sType : String - the identifier of the sort type\r\n// fGetValueFromString : function ( s : string ) : T - A function that takes a\r\n// string and casts it to a desired format. If left out the string is just\r\n// returned\r\n// fCompareFunction : function ( n1 : T, n2 : T ) : Number - A normal JS sort\r\n// compare function. Takes two values and compares them. If left out less than,\r\n// <, compare is used\r\n// fGetRowValue : function( oRow : HTMLTRElement, nColumn : int ) : T - A function\r\n// that takes the row and the column index and returns the value used to compare.\r\n// If left out then the innerText is first taken for the cell and then the\r\n// fGetValueFromString is used to convert that string the desired value and type\r\n\r\nSortableTable.prototype.addSortType = function (sType, fGetValueFromString, fCompareFunction, fGetRowValue) {\r\n this._sortTypeInfo[sType] = {\r\n type: sType,\r\n getValueFromString: fGetValueFromString || SortableTable.idFunction,\r\n compare: fCompareFunction || SortableTable.basicCompare,\r\n getRowValue: fGetRowValue\r\n };\r\n};\r\n\r\n// this removes the sort type from all instances of SortableTable\r\nSortableTable.prototype.removeSortType = function (sType) {\r\n delete this._sortTypeInfo[sType];\r\n};\r\n\r\nSortableTable.basicCompare = function compare(n1, n2) {\r\n if (n1.value < n2.value)\r\n return -1;\r\n if (n2.value < n1.value)\r\n return 1;\r\n return 0;\r\n};\r\n\r\nSortableTable.idFunction = function (x) {\r\n return x;\r\n};\r\n\r\nSortableTable.toUpperCase = function (s) {\r\n return s.toUpperCase();\r\n};\r\n\r\nSortableTable.toDate = function (s) {\r\n var parts = s.split("-");\r\n var d = new Date(0);\r\n d.setFullYear(parts[0]);\r\n d.setDate(parts[2]);\r\n d.setMonth(parts[1] - 1);\r\n return d.valueOf();\r\n};\r\n\r\n\r\n// add sort types\r\nSortableTable.prototype.addSortType("Number", Number);\r\nSortableTable.prototype.addSortType("CaseInsensitiveString", SortableTable.toUpperCase);\r\nSortableTable.prototype.addSortType("Date", SortableTable.toDate);\r\nSortableTable.prototype.addSortType("String");\r\n// None is a special case\r\n'}}); \ No newline at end of file diff --git a/package.json b/package.json index 17df44b5..c832e143 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tablefilter", - "version": "0.0.19", + "version": "0.0.20", "description": "A Javascript library making HTML tables filterable and a bit more", "license": "MIT", "author": { @@ -25,11 +25,12 @@ "test": "grunt test" }, "devDependencies": { - "babel-core": "^5.1.13", - "babel-loader": "^5.0.0", + "babel-core": "^6.1.2", + "babel-loader": "^6.0.1", + "babel-preset-es2015": "6.3.13", "clean-webpack-plugin": "^0.1.3", "grunt": "^0.4.5", - "grunt-babel": "^5.0.0", + "grunt-babel": "6.0.0", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-connect": "^0.10.1", "grunt-contrib-copy": "^0.8.0", diff --git a/src/tablefilter.js b/src/tablefilter.js index 06a0e18f..dfa3adf9 100644 --- a/src/tablefilter.js +++ b/src/tablefilter.js @@ -1064,7 +1064,7 @@ export class TableFilter{ __webpack_public_path__ = this.basePath; require(['./' + modulePath], (mod)=> { - let inst = new mod(this, ext); + let inst = new mod.default(this, ext); inst.init(); this.ExtRegistry[name] = inst; }); diff --git a/webpack.config.js b/webpack.config.js index 289baebd..4ee1359e 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -29,7 +29,8 @@ module.exports = { test: path.join(__dirname, 'src'), exclude: /node_modules/, query: { - compact: false + compact: false, + presets: ['es2015'] }, loader: 'babel-loader' }, @@ -55,9 +56,14 @@ module.exports = { plugins: [ new Clean(['dist']), new webpack.optimize.DedupePlugin(), + new webpack.optimize.AggressiveMergingPlugin(), new StringReplacePlugin(), new webpack.optimize.MinChunkSizePlugin({ minChunkSize: 10000 }), - new webpack.optimize.UglifyJsPlugin(), + new webpack.optimize.UglifyJsPlugin({ + compress: { + warnings: false + } + }), new webpack.BannerPlugin( '/** \n' + ' *\t '+pkg.name+' v'+pkg.version+' by '+pkg.author.name+'\n' + From 3641fc941a9ec7919a61a0ad4f26f886124b4517 Mon Sep 17 00:00:00 2001 From: Max Guglielmi Date: Sat, 26 Dec 2015 17:17:15 +1100 Subject: [PATCH 2/2] Updated README and removed build-demos task from deployment --- .gitignore | 1 + Gruntfile.js | 4 +- README.md | 8 +- demos/advanced-grid-editable.html | 13133 ---------------- demos/advanced-grid-selection.html | 13087 --------------- demos/assets/img_best-price.png | Bin 1367 -> 0 bytes demos/assets/img_great-deal.png | Bin 2110 -> 0 bytes demos/assets/img_maintenance.jpg | Bin 32429 -> 0 bytes demos/assets/img_new-edition.png | Bin 2202 -> 0 bytes demos/assets/img_sold-out.png | Bin 1482 -> 0 bytes demos/auto-filter.html | 13037 --------------- demos/columns-visibility.html | 2694 ---- demos/data-types.html | 1039 -- demos/demo.html | 13058 --------------- demos/external-filters-visibility-commad.html | 2681 ---- demos/external-filters.html | 13115 --------------- demos/filter-images.html | 460 - demos/filters-visibility.html | 2677 ---- demos/grid-layout.html | 13042 --------------- demos/grouped-headers.html | 9369 ----------- demos/linked-filters-disabled.html | 2688 ---- demos/linked-filters.html | 2677 ---- demos/load-filters-on-demand.html | 13035 --------------- demos/pagination.html | 13061 --------------- demos/requirejs-dev.html | 2701 ---- demos/requirejs.html | 2685 ---- demos/theme-roller.html | 415 - dist/tablefilter/style/colsVisibility.css | 2 +- dist/tablefilter/style/filtersVisibility.css | 2 +- dist/tablefilter/style/tablefilter.css | 2 +- .../style/themes/default/default.css | 2 +- .../style/themes/mytheme/mytheme.css | 2 +- .../style/themes/skyblue/skyblue.css | 2 +- dist/tablefilter/tablefilter.js | 2 +- dist/tablefilter/tf-1.js | 2 +- 35 files changed, 17 insertions(+), 134666 deletions(-) delete mode 100644 demos/advanced-grid-editable.html delete mode 100644 demos/advanced-grid-selection.html delete mode 100644 demos/assets/img_best-price.png delete mode 100644 demos/assets/img_great-deal.png delete mode 100644 demos/assets/img_maintenance.jpg delete mode 100644 demos/assets/img_new-edition.png delete mode 100644 demos/assets/img_sold-out.png delete mode 100644 demos/auto-filter.html delete mode 100644 demos/columns-visibility.html delete mode 100644 demos/data-types.html delete mode 100644 demos/demo.html delete mode 100644 demos/external-filters-visibility-commad.html delete mode 100644 demos/external-filters.html delete mode 100644 demos/filter-images.html delete mode 100644 demos/filters-visibility.html delete mode 100644 demos/grid-layout.html delete mode 100644 demos/grouped-headers.html delete mode 100644 demos/linked-filters-disabled.html delete mode 100644 demos/linked-filters.html delete mode 100644 demos/load-filters-on-demand.html delete mode 100644 demos/pagination.html delete mode 100644 demos/requirejs-dev.html delete mode 100644 demos/requirejs.html delete mode 100644 demos/theme-roller.html diff --git a/.gitignore b/.gitignore index c25431f2..2f18b80f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +demos docs node_modules .grunt diff --git a/Gruntfile.js b/Gruntfile.js index cc2703e1..500657be 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -327,7 +327,7 @@ module.exports = function (grunt) { // Deploy to gh-pages grunt.registerTask('deploy', 'Publish from Travis', [ - 'build', 'build-demos', 'esdoc', 'check-deploy' + 'build', 'esdoc', 'check-deploy' ]); // Custom task running QUnit tests for specified files. @@ -398,7 +398,7 @@ module.exports = function (grunt) { grunt.registerTask('check-deploy', function() { var env = process.env; // need this - this.requires(['build', 'build-demos', 'esdoc']); + this.requires(['build', 'esdoc']); // only deploy under these conditions if (env.TRAVIS === 'true' && diff --git a/README.md b/README.md index ef4d3104..771effb8 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,11 @@ grunt test-only:test.html,test-sort.html ``` ## Demos -Check out the online [examples](http://koalyptus.github.io/TableFilter/examples) or run the local webserver: +Check out the online [examples](http://koalyptus.github.io/TableFilter/examples) or generate the demos locally: +```shell +grunt build-demos +``` +then run the local webserver: ```shell grunt server ``` @@ -113,7 +117,7 @@ http://localhost:8080/demos/ ## Documentation Find exhaustive documentation on the configuration options in the [WIKI](https://github.com/koalyptus/TableFilter/wiki) section. -Autogenerated documentation of the ES6 javascript modules is available on the website: [docs](http://koalyptus.github.io/TableFilter/docs) +Autogenerated documentation of the ES6 modules is available on the website: [docs](http://koalyptus.github.io/TableFilter/docs) Run this task to generate the documentation in the ``docs/docs`` directory: ```shell diff --git a/demos/advanced-grid-editable.html b/demos/advanced-grid-editable.html deleted file mode 100644 index 31f317fe..00000000 --- a/demos/advanced-grid-editable.html +++ /dev/null @@ -1,13133 +0,0 @@ - - - - tablefilter v0.0.20 - Editable Grid Demo - - - - -

tablefilter v0.0.20

-

Editable grid demo

- -

- To make the grid cells editable, you need to import the - ezEditTable plugin, enable the editable property - and configure the advancedGrid with the ezEditTable - options. -

- -

- Instructions: Double-click on a row on or press enter key to - perform action. -

- NOTE: Data changes are not persisted in this demo. -

-

-
-
-
- - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
countryisoyearPOPXRATPPPcgdpccci
AngolaAGO199410627.1859.5149993953.321095.9434.669.09
AngolaAGO199510972.002750.229981007.531244.7341.869.43
AngolaAGO199611316.94128029.203154873.281362.3237.178.57
AngolaAGO1997nananananana
AngolaAGO1998nananananana
AngolaAGO1999nananananana
AngolaAGO2000nananananana
AlbaniaALB19943185.0094.6233291623.452514.7987.7814.42
AlbaniaALB19953225.0092.6975021425.052775.9883.3413.10
AlbaniaALB19963266.00104.498901428.053070.8493.0610.65
AlbaniaALB19973339.00148.932907136.632789.1392.8911.02
AlbaniaALB19983364.00150.633300844.673067.5291.2111.00
AlbaniaALB19993383.00137.690597543.843413.6589.9411.23
AlbaniaALB20003411.00143.709396443.163657.9985.4512.70
ArgentinaARG199434304.270.9990082980.7410193.4968.8917.41
ArgentinaARG199534768.000.9997500180.7410024.1267.4415.45
ArgentinaARG199635220.000.9996625190.7310671.5368.2115.75
ArgentinaARG199735672.000.9994999770.7111545.1969.1817.09
ArgentinaARG199836125.000.9994999770.6911919.9569.3917.28
ArgentinaARG199936580.000.9994999770.6711554.3769.7215.27
ArgentinaARG200037032.000.9994999770.6611729.0869.0614.08
ArmeniaARM19943748.00288.650787422.812181.6886.3512.97
ArmeniaARM19953760.00405.908294762.542222.2592.2310.88
ArmeniaARM19963774.00414.041503973.212393.2789.9010.91
ArmeniaARM19973786.00490.846801883.992415.8597.2011.46
ArmeniaARM19983795.00504.915008592.652616.6895.8111.00
ArmeniaARM19993801.00535.061828690.482791.5492.509.81
ArmeniaARM20003803.00539.525817987.503068.2190.6710.04
AntiguaATG199465.732.7000000481.3914807.5141.829.89
AntiguaATG199566.292.7000000481.5712790.7450.4517.76
AntiguaATG199666.862.7000000481.7012923.0044.1116.27
AntiguaATG199766.292.7000000481.6714182.0438.2714.72
AntiguaATG199866.862.7000000481.6814912.1239.6414.17
AntiguaATG199967.432.7000000481.6316035.2438.5613.69
AntiguaATG200068.002.7000000481.5218006.9034.8211.85
AustraliaAUS199417838.001.36781.2820637.1670.5424.28
AustraliaAUS199518072.001.3491.2821771.3169.8423.20
AustraliaAUS199618311.001.27791.2722834.6869.1223.65
AustraliaAUS199718524.001.34741.2624010.9269.3824.65
AustraliaAUS199818730.001.59181.2625002.1170.2725.24
AustraliaAUS199918937.001.54991.2626342.6970.2925.27
AustraliaAUS200019157.001.72481.2927193.4869.5523.06
AustriaAUT19948029.7011.421814.2119950.3868.7625.42
AustriaAUT19958046.5010.081514.2120733.7568.6325.73
AustriaAUT19968059.4010.586614.2121398.9769.7525.01
AustriaAUT19978072.2012.204214.1521988.9669.8425.52
AustriaAUT19988078.4012.379114.0623016.3869.6324.80
AustriaAUT19998092.3012.915814.0223849.1470.0424.61
AustriaAUT20008110.2014.935413.9924835.7169.1925.34
AzerbaijanAZE19947597.001570.224976110.312246.8665.7015.20
AzerbaijanAZE19957685.004413.542969696.691992.8777.3812.11
AzerbaijanAZE19967763.004301.26416860.942046.8582.3116.97
AzerbaijanAZE19977838.003985.375877.092291.0372.3221.39
AzerbaijanAZE19987913.003868.998047876.142480.9376.3117.56
AzerbaijanAZE19997983.004120.166992859.952732.7070.9213.22
AzerbaijanAZE20008049.004474.153809823.803554.6259.1310.77
BurundiBDI19946024.75252.662506150.63766.5788.583.15
BurundiBDI19956156.00249.757507357.11709.9286.363.01
BurundiBDI19966287.08302.746704168.20634.7883.643.62
BurundiBDI19976417.85352.350799681.38645.3280.452.37
BurundiBDI19986548.19447.765808194.95632.0885.663.43
BurundiBDI19996677.95563.562581.58739.5784.033.17
BurundiBDI20006807.00720.6732788125.81618.7187.564.18
BelgiumBEL199410116.0033.456538.8619887.3855.1022.32
BelgiumBEL199510137.0029.4838.8920702.1354.2423.13
BelgiumBEL199610155.0030.961539.0021101.1954.9322.53
BelgiumBEL199710180.0035.773938.9722107.8454.3923.33
BelgiumBEL199810203.0036.298638.9022958.8454.7123.57
BelgiumBEL199910222.0037.864139.1223760.3854.8022.94
BelgiumBEL200010254.0043.784939.0725008.4954.2923.62
BeninBEN19945325.00555.2047119156.33998.3489.455.35
BeninBEN19955475.00499.148407171.131071.6089.337.70
BeninBEN19965628.82511.5523987181.371106.8689.907.07
BeninBEN19975794.36583.6693726187.631101.0292.938.06
BeninBEN19985950.33589.9517822190.951178.4690.987.55
BeninBEN19996109.53615.6990967200.191174.9092.617.86
BeninBEN20006272.00711.9763184200.611224.7492.278.25
Burkina FasoBFA19949755.03555.2047119125.76838.7679.816.57
Burkina FasoBFA19959988.00499.148407136.65860.8980.419.29
Burkina FasoBFA199610225.00511.5523987144.18881.1180.4012.12
Burkina FasoBFA199710473.53583.6693726141.78899.0176.9414.94
Burkina FasoBFA199810730.33589.9517822139.66979.5880.6612.24
Burkina FasoBFA199910995.70615.6990967137.641001.7079.8113.14
Burkina FasoBFA200011274.00711.9763184140.56985.6776.5314.87
BangladeshBGD1994117897.5440.211738598.461345.3784.379.56
BangladeshBGD1995119768.0040.278320318.761439.1985.139.79
BangladeshBGD1996121679.3441.794170389.001506.2586.9510.16
BangladeshBGD1997124381.4143.892120369.281561.9784.8510.73
BangladeshBGD1998126564.7046.905651099.691629.8682.4511.25
BangladeshBGD1999128787.3249.0853996310.151681.4482.6711.71
BangladeshBGD2000131050.0052.1416702310.201772.4681.8812.14
BulgariaBGR19948435.0054.133668549.466587.5364.403.03
BulgariaBGR19958400.0067.1708285815.756651.3067.053.27
BulgariaBGR19968356.00177.888706335.425893.2668.563.34
BulgariaBGR19978312.071.6818790440.385470.7962.694.42
BulgariaBGR19988257.001.7603579760.485593.6567.916.72
BulgariaBGR19998208.001.8363829850.495760.2070.967.72
BulgariaBGR20008166.962.1232750420.496355.7067.346.95
BahrainBHR1994nananananana
BahrainBHR1995nananananana
BahrainBHR1996599.000.3759999870.2713261.1742.286.39
BahrainBHR1997nananananana
BahrainBHR1998nananananana
BahrainBHR1999nananananana
BahrainBHR2000nananananana
BahamasBHS1994nananananana
BahamasBHS1995nananananana
BahamasBHS1996284.0010.7416527.4874.029.91
BahamasBHS1997nananananana
BahamasBHS1998nananananana
BahamasBHS1999nananananana
BahamasBHS2000nananananana
BelarusBLR199410356.0010600316.935405.0055.9923.98
BelarusBLR199510329.00115002164.165363.7953.1517.58
BelarusBLR199610298.00155003161.365667.2253.5218.06
BelarusBLR199710117.0026.019920355.616365.6754.8319.16
BelarusBLR199810069.0046.127250679.677181.9356.2518.10
BelarusBLR199910035.00248.794906638.447769.3657.8714.02
BelarusBLR200010005.00876.75102.038738.2356.0213.77
BelizeBLZ1994210.8920.885938.9458.0114.22
BelizeBLZ1995216.7020.896125.6860.8411.55
BelizeBLZ1996222.4020.926198.9060.2511.07
BelizeBLZ1997217.0620.916540.3659.6414.48
BelizeBLZ1998224.4520.906595.5161.2814.83
BelizeBLZ1999232.1020.936773.4566.1114.87
BelizeBLZ2000240.0020.957169.9071.8318.77
BermudaBMU1994nananananana
BermudaBMU1995nananananana
BermudaBMU199662.1011.4218793.4188.7414.57
BermudaBMU1997nananananana
BermudaBMU1998nananananana
BermudaBMU1999nananananana
BermudaBMU2000nananananana
BoliviaBOL19947237.004.6205167771.572426.4079.168.06
BoliviaBOL19957414.004.8003420831.712545.5277.288.56
BoliviaBOL19967588.005.0746130941.872641.7776.819.67
BoliviaBOL19977767.005.2542581561.972727.2578.1312.04
BoliviaBOL19987950.005.510132792.122760.1180.0814.68
BoliviaBOL19998138.005.812407972.092831.6180.4711.10
BoliviaBOL20008328.706.1835417752.102933.8977.9410.75
BrazilBRA1994157188.100.6392999890.356322.6257.5416.52
BrazilBRA1995159346.000.9176666740.616674.2863.9517.20
BrazilBRA1996161513.171.0051000120.706881.4463.6016.62
BrazilBRA1997163859.681.0779919620.747166.2562.9417.06
BrazilBRA1998166045.571.1605169770.787020.0862.2616.94
BrazilBRA1999168227.981.8147330280.797216.5864.5215.61
BrazilBRA2000170406.001.8301420210.837744.7165.7515.63
BarbadosBRB1994264.3021.0113076.4279.393.38
BarbadosBRB1995264.2021.0513409.7181.553.56
BarbadosBRB1996264.4021.0314607.6582.723.11
BarbadosBRB1997264.7421.0715570.5589.863.66
BarbadosBRB1998265.3021.1216058.5489.294.06
BarbadosBRB1999266.0821.1416463.8891.804.17
BarbadosBRB2000267.0021.1217526.3591.603.93
BhutanBTN1994nananananana
BhutanBTN1995nananananana
BhutanBTN1996715.8735.433170328.311968.5150.5723.23
BhutanBTN1997nananananana
BhutanBTN1998nananananana
BhutanBTN1999nananananana
BhutanBTN2000nananananana
BotswanaBWA19941425.422.6846458911.495564.9343.2516.83
BotswanaBWA19951460.002.7722070221.605803.2441.9916.84
BotswanaBWA19961496.003.3241970541.806070.5139.7117.15
BotswanaBWA19971533.003.6507630351.986087.7349.9915.44
BotswanaBWA19981561.724.2258801462.046533.7659.6812.91
BotswanaBWA19991588.124.6243948942.097027.9067.6711.61
BotswanaBWA2000nananananana
Central African RepublicCAF19943220.09555.2047119152.27965.2879.225.21
Central African RepublicCAF19953288.00499.148407156.441088.1971.406.48
Central African RepublicCAF19963354.09511.5523987182.37894.9593.682.36
Central African RepublicCAF19973528.62583.6693726183.32902.7684.874.61
Central African RepublicCAF19983603.40589.9517822174.96979.1575.096.34
Central African RepublicCAF1999nananananana
Central African RepublicCAF2000nananananana
CanadaCAN199429036.001.36561.2321350.3959.2324.00
CanadaCAN199529353.901.37241.2122450.8657.9423.78
CanadaCAN199629671.901.36351.2123090.8658.4123.18
CanadaCAN199729987.001.38461.1924412.3258.3626.16
CanadaCAN199830248.001.48351.1924944.1959.3425.38
CanadaCAN199930493.001.48571.1926479.8658.3225.06
CanadaCAN200030750.001.48511.1828730.6955.6725.86
SwitzerlandCHE19946994.001.36772.1823466.1958.9625.97
SwitzerlandCHE19957041.001.18252.1424110.1258.4626.98
SwitzerlandCHE19967072.001.2362.1124460.4559.1026.22
SwitzerlandCHE19977089.001.45132.0825147.6659.3225.93
SwitzerlandCHE19987110.001.44982.0326290.7058.8927.07
SwitzerlandCHE19997144.001.50222.0027156.2458.9525.80
SwitzerlandCHE20007185.001.68882.0028208.7657.9826.89
ChileCHL199413994.40420.1766968202.067557.3760.5420.03
ChileCHL199514210.40396.7732849209.908676.4658.0223.45
ChileCHL199614418.80412.2666931220.378972.3561.4924.12
ChileCHL199714622.40419.2950134222.289706.6961.9724.59
ChileCHL199814821.70460.2875061227.679939.5163.6724.24
ChileCHL199915017.80508.7767029234.819774.9362.8918.04
ChileCHL200015211.30535.4655762238.8810388.9061.3419.70
ChinaCHN19941190918.028.6187429431.662551.9750.0622.34
ChinaCHN19951203324.038.3514165881.912759.9251.6822.47
ChinaCHN19961215414.278.3141746522.022972.6151.8822.04
ChinaCHN19971227176.708.2898168562.033141.0749.9721.82
ChinaCHN19981238599.428.2789583211.983317.7949.4421.60
ChinaCHN19991249981.568.2782497411.953483.3950.5521.00
ChinaCHN20001258821.038.2785043721.923843.6748.6621.09
Cote d`IvoireCIV199413132.24555.2047119177.721824.8374.254.88
Cote d`IvoireCIV199513528.00499.148407189.401947.1477.075.49
Cote d`IvoireCIV199613888.77511.5523987200.961958.7574.255.55
Cote d`IvoireCIV199714731.84583.6693726215.121969.6476.364.85
Cote d`IvoireCIV199815159.11589.9517822216.902055.6777.115.65
Cote d`IvoireCIV199915586.39615.6990967213.222057.5775.246.31
Cote d`IvoireCIV200016013.00711.9763184205.652027.5776.765.75
CameroonCMR199412822.14555.2047119148.621790.5083.495.30
CameroonCMR199513182.00499.148407169.281851.7381.814.73
CameroonCMR199613548.75511.5523987178.061894.6983.464.93
CameroonCMR199713917.84583.6693726177.172005.0284.395.02
CameroonCMR199814238.86589.9517822182.472018.3884.455.46
CameroonCMR199914558.39615.6990967188.101976.3484.655.79
CameroonCMR200014876.00711.9763184170.402300.7581.145.41
Congo, Republic ofCOG19942489.45555.2047119310.221324.2665.3711.94
Congo, Republic ofCOG19952561.00499.148407295.661394.8862.368.44
Congo, Republic ofCOG19962633.72511.5523987285.411728.9358.657.39
Congo, Republic ofCOG19972707.60583.6693726271.761842.4357.404.65
Congo, Republic ofCOG19982782.62589.9517822273.511511.0485.725.49
Congo, Republic ofCOG19992933.76615.6990967273.991698.5157.274.42
Congo, Republic ofCOG20003018.00711.9763184287.162532.8044.712.61
ColombiaCOL199437806.85844.8358765353.635046.5371.1915.83
ColombiaCOL199538558.00912.826416411.675323.4471.1115.77
ColombiaCOL199639285.001036.686035474.225528.8069.8114.73
ColombiaCOL199740042.001140.963013531.485718.5769.2214.03
ColombiaCOL199840804.001426.036987611.565642.3769.4512.81
ColombiaCOL199941539.001756.230957644.455565.9967.117.84
ColombiaCOL200042299.302087.904053691.015795.5567.938.79
ComorosCOM1994479.57416.398803792.721739.4890.866.47
ComorosCOM1995492.00374.357086299.761636.9188.226.79
ComorosCOM1996504.68383.6600037102.871576.5189.356.95
ComorosCOM1997517.62437.7471008104.401732.1192.656.09
ComorosCOM1998530.82442.4588013104.771714.7584.206.50
ComorosCOM1999544.28461.7745972104.581803.5785.714.78
ComorosCOM2000558.00533.9824829105.981822.8379.764.30
Cape VerdeCPV1994371.9781.8908309931.382882.4483.4521.97
Cape VerdeCPV1995382.0076.8533325231.713125.8181.0221.03
Cape VerdeCPV1996392.6482.5914688132.403194.1080.0319.19
Cape VerdeCPV1997403.5693.1766662635.123327.2581.6617.42
Cape VerdeCPV1998415.3298.1575012236.713473.7190.3915.55
Cape VerdeCPV1999427.79102.699996936.803835.6985.8615.58
Cape VerdeCPV2000441.00115.876602234.124299.1876.3313.79
Costa RicaCRI19943266.00157.066696276.785208.0465.1018.10
Costa RicaCRI19953333.00179.729202390.105398.0163.8616.01
Costa RicaCRI19963398.00207.6891937108.505150.7765.3413.86
Costa RicaCRI19973576.91232.5975037159.715233.9765.4616.36
Costa RicaCRI19983653.06257.229187175.865653.6563.5618.50
Costa RicaCRI19993731.07285.6846924197.926072.2660.2014.81
Costa RicaCRI20003811.00308.1867065218.495872.7962.1614.11
CubaCUB199410960.4910.364895.9671.250.97
CubaCUB199510998.5310.404980.8272.191.31
CubaCUB199611038.6010.395259.4072.361.54
CubaCUB1997nananananana
CubaCUB1998nananananana
CubaCUB1999nananananana
CubaCUB2000nananananana
CyprusCYP1994726.000.4921909870.3713616.5861.2818.47
CyprusCYP1995733.000.4524202050.3415920.3962.6420.32
CyprusCYP1996740.000.4663113060.3515813.2166.2717.88
CyprusCYP1997nananananana
CyprusCYP1998nananananana
CyprusCYP1999nananananana
CyprusCYP2000nananananana
Czech RepublicCZE199410333.6028.78519.7411756.6268.2021.63
Czech RepublicCZE199510327.3026.540710.6512551.7567.5525.24
Czech RepublicCZE199610315.3027.144911.2913457.7369.2925.85
Czech RepublicCZE199710303.0031.698411.8713734.3269.2424.80
Czech RepublicCZE199810293.6032.281212.5614213.2366.5423.27
Czech RepublicCZE199910285.0034.569212.7514393.1767.9721.81
Czech RepublicCZE200010272.1038.598412.8514844.0067.4224.21
DjiboutiDJI1994nananananana
DjiboutiDJI1995nananananana
DjiboutiDJI1996612.36177.72099366.932103.4476.894.15
DjiboutiDJI1997nananananana
DjiboutiDJI1998nananananana
DjiboutiDJI1999nananananana
DjiboutiDJI2000nananananana
DominicaDMA199472.442.7000000481.256400.1154.8911.40
DominicaDMA199573.002.7000000481.276507.3252.3713.93
DominicaDMA199673.002.7000000481.276903.5550.2712.41
DominicaDMA1997nananananana
DominicaDMA1998nananananana
DominicaDMA1999nananananana
DominicaDMA200073.002.7000000481.218284.0448.2112.21
DenmarkDNK19945201.006.36058.4222064.3767.1219.85
DenmarkDNK19955222.005.60248.3623119.2066.1022.21
DenmarkDNK19965256.005.79878.3824086.6266.2821.37
DenmarkDNK19975280.006.60458.3725273.9865.6423.66
DenmarkDNK19985303.006.70088.4226193.0166.6324.48
DenmarkDNK19995321.006.97628.5626988.9066.0222.25
DenmarkDNK20005338.008.08318.6428538.8262.9024.14
Dominican RepublicDOM19947685.4813.160140045.263414.8872.8413.91
Dominican RepublicDOM19957823.0013.597350125.673656.8671.3812.40
Dominican RepublicDOM19967963.5813.774585.863927.5173.3611.97
Dominican RepublicDOM19977967.9314.265480045.974515.2667.8311.89
Dominican RepublicDOM19988103.2115.266590126.244798.2568.6113.87
Dominican RepublicDOM19998238.2716.033079156.535167.1766.6014.03
Dominican RepublicDOM20008373.0016.415019996.835653.7867.1613.78
AlgeriaDZA199427454.3235.0584983813.014126.1763.9312.98
AlgeriaDZA199528058.0047.6627311716.534245.0362.4412.93
AlgeriaDZA199628675.2854.7489318818.954726.7356.0911.88
AlgeriaDZA199729045.0057.7073516819.704828.1454.7211.15
AlgeriaDZA199829507.0058.7389602720.804540.7459.6714.00
AlgeriaDZA199929950.0066.5738830621.594894.4357.0512.46
AlgeriaDZA200030399.2575.2597885121.616106.9146.219.78
EcuadorECU199411215.972196.728027899.523612.8759.2715.80
EcuadorECU199511460.002564.4938961097.523656.5259.6816.88
EcuadorECU199611698.003189.4741211344.363862.9457.7614.56
EcuadorECU199711937.003998.267091765.593755.4960.6317.35
EcuadorECU199812175.005446.5732422480.463556.3565.1819.55
EcuadorECU199912412.0011786.79983760.423464.4360.389.22
EcuadorECU200012646.0024988.390637214.853719.9056.8712.93
EgyptEGY199457063.533.3851330280.883468.1291.014.40
EgyptEGY199558180.003.3922080990.983565.0890.084.74
EgyptEGY199659272.003.3914830681.053699.5491.134.96
EgyptEGY199760416.243.3887500761.093910.3791.315.13
EgyptEGY199861580.003.3880000111.143993.4194.195.99
EgyptEGY199962770.003.3952500821.154203.8992.605.94
EgyptEGY200063976.003.4720499521.204406.3690.515.87
EritreaERI1994nananananana
EritreaERI1995nananananana
EritreaERI19963670.006.3516750341.50774.8197.459.09
EritreaERI1997nananananana
EritreaERI1998nananananana
EritreaERI1999nananananana
EritreaERI2000nananananana
SpainESP199439149.70133.958121.6614204.7170.0322.62
SpainESP199539223.00124.689116.1315992.1575.1621.96
SpainESP199639278.80126.662126.5915535.3369.0123.21
SpainESP199739348.10146.414127.3216411.8468.5923.23
SpainESP199839453.40149.395128.4817329.4368.8724.02
SpainESP199939626.20156.174130.3818210.7869.4924.65
SpainESP200039927.40180.595133.2719036.7069.1325.47
EstoniaEST19941499.0012.991250043.016578.5760.8815.06
EstoniaEST19951484.0011.464750293.877084.2057.5113.58
EstoniaEST19961469.0012.033749584.757509.5859.6014.71
EstoniaEST19971427.1613.881750115.288526.3860.0016.90
EstoniaEST19981406.0314.074669845.649222.7060.8015.63
EstoniaEST19991386.6714.677579885.559834.7457.4112.36
EstoniaEST20001369.0016.968639375.4210872.8356.7013.15
EthiopiaETH199454890.005.4650001531.02505.2883.964.35
EthiopiaETH199556530.006.1583328251.13530.8783.204.70
EthiopiaETH199658234.006.3516750341.18550.9587.475.73
EthiopiaETH199759750.006.7093420031.16600.3981.745.48
EthiopiaETH199861266.007.1159081461.19615.2077.515.16
EthiopiaETH199962782.007.9422497751.17660.6475.784.63
EthiopiaETH200064298.008.2172584531.12720.0867.964.00
FinlandFIN19945089.005.22355.9317293.9065.0521.05
FinlandFIN19955108.004.36675.9718517.5864.3420.17
FinlandFIN19965125.004.59355.8719488.6064.7120.40
FinlandFIN19975140.005.19145.9320850.6763.4620.95
FinlandFIN19985153.005.34416.0222215.2463.0620.97
FinlandFIN19995165.005.58086.0522931.3864.1320.20
FinlandFIN20005176.006.45356.1924416.3662.2421.04
FijiFJI1994765.441.4641250370.704953.4562.519.66
FijiFJI1995770.001.406332970.695143.4662.1710.23
FijiFJI1996775.671.4033000470.735282.3767.087.91
FijiFJI1997782.831.4436750410.745213.9667.788.91
FijiFJI1998791.171.9868170020.755303.1161.348.28
FijiFJI1999801.001.9696249960.725918.4159.697.58
FijiFJI2000nananananana
FranceFRA199459115.605.5526.6419113.2767.6222.39
FranceFRA199559326.404.99156.6019791.4867.0723.05
FranceFRA199659533.105.11556.6020228.2367.7621.99
FranceFRA199759735.605.83676.5820887.8866.9821.38
FranceFRA199859942.105.89956.5321889.9266.8822.49
FranceFRA199960156.406.1576.4822723.1867.0122.53
FranceFRA200060431.207.11986.4623613.7666.3723.82
GabonGAB19941071.00555.2047119288.157556.4861.207.51
GabonGAB19951098.00499.148407275.498192.1862.736.83
GabonGAB19961125.00511.5523987296.758860.4760.406.94
GabonGAB19971136.90583.6693726304.569155.0260.688.95
GabonGAB19981167.29589.9517822307.827600.6975.8511.17
GabonGAB19991198.32615.6990967286.037804.3575.647.81
GabonGAB20001230.00711.9763184366.817779.7678.968.66
United KingdomGBR199458401.000.65340.6318473.8374.5918.24
United KingdomGBR199558612.000.63370.6419187.6474.4818.24
United KingdomGBR199658807.000.6410.6520066.2575.1917.95
United KingdomGBR199759014.000.61080.6521281.7874.6118.51
United KingdomGBR199859237.000.60380.6522326.8674.6019.81
United KingdomGBR199959501.000.61810.6523125.9075.8219.17
United KingdomGBR200059756.000.66090.6524252.4475.2019.43
GeorgiaGEO1994nananananana
GeorgiaGEO1995nananananana
GeorgiaGEO19965420.001.2627999780.244478.8374.121.91
GeorgiaGEO19975431.001.2975000140.184813.6280.784.21
GeorgiaGEO19985442.001.3898169990.194848.1477.006.35
GeorgiaGEO19995024.002.0245170590.205593.1281.663.60
GeorgiaGEO20005024.001.9761669640.225315.4374.174.07
GermanyGER199481422.001.62282.0919930.8968.4324.49
GermanyGER199581661.001.43312.0920676.8168.5224.15
GermanyGER199681896.001.50482.0721118.5769.2523.13
GermanyGER199782052.001.73412.0621638.7769.3422.90
GermanyGER199882029.001.75972.0522435.1969.2323.06
GermanyGER199982087.001.83582.0323142.7070.1522.68
GermanyGER200082168.002.12292.0223917.4469.4223.62
GhanaGHA199416639.55956.7108154256.951217.1777.446.39
GhanaGHA199517075.001200.428955354.681280.6775.485.50
GhanaGHA199617523.211637.232056504.181283.5578.286.19
GhanaGHA199718048.342050.166992624.521251.8386.147.36
GhanaGHA199818449.372314.146973677.541384.7880.446.57
GhanaGHA199918868.322669.299072788.041384.0986.466.18
GhanaGHA200019306.005455.0561521024.041375.8183.805.10
GuineaGIN19946425.74976.6364136206.192530.7189.2310.79
GuineaGIN19956591.00991.411499214.212581.7392.918.17
GuineaGIN19966755.781004.015991217.562707.9192.837.24
GuineaGIN19976921.561095.32605210.262848.2090.347.30
GuineaGIN19987086.121236.832031215.832897.8492.527.13
GuineaGIN19997250.521387.401001222.752949.7893.307.12
GuineaGIN20007415.001746.869995239.892961.0293.347.59
Gambia, TheGMB19941076.299.5755500793.061054.1588.708.37
Gambia, TheGMB19951111.009.5462503433.151042.7890.6810.01
Gambia, TheGMB19961145.889.788950923.201044.5690.7910.54
Gambia, TheGMB19971186.2610.200160033.101137.6088.527.74
Gambia, TheGMB19981223.8110.643099783.241119.0191.658.56
Gambia, TheGMB19991262.7111.39509013.161234.9491.877.42
Gambia, TheGMB20001303.0012.787630083.111329.3988.837.33
Guinea-BissauGNB19941059.38198.340606758.14758.7779.3413.86
Guinea-BissauGNB19951086.00278.03909384.26771.6782.6213.87
Guinea-BissauGNB19961111.92405.7449951122.84806.3781.9714.22
Guinea-BissauGNB19971125.99583.6691895156.62886.1178.3814.23
Guinea-BissauGNB19981149.33589.9515991162.29648.2084.3612.43
Guinea-BissauGNB19991173.38615.6990967167.26705.0379.677.60
Guinea-BissauGNB20001199.00711.9763184174.06737.6778.995.55
Equatorial GuineaGNQ1994388.88555.2047119194.20924.4573.0835.44
Equatorial GuineaGNQ1995399.00499.148407204.001005.5868.6637.99
Equatorial GuineaGNQ1996409.44511.5523987231.151394.9170.2858.13
Equatorial GuineaGNQ1997421.26583.6693726277.022493.9961.7431.64
Equatorial GuineaGNQ1998433.06589.9517822199.603105.0477.1741.79
Equatorial GuineaGNQ1999445.03615.6990967214.445638.6235.3226.65
Equatorial GuineaGNQ2000457.00711.9763184203.0310302.2826.8317.70
GreeceGRC199410426.00242.603200.0711647.5473.9719.13
GreeceGRC199510454.00231.663213.2312217.8879.4019.51
GreeceGRC199610475.90240.712224.1012750.9579.5520.44
GreeceGRC199710498.80273.058234.2513472.1778.6620.79
GreeceGRC199810516.40295.529243.1514095.3478.4621.77
GreeceGRC199910533.70305.647246.9814755.8278.1421.31
GreeceGRC200010557.90365.399252.0815557.8376.6022.84
GrenadaGRD199494.102.7000000481.654552.0467.3422.21
GrenadaGRD199594.502.7000000481.644814.8067.5119.21
GrenadaGRD199695.002.7000000481.685016.4270.4821.86
GrenadaGRD199795.502.7000000481.745124.0676.6223.37
GrenadaGRD199896.202.7000000481.765442.2176.2323.57
GrenadaGRD199997.002.7000000481.765962.3262.1722.30
GrenadaGRD200098.002.7000000481.766409.8266.0724.51
GuatemalaGTM19949715.295.7512011532.133600.2685.038.04
GuatemalaGTM19959976.005.8103427892.273768.1484.887.52
GuatemalaGTM199610243.436.0495128632.433838.6885.276.17
GuatemalaGTM199710517.006.0652689932.573983.4084.716.93
GuatemalaGTM199810799.006.3946528432.784119.2485.019.00
GuatemalaGTM199911088.407.3856101042.914192.4286.158.36
GuatemalaGTM200011385.307.7631587983.004334.5584.158.23
GuyanaGUY1994823.35138.290206936.082517.9473.8412.72
GuyanaGUY1995830.00141.989196840.602614.4668.5515.16
GuyanaGUY1996836.57140.37540.832868.7465.3014.17
GuyanaGUY1997749.05142.400802640.033537.1266.1513.93
GuyanaGUY1998752.43150.519195640.153571.7468.2312.71
GuyanaGUY1999756.34177.994995141.603833.3865.8310.25
GuyanaGUY2000nananananana
Hong KongHKG19945998.007.728416926.7824816.2366.9026.70
Hong KongHKG19956156.007.7358331687.0524736.9767.6331.41
Hong KongHKG19966311.007.7342538837.2425993.8267.2528.99
Hong KongHKG19976502.007.7420830737.4927076.4167.8230.70
Hong KongHKG19986645.607.7453331957.4425591.2466.1426.74
Hong KongHKG19996720.707.7575001727.1425668.8866.7221.79
Hong KongHKG20006797.007.7911667826.6827892.5064.4524.99
HondurasHND19945492.468.4087581632.681958.5075.6718.86
HondurasHND19955654.009.470987323.192082.6071.6518.05
HondurasHND19965818.0611.705300333.882116.8273.8516.40
HondurasHND19975939.4713.003470424.782165.3575.4516.86
HondurasHND19986098.9313.385020265.122249.3374.4016.12
HondurasHND19996258.4614.213170055.732133.9878.2917.23
HondurasHND20006417.0014.839200026.332164.4372.4320.37
CroatiaHRV1994nananananana
CroatiaHRV19954669.005.2299671173.126748.3562.0112.21
CroatiaHRV19964494.005.433800223.237427.9059.8815.33
CroatiaHRV19974446.616.1007170683.428134.9963.6119.18
CroatiaHRV19984396.576.3622918133.608702.4560.8016.66
CroatiaHRV19994374.517.1124448783.698846.6659.4615.94
CroatiaHRV20004380.008.2765645983.779547.1657.7015.27
HaitiHTI19947009.0415.039999963.691079.2388.652.31
HaitiHTI19957168.0015.109729773.621470.2693.863.19
HaitiHTI19967336.0015.701149943.681756.8195.192.59
HaitiHTI19977492.0016.654499053.592081.3490.212.13
HaitiHTI19987647.0016.765670783.602365.4394.751.96
HaitiHTI1999nananananana
HaitiHTI2000nananananana
HungaryHUN199410261.00105.1651.928297.3672.6317.51
HungaryHUN199510229.00125.68164.298536.6366.8019.24
HungaryHUN199610193.00152.64777.678707.7964.9021.78
HungaryHUN199710155.00186.78990.199325.1863.0722.42
HungaryHUN199810144.00214.402100.819864.1763.6924.66
HungaryHUN199910067.00237.146108.6310418.9464.6224.13
HungaryHUN200010024.00282.179117.9111062.9064.1325.47
IndonesiaIDN1994190847.972160.753906598.283355.2157.9319.86
IndonesiaIDN1995193976.002248.60791671.713489.0157.3024.37
IndonesiaIDN1996197156.482342.295898693.843891.2161.4921.19
IndonesiaIDN1997200390.292909.379883756.404136.5762.5420.99
IndonesiaIDN1998203678.3710013.620121199.673910.0262.1613.22
IndonesiaIDN1999207021.627855.1499021398.853831.6066.3710.13
IndonesiaIDN2000210420.998421.7753911521.374035.2764.7810.67
IndiaIND1994913600.0031.373739246.261815.4862.6311.92
IndiaIND1995929358.0232.427078256.731950.4259.4113.25
IndiaIND1996945611.7835.433170327.042117.8760.7411.93
IndiaIND1997962377.6636.313289647.112221.1360.0212.53
IndiaIND1998979672.9041.25936897.582348.0056.5912.88
IndiaIND1999997515.2043.055431377.702510.5654.3313.60
IndiaIND20001015923.0144.941608437.672683.6152.3813.18
IrelandIRL19943586.000.66860.6615388.7167.3017.26
IrelandIRL19953601.300.62370.6816978.9664.4418.75
IrelandIRL19963626.100.6250.6818494.3863.5819.71
IrelandIRL19973660.600.65960.7020658.6161.6220.97
IrelandIRL19983704.900.70230.7322433.9861.0822.95
IrelandIRL19993744.700.73920.7624653.4260.5421.15
IrelandIRL20003786.900.85480.7927197.0659.7821.55
IranIRN199458013.681748.750977417.124958.9265.289.50
IranIRN199558954.001747.927979586.755203.5959.4519.53
IranIRN199659925.111750.762939720.615333.1665.0913.45
IranIRN199760875.001752.921997827.175473.2365.4415.89
IranIRN199861850.001751.863037942.075447.3467.0918.23
IranIRN199962764.001752.931031075.705983.8463.6215.06
IranIRN200063664.001764.4300541167.047202.0456.0113.12
IcelandISL1994266.0069.944482.8019925.0066.7518.75
IcelandISL1995267.4064.691782.9620347.5667.7319.11
IcelandISL1996268.9066.583.8021476.4868.5822.01
IcelandISL1997270.9070.904384.5022896.9768.1022.78
IcelandISL1998273.8070.958385.6024715.0269.6027.09
IcelandISL1999277.2072.335387.4025732.6271.7424.78
IcelandISL2000281.3078.615988.9326928.5570.8527.57
IsraelISR19945399.003.0110549932.8114790.7258.2930.43
IsraelISR19955545.003.0112919813.0215650.5558.6430.91
IsraelISR19965692.003.1916499143.2616464.2458.6530.81
IsraelISR19975836.003.4493501193.4717241.0758.3327.69
IsraelISR19985963.003.8000750543.6517520.8359.0924.50
IsraelISR19996105.004.1397171023.7818091.9259.0025.51
IsraelISR20006233.214.0773329733.7719148.4458.2023.33
ItalyITA199457203.501612.441527.6118920.9570.3819.93
ItalyITA199557300.801628.931576.6319783.3969.2320.71
ItalyITA199657397.001542.951618.6920474.8869.1520.10
ItalyITA199757512.201703.11632.3021167.6670.0620.28
ItalyITA199857588.001736.211645.9821915.8270.6420.52
ItalyITA199957646.301817.441652.0222523.3471.2621.09
ItalyITA200057728.302101.631709.1122876.2862.0521.73
JamaicaJAM19942496.0033.0859298715.143503.1666.6621.96
JamaicaJAM19952522.1035.1421203618.003747.1665.9821.15
JamaicaJAM19962538.0037.1195602421.093804.1465.5020.48
JamaicaJAM19972554.0035.4044685429.863327.3054.9523.35
JamaicaJAM19982576.0036.5499992430.303441.7857.9220.38
JamaicaJAM19992590.0039.0435218832.503413.8357.4920.35
JamaicaJAM20002633.0042.7011413635.103464.2657.6620.53
JordanJOR19944060.840.6987642050.283780.0358.3219.36
JordanJOR19954195.000.7003775240.283929.7554.8318.85
JordanJOR19964314.230.7089999910.293747.7759.0317.44
JordanJOR19974459.120.7089999910.293974.3457.5914.17
JordanJOR19984597.350.7089999910.304063.3959.5811.84
JordanJOR19994739.870.7089999910.294203.9259.439.98
JordanJOR20004886.810.7089999910.284282.2263.1810.74
JapanJPN1994124960.00102.208176.4822302.1160.8531.36
JapanJPN1995125570.0094.0596172.5922967.1260.9831.58
JapanJPN1996125864.00108.779168.7724046.5160.8732.71
JapanJPN1997126166.00120.991167.2124737.4460.6632.31
JapanJPN1998126486.00130.905165.3724661.4361.8330.15
JapanJPN1999126686.00113.907161.7424979.2462.8728.94
JapanJPN2000126919.00107.765156.0825924.3961.6229.75
KazakhstanKAZ199416297.0035.538330084.455853.5670.8517.12
KazakhstanKAZ199516066.0060.9500007611.155662.0764.0010.68
KazakhstanKAZ199615921.0067.3033294715.155882.1869.887.31
KazakhstanKAZ199715334.4075.437516.866212.4672.017.77
KazakhstanKAZ199815073.0078.3033294717.986003.1176.827.38
KazakhstanKAZ199914927.00119.523300219.027094.6470.687.50
KazakhstanKAZ200014869.00142.133300821.098331.2960.887.14
KenyaKEN199426506.7956.0505790712.811180.0572.507.09
KenyaKEN199527216.0051.4298286413.961225.4879.517.74
KenyaKEN199627918.1057.1148681614.861268.6178.647.74
KenyaKEN199728043.0058.7318382316.041342.5182.147.57
KenyaKEN199828726.0060.3666992217.701327.7181.717.89
KenyaKEN199929416.0070.3262176519.181286.8678.157.75
KenyaKEN200030092.0076.1755371120.051316.2680.127.54
KyrgyzstanKGZ19944473.0010.841679570.823296.8062.553.27
KyrgyzstanKGZ19954514.0010.821880341.292771.8362.987.21
KyrgyzstanKGZ19964576.0012.809559821.972595.9666.2311.17
KyrgyzstanKGZ19974681.0017.36248972.332817.5955.3810.24
KyrgyzstanKGZ19984797.0020.837570192.682663.5568.527.19
KyrgyzstanKGZ19994864.6039.007728583.432922.3962.817.92
KyrgyzstanKGZ20004915.0047.703830723.993205.1160.336.97
CambodiaKHM199410367.142545.25550.011087.3486.183.98
CambodiaKHM199510695.322450.833008596.211183.7091.894.65
CambodiaKHM199610968.052624.083008623.521217.9090.505.54
CambodiaKHM199711236.772946.25622.341300.7284.465.14
CambodiaKHM199811498.003744.416992727.291284.9286.295.76
CambodiaKHM199911756.713807.833008752.211296.9986.416.45
CambodiaKHM2000nananananana
St. Kitts & NevisKNA199441.192.7000000481.549481.7640.8219.36
St. Kitts & NevisKNA199541.002.7000000481.4310692.0348.4118.19
St. Kitts & NevisKNA199640.882.7000000481.3911661.9850.7917.94
St. Kitts & NevisKNA199740.822.7000000481.4412643.5843.9517.17
St. Kitts & NevisKNA199840.822.7000000481.4712949.7243.9116.42
St. Kitts & NevisKNA199940.882.7000000481.3914272.9548.2013.23
St. Kitts & NevisKNA200041.002.7000000481.4114627.3047.4716.49
Korea, Republic ofKOR199444642.00803.446584.4112396.2954.9040.23
Korea, Republic ofKOR199545093.00771.273617.7013547.4555.3140.50
Korea, Republic ofKOR199645545.00804.453641.6414319.8956.5441.64
Korea, Republic ofKOR199745991.00951.289670.2814704.0357.4837.65
Korea, Republic ofKOR199846430.001401.44702.5913622.0155.7424.66
Korea, Republic ofKOR199946858.001188.82709.1014528.7358.1529.05
Korea, Republic ofKOR200047275.001130.96732.2914936.6957.1230.78
KuwaitKWT1994nananananana
KuwaitKWT1995nananananana
KuwaitKWT19961697.000.2994086150.2323385.9352.029.92
KuwaitKWT1997nananananana
KuwaitKWT1998nananananana
KuwaitKWT1999nananananana
KuwaitKWT2000nananananana
LaosLAO1994nananananana
LaosLAO1995nananananana
LaosLAO19964725.58921.0217285267.901367.3162.2321.23
LaosLAO1997nananananana
LaosLAO1998nananananana
LaosLAO1999nananananana
LaosLAO2000nananananana
LebanonLBN19943929.731680.072998952.264075.21116.1617.47
LebanonLBN19954005.001621.4129641011.424448.56112.0617.75
LebanonLBN19964077.011571.443971016.534927.15106.1915.82
LebanonLBN19974145.531539.4499511070.965158.00102.2713.80
LebanonLBN19984210.341516.1319581104.625306.5790.8214.94
LebanonLBN19994271.231507.8439941033.705660.0484.8210.30
LebanonLBN20004328.001507.5942.166089.2676.508.18
St. LuciaLCA1994142.702.7000000481.675858.9372.3314.08
St. LuciaLCA1995145.402.7000000481.686214.0271.0210.71
St. LuciaLCA1996147.002.7000000481.676267.6873.6112.28
St. LuciaLCA1997149.672.7000000481.686238.9774.3614.19
St. LuciaLCA1998151.952.7000000481.746397.5673.6613.44
St. LuciaLCA1999153.702.7000000481.786578.3476.5514.36
St. LuciaLCA2000156.002.7000000481.796822.9874.8113.69
Sri LankaLKA199417865.0049.4151382411.542813.2977.4212.51
Sri LankaLKA199518112.0051.2515907312.342991.1877.7911.87
Sri LankaLKA199618300.0055.271438613.133201.4374.7111.39
Sri LankaLKA199718552.0058.9946098315.253145.9470.2811.99
Sri LankaLKA199818774.0064.4501190215.823429.3269.2812.46
Sri LankaLKA199919043.0070.6354522716.293564.6570.3912.49
Sri LankaLKA200019359.0077.0051193216.893840.7767.6112.51
LesothoLSO19941885.183.5507979391.131266.47104.3432.80
LesothoLSO19951926.003.627084971.261270.7497.1441.61
LesothoLSO19961968.334.2993488311.421319.9693.7547.20
LesothoLSO19971944.714.6079621321.671449.8890.2544.58
LesothoLSO19981978.095.5282840731.741430.2083.3638.40
LesothoLSO19992008.246.1094841961.961413.2175.5137.52
LesothoLSO20002035.006.9398279192.051492.2764.6336.22
LithuaniaLTU19943721.003.9777500630.706514.5571.038.23
LithuaniaLTU19953715.0041.086031.8364.5913.76
LithuaniaLTU19963709.0041.316495.2566.3413.42
LithuaniaLTU19973705.5941.437211.7566.5616.09
LithuaniaLTU19983703.0041.467925.1964.1616.26
LithuaniaLTU19993699.0041.497759.5768.0614.95
LithuaniaLTU20003695.0041.468396.6666.3512.98
LuxembourgLUX1994403.8033.456539.7931897.3050.3024.06
LuxembourgLUX1995412.8029.4838.2733757.3059.2123.86
LuxembourgLUX1996418.3030.961538.2635144.2459.8923.68
LuxembourgLUX1997423.7035.773938.2438908.9256.3524.85
LuxembourgLUX1998429.2036.298638.2441716.9954.6523.34
LuxembourgLUX1999435.7037.864138.5444322.4453.3525.10
LuxembourgLUX2000441.4043.784938.3848967.5649.5823.48
LatviaLVA19942548.000.5597500210.145612.6062.486.91
LatviaLVA19952516.000.5275833010.165962.0957.2110.00
LatviaLVA19962491.000.5507500170.186194.1362.7310.41
LatviaLVA19972469.000.5809167030.206596.2263.6311.18
LatviaLVA19982449.000.5898333190.217042.5264.9414.59
LatviaLVA19992410.000.5851666930.217625.3465.0912.42
LatviaLVA20002372.000.606500030.228305.2264.5911.85
MacaoMAC1994418.778.0500001915.8321866.9334.8522.02
MacaoMAC1995430.008.0500001915.9023365.0433.6918.33
MacaoMAC1996440.918.0500001915.6623350.4334.9813.82
MacaoMAC1997418.007.9752922065.8222959.6838.8014.72
MacaoMAC1998426.007.9787669185.5821820.7540.3712.89
MacaoMAC1999434.007.9918498995.2521517.9241.4712.01
MacaoMAC2000438.008.0258998874.9223118.1139.248.25
MoroccoMAR199425926.009.202714923.073512.9882.809.66
MoroccoMAR199526386.008.5402364733.173362.4781.3211.29
MoroccoMAR199626848.008.7158756263.123808.4882.289.56
MoroccoMAR199727310.009.5271072392.983903.3577.1910.08
MoroccoMAR199827775.009.6044158942.874308.9377.3811.45
MoroccoMAR199928238.009.8044185642.854299.6176.7310.55
MoroccoMAR200028705.0010.625639922.884299.2476.1212.22
MoldovaMDA1994nananananana
MoldovaMDA19954339.004.4958000180.642316.8365.5910.32
MoldovaMDA19964325.004.6044831280.802264.2070.629.49
MoldovaMDA19974312.004.623582840.842457.1069.898.85
MoldovaMDA19984299.005.3706998830.922294.6680.259.57
MoldovaMDA19994290.0010.515810011.362111.2276.578.84
MoldovaMDA20004282.0012.434220311.692212.2394.108.70
MadagascarMDG199412915.043067.335938909.03778.1091.642.62
MadagascarMDG199513300.004265.6318361292.75784.2591.302.62
MadagascarMDG199613717.554061.2519531479.40799.0690.082.83
MadagascarMDG199714148.205090.886231566.28818.5991.842.69
MadagascarMDG199814592.385441.3979491675.00836.6791.792.76
MadagascarMDG199915050.506283.7749021819.92862.3392.842.72
MadagascarMDG200015523.006767.4809571925.96876.6893.583.23
MexicoMEX199489352.003.37512.107572.1776.8121.08
MexicoMEX199590903.006.41942.887028.2075.6714.42
MexicoMEX199692450.007.59953.727344.1474.2316.85
MexicoMEX199793990.007.91854.307861.6973.8819.70
MexicoMEX199895521.009.1364.958141.7475.2320.74
MexicoMEX199997428.009.56045.548497.6874.7920.45
MexicoMEX200097221.009.45565.759710.9967.0920.83
MacedoniaMKD19941947.0043.2631797816.974113.1976.928.90
MacedoniaMKD19951966.0037.8817596419.354445.4770.6913.15
MacedoniaMKD19961980.0039.981079119.474571.2172.6412.67
MacedoniaMKD19971996.8750.0035514819.824686.6273.3712.53
MacedoniaMKD19982015.0054.4617309620.134816.1974.2612.49
MacedoniaMKD19992017.0056.9018287719.835236.6472.0410.40
MacedoniaMKD20002031.0065.9038696320.995506.4781.7610.03
MaliMLI19949449.71555.2047119146.93703.6892.977.57
MaliMLI19959705.00499.148407160.86788.5185.677.24
MaliMLI19969993.35511.5523987168.02812.3386.577.79
MaliMLI199710089.80583.6693726161.44888.9579.256.41
MaliMLI199810333.64589.9517822163.33908.8680.316.42
MaliMLI199910583.65615.6990967155.48959.5579.556.17
MaliMLI200010840.00711.9763184151.60995.5277.076.36
MaltaMLT1994368.000.3779211040.2610923.1963.9620.61
MaltaMLT1995371.000.3530587850.2512309.9266.0821.43
MaltaMLT1996373.000.36045590.2413226.5068.2718.81
MaltaMLT1997383.000.3859660920.2414136.2466.6416.58
MaltaMLT1998385.000.3884595040.2414977.6266.6514.55
MaltaMLT1999nananananana
MaltaMLT2000nananananana
MongoliaMNG1994nananananana
MongoliaMNG1995nananananana
MongoliaMNG19962497.75548.4033203185.331268.4862.9816.64
MongoliaMNG1997nananananana
MongoliaMNG1998nananananana
MongoliaMNG1999nananananana
MongoliaMNG2000nananananana
MozambiqueMOZ199415420.006038.5878911070.88809.6799.673.52
MozambiqueMOZ199515820.009024.3330081713.10784.4699.744.36
MozambiqueMOZ199616230.0011293.752322.23853.5597.803.66
MozambiqueMOZ199716630.0011772.629882539.50942.6593.823.33
MozambiqueMOZ199816965.0012110.20022696.711026.0291.564.20
MozambiqueMOZ199917299.0013028.589842868.801046.8097.525.90
MozambiqueMOZ200017691.0015447.139652986.651113.4396.094.68
MauritaniaMRT19942264.96123.574996940.951367.8774.246.87
MauritaniaMRT19952329.00129.768295346.391285.7878.298.14
MauritaniaMRT19962394.35137.221694949.671265.9877.759.95
MauritaniaMRT19972415.46151.85330251.801327.7975.6511.01
MauritaniaMRT19982493.12188.475799655.681357.3579.5810.35
MauritaniaMRT19992576.18209.514205954.691425.5677.378.64
MauritaniaMRT2000nananananana
MauritiusMUS19941113.0017.960369115.6010096.1284.3113.65
MauritiusMUS19951122.0017.386320115.5611067.2481.2710.62
MauritiusMUS19961134.0017.948070535.7611808.2880.1010.40
MauritiusMUS19971147.7121.057260516.1612226.8581.4912.79
MauritiusMUS19981159.7323.992649086.2813440.9079.1311.83
MauritiusMUS19991174.4025.185810096.6513632.8982.1311.14
MauritiusMUS20001186.1426.24955946.7314405.6981.3311.34
MalawiMWI19949493.118.7364053732.28476.4583.598.97
MalawiMWI19959757.0015.283740043.65637.5388.525.03
MalawiMWI199610016.0015.308469774.82718.1295.964.62
MalawiMWI19979664.9316.444179535.17833.0696.644.56
MalawiMWI19989884.0031.072679526.95785.6291.854.35
MalawiMWI199910097.5044.088138589.58824.82100.704.49
MalawiMWI200010311.0059.543811812.13807.7493.583.75
MalaysiaMYS199420103.262.6242570881.247617.4351.1131.97
MalaysiaMYS199520609.862.5044040681.278381.0350.7134.74
MalaysiaMYS199621129.232.515943051.319165.7849.1333.18
MalaysiaMYS199721667.002.8131918911.349688.6748.2034.40
MalaysiaMYS199822180.003.9243750571.2510191.9240.8718.06
MalaysiaMYS199922710.003.7999999521.2710435.7834.8518.26
MalaysiaMYS200023270.003.7999999521.559421.5030.0321.70
NamibiaNAM19941502.853.5507979391.654398.6356.9811.87
NamibiaNAM19951543.003.627084971.814336.0058.9410.53
NamibiaNAM19961582.994.2993488311.994354.8559.4511.40
NamibiaNAM19971647.524.6079621322.334421.2461.6910.19
NamibiaNAM19981681.825.5282840732.534567.8160.9213.25
NamibiaNAM19991718.276.1094841962.674772.4158.5911.67
NamibiaNAM2000nananananana
NigerNER19948842.09555.2047119122.62801.6977.074.13
NigerNER19959150.00499.148407126.81809.7078.252.99
NigerNER19969469.07511.5523987134.38799.4081.473.92
NigerNER19979770.24583.6693726138.02798.7080.444.25
NigerNER199810120.12589.9517822143.64841.3482.784.39
NigerNER199910475.80615.6990967136.84866.4179.183.74
NigerNER200010832.00711.9763184133.32902.2883.323.85
NigeriaNGA1994108012.5721.9960002915.94719.1472.8712.76
NigeriaNGA1995111270.0021.8952598623.53755.8975.4611.04
NigeriaNGA1996114495.5121.8844299326.61926.0961.199.82
NigeriaNGA1997117680.7521.8860492725.87964.8873.979.61
NigeriaNGA1998120817.2621.8859996828.64816.1581.1311.54
NigeriaNGA1999123896.5292.3380966232.58795.7469.8216.31
NigeriaNGA2000126910.00101.697303839.93826.4731.8922.19
NicaraguaNIC19944304.716.7228751181.671711.6984.6010.13
NicaraguaNIC19954426.007.5455918311.751838.3782.7011.31
NicaraguaNIC19964548.058.4355001452.071772.6380.2812.71
NicaraguaNIC19974680.479.4480829242.561553.2894.5316.80
NicaraguaNIC19984810.2910.581919672.731666.0696.2817.16
NicaraguaNIC19994940.7411.809249882.941800.77104.7321.48
NicaraguaNIC20005071.0012.684390073.081947.2292.2117.88
NetherlandsNLD199415381.001.822.1019638.7662.6021.10
NetherlandsNLD199515460.001.60572.0920607.3262.1421.85
NetherlandsNLD199615526.001.68592.0921430.5062.5521.93
NetherlandsNLD199715607.001.95132.0922582.8462.2322.35
NetherlandsNLD199815703.001.98372.1023648.7662.8422.34
NetherlandsNLD199915809.002.06852.1324483.2363.7622.37
NetherlandsNLD200015920.002.39192.1625758.8362.7322.47
NorwayNOR19944337.007.05769.2021746.5160.6125.84
NorwayNOR19954358.006.33529.2623015.9259.8027.17
NorwayNOR19964381.006.44989.3124937.0658.9525.94
NorwayNOR19974405.007.07349.3526615.1457.9128.41
NorwayNOR19984432.007.54519.5626317.2161.3031.31
NorwayNOR19994462.007.79929.7227622.5260.5826.91
NorwayNOR20004491.008.80189.8932057.2953.4524.48
NepalNPL199420753.4549.397518168.221168.2069.4017.03
NepalNPL199521272.0051.890331278.441222.3067.8318.06
NepalNPL199621794.6856.691951758.991272.3170.3718.83
NepalNPL199721444.8858.009548199.461380.5070.7917.36
NepalNPL199821965.4265.975791939.661415.7170.4216.56
NepalNPL199922498.0468.2393722510.291476.5570.4913.26
NepalNPL200023043.0071.0938034110.511564.8367.2716.02
New ZealandNZL19943602.001.68651.4916302.7468.1921.95
New ZealandNZL19953656.001.52391.4817075.0467.7123.36
New ZealandNZL19963714.001.45491.4717707.2668.1923.38
New ZealandNZL19973761.001.51241.4817945.2969.1622.06
New ZealandNZL19983792.001.86831.4818085.4470.5020.99
New ZealandNZL19993811.001.88961.4619007.0370.1222.69
New ZealandNZL20003831.002.20121.4620008.2967.6422.33
OmanOMN1994nananananana
OmanOMN1995nananananana
OmanOMN19962173.000.3844999970.2016667.8858.288.08
OmanOMN1997nananananana
OmanOMN1998nananananana
OmanOMN1999nananananana
OmanOMN2000nananananana
PakistanPAK1994119401.8529.877840047.441768.4471.2911.40
PakistanPAK1995122374.9530.929689418.171878.3271.4611.09
PakistanPAK1996125409.8535.265731818.761951.6674.0211.07
PakistanPAK1997128457.3140.917919169.621962.2576.3610.48
PakistanPAK1998131582.0044.942840589.932048.3973.7210.08
PakistanPAK1999134790.0049.1183395410.442085.4177.288.68
PakistanPAK2000138080.0053.6481895410.692157.8674.048.81
PanamaPAN19942585.2410.555441.8758.4723.68
PanamaPAN19952631.0010.555453.2558.2426.17
PanamaPAN19962674.0010.545670.9257.9426.54
PanamaPAN19972719.0010.506002.1061.2425.19
PanamaPAN19982764.0010.516217.6965.5526.58
PanamaPAN19992811.0010.516336.4263.0728.71
PanamaPAN20002856.0010.526650.2062.2526.65
PeruPER199423149.982.1949999331.194009.2770.8119.94
PeruPER199523532.002.2533330921.294373.1170.2322.00
PeruPER199623947.002.4533329011.414434.0870.8820.86
PeruPER199724371.002.6641669271.364734.2269.4022.28
PeruPER199824801.002.9300000671.454629.3070.3521.78
PeruPER199925230.003.3833329681.494627.9770.0618.43
PeruPER200025661.003.490000011.524799.3069.5317.44
PhilippinesPHL199468661.4926.417169578.742822.8673.0515.89
PhilippinesPHL199570267.0025.714469919.142968.2074.7115.56
PhilippinesPHL199671899.0026.216100699.683122.2975.2516.42
PhilippinesPHL199771324.6829.4706592610.193344.3075.7417.48
PhilippinesPHL199872775.4540.8930511510.853415.2876.5413.95
PhilippinesPHL199974194.8839.0889816311.243726.8971.8312.22
PhilippinesPHL200075580.0044.192249311.014064.7067.1211.63
Papua New GuineaPNG19944201.861.0113400220.314188.1650.165.76
Papua New GuineaPNG19954301.001.2798420190.393800.1662.678.42
Papua New GuineaPNG19964400.901.3190749880.453529.3554.2612.65
Papua New GuineaPNG19974760.731.437971950.433423.7360.9211.06
Papua New GuineaPNG19984882.812.0735919480.493311.2359.269.46
Papua New GuineaPNG19995005.922.5707728860.553313.2663.019.54
Papua New GuineaPNG2000nananananana
PolandPOL199438544.002.27230.886623.4476.0614.85
PolandPOL199538588.002.4251.117204.2272.9117.34
PolandPOL199638618.002.69611.307712.8575.0819.53
PolandPOL199738650.003.27931.488250.2675.6221.50
PolandPOL199838666.003.47541.648727.1475.7522.38
PolandPOL199938654.003.96711.749150.8277.1822.24
PolandPOL200038646.004.34611.849661.3667.2124.35
Puerto RicoPRI1994nananananana
Puerto RicoPRI1995nananananana
Puerto RicoPRI19963733.0010.839765.6596.1122.95
Puerto RicoPRI19973805.0010.8510048.2696.6125.16
Puerto RicoPRI19983833.0010.8710590.0995.5523.29
Puerto RicoPRI1999nananananana
Puerto RicoPRI2000nananananana
PortugalPRT19949902.80165.993122.0012435.1262.8620.71
PortugalPRT19959916.80151.106126.5712907.0072.3823.85
PortugalPRT19969926.90154.244129.1713523.0872.4823.73
PortugalPRT19979940.70175.312131.8814268.5372.2125.41
PortugalPRT19989968.70180.104134.3715165.2272.3326.62
PortugalPRT19999990.00188.178133.2116302.3261.6726.46
PortugalPRT200010005.00217.603135.1517088.9660.7427.22
ParaguayPRY19944711.891911.545044610.275209.5072.5612.24
ParaguayPRY19954828.001970.400024698.175236.2172.8412.89
ParaguayPRY19964955.002062.783936751.375342.3971.6112.43
ParaguayPRY19975085.002177.863037838.304909.9779.8713.06
ParaguayPRY19985219.002726.48999941.074766.3980.8812.43
ParaguayPRY19995358.843119.072998955.204723.7977.1211.63
ParaguayPRY20005496.003486.353027993.264801.3077.1411.06
QatarQAT1994nananananana
QatarQAT1995nananananana
QatarQAT1996693.003.6400001052.4919843.9150.1013.25
QatarQAT1997nananananana
QatarQAT1998nananananana
QatarQAT1999nananananana
QatarQAT2000nananananana
RomaniaROM199422731.001655.08606499.954377.7572.1313.89
RomaniaROM199522681.002033.276001676.224699.6677.5512.60
RomaniaROM199622608.003084.218018962.084983.7683.0811.64
RomaniaROM199722554.007167.9428712345.914787.4182.2711.50
RomaniaROM199822503.008875.5761723402.874848.8683.9410.65
RomaniaROM199922457.9915332.839844983.814818.3581.4710.12
RomaniaROM200022435.0021708.72077059.265023.5381.0311.18
RussiaRUS1994148336.002.1907498840.557499.8649.5118.33
RussiaRUS1995148140.994.5591502191.477068.7460.7317.40
RussiaRUS1996147739.015.120832922.047106.7963.8613.72
RussiaRUS1997147304.005.7848329542.307297.9566.6813.05
RussiaRUS1998146899.019.7050828932.647086.3967.739.20
RussiaRUS1999146308.9924.61993984.038074.7057.358.81
RussiaRUS2000145555.0128.129169464.859995.9154.748.79
RwandaRWA19946230.00194.51750.39529.48132.164.48
RwandaRWA19956400.00262.197509870.67746.3492.773.08
RwandaRWA19966727.00306.820007377.90823.2589.713.21
RwandaRWA19977895.18301.529785284.13847.7991.443.72
RwandaRWA19988105.00312.314086985.32914.2289.344.22
RwandaRWA19998310.00333.941894582.25944.8685.723.46
RwandaRWA20008508.00389.696197584.20976.1683.863.22
Saudi ArabiaSAU1994nananananana
Saudi ArabiaSAU1995nananananana
Saudi ArabiaSAU199619409.003.7449998862.2212245.5746.998.88
Saudi ArabiaSAU1997nananananana
Saudi ArabiaSAU1998nananananana
Saudi ArabiaSAU1999nananananana
Saudi ArabiaSAU2000nananananana
SudanSDN1994nananananana
SudanSDN1995nananananana
SudanSDN199627160.681250.791992328.141159.2679.219.57
SudanSDN1997nananananana
SudanSDN1998nananananana
SudanSDN1999nananananana
SudanSDN2000nananananana
SenegalSEN19948110.87555.2047119182.521363.8081.266.60
SenegalSEN19958330.00499.148407189.551421.7982.136.41
SenegalSEN19968557.01511.5523987187.901477.7083.676.66
SenegalSEN19978777.14583.6693726189.051545.1983.826.55
SenegalSEN19989032.38589.9517822188.741608.4083.677.44
SenegalSEN19999286.27615.6990967190.871650.8186.216.91
SenegalSEN20009530.00711.9763184194.261680.9786.917.14
SingaporeSGP19943421.001.5274440051.4621361.8638.3439.92
SingaporeSGP19953526.001.4173749691.4423306.6036.5141.32
SingaporeSGP19963670.001.4100409751.4124938.8534.7443.93
SingaporeSGP19973794.001.4848059421.4126755.9033.9245.56
SingaporeSGP19983923.001.6736019851.3526322.4832.8740.05
SingaporeSGP19993952.001.6949570181.3926470.2934.7437.74
SingaporeSGP20004018.001.7239630221.3828643.5934.7937.72
Sierra LeoneSLE19944399.00586.7396851130.03951.9081.944.55
Sierra LeoneSLE19954510.00755.2158203163.60885.2492.023.21
Sierra LeoneSLE19964630.00920.7324829203.31921.2298.935.27
Sierra LeoneSLE1997nananananana
Sierra LeoneSLE19984830.481563.618042288.65780.8594.564.22
Sierra LeoneSLE1999nananananana
Sierra LeoneSLE20005031.002092.125361.48733.5493.123.91
El SalvadorSLV19945540.868.7287502293.353816.3789.039.81
El SalvadorSLV19955669.008.7545833593.544143.5989.3110.35
El SalvadorSLV19965798.008.7550001143.694235.7988.777.79
El SalvadorSLV19975911.008.7562503813.744408.4187.057.90
El SalvadorSLV19986035.008.7550001143.884483.9986.729.28
El SalvadorSLV19996153.748.7550001143.864592.3987.768.34
El SalvadorSLV20006276.008.7550001144.004622.3789.268.87
Sao Tome and PrincipeSTP1994128.65732.6281738207.811357.60102.7618.97
Sao Tome and PrincipeSTP1995132.001420.340942378.051294.79114.3117.42
Sao Tome and PrincipeSTP1996135.292203.164063573.951272.02106.5618.71
Sao Tome and PrincipeSTP1997nananananana
Sao Tome and PrincipeSTP1998141.706883.2431641546.811284.0475.4517.81
Sao Tome and PrincipeSTP1999144.907118.9580081797.051284.2774.9618.08
Sao Tome and PrincipeSTP2000148.007978.1718751908.791316.8174.0018.08
Slovak RepublicSVK19945347.0032.04489.659036.7565.4916.74
Slovak RepublicSVK19955364.0029.713410.529675.5665.9121.68
Slovak RepublicSVK19965374.0030.653711.299992.8770.1627.02
Slovak RepublicSVK19975383.0033.616211.8510753.5770.3726.01
Slovak RepublicSVK19985391.0035.233411.7711835.6056.4727.91
Slovak RepublicSVK19995395.8041.362812.4912102.0855.9824.51
Slovak RepublicSVK20005401.0046.035213.0212618.5352.2224.78
SloveniaSVN19941988.90128.808593879.9711662.1253.2119.87
SloveniaSVN19951990.00118.518501389.0312574.9654.4623.11
SloveniaSVN19961991.00135.364303697.2713151.5154.3223.23
SloveniaSVN19971985.96159.6882935103.9614143.0253.2424.14
SloveniaSVN19981982.60166.134201108.9315067.3452.8225.35
SloveniaSVN19991985.50181.7691956113.4316198.3153.2727.82
SloveniaSVN20001988.00222.6560974119.6916983.3851.1327.60
SwedenSWE19948781.007.7169.4419256.7269.4818.48
SwedenSWE19958827.007.13339.5020438.3066.8319.46
SwedenSWE19968841.006.7069.5220864.5567.5018.93
SwedenSWE19978846.007.63499.5821521.1367.2718.59
SwedenSWE19988851.007.94999.5822475.3167.5619.56
SwedenSWE19998858.008.26249.6423477.2767.9319.51
SwedenSWE20008871.009.16229.6024628.4450.1420.60
SwazilandSWZ1994nananananana
SwazilandSWZ1995nananananana
SwazilandSWZ1996928.554.2993488311.095175.4371.2218.45
SwazilandSWZ1997959.704.6079621321.394773.6170.8820.40
SwazilandSWZ1998990.465.5282840731.514839.6169.0721.30
SwazilandSWZ19991019.476.1094841961.634928.8570.4718.63
SwazilandSWZ20001045.006.9398279191.775046.7270.8718.87
SeychellesSYC199473.925.0558581354.028216.6642.5616.11
SeychellesSYC199575.304.7619748123.449352.8352.6316.28
SeychellesSYC199676.544.9699831013.509422.0145.2028.23
SeychellesSYC199777.325.0263419153.3810332.3057.5418.98
SeychellesSYC199878.855.2621917722.8812334.4773.0916.45
SeychellesSYC199980.035.3425831793.3511454.2365.6417.61
SeychellesSYC200081.235.713817123.7111644.4262.1814.50
SyriaSYR199413713.8011.2250003810.873391.8774.7411.94
SyriaSYR199514112.0011.2250003810.563819.4470.8610.43
SyriaSYR199614505.9911.2250003811.373971.0970.939.15
SyriaSYR199715015.0011.2250003812.194071.7367.458.26
SyriaSYR199815402.0011.2250003812.024263.7267.967.89
SyriaSYR199915792.0011.2250003812.454176.4965.987.66
SyriaSYR200016189.0011.2250003812.834337.7860.577.00
ChadTCD19946463.87555.2047119104.70802.6790.137.87
ChadTCD19956707.00499.148407122.82871.6585.244.67
ChadTCD19966893.71511.5523987136.07885.9084.436.47
ChadTCD19977085.62583.6693726132.56936.6884.766.29
ChadTCD19987282.87589.9517822146.16938.4886.656.97
ChadTCD19997485.61615.6990967132.56970.4585.944.83
ChadTCD20007694.00711.9763184135.74959.4179.786.70
TogoTGO19943990.00555.2047119163.22838.1268.929.01
TogoTGO19954110.00499.148407186.59850.5069.319.94
TogoTGO19964230.00511.5523987201.70884.7471.3912.18
TogoTGO19974135.17583.6693726216.81976.0683.5210.62
TogoTGO19984258.14589.9517822199.34983.7477.3212.72
TogoTGO19994388.60615.6990967200.06995.4876.5811.32
TogoTGO20004527.00711.9763184207.24926.0477.4512.32
ThailandTHA199458718.0025.1499500310.256019.2049.7641.04
ThailandTHA199559401.0024.9151802110.646637.2550.8642.04
ThailandTHA199660003.0025.3426799810.837093.7250.6041.49
ThailandTHA199759370.4731.3643302911.277051.2551.8433.08
ThailandTHA199859793.5041.3593902612.306410.1751.0417.75
ThailandTHA199960245.8037.8136596711.856477.3153.0418.58
ThailandTHA200060728.0040.1118011511.886715.3153.4620.87
TajikistanTJK1994nananananana
TajikistanTJK1995nananananana
TajikistanTJK19965927.00295.546.95985.6967.3711.96
TajikistanTJK19976017.000.5623332860.071215.8568.698.66
TajikistanTJK19986127.000.7766249780.141234.3083.126.86
TajikistanTJK19996156.001.2377920150.171278.5371.908.41
TajikistanTJK20006170.002.0762500760.211379.6975.949.09
TurkmenistanTKM1994nananananana
TurkmenistanTKM1995nananananana
TurkmenistanTKM19964598.003978.225098449.044533.3339.0540.47
TurkmenistanTKM1997nananananana
TurkmenistanTKM1998nananananana
TurkmenistanTKM1999nananananana
TurkmenistanTKM2000nananananana
Trinidad&TobagoTTO19941253.515.9249291422.808361.0858.8312.99
Trinidad&TobagoTTO19951262.005.9477958682.739177.1561.439.78
Trinidad&TobagoTTO19961270.176.0050659182.839481.5663.4810.14
Trinidad&TobagoTTO19971277.746.251677993.498211.9169.7517.97
Trinidad&TobagoTTO19981285.146.2983078963.548426.1574.7414.06
Trinidad&TobagoTTO19991292.756.2989001272.9811192.6872.848.36
Trinidad&TobagoTTO20001301.006.2997970582.7613720.5769.767.43
TunisiaTUN19948823.691.0115540030.345214.3976.1712.71
TunisiaTUN19958957.500.9457499980.365343.9576.8512.78
TunisiaTUN19969089.300.9734082820.365830.0577.4813.06
TunisiaTUN19979215.001.1059080360.376077.8478.1113.12
TunisiaTUN19989333.301.1387250420.386352.5879.2712.98
TunisiaTUN19999455.901.1862250570.396787.7878.7412.49
TunisiaTUN20009563.501.3706829550.397130.1578.5613.29
TurkeyTUR199460573.0029608.711092.725757.2869.0416.11
TurkeyTUR199561646.0045845.120693.486085.0068.5921.63
TurkeyTUR199662695.0081404.936675.476424.4270.8420.99
TurkeyTUR199763745.0015186564522.947010.8970.5521.49
TurkeyTUR199864789.00260724111801.757209.8869.1020.15
TurkeyTUR199965819.00418783168680.636972.8569.6518.07
TurkeyTUR200066835.00625218252226.947414.0269.1521.11
TaiwanTWN199421034.9026.459922.8013471.4362.6321.77
TaiwanTWN199521214.9926.489923.0714341.1562.8521.63
TaiwanTWN199621387.8127.459923.0315589.1062.4920.63
TaiwanTWN199721577.3828.722.9716827.6962.7521.83
TaiwanTWN199821777.1033.459923.1117742.8063.9321.96
TaiwanTWN1999nananananana
TaiwanTWN2000nananananana
TanzaniaTZA199428793.00509.6308899159.87437.3286.9711.15
TanzaniaTZA199529646.00574.7617188198.45452.3085.159.92
TanzaniaTZA199630487.82579.9766846235.95471.4085.458.62
TanzaniaTZA199731316.10612.1224976340.30433.0582.2310.42
TanzaniaTZA199832128.48664.6712036367.40449.6889.559.83
TanzaniaTZA199932922.57744.7590942412.84474.7088.058.90
TanzaniaTZA200033696.00800.4085083437.36490.1883.339.39
UgandaUGA199418599.39979.4453735332.78711.2178.672.92
UgandaUGA199519168.00968.916687342.81816.9378.143.53
UgandaUGA199619740.951046.084961362.94855.1580.103.64
UgandaUGA199720420.001083.009033380.43901.6176.783.29
UgandaUGA199821040.001240.30603387.35933.5378.373.17
UgandaUGA199921620.001454.827026397.011016.6383.853.22
UgandaUGA200022210.001644.474976410.331029.5785.063.57
UkraineUKR199451921.000.3275142010.045594.7754.2817.10
UkraineUKR199551531.001.4730750320.224724.5255.8811.12
UkraineUKR199651114.001.8294689660.364402.5256.489.03
UkraineUKR199750697.001.8616579770.424422.6556.859.34
UkraineUKR199850303.002.4495420460.454531.5257.659.36
UkraineUKR199949906.004.1304421420.544833.4654.198.80
UkraineUKR200049501.005.4402332310.685146.9654.369.68
UruguayURY19943194.725.0439171793.008572.8269.5012.00
UruguayURY19953218.006.3489999774.138630.7567.9012.65
UruguayURY19963241.527.9718332295.089285.2369.5911.58
UruguayURY19973265.009.4418325426.329912.4469.8511.79
UruguayURY19983289.0010.471920016.7210571.7770.6312.21
UruguayURY19993313.0011.339300166.8910379.1871.4911.06
UruguayURY20003337.0012.09959037.0710284.5971.8210.03
United StatesUSA1994260616.0011.0026834.1268.1120.90
United StatesUSA1995263073.0011.0027894.9268.1420.98
United StatesUSA1996265504.0011.0029193.9168.0521.58
United StatesUSA1997268087.0011.0030797.8467.4522.52
United StatesUSA1998270560.0011.0032230.1968.0822.89
United StatesUSA1999272996.0011.0033725.7768.8423.14
United StatesUSA2000275423.0011.0035618.6768.2624.25
UzbekistanUZB199422377.0011.41.242339.1755.7813.30
UzbekistanUZB199522785.0030.25.262529.1146.8813.69
UzbekistanUZB199623225.0041.18.602803.8255.539.33
UzbekistanUZB1997nananananana
UzbekistanUZB1998nananananana
UzbekistanUZB1999nananananana
UzbekistanUZB2000nananananana
St.Vincent & GrenadinesVCT1994110.372.7000000481.075555.2755.009.08
St.Vincent & GrenadinesVCT1995111.002.7000000481.056086.1746.909.66
St.Vincent & GrenadinesVCT1996111.682.7000000481.056432.0046.098.90
St.Vincent & GrenadinesVCT1997112.422.7000000481.106389.3657.149.77
St.Vincent & GrenadinesVCT1998113.222.7000000481.126729.9255.1010.36
St.Vincent & GrenadinesVCT1999114.082.7000000481.107033.3753.1710.42
St.Vincent & GrenadinesVCT2000115.002.7000000481.007847.4546.428.43
VenezuelaVEN199421377.00148.502700862.856458.3165.2210.43
VenezuelaVEN199521844.00176.842498894.976586.8764.4513.96
VenezuelaVEN199622311.00417.332489190.336916.3558.9011.65
VenezuelaVEN199722777.00488.6347961280.246785.2162.9415.71
VenezuelaVEN199823242.00547.5557861362.326229.5668.3416.95
VenezuelaVEN199923707.00605.7166748418.596298.2264.4013.85
VenezuelaVEN200024170.00679.9602051469.487232.4757.9913.54
VietnamVNM199471679.2410962.129881777.341339.8973.4412.60
VietnamVNM199572980.0011034.919922079.011471.0775.0113.98
VietnamVNM199674300.0011032.599612108.211651.5679.0614.90
VietnamVNM199775460.0011683.330082049.032032.7277.9113.19
VietnamVNM1998nananananana
VietnamVNM1999nananananana
VietnamVNM2000nananananana
YemenYEM199414785.0012.0100002321.33859.2849.135.30
YemenYEM199515250.0040.8391799936.10815.7355.436.58
YemenYEM199615692.2594.1566696252.23801.6366.806.82
YemenYEM199716139.48129.280807550.391093.1850.506.38
YemenYEM199816599.45135.881698643.991161.4056.056.27
YemenYEM199917047.64155.718307556.011185.5853.315.37
YemenYEM200017507.16161.718307560.941292.5639.775.62
South AfricaZAF199438283.223.5507979391.816980.6062.727.73
South AfricaZAF199539120.003.627084971.987086.0965.008.57
South AfricaZAF199639912.004.2993488312.077429.2365.177.94
South AfricaZAF199740670.334.6079621322.217606.7565.457.61
South AfricaZAF199841402.395.5282840732.337612.7966.237.28
South AfricaZAF199942106.236.1094841962.447749.9665.746.74
South AfricaZAF200042800.996.9398279192.558016.6564.997.08
Congo, Dem. Rep.ZAR199442489.321194.119019518.70315.4480.482.96
Congo, Dem. Rep.ZAR199543848.007024.4311522763.71327.2777.932.63
Congo, Dem. Rep.ZAR199645254.158376420020.81309.8178.432.43
Congo, Dem. Rep.ZAR199746753.571.3134479520.58281.0781.942.60
Congo, Dem. Rep.ZAR1998nananananana
Congo, Dem. Rep.ZAR1999nananananana
Congo, Dem. Rep.ZAR2000nananananana
ZambiaZMB19948740.72669.3706055307.48834.1975.439.86
ZambiaZMB19958980.00864.1192017402.40829.3776.5510.31
ZambiaZMB19969214.401207.900024515.01838.0578.7410.99
ZambiaZMB19979443.211314.498047596.97851.4777.5912.15
ZambiaZMB19989665.711862.06897744.91800.6985.1213.75
ZambiaZMB19999881.212388.019043941.87765.2491.8215.30
ZambiaZMB200010089.003110.8439941157.63840.9786.3315.38
ZimbabweZWE199410775.358.1515388492.012586.8460.1018.53
ZimbabweZWE199511011.008.665375712.152603.3766.8915.03
ZimbabweZWE199611242.1610.002349852.642860.2372.0611.32
ZimbabweZWE199711923.5212.111289983.172727.0682.8211.01
ZimbabweZWE199812153.8523.679109574.062799.8577.6610.75
ZimbabweZWE199912388.3238.301200876.122770.4876.8910.73
ZimbabweZWE200012627.0044.417919169.482607.0369.238.62
- - - - - - - - - - - - diff --git a/demos/advanced-grid-selection.html b/demos/advanced-grid-selection.html deleted file mode 100644 index 36bafcf8..00000000 --- a/demos/advanced-grid-selection.html +++ /dev/null @@ -1,13087 +0,0 @@ - - - - tablefilter v0.0.20 - Selection Grid Demo - - - - -

tablefilter v0.0.20

-

Selection grid demo

- -

- To make the grid rows selectable, you need to import the - ezEditTable plugin, enable the selection property - and configure the advancedGrid with the ezEditTable - options. -

- -

- Instructions: Double-click on a row on or press enter key to - perform action. Enable multiple rows selection by checking the Multiple - selection checkbox. Keep Ctrl/Cmd or Shift key - pressed to select multiple rows. -

-

-
-
-
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
countryisoyearPOPXRATPPPcgdpccci
AngolaAGO199410627.1859.5149993953.321095.9434.669.09
AngolaAGO199510972.002750.229981007.531244.7341.869.43
AngolaAGO199611316.94128029.203154873.281362.3237.178.57
AngolaAGO1997nananananana
AngolaAGO1998nananananana
AngolaAGO1999nananananana
AngolaAGO2000nananananana
AlbaniaALB19943185.0094.6233291623.452514.7987.7814.42
AlbaniaALB19953225.0092.6975021425.052775.9883.3413.10
AlbaniaALB19963266.00104.498901428.053070.8493.0610.65
AlbaniaALB19973339.00148.932907136.632789.1392.8911.02
AlbaniaALB19983364.00150.633300844.673067.5291.2111.00
AlbaniaALB19993383.00137.690597543.843413.6589.9411.23
AlbaniaALB20003411.00143.709396443.163657.9985.4512.70
ArgentinaARG199434304.270.9990082980.7410193.4968.8917.41
ArgentinaARG199534768.000.9997500180.7410024.1267.4415.45
ArgentinaARG199635220.000.9996625190.7310671.5368.2115.75
ArgentinaARG199735672.000.9994999770.7111545.1969.1817.09
ArgentinaARG199836125.000.9994999770.6911919.9569.3917.28
ArgentinaARG199936580.000.9994999770.6711554.3769.7215.27
ArgentinaARG200037032.000.9994999770.6611729.0869.0614.08
ArmeniaARM19943748.00288.650787422.812181.6886.3512.97
ArmeniaARM19953760.00405.908294762.542222.2592.2310.88
ArmeniaARM19963774.00414.041503973.212393.2789.9010.91
ArmeniaARM19973786.00490.846801883.992415.8597.2011.46
ArmeniaARM19983795.00504.915008592.652616.6895.8111.00
ArmeniaARM19993801.00535.061828690.482791.5492.509.81
ArmeniaARM20003803.00539.525817987.503068.2190.6710.04
AntiguaATG199465.732.7000000481.3914807.5141.829.89
AntiguaATG199566.292.7000000481.5712790.7450.4517.76
AntiguaATG199666.862.7000000481.7012923.0044.1116.27
AntiguaATG199766.292.7000000481.6714182.0438.2714.72
AntiguaATG199866.862.7000000481.6814912.1239.6414.17
AntiguaATG199967.432.7000000481.6316035.2438.5613.69
AntiguaATG200068.002.7000000481.5218006.9034.8211.85
AustraliaAUS199417838.001.36781.2820637.1670.5424.28
AustraliaAUS199518072.001.3491.2821771.3169.8423.20
AustraliaAUS199618311.001.27791.2722834.6869.1223.65
AustraliaAUS199718524.001.34741.2624010.9269.3824.65
AustraliaAUS199818730.001.59181.2625002.1170.2725.24
AustraliaAUS199918937.001.54991.2626342.6970.2925.27
AustraliaAUS200019157.001.72481.2927193.4869.5523.06
AustriaAUT19948029.7011.421814.2119950.3868.7625.42
AustriaAUT19958046.5010.081514.2120733.7568.6325.73
AustriaAUT19968059.4010.586614.2121398.9769.7525.01
AustriaAUT19978072.2012.204214.1521988.9669.8425.52
AustriaAUT19988078.4012.379114.0623016.3869.6324.80
AustriaAUT19998092.3012.915814.0223849.1470.0424.61
AustriaAUT20008110.2014.935413.9924835.7169.1925.34
AzerbaijanAZE19947597.001570.224976110.312246.8665.7015.20
AzerbaijanAZE19957685.004413.542969696.691992.8777.3812.11
AzerbaijanAZE19967763.004301.26416860.942046.8582.3116.97
AzerbaijanAZE19977838.003985.375877.092291.0372.3221.39
AzerbaijanAZE19987913.003868.998047876.142480.9376.3117.56
AzerbaijanAZE19997983.004120.166992859.952732.7070.9213.22
AzerbaijanAZE20008049.004474.153809823.803554.6259.1310.77
BurundiBDI19946024.75252.662506150.63766.5788.583.15
BurundiBDI19956156.00249.757507357.11709.9286.363.01
BurundiBDI19966287.08302.746704168.20634.7883.643.62
BurundiBDI19976417.85352.350799681.38645.3280.452.37
BurundiBDI19986548.19447.765808194.95632.0885.663.43
BurundiBDI19996677.95563.562581.58739.5784.033.17
BurundiBDI20006807.00720.6732788125.81618.7187.564.18
BelgiumBEL199410116.0033.456538.8619887.3855.1022.32
BelgiumBEL199510137.0029.4838.8920702.1354.2423.13
BelgiumBEL199610155.0030.961539.0021101.1954.9322.53
BelgiumBEL199710180.0035.773938.9722107.8454.3923.33
BelgiumBEL199810203.0036.298638.9022958.8454.7123.57
BelgiumBEL199910222.0037.864139.1223760.3854.8022.94
BelgiumBEL200010254.0043.784939.0725008.4954.2923.62
BeninBEN19945325.00555.2047119156.33998.3489.455.35
BeninBEN19955475.00499.148407171.131071.6089.337.70
BeninBEN19965628.82511.5523987181.371106.8689.907.07
BeninBEN19975794.36583.6693726187.631101.0292.938.06
BeninBEN19985950.33589.9517822190.951178.4690.987.55
BeninBEN19996109.53615.6990967200.191174.9092.617.86
BeninBEN20006272.00711.9763184200.611224.7492.278.25
Burkina FasoBFA19949755.03555.2047119125.76838.7679.816.57
Burkina FasoBFA19959988.00499.148407136.65860.8980.419.29
Burkina FasoBFA199610225.00511.5523987144.18881.1180.4012.12
Burkina FasoBFA199710473.53583.6693726141.78899.0176.9414.94
Burkina FasoBFA199810730.33589.9517822139.66979.5880.6612.24
Burkina FasoBFA199910995.70615.6990967137.641001.7079.8113.14
Burkina FasoBFA200011274.00711.9763184140.56985.6776.5314.87
BangladeshBGD1994117897.5440.211738598.461345.3784.379.56
BangladeshBGD1995119768.0040.278320318.761439.1985.139.79
BangladeshBGD1996121679.3441.794170389.001506.2586.9510.16
BangladeshBGD1997124381.4143.892120369.281561.9784.8510.73
BangladeshBGD1998126564.7046.905651099.691629.8682.4511.25
BangladeshBGD1999128787.3249.0853996310.151681.4482.6711.71
BangladeshBGD2000131050.0052.1416702310.201772.4681.8812.14
BulgariaBGR19948435.0054.133668549.466587.5364.403.03
BulgariaBGR19958400.0067.1708285815.756651.3067.053.27
BulgariaBGR19968356.00177.888706335.425893.2668.563.34
BulgariaBGR19978312.071.6818790440.385470.7962.694.42
BulgariaBGR19988257.001.7603579760.485593.6567.916.72
BulgariaBGR19998208.001.8363829850.495760.2070.967.72
BulgariaBGR20008166.962.1232750420.496355.7067.346.95
BahrainBHR1994nananananana
BahrainBHR1995nananananana
BahrainBHR1996599.000.3759999870.2713261.1742.286.39
BahrainBHR1997nananananana
BahrainBHR1998nananananana
BahrainBHR1999nananananana
BahrainBHR2000nananananana
BahamasBHS1994nananananana
BahamasBHS1995nananananana
BahamasBHS1996284.0010.7416527.4874.029.91
BahamasBHS1997nananananana
BahamasBHS1998nananananana
BahamasBHS1999nananananana
BahamasBHS2000nananananana
BelarusBLR199410356.0010600316.935405.0055.9923.98
BelarusBLR199510329.00115002164.165363.7953.1517.58
BelarusBLR199610298.00155003161.365667.2253.5218.06
BelarusBLR199710117.0026.019920355.616365.6754.8319.16
BelarusBLR199810069.0046.127250679.677181.9356.2518.10
BelarusBLR199910035.00248.794906638.447769.3657.8714.02
BelarusBLR200010005.00876.75102.038738.2356.0213.77
BelizeBLZ1994210.8920.885938.9458.0114.22
BelizeBLZ1995216.7020.896125.6860.8411.55
BelizeBLZ1996222.4020.926198.9060.2511.07
BelizeBLZ1997217.0620.916540.3659.6414.48
BelizeBLZ1998224.4520.906595.5161.2814.83
BelizeBLZ1999232.1020.936773.4566.1114.87
BelizeBLZ2000240.0020.957169.9071.8318.77
BermudaBMU1994nananananana
BermudaBMU1995nananananana
BermudaBMU199662.1011.4218793.4188.7414.57
BermudaBMU1997nananananana
BermudaBMU1998nananananana
BermudaBMU1999nananananana
BermudaBMU2000nananananana
BoliviaBOL19947237.004.6205167771.572426.4079.168.06
BoliviaBOL19957414.004.8003420831.712545.5277.288.56
BoliviaBOL19967588.005.0746130941.872641.7776.819.67
BoliviaBOL19977767.005.2542581561.972727.2578.1312.04
BoliviaBOL19987950.005.510132792.122760.1180.0814.68
BoliviaBOL19998138.005.812407972.092831.6180.4711.10
BoliviaBOL20008328.706.1835417752.102933.8977.9410.75
BrazilBRA1994157188.100.6392999890.356322.6257.5416.52
BrazilBRA1995159346.000.9176666740.616674.2863.9517.20
BrazilBRA1996161513.171.0051000120.706881.4463.6016.62
BrazilBRA1997163859.681.0779919620.747166.2562.9417.06
BrazilBRA1998166045.571.1605169770.787020.0862.2616.94
BrazilBRA1999168227.981.8147330280.797216.5864.5215.61
BrazilBRA2000170406.001.8301420210.837744.7165.7515.63
BarbadosBRB1994264.3021.0113076.4279.393.38
BarbadosBRB1995264.2021.0513409.7181.553.56
BarbadosBRB1996264.4021.0314607.6582.723.11
BarbadosBRB1997264.7421.0715570.5589.863.66
BarbadosBRB1998265.3021.1216058.5489.294.06
BarbadosBRB1999266.0821.1416463.8891.804.17
BarbadosBRB2000267.0021.1217526.3591.603.93
BhutanBTN1994nananananana
BhutanBTN1995nananananana
BhutanBTN1996715.8735.433170328.311968.5150.5723.23
BhutanBTN1997nananananana
BhutanBTN1998nananananana
BhutanBTN1999nananananana
BhutanBTN2000nananananana
BotswanaBWA19941425.422.6846458911.495564.9343.2516.83
BotswanaBWA19951460.002.7722070221.605803.2441.9916.84
BotswanaBWA19961496.003.3241970541.806070.5139.7117.15
BotswanaBWA19971533.003.6507630351.986087.7349.9915.44
BotswanaBWA19981561.724.2258801462.046533.7659.6812.91
BotswanaBWA19991588.124.6243948942.097027.9067.6711.61
BotswanaBWA2000nananananana
Central African RepublicCAF19943220.09555.2047119152.27965.2879.225.21
Central African RepublicCAF19953288.00499.148407156.441088.1971.406.48
Central African RepublicCAF19963354.09511.5523987182.37894.9593.682.36
Central African RepublicCAF19973528.62583.6693726183.32902.7684.874.61
Central African RepublicCAF19983603.40589.9517822174.96979.1575.096.34
Central African RepublicCAF1999nananananana
Central African RepublicCAF2000nananananana
CanadaCAN199429036.001.36561.2321350.3959.2324.00
CanadaCAN199529353.901.37241.2122450.8657.9423.78
CanadaCAN199629671.901.36351.2123090.8658.4123.18
CanadaCAN199729987.001.38461.1924412.3258.3626.16
CanadaCAN199830248.001.48351.1924944.1959.3425.38
CanadaCAN199930493.001.48571.1926479.8658.3225.06
CanadaCAN200030750.001.48511.1828730.6955.6725.86
SwitzerlandCHE19946994.001.36772.1823466.1958.9625.97
SwitzerlandCHE19957041.001.18252.1424110.1258.4626.98
SwitzerlandCHE19967072.001.2362.1124460.4559.1026.22
SwitzerlandCHE19977089.001.45132.0825147.6659.3225.93
SwitzerlandCHE19987110.001.44982.0326290.7058.8927.07
SwitzerlandCHE19997144.001.50222.0027156.2458.9525.80
SwitzerlandCHE20007185.001.68882.0028208.7657.9826.89
ChileCHL199413994.40420.1766968202.067557.3760.5420.03
ChileCHL199514210.40396.7732849209.908676.4658.0223.45
ChileCHL199614418.80412.2666931220.378972.3561.4924.12
ChileCHL199714622.40419.2950134222.289706.6961.9724.59
ChileCHL199814821.70460.2875061227.679939.5163.6724.24
ChileCHL199915017.80508.7767029234.819774.9362.8918.04
ChileCHL200015211.30535.4655762238.8810388.9061.3419.70
ChinaCHN19941190918.028.6187429431.662551.9750.0622.34
ChinaCHN19951203324.038.3514165881.912759.9251.6822.47
ChinaCHN19961215414.278.3141746522.022972.6151.8822.04
ChinaCHN19971227176.708.2898168562.033141.0749.9721.82
ChinaCHN19981238599.428.2789583211.983317.7949.4421.60
ChinaCHN19991249981.568.2782497411.953483.3950.5521.00
ChinaCHN20001258821.038.2785043721.923843.6748.6621.09
Cote d`IvoireCIV199413132.24555.2047119177.721824.8374.254.88
Cote d`IvoireCIV199513528.00499.148407189.401947.1477.075.49
Cote d`IvoireCIV199613888.77511.5523987200.961958.7574.255.55
Cote d`IvoireCIV199714731.84583.6693726215.121969.6476.364.85
Cote d`IvoireCIV199815159.11589.9517822216.902055.6777.115.65
Cote d`IvoireCIV199915586.39615.6990967213.222057.5775.246.31
Cote d`IvoireCIV200016013.00711.9763184205.652027.5776.765.75
CameroonCMR199412822.14555.2047119148.621790.5083.495.30
CameroonCMR199513182.00499.148407169.281851.7381.814.73
CameroonCMR199613548.75511.5523987178.061894.6983.464.93
CameroonCMR199713917.84583.6693726177.172005.0284.395.02
CameroonCMR199814238.86589.9517822182.472018.3884.455.46
CameroonCMR199914558.39615.6990967188.101976.3484.655.79
CameroonCMR200014876.00711.9763184170.402300.7581.145.41
Congo, Republic ofCOG19942489.45555.2047119310.221324.2665.3711.94
Congo, Republic ofCOG19952561.00499.148407295.661394.8862.368.44
Congo, Republic ofCOG19962633.72511.5523987285.411728.9358.657.39
Congo, Republic ofCOG19972707.60583.6693726271.761842.4357.404.65
Congo, Republic ofCOG19982782.62589.9517822273.511511.0485.725.49
Congo, Republic ofCOG19992933.76615.6990967273.991698.5157.274.42
Congo, Republic ofCOG20003018.00711.9763184287.162532.8044.712.61
ColombiaCOL199437806.85844.8358765353.635046.5371.1915.83
ColombiaCOL199538558.00912.826416411.675323.4471.1115.77
ColombiaCOL199639285.001036.686035474.225528.8069.8114.73
ColombiaCOL199740042.001140.963013531.485718.5769.2214.03
ColombiaCOL199840804.001426.036987611.565642.3769.4512.81
ColombiaCOL199941539.001756.230957644.455565.9967.117.84
ColombiaCOL200042299.302087.904053691.015795.5567.938.79
ComorosCOM1994479.57416.398803792.721739.4890.866.47
ComorosCOM1995492.00374.357086299.761636.9188.226.79
ComorosCOM1996504.68383.6600037102.871576.5189.356.95
ComorosCOM1997517.62437.7471008104.401732.1192.656.09
ComorosCOM1998530.82442.4588013104.771714.7584.206.50
ComorosCOM1999544.28461.7745972104.581803.5785.714.78
ComorosCOM2000558.00533.9824829105.981822.8379.764.30
Cape VerdeCPV1994371.9781.8908309931.382882.4483.4521.97
Cape VerdeCPV1995382.0076.8533325231.713125.8181.0221.03
Cape VerdeCPV1996392.6482.5914688132.403194.1080.0319.19
Cape VerdeCPV1997403.5693.1766662635.123327.2581.6617.42
Cape VerdeCPV1998415.3298.1575012236.713473.7190.3915.55
Cape VerdeCPV1999427.79102.699996936.803835.6985.8615.58
Cape VerdeCPV2000441.00115.876602234.124299.1876.3313.79
Costa RicaCRI19943266.00157.066696276.785208.0465.1018.10
Costa RicaCRI19953333.00179.729202390.105398.0163.8616.01
Costa RicaCRI19963398.00207.6891937108.505150.7765.3413.86
Costa RicaCRI19973576.91232.5975037159.715233.9765.4616.36
Costa RicaCRI19983653.06257.229187175.865653.6563.5618.50
Costa RicaCRI19993731.07285.6846924197.926072.2660.2014.81
Costa RicaCRI20003811.00308.1867065218.495872.7962.1614.11
CubaCUB199410960.4910.364895.9671.250.97
CubaCUB199510998.5310.404980.8272.191.31
CubaCUB199611038.6010.395259.4072.361.54
CubaCUB1997nananananana
CubaCUB1998nananananana
CubaCUB1999nananananana
CubaCUB2000nananananana
CyprusCYP1994726.000.4921909870.3713616.5861.2818.47
CyprusCYP1995733.000.4524202050.3415920.3962.6420.32
CyprusCYP1996740.000.4663113060.3515813.2166.2717.88
CyprusCYP1997nananananana
CyprusCYP1998nananananana
CyprusCYP1999nananananana
CyprusCYP2000nananananana
Czech RepublicCZE199410333.6028.78519.7411756.6268.2021.63
Czech RepublicCZE199510327.3026.540710.6512551.7567.5525.24
Czech RepublicCZE199610315.3027.144911.2913457.7369.2925.85
Czech RepublicCZE199710303.0031.698411.8713734.3269.2424.80
Czech RepublicCZE199810293.6032.281212.5614213.2366.5423.27
Czech RepublicCZE199910285.0034.569212.7514393.1767.9721.81
Czech RepublicCZE200010272.1038.598412.8514844.0067.4224.21
DjiboutiDJI1994nananananana
DjiboutiDJI1995nananananana
DjiboutiDJI1996612.36177.72099366.932103.4476.894.15
DjiboutiDJI1997nananananana
DjiboutiDJI1998nananananana
DjiboutiDJI1999nananananana
DjiboutiDJI2000nananananana
DominicaDMA199472.442.7000000481.256400.1154.8911.40
DominicaDMA199573.002.7000000481.276507.3252.3713.93
DominicaDMA199673.002.7000000481.276903.5550.2712.41
DominicaDMA1997nananananana
DominicaDMA1998nananananana
DominicaDMA1999nananananana
DominicaDMA200073.002.7000000481.218284.0448.2112.21
DenmarkDNK19945201.006.36058.4222064.3767.1219.85
DenmarkDNK19955222.005.60248.3623119.2066.1022.21
DenmarkDNK19965256.005.79878.3824086.6266.2821.37
DenmarkDNK19975280.006.60458.3725273.9865.6423.66
DenmarkDNK19985303.006.70088.4226193.0166.6324.48
DenmarkDNK19995321.006.97628.5626988.9066.0222.25
DenmarkDNK20005338.008.08318.6428538.8262.9024.14
Dominican RepublicDOM19947685.4813.160140045.263414.8872.8413.91
Dominican RepublicDOM19957823.0013.597350125.673656.8671.3812.40
Dominican RepublicDOM19967963.5813.774585.863927.5173.3611.97
Dominican RepublicDOM19977967.9314.265480045.974515.2667.8311.89
Dominican RepublicDOM19988103.2115.266590126.244798.2568.6113.87
Dominican RepublicDOM19998238.2716.033079156.535167.1766.6014.03
Dominican RepublicDOM20008373.0016.415019996.835653.7867.1613.78
AlgeriaDZA199427454.3235.0584983813.014126.1763.9312.98
AlgeriaDZA199528058.0047.6627311716.534245.0362.4412.93
AlgeriaDZA199628675.2854.7489318818.954726.7356.0911.88
AlgeriaDZA199729045.0057.7073516819.704828.1454.7211.15
AlgeriaDZA199829507.0058.7389602720.804540.7459.6714.00
AlgeriaDZA199929950.0066.5738830621.594894.4357.0512.46
AlgeriaDZA200030399.2575.2597885121.616106.9146.219.78
EcuadorECU199411215.972196.728027899.523612.8759.2715.80
EcuadorECU199511460.002564.4938961097.523656.5259.6816.88
EcuadorECU199611698.003189.4741211344.363862.9457.7614.56
EcuadorECU199711937.003998.267091765.593755.4960.6317.35
EcuadorECU199812175.005446.5732422480.463556.3565.1819.55
EcuadorECU199912412.0011786.79983760.423464.4360.389.22
EcuadorECU200012646.0024988.390637214.853719.9056.8712.93
EgyptEGY199457063.533.3851330280.883468.1291.014.40
EgyptEGY199558180.003.3922080990.983565.0890.084.74
EgyptEGY199659272.003.3914830681.053699.5491.134.96
EgyptEGY199760416.243.3887500761.093910.3791.315.13
EgyptEGY199861580.003.3880000111.143993.4194.195.99
EgyptEGY199962770.003.3952500821.154203.8992.605.94
EgyptEGY200063976.003.4720499521.204406.3690.515.87
EritreaERI1994nananananana
EritreaERI1995nananananana
EritreaERI19963670.006.3516750341.50774.8197.459.09
EritreaERI1997nananananana
EritreaERI1998nananananana
EritreaERI1999nananananana
EritreaERI2000nananananana
SpainESP199439149.70133.958121.6614204.7170.0322.62
SpainESP199539223.00124.689116.1315992.1575.1621.96
SpainESP199639278.80126.662126.5915535.3369.0123.21
SpainESP199739348.10146.414127.3216411.8468.5923.23
SpainESP199839453.40149.395128.4817329.4368.8724.02
SpainESP199939626.20156.174130.3818210.7869.4924.65
SpainESP200039927.40180.595133.2719036.7069.1325.47
EstoniaEST19941499.0012.991250043.016578.5760.8815.06
EstoniaEST19951484.0011.464750293.877084.2057.5113.58
EstoniaEST19961469.0012.033749584.757509.5859.6014.71
EstoniaEST19971427.1613.881750115.288526.3860.0016.90
EstoniaEST19981406.0314.074669845.649222.7060.8015.63
EstoniaEST19991386.6714.677579885.559834.7457.4112.36
EstoniaEST20001369.0016.968639375.4210872.8356.7013.15
EthiopiaETH199454890.005.4650001531.02505.2883.964.35
EthiopiaETH199556530.006.1583328251.13530.8783.204.70
EthiopiaETH199658234.006.3516750341.18550.9587.475.73
EthiopiaETH199759750.006.7093420031.16600.3981.745.48
EthiopiaETH199861266.007.1159081461.19615.2077.515.16
EthiopiaETH199962782.007.9422497751.17660.6475.784.63
EthiopiaETH200064298.008.2172584531.12720.0867.964.00
FinlandFIN19945089.005.22355.9317293.9065.0521.05
FinlandFIN19955108.004.36675.9718517.5864.3420.17
FinlandFIN19965125.004.59355.8719488.6064.7120.40
FinlandFIN19975140.005.19145.9320850.6763.4620.95
FinlandFIN19985153.005.34416.0222215.2463.0620.97
FinlandFIN19995165.005.58086.0522931.3864.1320.20
FinlandFIN20005176.006.45356.1924416.3662.2421.04
FijiFJI1994765.441.4641250370.704953.4562.519.66
FijiFJI1995770.001.406332970.695143.4662.1710.23
FijiFJI1996775.671.4033000470.735282.3767.087.91
FijiFJI1997782.831.4436750410.745213.9667.788.91
FijiFJI1998791.171.9868170020.755303.1161.348.28
FijiFJI1999801.001.9696249960.725918.4159.697.58
FijiFJI2000nananananana
FranceFRA199459115.605.5526.6419113.2767.6222.39
FranceFRA199559326.404.99156.6019791.4867.0723.05
FranceFRA199659533.105.11556.6020228.2367.7621.99
FranceFRA199759735.605.83676.5820887.8866.9821.38
FranceFRA199859942.105.89956.5321889.9266.8822.49
FranceFRA199960156.406.1576.4822723.1867.0122.53
FranceFRA200060431.207.11986.4623613.7666.3723.82
GabonGAB19941071.00555.2047119288.157556.4861.207.51
GabonGAB19951098.00499.148407275.498192.1862.736.83
GabonGAB19961125.00511.5523987296.758860.4760.406.94
GabonGAB19971136.90583.6693726304.569155.0260.688.95
GabonGAB19981167.29589.9517822307.827600.6975.8511.17
GabonGAB19991198.32615.6990967286.037804.3575.647.81
GabonGAB20001230.00711.9763184366.817779.7678.968.66
United KingdomGBR199458401.000.65340.6318473.8374.5918.24
United KingdomGBR199558612.000.63370.6419187.6474.4818.24
United KingdomGBR199658807.000.6410.6520066.2575.1917.95
United KingdomGBR199759014.000.61080.6521281.7874.6118.51
United KingdomGBR199859237.000.60380.6522326.8674.6019.81
United KingdomGBR199959501.000.61810.6523125.9075.8219.17
United KingdomGBR200059756.000.66090.6524252.4475.2019.43
GeorgiaGEO1994nananananana
GeorgiaGEO1995nananananana
GeorgiaGEO19965420.001.2627999780.244478.8374.121.91
GeorgiaGEO19975431.001.2975000140.184813.6280.784.21
GeorgiaGEO19985442.001.3898169990.194848.1477.006.35
GeorgiaGEO19995024.002.0245170590.205593.1281.663.60
GeorgiaGEO20005024.001.9761669640.225315.4374.174.07
GermanyGER199481422.001.62282.0919930.8968.4324.49
GermanyGER199581661.001.43312.0920676.8168.5224.15
GermanyGER199681896.001.50482.0721118.5769.2523.13
GermanyGER199782052.001.73412.0621638.7769.3422.90
GermanyGER199882029.001.75972.0522435.1969.2323.06
GermanyGER199982087.001.83582.0323142.7070.1522.68
GermanyGER200082168.002.12292.0223917.4469.4223.62
GhanaGHA199416639.55956.7108154256.951217.1777.446.39
GhanaGHA199517075.001200.428955354.681280.6775.485.50
GhanaGHA199617523.211637.232056504.181283.5578.286.19
GhanaGHA199718048.342050.166992624.521251.8386.147.36
GhanaGHA199818449.372314.146973677.541384.7880.446.57
GhanaGHA199918868.322669.299072788.041384.0986.466.18
GhanaGHA200019306.005455.0561521024.041375.8183.805.10
GuineaGIN19946425.74976.6364136206.192530.7189.2310.79
GuineaGIN19956591.00991.411499214.212581.7392.918.17
GuineaGIN19966755.781004.015991217.562707.9192.837.24
GuineaGIN19976921.561095.32605210.262848.2090.347.30
GuineaGIN19987086.121236.832031215.832897.8492.527.13
GuineaGIN19997250.521387.401001222.752949.7893.307.12
GuineaGIN20007415.001746.869995239.892961.0293.347.59
Gambia, TheGMB19941076.299.5755500793.061054.1588.708.37
Gambia, TheGMB19951111.009.5462503433.151042.7890.6810.01
Gambia, TheGMB19961145.889.788950923.201044.5690.7910.54
Gambia, TheGMB19971186.2610.200160033.101137.6088.527.74
Gambia, TheGMB19981223.8110.643099783.241119.0191.658.56
Gambia, TheGMB19991262.7111.39509013.161234.9491.877.42
Gambia, TheGMB20001303.0012.787630083.111329.3988.837.33
Guinea-BissauGNB19941059.38198.340606758.14758.7779.3413.86
Guinea-BissauGNB19951086.00278.03909384.26771.6782.6213.87
Guinea-BissauGNB19961111.92405.7449951122.84806.3781.9714.22
Guinea-BissauGNB19971125.99583.6691895156.62886.1178.3814.23
Guinea-BissauGNB19981149.33589.9515991162.29648.2084.3612.43
Guinea-BissauGNB19991173.38615.6990967167.26705.0379.677.60
Guinea-BissauGNB20001199.00711.9763184174.06737.6778.995.55
Equatorial GuineaGNQ1994388.88555.2047119194.20924.4573.0835.44
Equatorial GuineaGNQ1995399.00499.148407204.001005.5868.6637.99
Equatorial GuineaGNQ1996409.44511.5523987231.151394.9170.2858.13
Equatorial GuineaGNQ1997421.26583.6693726277.022493.9961.7431.64
Equatorial GuineaGNQ1998433.06589.9517822199.603105.0477.1741.79
Equatorial GuineaGNQ1999445.03615.6990967214.445638.6235.3226.65
Equatorial GuineaGNQ2000457.00711.9763184203.0310302.2826.8317.70
GreeceGRC199410426.00242.603200.0711647.5473.9719.13
GreeceGRC199510454.00231.663213.2312217.8879.4019.51
GreeceGRC199610475.90240.712224.1012750.9579.5520.44
GreeceGRC199710498.80273.058234.2513472.1778.6620.79
GreeceGRC199810516.40295.529243.1514095.3478.4621.77
GreeceGRC199910533.70305.647246.9814755.8278.1421.31
GreeceGRC200010557.90365.399252.0815557.8376.6022.84
GrenadaGRD199494.102.7000000481.654552.0467.3422.21
GrenadaGRD199594.502.7000000481.644814.8067.5119.21
GrenadaGRD199695.002.7000000481.685016.4270.4821.86
GrenadaGRD199795.502.7000000481.745124.0676.6223.37
GrenadaGRD199896.202.7000000481.765442.2176.2323.57
GrenadaGRD199997.002.7000000481.765962.3262.1722.30
GrenadaGRD200098.002.7000000481.766409.8266.0724.51
GuatemalaGTM19949715.295.7512011532.133600.2685.038.04
GuatemalaGTM19959976.005.8103427892.273768.1484.887.52
GuatemalaGTM199610243.436.0495128632.433838.6885.276.17
GuatemalaGTM199710517.006.0652689932.573983.4084.716.93
GuatemalaGTM199810799.006.3946528432.784119.2485.019.00
GuatemalaGTM199911088.407.3856101042.914192.4286.158.36
GuatemalaGTM200011385.307.7631587983.004334.5584.158.23
GuyanaGUY1994823.35138.290206936.082517.9473.8412.72
GuyanaGUY1995830.00141.989196840.602614.4668.5515.16
GuyanaGUY1996836.57140.37540.832868.7465.3014.17
GuyanaGUY1997749.05142.400802640.033537.1266.1513.93
GuyanaGUY1998752.43150.519195640.153571.7468.2312.71
GuyanaGUY1999756.34177.994995141.603833.3865.8310.25
GuyanaGUY2000nananananana
Hong KongHKG19945998.007.728416926.7824816.2366.9026.70
Hong KongHKG19956156.007.7358331687.0524736.9767.6331.41
Hong KongHKG19966311.007.7342538837.2425993.8267.2528.99
Hong KongHKG19976502.007.7420830737.4927076.4167.8230.70
Hong KongHKG19986645.607.7453331957.4425591.2466.1426.74
Hong KongHKG19996720.707.7575001727.1425668.8866.7221.79
Hong KongHKG20006797.007.7911667826.6827892.5064.4524.99
HondurasHND19945492.468.4087581632.681958.5075.6718.86
HondurasHND19955654.009.470987323.192082.6071.6518.05
HondurasHND19965818.0611.705300333.882116.8273.8516.40
HondurasHND19975939.4713.003470424.782165.3575.4516.86
HondurasHND19986098.9313.385020265.122249.3374.4016.12
HondurasHND19996258.4614.213170055.732133.9878.2917.23
HondurasHND20006417.0014.839200026.332164.4372.4320.37
CroatiaHRV1994nananananana
CroatiaHRV19954669.005.2299671173.126748.3562.0112.21
CroatiaHRV19964494.005.433800223.237427.9059.8815.33
CroatiaHRV19974446.616.1007170683.428134.9963.6119.18
CroatiaHRV19984396.576.3622918133.608702.4560.8016.66
CroatiaHRV19994374.517.1124448783.698846.6659.4615.94
CroatiaHRV20004380.008.2765645983.779547.1657.7015.27
HaitiHTI19947009.0415.039999963.691079.2388.652.31
HaitiHTI19957168.0015.109729773.621470.2693.863.19
HaitiHTI19967336.0015.701149943.681756.8195.192.59
HaitiHTI19977492.0016.654499053.592081.3490.212.13
HaitiHTI19987647.0016.765670783.602365.4394.751.96
HaitiHTI1999nananananana
HaitiHTI2000nananananana
HungaryHUN199410261.00105.1651.928297.3672.6317.51
HungaryHUN199510229.00125.68164.298536.6366.8019.24
HungaryHUN199610193.00152.64777.678707.7964.9021.78
HungaryHUN199710155.00186.78990.199325.1863.0722.42
HungaryHUN199810144.00214.402100.819864.1763.6924.66
HungaryHUN199910067.00237.146108.6310418.9464.6224.13
HungaryHUN200010024.00282.179117.9111062.9064.1325.47
IndonesiaIDN1994190847.972160.753906598.283355.2157.9319.86
IndonesiaIDN1995193976.002248.60791671.713489.0157.3024.37
IndonesiaIDN1996197156.482342.295898693.843891.2161.4921.19
IndonesiaIDN1997200390.292909.379883756.404136.5762.5420.99
IndonesiaIDN1998203678.3710013.620121199.673910.0262.1613.22
IndonesiaIDN1999207021.627855.1499021398.853831.6066.3710.13
IndonesiaIDN2000210420.998421.7753911521.374035.2764.7810.67
IndiaIND1994913600.0031.373739246.261815.4862.6311.92
IndiaIND1995929358.0232.427078256.731950.4259.4113.25
IndiaIND1996945611.7835.433170327.042117.8760.7411.93
IndiaIND1997962377.6636.313289647.112221.1360.0212.53
IndiaIND1998979672.9041.25936897.582348.0056.5912.88
IndiaIND1999997515.2043.055431377.702510.5654.3313.60
IndiaIND20001015923.0144.941608437.672683.6152.3813.18
IrelandIRL19943586.000.66860.6615388.7167.3017.26
IrelandIRL19953601.300.62370.6816978.9664.4418.75
IrelandIRL19963626.100.6250.6818494.3863.5819.71
IrelandIRL19973660.600.65960.7020658.6161.6220.97
IrelandIRL19983704.900.70230.7322433.9861.0822.95
IrelandIRL19993744.700.73920.7624653.4260.5421.15
IrelandIRL20003786.900.85480.7927197.0659.7821.55
IranIRN199458013.681748.750977417.124958.9265.289.50
IranIRN199558954.001747.927979586.755203.5959.4519.53
IranIRN199659925.111750.762939720.615333.1665.0913.45
IranIRN199760875.001752.921997827.175473.2365.4415.89
IranIRN199861850.001751.863037942.075447.3467.0918.23
IranIRN199962764.001752.931031075.705983.8463.6215.06
IranIRN200063664.001764.4300541167.047202.0456.0113.12
IcelandISL1994266.0069.944482.8019925.0066.7518.75
IcelandISL1995267.4064.691782.9620347.5667.7319.11
IcelandISL1996268.9066.583.8021476.4868.5822.01
IcelandISL1997270.9070.904384.5022896.9768.1022.78
IcelandISL1998273.8070.958385.6024715.0269.6027.09
IcelandISL1999277.2072.335387.4025732.6271.7424.78
IcelandISL2000281.3078.615988.9326928.5570.8527.57
IsraelISR19945399.003.0110549932.8114790.7258.2930.43
IsraelISR19955545.003.0112919813.0215650.5558.6430.91
IsraelISR19965692.003.1916499143.2616464.2458.6530.81
IsraelISR19975836.003.4493501193.4717241.0758.3327.69
IsraelISR19985963.003.8000750543.6517520.8359.0924.50
IsraelISR19996105.004.1397171023.7818091.9259.0025.51
IsraelISR20006233.214.0773329733.7719148.4458.2023.33
ItalyITA199457203.501612.441527.6118920.9570.3819.93
ItalyITA199557300.801628.931576.6319783.3969.2320.71
ItalyITA199657397.001542.951618.6920474.8869.1520.10
ItalyITA199757512.201703.11632.3021167.6670.0620.28
ItalyITA199857588.001736.211645.9821915.8270.6420.52
ItalyITA199957646.301817.441652.0222523.3471.2621.09
ItalyITA200057728.302101.631709.1122876.2862.0521.73
JamaicaJAM19942496.0033.0859298715.143503.1666.6621.96
JamaicaJAM19952522.1035.1421203618.003747.1665.9821.15
JamaicaJAM19962538.0037.1195602421.093804.1465.5020.48
JamaicaJAM19972554.0035.4044685429.863327.3054.9523.35
JamaicaJAM19982576.0036.5499992430.303441.7857.9220.38
JamaicaJAM19992590.0039.0435218832.503413.8357.4920.35
JamaicaJAM20002633.0042.7011413635.103464.2657.6620.53
JordanJOR19944060.840.6987642050.283780.0358.3219.36
JordanJOR19954195.000.7003775240.283929.7554.8318.85
JordanJOR19964314.230.7089999910.293747.7759.0317.44
JordanJOR19974459.120.7089999910.293974.3457.5914.17
JordanJOR19984597.350.7089999910.304063.3959.5811.84
JordanJOR19994739.870.7089999910.294203.9259.439.98
JordanJOR20004886.810.7089999910.284282.2263.1810.74
JapanJPN1994124960.00102.208176.4822302.1160.8531.36
JapanJPN1995125570.0094.0596172.5922967.1260.9831.58
JapanJPN1996125864.00108.779168.7724046.5160.8732.71
JapanJPN1997126166.00120.991167.2124737.4460.6632.31
JapanJPN1998126486.00130.905165.3724661.4361.8330.15
JapanJPN1999126686.00113.907161.7424979.2462.8728.94
JapanJPN2000126919.00107.765156.0825924.3961.6229.75
KazakhstanKAZ199416297.0035.538330084.455853.5670.8517.12
KazakhstanKAZ199516066.0060.9500007611.155662.0764.0010.68
KazakhstanKAZ199615921.0067.3033294715.155882.1869.887.31
KazakhstanKAZ199715334.4075.437516.866212.4672.017.77
KazakhstanKAZ199815073.0078.3033294717.986003.1176.827.38
KazakhstanKAZ199914927.00119.523300219.027094.6470.687.50
KazakhstanKAZ200014869.00142.133300821.098331.2960.887.14
KenyaKEN199426506.7956.0505790712.811180.0572.507.09
KenyaKEN199527216.0051.4298286413.961225.4879.517.74
KenyaKEN199627918.1057.1148681614.861268.6178.647.74
KenyaKEN199728043.0058.7318382316.041342.5182.147.57
KenyaKEN199828726.0060.3666992217.701327.7181.717.89
KenyaKEN199929416.0070.3262176519.181286.8678.157.75
KenyaKEN200030092.0076.1755371120.051316.2680.127.54
KyrgyzstanKGZ19944473.0010.841679570.823296.8062.553.27
KyrgyzstanKGZ19954514.0010.821880341.292771.8362.987.21
KyrgyzstanKGZ19964576.0012.809559821.972595.9666.2311.17
KyrgyzstanKGZ19974681.0017.36248972.332817.5955.3810.24
KyrgyzstanKGZ19984797.0020.837570192.682663.5568.527.19
KyrgyzstanKGZ19994864.6039.007728583.432922.3962.817.92
KyrgyzstanKGZ20004915.0047.703830723.993205.1160.336.97
CambodiaKHM199410367.142545.25550.011087.3486.183.98
CambodiaKHM199510695.322450.833008596.211183.7091.894.65
CambodiaKHM199610968.052624.083008623.521217.9090.505.54
CambodiaKHM199711236.772946.25622.341300.7284.465.14
CambodiaKHM199811498.003744.416992727.291284.9286.295.76
CambodiaKHM199911756.713807.833008752.211296.9986.416.45
CambodiaKHM2000nananananana
St. Kitts & NevisKNA199441.192.7000000481.549481.7640.8219.36
St. Kitts & NevisKNA199541.002.7000000481.4310692.0348.4118.19
St. Kitts & NevisKNA199640.882.7000000481.3911661.9850.7917.94
St. Kitts & NevisKNA199740.822.7000000481.4412643.5843.9517.17
St. Kitts & NevisKNA199840.822.7000000481.4712949.7243.9116.42
St. Kitts & NevisKNA199940.882.7000000481.3914272.9548.2013.23
St. Kitts & NevisKNA200041.002.7000000481.4114627.3047.4716.49
Korea, Republic ofKOR199444642.00803.446584.4112396.2954.9040.23
Korea, Republic ofKOR199545093.00771.273617.7013547.4555.3140.50
Korea, Republic ofKOR199645545.00804.453641.6414319.8956.5441.64
Korea, Republic ofKOR199745991.00951.289670.2814704.0357.4837.65
Korea, Republic ofKOR199846430.001401.44702.5913622.0155.7424.66
Korea, Republic ofKOR199946858.001188.82709.1014528.7358.1529.05
Korea, Republic ofKOR200047275.001130.96732.2914936.6957.1230.78
KuwaitKWT1994nananananana
KuwaitKWT1995nananananana
KuwaitKWT19961697.000.2994086150.2323385.9352.029.92
KuwaitKWT1997nananananana
KuwaitKWT1998nananananana
KuwaitKWT1999nananananana
KuwaitKWT2000nananananana
LaosLAO1994nananananana
LaosLAO1995nananananana
LaosLAO19964725.58921.0217285267.901367.3162.2321.23
LaosLAO1997nananananana
LaosLAO1998nananananana
LaosLAO1999nananananana
LaosLAO2000nananananana
LebanonLBN19943929.731680.072998952.264075.21116.1617.47
LebanonLBN19954005.001621.4129641011.424448.56112.0617.75
LebanonLBN19964077.011571.443971016.534927.15106.1915.82
LebanonLBN19974145.531539.4499511070.965158.00102.2713.80
LebanonLBN19984210.341516.1319581104.625306.5790.8214.94
LebanonLBN19994271.231507.8439941033.705660.0484.8210.30
LebanonLBN20004328.001507.5942.166089.2676.508.18
St. LuciaLCA1994142.702.7000000481.675858.9372.3314.08
St. LuciaLCA1995145.402.7000000481.686214.0271.0210.71
St. LuciaLCA1996147.002.7000000481.676267.6873.6112.28
St. LuciaLCA1997149.672.7000000481.686238.9774.3614.19
St. LuciaLCA1998151.952.7000000481.746397.5673.6613.44
St. LuciaLCA1999153.702.7000000481.786578.3476.5514.36
St. LuciaLCA2000156.002.7000000481.796822.9874.8113.69
Sri LankaLKA199417865.0049.4151382411.542813.2977.4212.51
Sri LankaLKA199518112.0051.2515907312.342991.1877.7911.87
Sri LankaLKA199618300.0055.271438613.133201.4374.7111.39
Sri LankaLKA199718552.0058.9946098315.253145.9470.2811.99
Sri LankaLKA199818774.0064.4501190215.823429.3269.2812.46
Sri LankaLKA199919043.0070.6354522716.293564.6570.3912.49
Sri LankaLKA200019359.0077.0051193216.893840.7767.6112.51
LesothoLSO19941885.183.5507979391.131266.47104.3432.80
LesothoLSO19951926.003.627084971.261270.7497.1441.61
LesothoLSO19961968.334.2993488311.421319.9693.7547.20
LesothoLSO19971944.714.6079621321.671449.8890.2544.58
LesothoLSO19981978.095.5282840731.741430.2083.3638.40
LesothoLSO19992008.246.1094841961.961413.2175.5137.52
LesothoLSO20002035.006.9398279192.051492.2764.6336.22
LithuaniaLTU19943721.003.9777500630.706514.5571.038.23
LithuaniaLTU19953715.0041.086031.8364.5913.76
LithuaniaLTU19963709.0041.316495.2566.3413.42
LithuaniaLTU19973705.5941.437211.7566.5616.09
LithuaniaLTU19983703.0041.467925.1964.1616.26
LithuaniaLTU19993699.0041.497759.5768.0614.95
LithuaniaLTU20003695.0041.468396.6666.3512.98
LuxembourgLUX1994403.8033.456539.7931897.3050.3024.06
LuxembourgLUX1995412.8029.4838.2733757.3059.2123.86
LuxembourgLUX1996418.3030.961538.2635144.2459.8923.68
LuxembourgLUX1997423.7035.773938.2438908.9256.3524.85
LuxembourgLUX1998429.2036.298638.2441716.9954.6523.34
LuxembourgLUX1999435.7037.864138.5444322.4453.3525.10
LuxembourgLUX2000441.4043.784938.3848967.5649.5823.48
LatviaLVA19942548.000.5597500210.145612.6062.486.91
LatviaLVA19952516.000.5275833010.165962.0957.2110.00
LatviaLVA19962491.000.5507500170.186194.1362.7310.41
LatviaLVA19972469.000.5809167030.206596.2263.6311.18
LatviaLVA19982449.000.5898333190.217042.5264.9414.59
LatviaLVA19992410.000.5851666930.217625.3465.0912.42
LatviaLVA20002372.000.606500030.228305.2264.5911.85
MacaoMAC1994418.778.0500001915.8321866.9334.8522.02
MacaoMAC1995430.008.0500001915.9023365.0433.6918.33
MacaoMAC1996440.918.0500001915.6623350.4334.9813.82
MacaoMAC1997418.007.9752922065.8222959.6838.8014.72
MacaoMAC1998426.007.9787669185.5821820.7540.3712.89
MacaoMAC1999434.007.9918498995.2521517.9241.4712.01
MacaoMAC2000438.008.0258998874.9223118.1139.248.25
MoroccoMAR199425926.009.202714923.073512.9882.809.66
MoroccoMAR199526386.008.5402364733.173362.4781.3211.29
MoroccoMAR199626848.008.7158756263.123808.4882.289.56
MoroccoMAR199727310.009.5271072392.983903.3577.1910.08
MoroccoMAR199827775.009.6044158942.874308.9377.3811.45
MoroccoMAR199928238.009.8044185642.854299.6176.7310.55
MoroccoMAR200028705.0010.625639922.884299.2476.1212.22
MoldovaMDA1994nananananana
MoldovaMDA19954339.004.4958000180.642316.8365.5910.32
MoldovaMDA19964325.004.6044831280.802264.2070.629.49
MoldovaMDA19974312.004.623582840.842457.1069.898.85
MoldovaMDA19984299.005.3706998830.922294.6680.259.57
MoldovaMDA19994290.0010.515810011.362111.2276.578.84
MoldovaMDA20004282.0012.434220311.692212.2394.108.70
MadagascarMDG199412915.043067.335938909.03778.1091.642.62
MadagascarMDG199513300.004265.6318361292.75784.2591.302.62
MadagascarMDG199613717.554061.2519531479.40799.0690.082.83
MadagascarMDG199714148.205090.886231566.28818.5991.842.69
MadagascarMDG199814592.385441.3979491675.00836.6791.792.76
MadagascarMDG199915050.506283.7749021819.92862.3392.842.72
MadagascarMDG200015523.006767.4809571925.96876.6893.583.23
MexicoMEX199489352.003.37512.107572.1776.8121.08
MexicoMEX199590903.006.41942.887028.2075.6714.42
MexicoMEX199692450.007.59953.727344.1474.2316.85
MexicoMEX199793990.007.91854.307861.6973.8819.70
MexicoMEX199895521.009.1364.958141.7475.2320.74
MexicoMEX199997428.009.56045.548497.6874.7920.45
MexicoMEX200097221.009.45565.759710.9967.0920.83
MacedoniaMKD19941947.0043.2631797816.974113.1976.928.90
MacedoniaMKD19951966.0037.8817596419.354445.4770.6913.15
MacedoniaMKD19961980.0039.981079119.474571.2172.6412.67
MacedoniaMKD19971996.8750.0035514819.824686.6273.3712.53
MacedoniaMKD19982015.0054.4617309620.134816.1974.2612.49
MacedoniaMKD19992017.0056.9018287719.835236.6472.0410.40
MacedoniaMKD20002031.0065.9038696320.995506.4781.7610.03
MaliMLI19949449.71555.2047119146.93703.6892.977.57
MaliMLI19959705.00499.148407160.86788.5185.677.24
MaliMLI19969993.35511.5523987168.02812.3386.577.79
MaliMLI199710089.80583.6693726161.44888.9579.256.41
MaliMLI199810333.64589.9517822163.33908.8680.316.42
MaliMLI199910583.65615.6990967155.48959.5579.556.17
MaliMLI200010840.00711.9763184151.60995.5277.076.36
MaltaMLT1994368.000.3779211040.2610923.1963.9620.61
MaltaMLT1995371.000.3530587850.2512309.9266.0821.43
MaltaMLT1996373.000.36045590.2413226.5068.2718.81
MaltaMLT1997383.000.3859660920.2414136.2466.6416.58
MaltaMLT1998385.000.3884595040.2414977.6266.6514.55
MaltaMLT1999nananananana
MaltaMLT2000nananananana
MongoliaMNG1994nananananana
MongoliaMNG1995nananananana
MongoliaMNG19962497.75548.4033203185.331268.4862.9816.64
MongoliaMNG1997nananananana
MongoliaMNG1998nananananana
MongoliaMNG1999nananananana
MongoliaMNG2000nananananana
MozambiqueMOZ199415420.006038.5878911070.88809.6799.673.52
MozambiqueMOZ199515820.009024.3330081713.10784.4699.744.36
MozambiqueMOZ199616230.0011293.752322.23853.5597.803.66
MozambiqueMOZ199716630.0011772.629882539.50942.6593.823.33
MozambiqueMOZ199816965.0012110.20022696.711026.0291.564.20
MozambiqueMOZ199917299.0013028.589842868.801046.8097.525.90
MozambiqueMOZ200017691.0015447.139652986.651113.4396.094.68
MauritaniaMRT19942264.96123.574996940.951367.8774.246.87
MauritaniaMRT19952329.00129.768295346.391285.7878.298.14
MauritaniaMRT19962394.35137.221694949.671265.9877.759.95
MauritaniaMRT19972415.46151.85330251.801327.7975.6511.01
MauritaniaMRT19982493.12188.475799655.681357.3579.5810.35
MauritaniaMRT19992576.18209.514205954.691425.5677.378.64
MauritaniaMRT2000nananananana
MauritiusMUS19941113.0017.960369115.6010096.1284.3113.65
MauritiusMUS19951122.0017.386320115.5611067.2481.2710.62
MauritiusMUS19961134.0017.948070535.7611808.2880.1010.40
MauritiusMUS19971147.7121.057260516.1612226.8581.4912.79
MauritiusMUS19981159.7323.992649086.2813440.9079.1311.83
MauritiusMUS19991174.4025.185810096.6513632.8982.1311.14
MauritiusMUS20001186.1426.24955946.7314405.6981.3311.34
MalawiMWI19949493.118.7364053732.28476.4583.598.97
MalawiMWI19959757.0015.283740043.65637.5388.525.03
MalawiMWI199610016.0015.308469774.82718.1295.964.62
MalawiMWI19979664.9316.444179535.17833.0696.644.56
MalawiMWI19989884.0031.072679526.95785.6291.854.35
MalawiMWI199910097.5044.088138589.58824.82100.704.49
MalawiMWI200010311.0059.543811812.13807.7493.583.75
MalaysiaMYS199420103.262.6242570881.247617.4351.1131.97
MalaysiaMYS199520609.862.5044040681.278381.0350.7134.74
MalaysiaMYS199621129.232.515943051.319165.7849.1333.18
MalaysiaMYS199721667.002.8131918911.349688.6748.2034.40
MalaysiaMYS199822180.003.9243750571.2510191.9240.8718.06
MalaysiaMYS199922710.003.7999999521.2710435.7834.8518.26
MalaysiaMYS200023270.003.7999999521.559421.5030.0321.70
NamibiaNAM19941502.853.5507979391.654398.6356.9811.87
NamibiaNAM19951543.003.627084971.814336.0058.9410.53
NamibiaNAM19961582.994.2993488311.994354.8559.4511.40
NamibiaNAM19971647.524.6079621322.334421.2461.6910.19
NamibiaNAM19981681.825.5282840732.534567.8160.9213.25
NamibiaNAM19991718.276.1094841962.674772.4158.5911.67
NamibiaNAM2000nananananana
NigerNER19948842.09555.2047119122.62801.6977.074.13
NigerNER19959150.00499.148407126.81809.7078.252.99
NigerNER19969469.07511.5523987134.38799.4081.473.92
NigerNER19979770.24583.6693726138.02798.7080.444.25
NigerNER199810120.12589.9517822143.64841.3482.784.39
NigerNER199910475.80615.6990967136.84866.4179.183.74
NigerNER200010832.00711.9763184133.32902.2883.323.85
NigeriaNGA1994108012.5721.9960002915.94719.1472.8712.76
NigeriaNGA1995111270.0021.8952598623.53755.8975.4611.04
NigeriaNGA1996114495.5121.8844299326.61926.0961.199.82
NigeriaNGA1997117680.7521.8860492725.87964.8873.979.61
NigeriaNGA1998120817.2621.8859996828.64816.1581.1311.54
NigeriaNGA1999123896.5292.3380966232.58795.7469.8216.31
NigeriaNGA2000126910.00101.697303839.93826.4731.8922.19
NicaraguaNIC19944304.716.7228751181.671711.6984.6010.13
NicaraguaNIC19954426.007.5455918311.751838.3782.7011.31
NicaraguaNIC19964548.058.4355001452.071772.6380.2812.71
NicaraguaNIC19974680.479.4480829242.561553.2894.5316.80
NicaraguaNIC19984810.2910.581919672.731666.0696.2817.16
NicaraguaNIC19994940.7411.809249882.941800.77104.7321.48
NicaraguaNIC20005071.0012.684390073.081947.2292.2117.88
NetherlandsNLD199415381.001.822.1019638.7662.6021.10
NetherlandsNLD199515460.001.60572.0920607.3262.1421.85
NetherlandsNLD199615526.001.68592.0921430.5062.5521.93
NetherlandsNLD199715607.001.95132.0922582.8462.2322.35
NetherlandsNLD199815703.001.98372.1023648.7662.8422.34
NetherlandsNLD199915809.002.06852.1324483.2363.7622.37
NetherlandsNLD200015920.002.39192.1625758.8362.7322.47
NorwayNOR19944337.007.05769.2021746.5160.6125.84
NorwayNOR19954358.006.33529.2623015.9259.8027.17
NorwayNOR19964381.006.44989.3124937.0658.9525.94
NorwayNOR19974405.007.07349.3526615.1457.9128.41
NorwayNOR19984432.007.54519.5626317.2161.3031.31
NorwayNOR19994462.007.79929.7227622.5260.5826.91
NorwayNOR20004491.008.80189.8932057.2953.4524.48
NepalNPL199420753.4549.397518168.221168.2069.4017.03
NepalNPL199521272.0051.890331278.441222.3067.8318.06
NepalNPL199621794.6856.691951758.991272.3170.3718.83
NepalNPL199721444.8858.009548199.461380.5070.7917.36
NepalNPL199821965.4265.975791939.661415.7170.4216.56
NepalNPL199922498.0468.2393722510.291476.5570.4913.26
NepalNPL200023043.0071.0938034110.511564.8367.2716.02
New ZealandNZL19943602.001.68651.4916302.7468.1921.95
New ZealandNZL19953656.001.52391.4817075.0467.7123.36
New ZealandNZL19963714.001.45491.4717707.2668.1923.38
New ZealandNZL19973761.001.51241.4817945.2969.1622.06
New ZealandNZL19983792.001.86831.4818085.4470.5020.99
New ZealandNZL19993811.001.88961.4619007.0370.1222.69
New ZealandNZL20003831.002.20121.4620008.2967.6422.33
OmanOMN1994nananananana
OmanOMN1995nananananana
OmanOMN19962173.000.3844999970.2016667.8858.288.08
OmanOMN1997nananananana
OmanOMN1998nananananana
OmanOMN1999nananananana
OmanOMN2000nananananana
PakistanPAK1994119401.8529.877840047.441768.4471.2911.40
PakistanPAK1995122374.9530.929689418.171878.3271.4611.09
PakistanPAK1996125409.8535.265731818.761951.6674.0211.07
PakistanPAK1997128457.3140.917919169.621962.2576.3610.48
PakistanPAK1998131582.0044.942840589.932048.3973.7210.08
PakistanPAK1999134790.0049.1183395410.442085.4177.288.68
PakistanPAK2000138080.0053.6481895410.692157.8674.048.81
PanamaPAN19942585.2410.555441.8758.4723.68
PanamaPAN19952631.0010.555453.2558.2426.17
PanamaPAN19962674.0010.545670.9257.9426.54
PanamaPAN19972719.0010.506002.1061.2425.19
PanamaPAN19982764.0010.516217.6965.5526.58
PanamaPAN19992811.0010.516336.4263.0728.71
PanamaPAN20002856.0010.526650.2062.2526.65
PeruPER199423149.982.1949999331.194009.2770.8119.94
PeruPER199523532.002.2533330921.294373.1170.2322.00
PeruPER199623947.002.4533329011.414434.0870.8820.86
PeruPER199724371.002.6641669271.364734.2269.4022.28
PeruPER199824801.002.9300000671.454629.3070.3521.78
PeruPER199925230.003.3833329681.494627.9770.0618.43
PeruPER200025661.003.490000011.524799.3069.5317.44
PhilippinesPHL199468661.4926.417169578.742822.8673.0515.89
PhilippinesPHL199570267.0025.714469919.142968.2074.7115.56
PhilippinesPHL199671899.0026.216100699.683122.2975.2516.42
PhilippinesPHL199771324.6829.4706592610.193344.3075.7417.48
PhilippinesPHL199872775.4540.8930511510.853415.2876.5413.95
PhilippinesPHL199974194.8839.0889816311.243726.8971.8312.22
PhilippinesPHL200075580.0044.192249311.014064.7067.1211.63
Papua New GuineaPNG19944201.861.0113400220.314188.1650.165.76
Papua New GuineaPNG19954301.001.2798420190.393800.1662.678.42
Papua New GuineaPNG19964400.901.3190749880.453529.3554.2612.65
Papua New GuineaPNG19974760.731.437971950.433423.7360.9211.06
Papua New GuineaPNG19984882.812.0735919480.493311.2359.269.46
Papua New GuineaPNG19995005.922.5707728860.553313.2663.019.54
Papua New GuineaPNG2000nananananana
PolandPOL199438544.002.27230.886623.4476.0614.85
PolandPOL199538588.002.4251.117204.2272.9117.34
PolandPOL199638618.002.69611.307712.8575.0819.53
PolandPOL199738650.003.27931.488250.2675.6221.50
PolandPOL199838666.003.47541.648727.1475.7522.38
PolandPOL199938654.003.96711.749150.8277.1822.24
PolandPOL200038646.004.34611.849661.3667.2124.35
Puerto RicoPRI1994nananananana
Puerto RicoPRI1995nananananana
Puerto RicoPRI19963733.0010.839765.6596.1122.95
Puerto RicoPRI19973805.0010.8510048.2696.6125.16
Puerto RicoPRI19983833.0010.8710590.0995.5523.29
Puerto RicoPRI1999nananananana
Puerto RicoPRI2000nananananana
PortugalPRT19949902.80165.993122.0012435.1262.8620.71
PortugalPRT19959916.80151.106126.5712907.0072.3823.85
PortugalPRT19969926.90154.244129.1713523.0872.4823.73
PortugalPRT19979940.70175.312131.8814268.5372.2125.41
PortugalPRT19989968.70180.104134.3715165.2272.3326.62
PortugalPRT19999990.00188.178133.2116302.3261.6726.46
PortugalPRT200010005.00217.603135.1517088.9660.7427.22
ParaguayPRY19944711.891911.545044610.275209.5072.5612.24
ParaguayPRY19954828.001970.400024698.175236.2172.8412.89
ParaguayPRY19964955.002062.783936751.375342.3971.6112.43
ParaguayPRY19975085.002177.863037838.304909.9779.8713.06
ParaguayPRY19985219.002726.48999941.074766.3980.8812.43
ParaguayPRY19995358.843119.072998955.204723.7977.1211.63
ParaguayPRY20005496.003486.353027993.264801.3077.1411.06
QatarQAT1994nananananana
QatarQAT1995nananananana
QatarQAT1996693.003.6400001052.4919843.9150.1013.25
QatarQAT1997nananananana
QatarQAT1998nananananana
QatarQAT1999nananananana
QatarQAT2000nananananana
RomaniaROM199422731.001655.08606499.954377.7572.1313.89
RomaniaROM199522681.002033.276001676.224699.6677.5512.60
RomaniaROM199622608.003084.218018962.084983.7683.0811.64
RomaniaROM199722554.007167.9428712345.914787.4182.2711.50
RomaniaROM199822503.008875.5761723402.874848.8683.9410.65
RomaniaROM199922457.9915332.839844983.814818.3581.4710.12
RomaniaROM200022435.0021708.72077059.265023.5381.0311.18
RussiaRUS1994148336.002.1907498840.557499.8649.5118.33
RussiaRUS1995148140.994.5591502191.477068.7460.7317.40
RussiaRUS1996147739.015.120832922.047106.7963.8613.72
RussiaRUS1997147304.005.7848329542.307297.9566.6813.05
RussiaRUS1998146899.019.7050828932.647086.3967.739.20
RussiaRUS1999146308.9924.61993984.038074.7057.358.81
RussiaRUS2000145555.0128.129169464.859995.9154.748.79
RwandaRWA19946230.00194.51750.39529.48132.164.48
RwandaRWA19956400.00262.197509870.67746.3492.773.08
RwandaRWA19966727.00306.820007377.90823.2589.713.21
RwandaRWA19977895.18301.529785284.13847.7991.443.72
RwandaRWA19988105.00312.314086985.32914.2289.344.22
RwandaRWA19998310.00333.941894582.25944.8685.723.46
RwandaRWA20008508.00389.696197584.20976.1683.863.22
Saudi ArabiaSAU1994nananananana
Saudi ArabiaSAU1995nananananana
Saudi ArabiaSAU199619409.003.7449998862.2212245.5746.998.88
Saudi ArabiaSAU1997nananananana
Saudi ArabiaSAU1998nananananana
Saudi ArabiaSAU1999nananananana
Saudi ArabiaSAU2000nananananana
SudanSDN1994nananananana
SudanSDN1995nananananana
SudanSDN199627160.681250.791992328.141159.2679.219.57
SudanSDN1997nananananana
SudanSDN1998nananananana
SudanSDN1999nananananana
SudanSDN2000nananananana
SenegalSEN19948110.87555.2047119182.521363.8081.266.60
SenegalSEN19958330.00499.148407189.551421.7982.136.41
SenegalSEN19968557.01511.5523987187.901477.7083.676.66
SenegalSEN19978777.14583.6693726189.051545.1983.826.55
SenegalSEN19989032.38589.9517822188.741608.4083.677.44
SenegalSEN19999286.27615.6990967190.871650.8186.216.91
SenegalSEN20009530.00711.9763184194.261680.9786.917.14
SingaporeSGP19943421.001.5274440051.4621361.8638.3439.92
SingaporeSGP19953526.001.4173749691.4423306.6036.5141.32
SingaporeSGP19963670.001.4100409751.4124938.8534.7443.93
SingaporeSGP19973794.001.4848059421.4126755.9033.9245.56
SingaporeSGP19983923.001.6736019851.3526322.4832.8740.05
SingaporeSGP19993952.001.6949570181.3926470.2934.7437.74
SingaporeSGP20004018.001.7239630221.3828643.5934.7937.72
Sierra LeoneSLE19944399.00586.7396851130.03951.9081.944.55
Sierra LeoneSLE19954510.00755.2158203163.60885.2492.023.21
Sierra LeoneSLE19964630.00920.7324829203.31921.2298.935.27
Sierra LeoneSLE1997nananananana
Sierra LeoneSLE19984830.481563.618042288.65780.8594.564.22
Sierra LeoneSLE1999nananananana
Sierra LeoneSLE20005031.002092.125361.48733.5493.123.91
El SalvadorSLV19945540.868.7287502293.353816.3789.039.81
El SalvadorSLV19955669.008.7545833593.544143.5989.3110.35
El SalvadorSLV19965798.008.7550001143.694235.7988.777.79
El SalvadorSLV19975911.008.7562503813.744408.4187.057.90
El SalvadorSLV19986035.008.7550001143.884483.9986.729.28
El SalvadorSLV19996153.748.7550001143.864592.3987.768.34
El SalvadorSLV20006276.008.7550001144.004622.3789.268.87
Sao Tome and PrincipeSTP1994128.65732.6281738207.811357.60102.7618.97
Sao Tome and PrincipeSTP1995132.001420.340942378.051294.79114.3117.42
Sao Tome and PrincipeSTP1996135.292203.164063573.951272.02106.5618.71
Sao Tome and PrincipeSTP1997nananananana
Sao Tome and PrincipeSTP1998141.706883.2431641546.811284.0475.4517.81
Sao Tome and PrincipeSTP1999144.907118.9580081797.051284.2774.9618.08
Sao Tome and PrincipeSTP2000148.007978.1718751908.791316.8174.0018.08
Slovak RepublicSVK19945347.0032.04489.659036.7565.4916.74
Slovak RepublicSVK19955364.0029.713410.529675.5665.9121.68
Slovak RepublicSVK19965374.0030.653711.299992.8770.1627.02
Slovak RepublicSVK19975383.0033.616211.8510753.5770.3726.01
Slovak RepublicSVK19985391.0035.233411.7711835.6056.4727.91
Slovak RepublicSVK19995395.8041.362812.4912102.0855.9824.51
Slovak RepublicSVK20005401.0046.035213.0212618.5352.2224.78
SloveniaSVN19941988.90128.808593879.9711662.1253.2119.87
SloveniaSVN19951990.00118.518501389.0312574.9654.4623.11
SloveniaSVN19961991.00135.364303697.2713151.5154.3223.23
SloveniaSVN19971985.96159.6882935103.9614143.0253.2424.14
SloveniaSVN19981982.60166.134201108.9315067.3452.8225.35
SloveniaSVN19991985.50181.7691956113.4316198.3153.2727.82
SloveniaSVN20001988.00222.6560974119.6916983.3851.1327.60
SwedenSWE19948781.007.7169.4419256.7269.4818.48
SwedenSWE19958827.007.13339.5020438.3066.8319.46
SwedenSWE19968841.006.7069.5220864.5567.5018.93
SwedenSWE19978846.007.63499.5821521.1367.2718.59
SwedenSWE19988851.007.94999.5822475.3167.5619.56
SwedenSWE19998858.008.26249.6423477.2767.9319.51
SwedenSWE20008871.009.16229.6024628.4450.1420.60
SwazilandSWZ1994nananananana
SwazilandSWZ1995nananananana
SwazilandSWZ1996928.554.2993488311.095175.4371.2218.45
SwazilandSWZ1997959.704.6079621321.394773.6170.8820.40
SwazilandSWZ1998990.465.5282840731.514839.6169.0721.30
SwazilandSWZ19991019.476.1094841961.634928.8570.4718.63
SwazilandSWZ20001045.006.9398279191.775046.7270.8718.87
SeychellesSYC199473.925.0558581354.028216.6642.5616.11
SeychellesSYC199575.304.7619748123.449352.8352.6316.28
SeychellesSYC199676.544.9699831013.509422.0145.2028.23
SeychellesSYC199777.325.0263419153.3810332.3057.5418.98
SeychellesSYC199878.855.2621917722.8812334.4773.0916.45
SeychellesSYC199980.035.3425831793.3511454.2365.6417.61
SeychellesSYC200081.235.713817123.7111644.4262.1814.50
SyriaSYR199413713.8011.2250003810.873391.8774.7411.94
SyriaSYR199514112.0011.2250003810.563819.4470.8610.43
SyriaSYR199614505.9911.2250003811.373971.0970.939.15
SyriaSYR199715015.0011.2250003812.194071.7367.458.26
SyriaSYR199815402.0011.2250003812.024263.7267.967.89
SyriaSYR199915792.0011.2250003812.454176.4965.987.66
SyriaSYR200016189.0011.2250003812.834337.7860.577.00
ChadTCD19946463.87555.2047119104.70802.6790.137.87
ChadTCD19956707.00499.148407122.82871.6585.244.67
ChadTCD19966893.71511.5523987136.07885.9084.436.47
ChadTCD19977085.62583.6693726132.56936.6884.766.29
ChadTCD19987282.87589.9517822146.16938.4886.656.97
ChadTCD19997485.61615.6990967132.56970.4585.944.83
ChadTCD20007694.00711.9763184135.74959.4179.786.70
TogoTGO19943990.00555.2047119163.22838.1268.929.01
TogoTGO19954110.00499.148407186.59850.5069.319.94
TogoTGO19964230.00511.5523987201.70884.7471.3912.18
TogoTGO19974135.17583.6693726216.81976.0683.5210.62
TogoTGO19984258.14589.9517822199.34983.7477.3212.72
TogoTGO19994388.60615.6990967200.06995.4876.5811.32
TogoTGO20004527.00711.9763184207.24926.0477.4512.32
ThailandTHA199458718.0025.1499500310.256019.2049.7641.04
ThailandTHA199559401.0024.9151802110.646637.2550.8642.04
ThailandTHA199660003.0025.3426799810.837093.7250.6041.49
ThailandTHA199759370.4731.3643302911.277051.2551.8433.08
ThailandTHA199859793.5041.3593902612.306410.1751.0417.75
ThailandTHA199960245.8037.8136596711.856477.3153.0418.58
ThailandTHA200060728.0040.1118011511.886715.3153.4620.87
TajikistanTJK1994nananananana
TajikistanTJK1995nananananana
TajikistanTJK19965927.00295.546.95985.6967.3711.96
TajikistanTJK19976017.000.5623332860.071215.8568.698.66
TajikistanTJK19986127.000.7766249780.141234.3083.126.86
TajikistanTJK19996156.001.2377920150.171278.5371.908.41
TajikistanTJK20006170.002.0762500760.211379.6975.949.09
TurkmenistanTKM1994nananananana
TurkmenistanTKM1995nananananana
TurkmenistanTKM19964598.003978.225098449.044533.3339.0540.47
TurkmenistanTKM1997nananananana
TurkmenistanTKM1998nananananana
TurkmenistanTKM1999nananananana
TurkmenistanTKM2000nananananana
Trinidad&TobagoTTO19941253.515.9249291422.808361.0858.8312.99
Trinidad&TobagoTTO19951262.005.9477958682.739177.1561.439.78
Trinidad&TobagoTTO19961270.176.0050659182.839481.5663.4810.14
Trinidad&TobagoTTO19971277.746.251677993.498211.9169.7517.97
Trinidad&TobagoTTO19981285.146.2983078963.548426.1574.7414.06
Trinidad&TobagoTTO19991292.756.2989001272.9811192.6872.848.36
Trinidad&TobagoTTO20001301.006.2997970582.7613720.5769.767.43
TunisiaTUN19948823.691.0115540030.345214.3976.1712.71
TunisiaTUN19958957.500.9457499980.365343.9576.8512.78
TunisiaTUN19969089.300.9734082820.365830.0577.4813.06
TunisiaTUN19979215.001.1059080360.376077.8478.1113.12
TunisiaTUN19989333.301.1387250420.386352.5879.2712.98
TunisiaTUN19999455.901.1862250570.396787.7878.7412.49
TunisiaTUN20009563.501.3706829550.397130.1578.5613.29
TurkeyTUR199460573.0029608.711092.725757.2869.0416.11
TurkeyTUR199561646.0045845.120693.486085.0068.5921.63
TurkeyTUR199662695.0081404.936675.476424.4270.8420.99
TurkeyTUR199763745.0015186564522.947010.8970.5521.49
TurkeyTUR199864789.00260724111801.757209.8869.1020.15
TurkeyTUR199965819.00418783168680.636972.8569.6518.07
TurkeyTUR200066835.00625218252226.947414.0269.1521.11
TaiwanTWN199421034.9026.459922.8013471.4362.6321.77
TaiwanTWN199521214.9926.489923.0714341.1562.8521.63
TaiwanTWN199621387.8127.459923.0315589.1062.4920.63
TaiwanTWN199721577.3828.722.9716827.6962.7521.83
TaiwanTWN199821777.1033.459923.1117742.8063.9321.96
TaiwanTWN1999nananananana
TaiwanTWN2000nananananana
TanzaniaTZA199428793.00509.6308899159.87437.3286.9711.15
TanzaniaTZA199529646.00574.7617188198.45452.3085.159.92
TanzaniaTZA199630487.82579.9766846235.95471.4085.458.62
TanzaniaTZA199731316.10612.1224976340.30433.0582.2310.42
TanzaniaTZA199832128.48664.6712036367.40449.6889.559.83
TanzaniaTZA199932922.57744.7590942412.84474.7088.058.90
TanzaniaTZA200033696.00800.4085083437.36490.1883.339.39
UgandaUGA199418599.39979.4453735332.78711.2178.672.92
UgandaUGA199519168.00968.916687342.81816.9378.143.53
UgandaUGA199619740.951046.084961362.94855.1580.103.64
UgandaUGA199720420.001083.009033380.43901.6176.783.29
UgandaUGA199821040.001240.30603387.35933.5378.373.17
UgandaUGA199921620.001454.827026397.011016.6383.853.22
UgandaUGA200022210.001644.474976410.331029.5785.063.57
UkraineUKR199451921.000.3275142010.045594.7754.2817.10
UkraineUKR199551531.001.4730750320.224724.5255.8811.12
UkraineUKR199651114.001.8294689660.364402.5256.489.03
UkraineUKR199750697.001.8616579770.424422.6556.859.34
UkraineUKR199850303.002.4495420460.454531.5257.659.36
UkraineUKR199949906.004.1304421420.544833.4654.198.80
UkraineUKR200049501.005.4402332310.685146.9654.369.68
UruguayURY19943194.725.0439171793.008572.8269.5012.00
UruguayURY19953218.006.3489999774.138630.7567.9012.65
UruguayURY19963241.527.9718332295.089285.2369.5911.58
UruguayURY19973265.009.4418325426.329912.4469.8511.79
UruguayURY19983289.0010.471920016.7210571.7770.6312.21
UruguayURY19993313.0011.339300166.8910379.1871.4911.06
UruguayURY20003337.0012.09959037.0710284.5971.8210.03
United StatesUSA1994260616.0011.0026834.1268.1120.90
United StatesUSA1995263073.0011.0027894.9268.1420.98
United StatesUSA1996265504.0011.0029193.9168.0521.58
United StatesUSA1997268087.0011.0030797.8467.4522.52
United StatesUSA1998270560.0011.0032230.1968.0822.89
United StatesUSA1999272996.0011.0033725.7768.8423.14
United StatesUSA2000275423.0011.0035618.6768.2624.25
UzbekistanUZB199422377.0011.41.242339.1755.7813.30
UzbekistanUZB199522785.0030.25.262529.1146.8813.69
UzbekistanUZB199623225.0041.18.602803.8255.539.33
UzbekistanUZB1997nananananana
UzbekistanUZB1998nananananana
UzbekistanUZB1999nananananana
UzbekistanUZB2000nananananana
St.Vincent & GrenadinesVCT1994110.372.7000000481.075555.2755.009.08
St.Vincent & GrenadinesVCT1995111.002.7000000481.056086.1746.909.66
St.Vincent & GrenadinesVCT1996111.682.7000000481.056432.0046.098.90
St.Vincent & GrenadinesVCT1997112.422.7000000481.106389.3657.149.77
St.Vincent & GrenadinesVCT1998113.222.7000000481.126729.9255.1010.36
St.Vincent & GrenadinesVCT1999114.082.7000000481.107033.3753.1710.42
St.Vincent & GrenadinesVCT2000115.002.7000000481.007847.4546.428.43
VenezuelaVEN199421377.00148.502700862.856458.3165.2210.43
VenezuelaVEN199521844.00176.842498894.976586.8764.4513.96
VenezuelaVEN199622311.00417.332489190.336916.3558.9011.65
VenezuelaVEN199722777.00488.6347961280.246785.2162.9415.71
VenezuelaVEN199823242.00547.5557861362.326229.5668.3416.95
VenezuelaVEN199923707.00605.7166748418.596298.2264.4013.85
VenezuelaVEN200024170.00679.9602051469.487232.4757.9913.54
VietnamVNM199471679.2410962.129881777.341339.8973.4412.60
VietnamVNM199572980.0011034.919922079.011471.0775.0113.98
VietnamVNM199674300.0011032.599612108.211651.5679.0614.90
VietnamVNM199775460.0011683.330082049.032032.7277.9113.19
VietnamVNM1998nananananana
VietnamVNM1999nananananana
VietnamVNM2000nananananana
YemenYEM199414785.0012.0100002321.33859.2849.135.30
YemenYEM199515250.0040.8391799936.10815.7355.436.58
YemenYEM199615692.2594.1566696252.23801.6366.806.82
YemenYEM199716139.48129.280807550.391093.1850.506.38
YemenYEM199816599.45135.881698643.991161.4056.056.27
YemenYEM199917047.64155.718307556.011185.5853.315.37
YemenYEM200017507.16161.718307560.941292.5639.775.62
South AfricaZAF199438283.223.5507979391.816980.6062.727.73
South AfricaZAF199539120.003.627084971.987086.0965.008.57
South AfricaZAF199639912.004.2993488312.077429.2365.177.94
South AfricaZAF199740670.334.6079621322.217606.7565.457.61
South AfricaZAF199841402.395.5282840732.337612.7966.237.28
South AfricaZAF199942106.236.1094841962.447749.9665.746.74
South AfricaZAF200042800.996.9398279192.558016.6564.997.08
Congo, Dem. Rep.ZAR199442489.321194.119019518.70315.4480.482.96
Congo, Dem. Rep.ZAR199543848.007024.4311522763.71327.2777.932.63
Congo, Dem. Rep.ZAR199645254.158376420020.81309.8178.432.43
Congo, Dem. Rep.ZAR199746753.571.3134479520.58281.0781.942.60
Congo, Dem. Rep.ZAR1998nananananana
Congo, Dem. Rep.ZAR1999nananananana
Congo, Dem. Rep.ZAR2000nananananana
ZambiaZMB19948740.72669.3706055307.48834.1975.439.86
ZambiaZMB19958980.00864.1192017402.40829.3776.5510.31
ZambiaZMB19969214.401207.900024515.01838.0578.7410.99
ZambiaZMB19979443.211314.498047596.97851.4777.5912.15
ZambiaZMB19989665.711862.06897744.91800.6985.1213.75
ZambiaZMB19999881.212388.019043941.87765.2491.8215.30
ZambiaZMB200010089.003110.8439941157.63840.9786.3315.38
ZimbabweZWE199410775.358.1515388492.012586.8460.1018.53
ZimbabweZWE199511011.008.665375712.152603.3766.8915.03
ZimbabweZWE199611242.1610.002349852.642860.2372.0611.32
ZimbabweZWE199711923.5212.111289983.172727.0682.8211.01
ZimbabweZWE199812153.8523.679109574.062799.8577.6610.75
ZimbabweZWE199912388.3238.301200876.122770.4876.8910.73
ZimbabweZWE200012627.0044.417919169.482607.0369.238.62
- -
- - - -
- - - - - - - - - - - diff --git a/demos/assets/img_best-price.png b/demos/assets/img_best-price.png deleted file mode 100644 index 8d0834ccc8c2df7479d888cc20c81e267906ce0d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1367 zcmV-d1*rOoP)L!QNE^o1k#qt0&fF5C;sLkdIecP7G@K~+%psu{;_4#*`ssKup$KLIv z$m6xw??0B^6jqgHnalt_cT=C-hqTyky!`-Gp5E^F)#&y^d9+`$_cnmXAbrVmtlUC^ zwEzGA_xSgD!Ttzbr7>}*Q>pR^X|;sI_Q})RV4>Bi)$k*d>$t|$a<=dlY_$MJq7rn* z5J!TPtG$H1=$Xdn062PjwC4avgXi)1oy_mF)aPrh;ssWm07;B%xcSiK_PgKtI+o$a zWdJZWFEKSQF*31EK_~zK03dWlSaefwW^{L9 za%BKbVPkS{ZDnL>VIW3na%FdKa%*!SO<22;DkJ~^10YF6K~#90jgXOrVTB6#=;@jT@|o4aE@l0I3i4m4E@(T11vOp-TV3Jyq@!ZeLiPr z&vQoLe`#b$P5f`nq@b!n3IibYC(LvsE^8_=Q&A9whhsGZI)8Dq*#=Q;KbqyBB@DwF z9GA^D?yRltudUFrnCzy_-!Q}A>F=?9TPrIoZ6dnSFa#Fe#Bgkurn^X&=}IZm?i+5k znn17FPUrTvWm$cW#4_j?Mk$ukL%NXFmOIDxN|D?70XHO*W3>m=fmYP!X+`*niDs3f zt)9+_J-1Yb2LYpm0Jx(fECRNUt;vXQGUVvF;Yx*kR06Pu zL{Y`=Xh(&p#^$+3z5b7HbcX4N;!0>%2_tPrU{sV6Fq_gsirlD2B6Z*B^I9*I(L$ln z+qXp|QrN_#P^mAJw1tSzw|zI!#rUv4P3oZ*;vHiZB9{H|A#BVTIF))7*}ldA z${T5-QXrkS7sY(yZUB`^C_uHIkB)xshr-{)ypgA7d_>Z{jYO>kOXF2_*IG zAbGGA3Dbxb-PLWUo|Uf8Z{{v;4IqGH>f?Q{_nj2qlU&X{@7DPARCCDGpKd~7P)wZZI{m8%*gi8?^pT4KwKlj*#!mlGSz zJy6HEtd(I~`1$zc4jtnrAH7OTy$~JRf`gqRAkG>S@9g5gYjLebN6k`MjTst(QcdI= zC+gG7%8P;2L`=3?VdjjK@TRBmy}SSa|M#1tu^kkLGcl-6SKlKb`rFKM9U9d+Pm(}A zy)HV>tg)j@OQ%9T%^4)%DmeGS$Ht9|!+dqMOi|DwD&lN&=V@ldNJ_k*p7Rzd>KGp6 ze~!HyB(^#}zZ)8?BqH$t{qVrI#bIav_y4_ldg0N{r)_NBw57U7 zDmKl3g4`i1@#EHnO+>3(W1?ee_y7Ox4yA;KaopDQc(aeB>6 zQoVnO+LV|7%*@wsZQz8E=p{3lNKU>(O3X7e>A1MeW@gnAAm+uyr+s;{6(;}g@3jdF z;wdfN8zbRKRR6`mu^lAPeSE`FR@PBd%$b@0!p5Zz68!Au)FCU`wXgi5sNSu!#xXtQ z9va@lx5f`9`PkIIVOsy0nfdDG|Iyp_9yIUK)t6de%$b?RF*K|{O0o_dWdJZWFEKVR zF*2k3?#2KB03dWlSaefwW^{L9a%BKbVPkS{ZDnL>VIW3na%FdKa%*!SO<22;DkJ~^ z1cymPK~#90WAKE7`9Q$V&JJRN$U-2U0|X!;22UhlY;633vD)*Jz>62^VBiVWf}$#~ z?M3xG-JIfU5}s!TplZMXuIfegPS4_?D#@b8b-qRKS~m20s$ViTMpw0ywKvk@=FLTA zi+Fh_l`Z-pr+QfA7@Apyg@vEBUClOv00%z@keuYYp`sAxGzPGn3r|E%JD^bZ8wfa{ zK#9Zlfa+n^oi98yGofa^ILjOwV`lan3=%-#S76}EgE0ZlFJ8QuKOds1dgpmpTib*L zBvlCp1_r-`m$xjg2CD)F+Tz~a12HiiKYzkhfIy5{+OPduI@uLFfg#KQ#4n0B{3`=0 z`uP*4goESGT=%%(x69tz&s+>rHGh82i-zp7gan`>mtR1jrlw{lz9n=X*O~;uc#eZ|#3>(Cz6?d7-bMxuU+y+#Y=~?e9{A*=eqh{o7 z+dfytg_6asbC*QzWD?mnBX#N0bm=L#L8>x6HSCm>%${XA7~LuAH8F5g4=#>N_ReCMDdt&@jg#@miEBgYM4!CHZgkgbsWXmOZ-PJN?GG*@d1A zFQ(1?aL_F5M+0*%SBQ~>g0JM}ldeAB?WON&-FoyW{cgDQhCHC_FKy1=n2-?Wp?d99 zYf#mq4`pS+Uo77)HBa4tE8Obt-SFVg)xhvl-}%y|v(v>)(qlER%*L-PSFYrVHQ&mz zet+7brBmjMr`f3S{Ck?QO(sEkMHhT8k_<& z%a}30F~P;;7ceCPRhx!FgXy!X0mw{zo-&a@&Ar0kfdzzPkRc;rq>0zc(GT z$-i3lF(_Nd-g5tQp8ly*Yu13$J}9joi?)BhG&Xg@KBs-FOH27X{^~EQT=qrz(bU~j z!{2@`gsQr9*dmTEJUl)AK%eEU*mK<65%P}VJdf5dFo}4j7_}3ew?WzdMdXCkM~@!w z+V$wsEXSlI6O&nY_uMsE@T6v6;jtISko;)u`9gP!EDw)ga`IFazq`rF$>l13CP_)_ zYbFX6BInvul51Y2hntv~TKW0;ohdgpz3XT)b%lq}33XtK&w;6W@nYu|nV%0FP46%Hgvju6+ByMoxDpC|@I&CO|*r o?z_741(yV*CO7XVpO3@8Qw0RaI>e0%`!TZlrUZssNcfQ$@)8UO%51E4_= z0iYixtdD;i5L5uzM-KAw0f68DApR-?0Kp)*|0zd-eEz%52Nwv_U%Yr9?UF#4|0<(@ zlZS?_9{p*1(uZ z-ptm?*3s;vk%$sAk(#-Uk*%vEfSHkzlbey5n~{@%z5$H<{&2pp0fGSV(9qB@(C{!Y@F;Mwa3~l^ z@bE|&SZHV%XlPg{@PEZk2?>_)2 z(10934j2dt02BoT3 z0ssa3cO^0a1RMkm6dV)+3KALu44&nq5(NyL7?lY^NI@Ts#NMA75U{{VoZVC$Xz0FnR6NK}R0$$0xe z5dQB7DF1=*z6yW``|Ft~00F?QavYGHiYyK&2_%bCjFXO&)Mm+846{cdpcK^-U}|ZM z-t?V$2aM4EwjQ$kX~j@KUeO)urODe6#VN8r3NbnbPweUY?N!yvP5N6V$VKy4BYEAU z?>M?>Xe%g==VLSePmw=lGYBne#XK+9HzseHHa35_H9wVA(_LOtg&qv`VB_4AIECEj zKX)(b(yRODE;YOAll=%Fvp|C2{%QFSG9X#PJK%l#AH32BkPWS?kYSX=lqw$S18(ds zmpKB=IB^-{5fx)r42FRkkCj)VKc?80-vNyRW|ltOqodBhGVx*CGu{CzdsPsHl^a!c zQcZonWlIG`_g^O}_C9qDGAH@r+_$iz;C2hxp3~+pwkesqI0N1RUkRTwM_q5S()Dj& zG251&GYx~c<-B!URefbk2rb3eG1=t;;9Du?8N^9UgNPk$W5gTG#g1BX13B*ia5(dpg2`dk3k<4B4f*Gog`w*R|L*f z+FoVEWu@nglT;c4A z)XZIUhQax)Wt|l>nd$oLAEh>a?`h}f3o^@h{tvIUR!71cgfdVB%NwV zvFh`0!<$b2YPknI-))ww2g9TtFXq|k!>3o2?RP+#oyc41tJvdUXC=Me>P&gYDbCEs zx$AyycUD_=c_vM<@=UUhjK(9LMg>78k}vnU?~CT>5x#84Djhpuyh0w~ z6h}(>$sL}s)nusl^c?`F)+V>4J1YP$y?EYJ}paS!2eupBi`+8(hB+|L=$IJQOU7Rop?J+gPnHO3$FHZ3i* z&u+d0;Eq1O)|V(hv~;gZAQ~ady;$pFD6yMm;Rb7lZEqvroPPG*;HYu9j{bxw&8rlR z1e0C9A0;>Q${;MzkimnSd@K_D;+2#dFS9e}xbgfm^DXina2w=XzPKho=&3o2AZ>=Y zC}F7EEVsu7Mnkp{;{656BeAP)2^6u?wY5s&FjI>3jvs?gkGv7E)I)Ykfq(i|Rvx{I zJm}rm7ea~LLcpL~zE;IBd$+qjb}mIBbTagvpB_zvwD0i7Gr8}H|Addh`<90&D^Zr_ zEm0a7Nucdl^Ag&vV+p5r*Oc|Q{-l0HXJj?AA+}RQo7`UEIe$nLQUj2M;Zf)jMpx7r zwx*MhAIx6($7Cpe6#i_r^Z#=y;yHr@c5*<0vgNms>nHF@JAS_> zv(Bd^PGVb{M-i=;_?FbK;9mP|{7_vluSJW?O_sElmuePwDqUDPU$SrJc#huz+GROc zC)(2jf(U8QJEyvx?|__V3^*GTF1lkjjo`~0oy)d5-`IH7C*P@?Md{jWw<+u$j_10M zjSGj#B|kZCloJX7rq6ld`<;rL{npjru%d)e-;R#V<#qW=#ix3I*YGC8%LSwxze%N~ zC9r(`9boC(RJ!59cf*}wS>EN}eX zXmN{1LK@RSTm_O982tMORQ$g1_l%9q{xydMc+J)Wtv})IUr`gDT2enEx_>zyEmZqRI7XoclHhtmp6M`YxX@%NVqCSSYC0R z{xxH)%H7;ri9p8sgBxkewo|(@aE@Q|b@YA_Pj9l_oN()R)n*2c?~P;`j^+{)NnF+@ z2N)Vxq=^zoFpnoRc>y8iqUPSXQ(IqEX$0z8H9f%Rmt*BSV9HusZ_U`_m|#OZ7LKLB zN!;oA>off)NF+JJHHeCLK+ybI^EC&@+gn_w(SMy(l-?I_zZ8loCM1lomW(RKrAjL1 zx3cdhOseo#U95jX`spaX)Bg5Uai;9ilfm>3z}kGilC-0vrxa}Ls+bpb=OCQ&v?N@% zIe*2e&)C2m`eJ4(Ykqd$IrMUxeczw3`)a0-ulk*bKePT-y!{;@NzETiCji>$(-7u@ z5m;N>?KAYDcyZEOyOHCv>ha#H)oyVgQOMN>ytZe(ENyp1*W*4EYA%(eq)A*vaY8~H zu#gHU_r7!s10)-v`cgzMQIe2QIr2RoIqz3oGCOsq(Au%FVKOh)1K8_fG#Nx{dWL?&OESmJU4718$ylZL+o2PW8VcsaqygZ6)PRD5{dYYi6gUJZ z7&HjXzYpxlV8|a_&kui#fQaIt*{{z2angz#74whSkCM653(HvD_#KklwJ-Q&vln8% z@%N20{=Sh%IeBr9M6!>qmaWA5AC^9&N28mS);N)-J0!%L3LCH51FUqp5uQHN^6GW- zD?YG^djZ;0C)sH8Z@&*uZ6)^KVqW=60w(AGBLd`Lee3tjnbp%I5{|K*CPR@0&!d#k zSvFtQU5DlO-(Ft>KPA)LbT)l5<=f|rM?)W9d&}|?dy38Ms}~*1`HvW|RQK$I0{r9 zhnu!jQs=JOE0ayCN)p5Pn==Az&u)*MMXwr< z!n#HcTGy^Evj(rHn5FhP8Kc$C@IHGY#z)fKz2mFMG8?b;e1FFTmK={QRg zs@r=a70X`S=sfmK@6K&}jlbCl9b3lu?@1Z5N%p_E`8{8ue@#%l1NI;UjMgl8 z`ZAg~&NXMwOC6(y-7$yM+)s3nX4m-WY;J!Mgw$B-mU1y5-#t2g{x1<;rB9WY1l{%S zc~zLnDX;GBHvD`rUP#L?OFCCaot|Aza-W|~X$34Me(MTS$gf3p?-6{fDW|*mFA*;n zJ|ScjpBi)rgso-;&a+RoM@U-Cx>u`ZR)<&%L@t(9e zijc@zHt`~$Xf9+TTameKa@4E+{vF`FA$?+m)~mn`49%rdL=Bq_i$UM|;2%{E3Milo zkBNi$5>U|aOI0ypzGbuA9k0id%ZvE5vuE`6i`^!h3luT-@AQnY8#LGH=DZ3re+@}; zQO-nCF>-YYYO*k9^;pTzy(y)1pD_|3)YnG8jtML7SyMSQ`a8o(5NM3^(M<-ELbO;M z=z1c4YtF*&)&273L=c%VU=?C?PGEdUelMs$ zg`2(=K7k*6g6qY7YRq%nzmu<*=NU}vOTNlkGug8dYqI94M1D@PlN44CBFl=El}v!Z zE{U5>n~&^hBKNd}C$8M>cy?#F$-MH{jPeg;{K?evfHI4lO?X!P)n>gunY-S8H|iV5 zbEX!V>9KxQM8U(#c!JddL%yMMM`Xp`Xi#sag;CsmOd+|ZF%`9>)@*B@*4l<5EiLn+ zNprD>80QY1R`U(%k8E!X!#0v#O4{5NtqF6KF4uBG^($KzBv6$tmTQ8 zGi9n-kp`8T7?SnVWh!YY?Zv8!8I4qNQi_TZjS#SEtYeyLahOiFM=4L(KzJ42jv~}7 zC%wJN2wWC4Bqb`Qh|-vpnyfeSM5$WIh6PEbDJGcWly4IKL36TFycG0>S&Bf@grGz+ zvZRVaZs)zvy#;X2ZkRV!-wJFB=(g-pSG7{m)j)&jNwlhrsbo~a!+TYPVDh|dVFUp&r!LDP=uuxf(U`iL@$~HamkGPwu z%>0to+tdzHhN&A_f&~@`*OJE4!DB0~(>Go*D|j8n;|8y#qG{QjLed=-!u-^scq9Y(B?*<>k#1151pz?|! z%V3t&mdwPN;b9eCt-?^2%;=c50QCpDiuh*oVB^)2yBvGmYV`02DX%N&Z z!KldXONEF>Qe(%fmf*gE0(bzNbC1QcX$Z0>QoIR{Dl%ZZ_f3y93ADZwsDRn`Q4l&S zkaP|VX)mirP>~t-iu~YXyeU9K{wC#Rp^%TJ_7` za{P(Pc!Hmpgx=KD@ff6(eq-~?&fgMnj-v{HE-4G9<4htgGk^7=0BW$qmxWzyPMd!W z)%=Y^bw6pPa~+Pd;?bF=L*`_G2d_(5o=F{<_f95hR%#2`;?dv+Zb+F2%v zfs2vf;kWZmD2959`4PV&{SOt;a5Uxl?SfVdM=YFM)r67+eK zJ~}*pMl3`-V;wc#Y^rgDsgbg?2E)=t{5^|{q@yGg*N#Qnn=icNl34 zycw3ojTYGvO9n5gG77?uc(trq90p&zdX_wkSBDMkH5c>s1c$4MaNR4zH{K4TY)oA- zW|^weRvL9BDIuDaqI$e?{^74e-Pe0(*IKW2FcZ1u9Cp>~kY$Cd%jj7{I7 zVj(b(7;1LBNe?JX@g)Xx+4RMxAdhtDyxz)o6JzU*_UOoRSC^&`m_w9z4b5I~K3PA7 zDC^+$m>7AZ(c_CAOC9{SOx%eSwSBXl>ONW|{6rNC{1hcRN9!}9`1#t)U3Ncc_8rhs zl7Y^&~Xn|^IDb`rG&JQg`xg& zYn2)YXrq)q5Bv}*TtI-ts2%vv$q}kgQZelL))C(MCdmgt-PoZo)%J`Hqy`^mpFvY^ zx_$64qliDQRW^m#*WV8H^oZl$&{AfPbxS+pHAi8TrwZ^D48iv5Dy`q?o>?=&eP=;i zdoU^5*3$ugj#gdHZ4WB6yaZV2w(OeR?HHej)oqPr%%*jd62Be|3WdzmT7G7_SrA#RH2Kg5GihEjHTbtO~TX+CgrVs+7 zc@$y8#LnF^#Jy}>C!$Y_JlI(x_H5hq2KkW;4iR^);hv_JznT~8tsxbQ2D1DbV&_hn z%Ek=BAxd~QG<}P(`XJk;=kptOc8)c}zbR&UuQug*G1dy_OZBQh0j#VM3%Yx4iqGIw zD>3OON2m4R=Ra(Ro3q-@YkK2nUPmpBy6;<#%BO6WISIj@u8A&sGk&xVU%?TwwCMyn$qn=`sz5bJ^G@X;P!SeH0ne zvklo3@Iem3k{IEJ+!KK|0gieJT%hvH%cQsjugz=T_qQj11MqLnv4NTND5VpZ1WLCV zctNcTlb=E{1{)hcs=HH^M8$&h)MEDs0fFdL{l&mu7I)af|iFc7w$~ zR8xozmAy?OYdX4q13qch7bkB_0c0&4RSe%pTSVYe@Pv^0sUgDI>Ld#Nh^ItubSa0jo;ht(hFf8lSv@a8U&H!N0x=6=GOj+^rm_CyH)_YQrwLb=iU?R+zKpqy#vF=p3w3+#5EigZ3K=#h9@5hmX_wSn~P$&op=sy>z|2k2ipaLM#h@sF)n3x4W zZk#Yk?fqlPgcTiX8CgV>l=bZD;__zxI$eBNqXHmrBMR$>;gdd+aD>zLmw_<#Jb%u#dN!bWSW-l^9gS z`+y53)7~HsP-AlTl{_l72tlw@@ZU*-&)Q>-+uoo=9_=}pj7|7Xte(W!qvy0apLL1f za^3>p0U7kRMBUrJ-vKf2fN};DN4mq|b>ItrcmAzFH8yTy9df!N(i-Bt>XKE6NoFPp zQv$4P1csJ2AL+@*ofMa35(`6|G=(U)ZQOH&^{*?2#Nnsk;`%6lS%pKh4Slj5R+l3> z>NhdK^j++o{^hAH!&mr^iEL3mOuqipJI)Efl3yxO^#Yw7tna_+vxs5dHY| z(v`T((Pk2EDb;aILjfwHSYx@@1pDCjJGIb9cy|9<-lOk<96FRLH2Cq#w*^FZRK}KH zwP3v~i65wz1`uWN^2f8YdrKc3QKRpCr1r$-==6mQnT%M`i-7(5r$Xj z3dS44W=YEeIaA~mbh{8Zg4Liv}m74~@@G^uhWT!nUv6&Lm z^V32=4gL&bUP)5d#NK+Y9Me_IvmTCaD39L=aokqpx=QAD7)+>Qb^mJJLN{M(Q82yi zmMwXg2W(<9Ss>Gb&+|SQL(19dNA%i#Ij58g{>~Yh)C|eJpl(?1om{P>IlEd-`=+iU z#^k&`Kgr$-wKc@36GE9ewrg2l@u`l3?n@nj3}uRExc!F-NQ2EUrt?ewozX{l9|peY zVPi|&1RB5}kyTSdL9r(>c9QGCymeFka*bc0NtW?`qiJ?BD8CBUt3= zSKC}FN~B+0BRpK{4j>ARom&0m6x)%(r3#69SlX@BU|`QCQSjjl!JA9Ih^7e|#i9BZ zLbFTfj;4ieich0`2;7^@t2B;{Xork0d0@|vQXPBXfMVFn<|3duRX-Mjcxz(59l<=8 z7N@DB)7W-3!55omej3Jaxdgp~A|H=m-}~`BDyfkT4nwsNIjI9qqs=*uvrSSFYfUs# zh%DQzx#dAFv^ZryDe6|;My)im-Z9^REs2ywMiuKjDQIP5@j4hNVrCD{1zV((sCGO1 z$+Yz<0LS{)4609t^>k1v!QGW{)_t5#CAN{zW7J%(`jWL#T80$t&E~>~=&5BN364v( ziIg%iSh|A6kg54}@Vf(hFi^khYOt=NvA_T>M^|V%Mgktme(N0&+>xL5!{BO#y6JSv z!4h?>awX57Jm54f9D@c6j|v6BRpNEB&Cl&p2`#wKv{bowPLna?i{b<TAV{kre$C<5H;BCt1|JUz0%bG5xBrVP14 zQb=3FV)x4t`C)@i!?sXIljue#a3nBg(oF^7!*Fd74v%sLu3Z0z!T^Va`=c-Zm%<=r z`cN45%m)6s7{ZGBvGsp!QAQCxL%V?5zZ3@OABFJ_fSqVd$Uk0h)G5$BTBv8W6R#fg zswl7C86eRAVRSMghnvy2OD|lwUoK85xseisp?D<(J}Vgx_nCGSK%1|#v%%|p*|kZz zjF&sgESNDs%QTWOCK;yBD8DQ}EehcdCQ2`9mTG0GuLIk-O2H&U?q_+8m&!YlA3J91 zfPE5Fa9$f*&o&}>cUU(@n@$Q<*Plj$I11{=nQw5z6kJKFR4YBi=IJ!1+K8Kq%B*On zfloNAD+BHO#g(*~0MS=s{f>rMF4;?{okADNM7bQ&XJsS4pQlD*x7+AR1J7rhx4+3% zyDDg$GL7@46&x9wD1Z&z6`W8XY8$C#y%_>FsanG)(?X@VS^wi03wy~r+x@D5^@eA9 z#qR!{Epc*#r_#83wVS?JJ9vD8D9rgz95ykW96yOw6bEET$cNjTZ7$q-FzyaYMed-l zZ%*g5Sq2Wl$0O61&S|HoW4`qqflKz}3Y%6mnsa3(s!A8dz{;Q@WOWvZp}uEAmV9i( zH*$}6M?#?2XLONdoQAWasWe?r?y|;MZ49qe#?e=b#%g+2yMz5JBt*SIB^tU(!*`-( z+db^@78a7w|CgKPh@V-DS&a7zIbqVP06ndn!iXwlWCYlS|2rTXJpUnznIF`_yU`{H zW1CX9SrUWtHytT(=@>+yJxYAf>Yi*jZ|{j#j<#B7eY)oNT;tL;U+`0_isV$>N#UE%+GgdBXG>|7-^-Ip;4XKplvdEX}Qt@ z+yfMnc=X!8!UqnCT0^?A%*ytt*A#CDN7%0JQb05LPU0k^ajbpPxRzvB!JY^6A1nm! zBNzmfx>n3=g?9J*WJuPHY%1V%s3K4`X@%>C;Eong2INDu`|RW#nziXv>QxmgT!_+O zpw^Sv#a_}Q3Ps{}B{j62MjVQSt)ypZkf)$h@Hu;M7%ff>>IGMy2%2TsaNOJ{#8Ybo zSF9b}P8+MTBYsBJXp#OhRUv-O>f#FbYj@iff2B&;f5P>vP3tvILf!n7WerV;_-1JT zaG3U1jm1M?3m4jWS^qtk>uF4tQXt*)`#HerF22hGdO|VzPYQ#i?CH!=~*^QSxvOX2OUsC5_fNkGc z)UDZHr(RS!o5i(L&8y%%e$pwMkePRu6CI7k9XH))a5$+@R4QC)4sVpe08fQ$O-4mi zc6Y*`wKJ|;{ZwdwNJXjL)hma|%Qw79(l}`s zep}MnaF8?*_-R_od{?(x$kU!9q+>5)y(Rs5sjEC{l#iwOr^af^(!mkOQq*22ZNu4FG!#PP$?T^r%&Bgw=gNXh zd?UoF1I00@5Y z4fSVaR_M})6dP#PYji{CR3I8Akct{;fVRbqmG$LPJD;z0BmBm)HEee|eac*GT+-eY z*gW0AA8+kYj~?B#N&u5h4AzoAdM2iY0R?;eIrrhd`gVzwQen)r{HTOat9Gtjabht{ zCb6H!nVD}^K?F{N%0W{?s#xH%lks?-YOgV##QZJ%_E#A(3Ly=8JhO~yXJBhFYAJui zQ6st;U)tqXmlRE6?^=CQ!{Xj6C9S>W5xSA+9@WU)8mw5mDiANQSyxKN34mm`FRNKT zelb_+;=Wz2x|HTr-M~9ka2a&WX_Im@LPpAjA3S#i9}=|8wexmf?-2CEh5pS3)aS*) zDtYY^IFGc&dFJ*L1BMki zZRArBDxQmHg|tH4jxPijQ?mk3fpWaNBT*scVM#(BOMcXUu^6VZ$~<$vh{;XLIbB^? zmE$|I`Jt;ckpX|A=s>|>U_N60VE)!sC;$jlVl*ZaAq8Y~W757Pz`gH&GeBZMxO zh>S(aATPhRhf&1P$g!@zcjf|VgKCUj#Ws3565Z?yZe^N zqhj7$eNdFER2BW8%N}cSk-93 zKA=Fra;o91IzbayIVks5zueFu!2Wt#L)~kG%qyvP46P!z>v+@#>3&z7Y4}AFlo12% zE9EZH#op~#@KXn_Z~D&3+S%U)>`VWaHVF=4h(DmDUb?7Etk8u%_%@0%(cAJ%Za-Q(y@N2Zo2?@ zSd+B8OdqOM2Zs3;h|=sdPAi8eFZJ=6>Vqy%&G*A=^9}YtCWOaqVxO0J3yD8 zp^Kr5rXWtRliPll&%=1YSlNLF$BoSX`X(0ZNm0YwO$uJ$(;6~XN%|H0Xlzrg;h?agDd~4@3jq%h7GdaiJ<3t2qeU8CjtmJ7Zbi{cxTL-VL%fbX{Z7`vUQLga-oi4e zuM2zzGlR5kV*cn(W?5*K*IKao714U@uYqT+hDlroS-I{#tPatVjJ7M^A5I*#JS<8^ z1bRksNFPr>)whn})wX~xdj#*=#6IyB-Q9@ib~}W>Jed2I@w&97z%?YC_YwByY>PgL ze${RD5>4ut6zoROW_;aGlvuKE&4f*cwf-tatfS+v;vcjD}99T zOQuT{kT{s;C1pWMs|-kfIzVrab3*|dSM*c5)Wv`5D)zT*PmjW$&knuG&M&is0Tg}} zE42yeyZ)R&%ov-hu;KLOFM| ztA{{`9SjX;`3LHh(c`OpAN$elWVCP2$1SzXvEdPIjj%Fc4?16JGk4NR_r$4h60UK} zH4^;}Haah-@Gc>BzoZ>xRz5Q2Tr{!Ca;*2UK?X^->9;7 zEOg2_EV+CtYJC3bVg5=8(?falbMlzER#g~VLnc)nHyA2~=nQ%<^za%IMb(XpMZ=)% zBvC>_kXSFwXh_&IkdEj)qt-#N|eRzqyADx3Mc?z7g& zg^`5E^TP;}Vt?7L1DQwDtOh@$6(;W6g`f?#Cl*zO{VEG6h>DO=qEn$C4F-n_t?nOo zOq?>;D~U@`AO~+m9)ql6W7t$lK$8X!A5)SbHjNtCp8s9`3673wsdr8h#g_auUy(N) zFEf$s^T`@@95ewUFP?(*LGE~oNkS4a+i>mVHITF^kr`OJQ2~c`iT>#AMZ?GXyD;HeX?FzI5opLq zX5ZF?lcqHyMYo$<-k6k!dwWYevraqnNHNZjuw%e9)ruerq1<4%f64Zh4h;j@WL^;4 zNXja>C?$|`%#5LPjo`6gk-N1o<7g{daRCxO*xbB|lzE8ti`3_O*+kem%UF?=y7i;> z?Qk{Zy~k4W2t}p_<-|!3O|lDf>fL&aMmFFMtAo^-mFfU9O}_9Fxb+ya%JgXLJiT`R z;$=Zwza(j?a9nVdL|M+f1#zqSD zhb}1a8`;iGZzeLP(K*snx~&&@OlO zXJ@}-m5!dJimlG^{rXSU#i0|4D$*YASvpDZQ9revAr?%piu{I@EH6XH5BB;BN_XIZ=HjmdDZI2tA0+ma3ICf_3FzlN*?1yjwx7y^N@QGQm|e3=s#$ z%8w5Xns+ab=8@8EszW=U^FFS-VD4vgj+7PX_d2c=&t8iNh&X0&?&-Wt{hQ|!7o~m& zK&AR}L4G#woMRfBQ|DK3!?Yf;yRav$bytRGFgw>IK^>n@?dW06h><0(EP|ADEp;wO+Su~nC!wik)xHK zYb^{RBRDo*uP?&ly?$6VU=y~@1gCssTo0UnQ&$5g#pQAQZ(&f%_9{cpU{z{+;Y!f7 zb3$+>3J%UB*=u3^uht3@H@~H&U^tyaNn*v-5JyG6Z{`=ve7j7sEqFd27g#of`i&Kk z5PNWHLD#<1J6N28%I17FCG zv^dc;cF{NWd5x<5C06&1y78r{TKRVu@%ZbkoyO<$a}#;8B_Toe?_*4QnICTx{6ZwF z`Ywls$EkmKSr7%3cEpO+*2>e_9?E-OUaNXg)_G>59sb<{N?A{Q^c|J9|Ab@p0SV&E zVPD0{y@2wY%jbGNvr83m?YMai2q4D%EEZce9n)yA{wz-wv)4eelxvVgFXI#^6C#Wr z1L|)Ll7+41<;ZF;9?5+LHPohDR5IChk-Qx9I4Kq_?>lpxmkR?w^e7Vy-1K7;5Ulf; zY+5!_`~p0QE;oFpn*^{MACh}+;@EuCs>-gcni!D}2W}7k#XBGksR3>$l4Mwf5aA4X zcmBIR3A) zf(-6pa1=_oSi^@|?pmM>tndh!su){&QoYI;TU6?&S%?HtJ3c$oslAl(xo9EAf;FvavnHm`7S(;?uqThmiGMrD`iQTq2S_YZ#OfoPD>Kwxr@^-!<9ggII|U(hFFU`N~YqK*GK4V@S%l2%_tsw{s4WE%M7M(CTI?9_CDMwmv z^pAHkcSUimRFs`E)u#4;_eN@`{9-zkv2-sue)@@2EZ5KFqYdU)vs=#6ST#njtu0ws zEziqs7EN~_ubO{M!Y zX=vtX^iNN_8gka|ZziqIQkB7jJ*U14O%H)&IYmJ#3zo=%R1mwx!IHUHCLqpIKNyQD zVfyte6K#Y7RNRWfMbKkgK3@(;7S7C{Ra8J56CsP%6zFUZK7`ve=_F6-e1EeOKsKfE z43}_NHGT)I9Tn>z$GJjH`5f>p8%lrweQj{p`1I=9i!!(AxUv#nNPu1`gY!71JkVUB zOK@cFkyladt6a+BowwZBz`gACOX%6wR^>8A5UHn+!kFtCx^8rdUu+)p3d_$QiV&^UIu25wZR+CrCIK=t@gf9S;-}b+gLXfO;hx? z3SiUO{rk9&_?YwHxQp2WnPF371D5d(lHHtw|C>q|OUa|_1_FlS;{y<%OF&C)EwbG{ z5p7bPMf4r8L!JH9axWmw1)?k8H{~I*BQX1HSK)H_OU^fdex~+#dI-p0nZ0lc>6$)k z%v7bHvLvUgrbN4dL4Vsg)KyLv-DRAh6lP%(+oJr!nV_Kp>Ib5LYQ8J_t;T}HzixFC z#-eVUYE4bS%#V?&n|-Sy2?k~PB3yxxlNW;nyilWlD3Tggzr2`uD@}#|s$iEU5MuVH2^DH~(+#ABdpwu$yjAT&b zBOGbwD-^a`Tg1Wo^K>_qj$#;o5FV$`Y+{B>iEu_TVFsnm8>7TK9xhWV=9CLqxSM= z<;)`^zC7LN4qZdOac~lRiz#^qoZ;cAm{^LCtr(Nl3aKddL1uB8vPZGgjmN1z3C&dT zdAP+MZ+otZRJ{>;DE)p~=lNwFImiamQt!!e=6RI7PjIKoUA9mzXc|y12ptzw*FPhT z3~qw6DEb8l!`~&4jxA30;*jbfPE{7?azD=6g9QHRlO%Z{PqR+t36$#cnEW+s?WotF zZ!qb+(dDDji&4}&KqKt6voA3E!Z=^WBBO98ZRc&KBsyx2U=H6LF}W)ihk?9L>{w;T zA*wjVm|f57*LQ;Raug0L3GXtV)Ub$S^dq3OoNCK2u~?tLcH);p&ceLFi}(q2nxoi& zXNWU7`ChShYU;eG0R{a#w_E9K5}5Sk!J#`>S!NGr`uKg;0EIQ!@oJ94#OKs`>ZT}* zs@Lech2ch1xm2UXxrw5UpXzzGiBhsZm*wwS+AOYAeZ4G-;XlHq#Fc2|!1Eh`=;1#N zo%azbCh%<`V9~>(NmZEFZ1Q`9T5aQuLhsz(41B{TyLFhen_KMclWW(NhBO48D{2{P z_mqzC$J;7=6ZXO*4?H}=2Hpx{qx1cn9hOJ4_lz6pPK!eCiIbU&eIAQ(49klWdKCJ) zs?ZqQMleQ*jZ~+lux>ti4u}Xr2V@b?$V;Kh1)ZHp4WD>XIsk7#c5Z*V&Gf#XrGD z9SsmSOXg{o1>a6yG8}Hp?w-F{ssRP^u5c_r!fCY5nBM`rsXi4|-SyklzBdma(b=VE z8O91%Bmt?>lX2v+-CWU*oY4=}Xzu_q_5HWvbtQ)FRi{^;?qmCVEw_zJz#9+tD}=an zExhjcV6vysPj{{?AI|z<)n`%OklWXRFOYQ`djl#eclxsPJw#%y!x7v0aLcg7*@J;@^0RdWp{d z6d=ouL|*NsSrx2rO9h$x%m~&Ee+P7ab79ZquNl0iT*UJ5^FdG^%uW~=U7OC)nku)^ z;cJ5Ksmdjj;3YeDJ`t$7H4ITJ%lg>D?D%AccP_?mYdgkHf2h+RBc3qWia{>l>^Khr zL2mVa7m3`6(UUqoMyUZ(c73x+@gRc91)21CeVw5e0*4ACs~>rG%nIaEcHwn{&aam< zG(W3YFEiEcB)cYY*N(N1Z6oToY~t09-P64oyb;@CH-|brWIRNFI4Wt7KO*}-;yS@T z!aDyI{|^E{A!hpXuJ46^Y%X$b&y1k_)+G_+e?mG1h~EJhbT`0gL;nEfqIobFKg3Ib zH6yY{$zq^0Fwa*Z#AtLE2UprpijApdYS+Y^xzi&-FkeRZn`r)I)oLHbo*z6s@=Qvb z3T%LkpWv1ou3DD@)ntJ%22nnoHwPOa090W1n^1Q$Y9xKZF_1BmTy*7|hBllJY4*YCFm@%IHc}#@0yI?d5k^fnw90{Pv2Vyi*Ydg}d6l7Dp(A`AYW!Evpr zrOw%2$h8%AZf)raXW%0hK14ARZ`}4V{wRPVu#jt4NC*u&Rl#0?t#WVW{g`c z)vGF-#e>9@hrNg3;ZAIe{KZDF zZqwuf%V>h9>I^YwQ%^XZkYe2f_3%FDO8g3$5zQaBVH zFtJ!`pYNBJ!X~PjiZiG;h0)rWnl5{IB}_+4Z*YYCg5J-DXN!1eiljKcp(lGMx(i>M?$O zNcPR z%HR16a?Gm*y`!>r9!*HbF=V}SOZwBC0i9#uu|c+xsz~LW8-Abf@?jRBXUtao+~8pV z4H66Pj`#8Q>bDs*!K|d=`JndX0=3F2V+aIRa9KY-q;c8@Y==qq^MfUOHgO2va#I zs4O9c)MO8FAHeYg!z~d=C+pX7zM_B;dN~{Yb6_QRf=K$tYA&jv^Xl)FEQBo#Jy!xKkWx zMEnsGC!y(A^hn=jz)t{Qk=CrSLXW{7U2bb;C19RZ6A5_))=@@c;noZz%R#t2br>7_ z)KSrE{~)dYQyE1CGID&eIq%~fJ=3nPFR|k`niVxTEsbD_)=ZDE1nvYy$@Qg`4S6=H zLMnkA1+?7ymv4=+aeX8cjT7!PrXv-706ZcJIFtrT;W4xP|7q$i!`g_tuHgjt;u_rD z-JRm4NL$>YP(pBbhvHh?-P-~!Zo#EcD3lT)K%kTc58jvi{@(9>p7}F5dy?y#$+c(Z z?6ucgCsK-p4;aCC;L0U}{_ePGicsx2;J8>Lqm4f&pJs=hZk%0ad{!cV4tq;Oh_AyT`O?d@7&&m?KW3gD+9#oIY{)Z46mxl~wtR>dM>x>UVq+_cpF{Mqu4sjRs+Pp>T_n}*ri-rgy1I4`&G9NV0d&m;>cip(c`p1D@M}6=NqLpwlt{x z;AUTHB+f_N{Z*=4_(3OwI8>PnMH%Gw-btA`I4WP~LnqO(P*6d0jsQq%UxN7Fl4W zD63#nWEYQrZ@KbEoqO*A)K43cO=sMdrgsuu67{)D_h6O-u#Z$ zt5f{YxNZeR2zk~vds_W%2JP>k1Y=BLRU=F+SKcNHIC;mn*z6y3q9+ytMqbKeJ`d8S zy_^@U!NN|Sp9?&&ogC#CXl{SCcje;hy|(>ifheAf;hw2D&@$fW1{*eZuKl@zrP-vu zG8Y|UST7$90F1{sZ3!EG6i@+fzSgrUghAYEM zuF`jh+4XPZRf3X8KWnLM?G$Rf<|90gJA{=kh_VcrSybA+wvb_=&%u!8lzr=* zutHt$^|}oHN4(FN1FtHunJnx516cX)vl6TProL3*|H%lJ^ z{pmu^!+w;as9y7J%ZII1hhktI{XMpPACo+)Qp|IH_Ay$qrZ;|?SeR~SUAdh#Mz<)H ze!JiU$h$G7?g;?{r=FVpgh;jEDz|j>67zQ}6}HVVK@>J41OH}N7v-?XBy}${buIzb ziEDBiCT2;#4H>eTL}iQ-bmTPDD0i??0#0#|9aFGK@C#GN@Z`cu+H7ht-g4(<^m0VAtQ{KUM7EH*Y8)t>sN- zBIQTI{bixUIM95b@d$4G@2ylW2{H0nwe0R?Z`qZMMOvky>s+rDQEt|yWgzy$T7ii_ zR&{)X$^k*A>1}vhwxSDz&la#xz?&AY1B$!yi}dy`Zb=a(ftwD`-bYOsy$B1fe%u{o zFglJ{7OE4KXrGNqW>$ zw!1tO@&unsjT>`;edr_BWSFA)(Pg*P=;pg*oo;K<>U{cAQT=8nybfqaZMzKV1fMDX zOiBL-$3n>7A+hj^laFpSDqg`lKuE#G4Q4Q@cO2;<0qQvO`2l)`ei&~3I$ZV8fw6iz z&swKBl>LE9&_d@QKp}dD`k4Yuk7atUL=4F!up^2nW)?-WTpw@^SzG(e%nP57V%Tlk zWD+4Hyqi)K`Rj9W*}f3DV?i^GNLzFqK?(i?z1zE(XPp)z=HS)KMgjhT*lUk2+aqj-k?j;WrQNkU{dQ!}X z_&EK1)=TdJzGpU_w&_Pk)>?Xo2bPSiF5U^6#WuB_2IhKUcZNSthMi*)jM~pjM|Stk zrCeO3KUpbcg)jz)_-baYSO0NZNlnQ(1R z^Ybl|C}ert+N95#u_7)q-eRc!pn8=>GwSwYzausM2r(nT6=d7Tv~{$qIWHx75gHMK zBPQOH7?|wqmy4IdKLvBMysgo*wLINt@;INTSw5fdl{p!4N2xYGPCpg;ZkSC|)|*5@ zDi&Yg%V=)ee&!%O-aRL)P7+c-(HQ7{Y4+;9`J7bi=up$lyo2Yvn)5(wRmSOal5*#g zFuNXXJ45V@Phc|js2sL z?d-bv9#VgmzikanItCsRo_M|Ih~2OL8wC~%W8cJa-?1+3R#ZQt+_||*PWqMiY2RVa znUF5UM{|wtqngJdN&T@{S4^ENVDhJHmE=lF>eaq~M4_J$@h`1~?yES{)~uTT&^=5wh|iGF@o!DA|~(BDP1+_jf!aj(ZRE?T<1>SDsqqcA0uLVBfcr(Nf(o*z1;NZ z3ML#HTM3LnVjq(=&j`-Q_o@(utRX%!U28i-4__e#XC5nqGH#q66waE@=Ov>ba-sYK zp%okowpN)PU-hHjd>M7>+9Xk{sVDMdA?_Wlebb7c^zL0c(-IjEyIVb-LtV8iomh+2 z*V+ExPOmQpm5dIj-p6uGlG0FO5n*V)`%6v}m3o!@!|ubgNN^i7J3DRIp;wjjWc-K2 z-p}X-ou{r--4J9n5 zhDBx3$*BD--g9fZkvpGS;VCG)Q|kHHs?F|G^mhlw;rp9klD@pYTDl$5=ZLEU6<@qd zYmDoDgkRcCSOSn!#}ql`iJF@6cL}9bU7JKptn~&Tzr$VwQ8+Dn3w_n{D^nnUN9y%H zCIXD6!9qyFJLC(&DuXa59H$0%A*Y#H=<|1}3#Qk~m5F~+zhkx1`~%o4oVA~e=k)m% zp3}>Xe!bTT+i|3x8<4wGg;aelRyaWkPuNQEFUyaIj0S8t_3z#*`BnOael1iYH^|F7Xp33(cDAEI(Wo(#*8@0D3zp7_LS5 zcb^vY?hrV~5%l7mKfWaJ^kV4{a$WG{D^330BfE6Yn;S%vf0|QfPK{Qc(fiAFR)vrU zYz?u*MQQxNoM1d8S4;i9T7I2_ZjgoG@5_jdcu_{@VT@TFQETGL5$z9zhO-bCvy#j` zQ-dn5)fApq-F>t!?Lv0RIp*?{xOBp`VLmLhE&drnc61rId(HA5_T51mvyND z9B+<5943yseFEm-f-{?()JsLBg3tc|9XaQ~*aUB`kwUK@HQ`b-^* zqidKoZu_AHw`Je!TLTP-s;R#DNiEI4;yFJ?4^iqrA$nadxlg9{iEv6@EiE$JaxkHb#9ZW_^E7*ckA*LIQO`zCu#moasRgk7=?&m+}-rd zB-cguJ0#$D&QfhtqtO%lzuzxzquVxo*9U311rd{5!5<4m5_~a`8$I7m5tD=chR*xR z`WN}%KQJmN6qdBzhlM>^aBMBDUJ~A^9$qUH-j19UDx{wx2`&5M+E++m-x%v>;B!u! zkPG<0(a{ru>%abH|Mk>+Qq}%<1IGT}5C3;ZF0G^dKM`~SroZ_UZT}NERgc;T*8QI` z7S|4ukc!g(1W3}Pl+}d(XN)0bKSSK{KVyK(w4%@C$o~ouM{1F_{I6dC2aRz;s3vY|HP@vrwf_?tHwvic#;SU=`o>WklRK6=MeE2d1WeK7>(SU zKuS0f#DvM`NdWMA4)9E)w!!98Qj%*=!Wc>=IKktKOcb+K!a2iaV;zxO8WCE=WLg-* zAtl5a#sk=^0?1<6&ecGy`sBix#M>B5qzQc9GX&8ZVvrOzG%PN!XzKDfIniOc9U#uI z4uKJXYh(xqFegTWL*S`K`~-HflKj`l0u6}qU%k=Oi2+FfPhgkQ3y6@7ZMkRU_Wx5B z5#PSak<<-Nnm;0I9p`md9@;&*j@eLNCDWqLBpw4~mrWf2)#_>*YL?fY?5qlUV~o)9 zY2Kx0C{<#YsCTHnAfZmpkS41-317B@q*I$=a3wgNck8%OSP-MhN<3fr0V_GN*A6a1 ze!c0NOgs{)UXF|O(KpRw=S=}95!QXOc}kA|~S3NXHuSFz?UY-s(oy7w~_ zNxC{(eP`WkqZ_+|v8B1oiqI*(jWyyu(PI+1GcwIJV#j?}xV-q8N5zJ6MA}M(Axf`C zDFNz{{k`0Ff#%KDY?r?XOG3h^PvS%|XKc?)(ihol6naGk%?h?SEOsA#EhMUNO#m3L zlOj1;anzhsu1N4y@d%`k(bRsG8MbL9wqmddPeq`kEdd5;2u5*N#Z-LoB@;f<^c&XU zym}s&a-}kbH!Q|NBdQY8BRQL{=+6Aw71Laqg>&PYbnIot>-A2YRWa@1^s+B~(M`q{ z7;RAiMwd#GZCcm+G;PXWk~yw;sU(g-IbL3f7JY+1(NS41Ab{viGF~HdlQv+u>sbqq zMnpucl7&rBW0!{UOFaO!S`b=LsFuZIdNO9#Ae5G?nkrcPEE=5&mvcy={6%Qnsrp+E zM|0zXL%ntJemWBgJ}FvK@-u0n$;$QcAa0ALg|A$%e_Ir(XbCdUGYxyWt5FW@K6y-y z0+^pN=0DaaPv$58$>XODNWu*GkI=wYDAL9=WsyJjZDF zkY|dBg71uD=3Cp{Wz+x?mdZ33emk0@cHL4Lx@5odmJ$nwtUM8k$uGtMov=AlLY993 znI^U{z7mmxTp=QbUCmRKy~tP-ya2KhM04%0wqmZ|W%rJa7nFqS6xBkSe(EH`QU|#S z6NcV6Q7r6aYC)Pmu3y>s&~k#@?9=*R0d$MY@FI!kjG|UEO<4~t>b5kEJ|J=rflU&z zG{KdA&m>)<{obFLGf^>Bxu@a9+jJKmRCeY7B-gFbNN8BN$F856{qX`Ud77tUxM-p= z{LU!nH<25u<0{u^mgw{WTmlBH<1WU`%7QZ#!{`*0_?+fgS%aHpR?SAB54AFUub)`v zDGwdwmAJBIM3ux?&<`-7!zfrX-lr3S<4ouv0he72TVxG)5 z3p0F%-auF09xFo1ukHt(r4pvANKsZmqT$7%ASO+YO`xZpG|*T|l4B%Ec!9}>;t(63 zm02RO;)2EkAbNVQYa7K3^eANeBu0;`Ny&+Y;gX4mH>=pW`v2kT|IHg9#(#Zt{^N!4 z1giu7gR4how4am@Ep8Jlof--;{SU5A{10%C7PoK%7ar$0Y}eJ@CZpRiG7A}JGXdGC z2XDW)?_bxUL{EEEO;t*^Ny8)3x1h!TxK!=L^mu#c}XRtaJyMz(;oKB5h35Kh@w z$8%2tbj`|Y1?R@}-!g#W@iPDwiYO@PAVlov9C2bC2xw#+gKqQGz{@Yb*_y>13!#XY zXASX!l;8=c#$=DBW7B3wCF@nNWD|SY9c6x-xBJYbo=kAEY(jyi*R;O7BEy^GtIQC6 z{AM`rcSDh3Ob%U#@+doxlnyi2p(#5BQ3Y|g-QZDNdxr{ft(Lk`6m?rMOF>aogR|rv zjPYe_tHkqnU3H2`^vUwouQ(AVgA_zU6#Q{aV(LoiO4!D`>!{^;hg;_u9aRmi2JE!1 z66%&W)x#fmqlVt#8KZP;_eV7~lBekG^Ca`Q(WH4qCy6P_+G9P)>7D(Fr8wj}hPga{ zRoY3@R?Cy7yCz`+Y=qp{(<%9})@LDqjrlc&%u{&)6%UntL-Y=D6 zEX9^M@JjJwz|Z$d7NV7bE7&oPT9dse!ue8nmZRmDzP3%(9OPaB)a9J6{zb-Uo83oh zz{Kaoq;a^B@oDE}$(}tCUrkEcG zl9RYC%_m(VAVOe~+%7u>@Xt_Z3%v(sH)4@Q+3c>m7i(f##DMm|U6+|M|A;Ir|LEZD z@1>Mn$lAFV1L{$2bm?}kHL#j-5N3vrgY`SvS%rQ90B?xQI0akBeW;XgyQNSl!P;=I zQ$@yaw?@IeR5RVA6Nx66j>f?r6$6or2Sm)lCMx1dQTxlz040rfa5gx+fJjLFn7wQA zw#99=SM$NMdoyQ96RX$YC1(hg2VhRF#(*@qE4K$VwoDr-LX|v2jk%_FBDpI&+|byy zwtch0nJTrM_$B_f?asNwh2n*lZtQ9!SqnoH5O8^W1C_{^8Wf&Id<~P4f*o!R}onTAenaDzpBN`V<|fqPAHaOuXjQ&qH?r96 zyaWwyAxTMs4x`qf#^^;D7>Zd3_nxn8S9Xz` zX0V5qo>aFaLkdBgwi;*L1PqUY3?x;V)T~mzi;e$X@W%E5xh5r|bxz?y#uf19#*m4D z&ovaEQmP=5WqYs@z#Y;Hw+yv}%%tx~3@rP93UJnX=YQ0Akx)SEAzW`+k~h?PoD&!+`lZ>hv{7)UbvVp}uvin7(~b&ofh z-JDA4A#gU#1_IL%P@Jgu9tPYcU+(2_#1|wL!{^085Q;apxx!C>HjIN-7FXY@2(uHS zA`-zp@~9HJQ$$ecZLXMS5Nhdp81yH*jVbgSBPYn5QuwMU)MPA|}8s&!U-% ze{dezqT>qI53x5d4l1DlbYB^Bj{4nQ4)N#!u*ADV@RnD{rHYvOC%`p-*H#`*---~F z%!$kv+=G)k<2dQIEwT_HJ6NuUkboysV3?=y=U*g10tCK8B=Ny_EPIfocEHt=6y+%{ zBD_!k;WY0m!DRfp4#%tDHsV!5H(u~!DuN8EDa9Xyg6q3SYWrP6z% zq#puu@5W|NKEKb!U5==;zE{c^LFcM4BYN&!cavAq`h}b!oGJ8+Gj3gRO)TS@=Tg*+ zZjib8*l0UR`DjhrDO0T z&yO7W9h3KvbLXwC8<~lwC48ttZa6`&knT#;@;>ZNZ;p|Km1gOq~C}$CED+QF{ z27La31UZH=U71*zoC>j~Q47+uoX87GxU2Hy40U3&#(I&}$!SHl281+8Ch&wml5$Vz zm_wzo8O_-DVrTtmh-tdegNmt04dWV)h`-ABmPl~&Fnr(^3y_;6_srPE%u^yKUN|%k z{V)S~mYFW;XmegOJWM>cH{0!ahHfXo6O*4L<2fc&gLdK+RS)TDVo6KoE(5B<9Iz{V*i|zDiNf*DSttsPEj7{PRjzI6dJ@kz{UuO;LezSQ&HEc zZi|jjL+!(yn?$stOAL3+iu5Y8ek7RN3xMjs{Ul_w@%$vN#s`Bp?G^bc28VgYh=LIM z_He#LF9vgclTKqoyVh{oO#O+~DXAlzhGQX9bArKIRrtk^l!sF6Cg#G(B0!AF0Q0LD zh*cSVwjXbVToeU0k4n5Nt2UMifBk&dFX- zdQb5w(Bw=@s;USUQ8)XUZ|ZV7o_VsZ>W!3IJqeZl$fn8m4yQV9RE>bS_kMsiliF)O zuN0}Wp*P!4gTy2OQ+zf zp|s%VEa@04uBAW8eH+-P6>f@YpO&8era!Vq4%a*W6nH_ z)K8!Qa`6nc3-TA~Zm~_(IZH@J2vi-Cc(M&Is#rK}iukbcnnw1h6-dU&j7JcICYj0_uE#|7qmi9FZ!#ju?x zzR{Z^5)7B@P_JC0YvkkOmR33;MlW@qw8)Nn-F~zdDd^Sj1ee;$Xr)x1+b_&-5*Tn2 zs`Zng6qz)!9!f4BFGdM$-jsZc4k6E;bjjyj%OilIzIdFZ>Pa)i3x#9{tFLE|Ru#&r z0=ur_Rietr^y$5*H(7IH$)8a)j=l#$9`jYuu>blD$c2)-8E@@b9I8F}6<2IlKlu)x zkbSzD{|9*Qo`3!r;+ZyjR>2n%A{1GheI^XmDMBjT)>`;P>el)zE;~F*wZBcF>pzr% zwlYE9Os+M@GT2Ztx7pT6li?7z&$i;F0|uW8Y&0MN9g)C#Y&jKuw;7|;Es+txL`al` zW^MSjp2bTNt=A9# z0E&-Uf!_Ba0sHnp3m)jhP!mYPv|9NGX>ZnZVbt~}N2v3r;?qU^<H1VwG?{V%8n5j%+EA$_LLFBIZ zggDbsTfcR6J;7!>nJ`{k5?vgU0+aiK_tSkD@8F|@Vam^1fzU*b3^dPl>rfwt(Qr`a zG+y39@LWjiue}nU_PF-s{L9m=eY>7k>3@J03&86x!GRE;xO6IzlPM_4(<$1m-jIe< z?RqdO#k+DrLWv-J;=A0F%hud}l?DBy@K_;INfLEDhQDuJO7pNOO&6~v2~B(05eXZcD6iIg>vfrVv7*e=ljd~8LuxaN~k$zPs&d&hsT4~cS&zI#~PSr%1_4!+zE>mBT5 zE@aD}f|UmEQv>oJvd*Vi$Tg7QO#~D{VZlZDY5ESoCEz$!wZDC3Msa592eS6>ZmA-< zoD>I8o;-PEck1$dB>g4faE*9VsF44frHOzpLh4Q-VC^abo8wo(-_Ra?BZxKyTGNeM zFLOPgWdC{UuQLO4QQNX{Gy^db3LF~t*qbi{7VBd_nD&1MS`Uz7dw^m^BOc|PA0BV_ z`2Jeg-n%%FbB2eX`l6~+ralDU!>`A?)j_Sf_OcJKCdek=2prdbU@7W#SC4Oz;G3{} zyVfb|P=9IM=X=Mf?q6`{kj!Kin=r}MM~J$Sq#_k+Z76LtJn!C1mM&Nho`kk{eTsNW zK&)(Jio?9SZ)@rL%^uq4iw$c<#-oVl86oS?olEd|kDwPgX8j5;IP;Xv^0&0eX1_;m zUK+Y@sREgi(-^Wao~73G=It(Q*MhC;u>KY#~quMSV;-#+)dN)+PH<=~>z5#n6T*}#v{ArhXcG&8a?(C_%-^0&xCVBpa!1DJJ)Th5$C1`>5E zUIN5RyubeqhhFdO9yq97A=>Xl&V^Q8i`+(9m)>hJ$)3w|!fr-JhD$gUy|3^1#K{i| zyR2IOY*}%6X;N4a0VVY|Um1>yCW@l#r;S1RrYWFis^{L(2=hkKY%ezjg$}qvfSNdK z#LO1%kQWYwoZxK}6U}wV_S40MfPxJ4c)jA+7^Uiy*%}h~d zv+(O~1}>+oCHW@!BXP*vLq_Z`g6sZp%aiq1RZ#Kc{W()}X2IC#d}wfhK%8$;h|fgp zfS0LUA?g%9|JM_Q@^DT&O}wca9^T#}-;}(7&I9(-y;ql3=2suFVpcWN)`sZF=pG&~ zr-Q##AGKco15kP2V52q%cIs(XXXSSu!u$E%VBCb9vE#0xfqSD5PdAB`)Fxr-segP+ z(po_Ppsr_{tR|GeJ>>0ki0B#mZ^VT^zNU!g0QRGT6dQ(~g#JT`>=B5v@&G@L5!RyQ zP`KI!>vamX;=WW0T4C)ug>KlNCqE(PrQ)(68M1N4;8{hG`!2IU<&NyRqSBCm$A#Oq z@D(zH-xgL3Kcemaj!Yi&8+DhXdho`0Vlm}f@`bXJZHw(~+?>t)Z+^baZ2MhtIeL!NIVh6u4XnnVlWY7a~Chia{X`G;PiK8|`_E zGR8XZ-GVzmNbZ)&Qc6o$B+_+Q0^re^bt8%N8O`PR@{o4}C$OhIdmMOHcEa1z@%F3x z-+leBFga3%HKRRQ1@CwZ5N6%8)%$+{#xUjr#7OcQ+#Cj^Vc9mInm=EPhte2@TdxA* z^WH2g?7LoV-KI28Zxx63odRWb4qlS=maNJYVfX~L7Y82^K}N;XZI{`gP5!W;Ju`Z+ zPNgXrT4LIjH+vs?cX#UkSrB1$ZR4!}55NbW7wTn@Jw3X4>>kxkvwtFGZ@OyNQ2Z|R z-@iUP!K&caF$kAGgrs;^aJ6TJ2V5gzEDa7}Y2`r&kMp3Ue`5Uo#yqPDRb{37Ka6TGGw6@0|(oZYy5) z{H&_ZoJTi0V$s6t-KOH2y|a%BV<0;AD0w*X%X;eGfU1f7Q`qwDv3=F!=2-GvXYPpJNEx*hP2+{#?l z87MgSq20-{|M9XO``(TASV_Y$dI_!*4TXlV4HDL9A;v##hBLEf5Il=Fhm8$dpm{Ya zM@-gsKeV2XFsn#&$(?%;gRJ8cSm#NY-dA(;2iJ=5M=Gefs#WFCc4 z^nST024o#dl^sya&1{P|-75q-CKw3GhrQlTv|+vY0R{IC-(}0tMOkID45O%o_=RxQ ze%^&V1mJeGW%q`>)K%@w_gRQM@%FEWzhc|Q@UYt*gu!a0o+ouHuhW4aYq^xoeM|z` zSY&8+#$pZWg96SgIiq%`7*af17E=ure@3RH5R56@-mL8$4D$T)GXTTRmkH<4ByL7; zjY>tK00;-ec(CR5+^5D-qiPb$wB{*Plii%DiH)#t%Pk~(zIan&5=(m6&iUvT9v>Va zVO4)8+(Nt{lj@CdU-ilNW*{iPIC)SI47(;#QK5DBevd#&J+~F}I zuY9ges}p@$>Go$bd3C%SSd;%uQgVK&zhIoijF()KS}13ZQSPGvX2f*C)yYz}oA~iH z&CwQ&_yujomg$al2P~5TCo^IQhZ>h9FrHA2id|!N@3#x*+O`fA-o|ID0ISPY)@%*i zZ~J{l8;G7!BSZA%p%lBoOOyw{hF%$)0qp%AadwW5ba`Qm<#<&;gqYLuMN zs>+gcxOwUQ-bKr)smzhVYp{iddOCA!QqUa|1}Iy+lyg2rdhSt@W>s<&jUIM>)mQsm zO!oTp8RtA8mYVJ8(8&zZtXkN`(?9QU3LgmEr4!opb$@yoEA_td;BGmGUj^>8 z-@L};^r$}TN6=Ohn$>?HVtlyXig5g7#=Rfni^y!p%y;3x&428UJnYtxyMbAvd;`AX z6bYc!eaJ#l3Jpn=;$HkkBszc5G>P!NoLsElj%B9$qW|e9oHk6FKh3^};H3cOWoilp zjqNq93Y0#a8itpUKw3^2sN~?&USO#~hQ1Q*eHa!$Eh(fZH6My{-}R`b*5;QwwN|)8 z#9>9**>f(@+SfJ`=0`;?e|VbhZwE?xaT)*2e<`jB6d23TYwofxfQyk)9-rNg_kmj! zqk!U!1jhxXsu6J_(-kq8YUSO^Ti;P z2}}#+A3cwf&61!@a=lxkk{9Coe~KKr={YY6tsiCr4S|`~uc(d;&Px==a=)hKi08c- z58A1JN7R1o@bLG9nDl^M^QEX9tr$6)Q-PY|Bs{^`23zOxT<*r13^%bb82@quLxrR#`OF|^!MFfX6W}192U_E6J>QO$o)cn<&-D2vn}OZ zQd}w_{}e~wZn3?(ifqBe8YN74v_iF(IIzUjDh2)nycrOEm!x-dx*77&Z5a7S@%bhZ z;?>f4xjJ&OBrV)Zpen)%C1*e%o+_iQ;UEcXy8Q`l7a|ymZt3S2FFyM`0x)rtJav$Ch(ICd!QfOGQYu_^7~+ul79 z53T~lK-f<$idU!JFmAkEv)}EpWXL@jngm@Z{`QCIt~n`AH2EW##~o^-ZkNOSo1M$A zyMVyZSN6fw!G7{*vKa3Q1yKfpdnEFuvZB5-$0zrt}J; z9^GaDKX{ru9L(Ekg?fj#^!7%L;fTwA|9JQyHD<=tFdk4E_$WRIAaK(uS+fYjwh9ap zDzKb8cNh3HLZxg|ei7w&CXeIj`lW$#0G3)i1)fh1=139sMQ##*u9G*F`mh%6NPR82ScI53;(g(_6^WJ z$oS>Xu~H32TxW)n=}T)lFc1qH&#z1R{87<#al5Xa)S8f&y%RdkP$-7t2KAZSc zR^kDbqTK6H4Q36?zl138_s)%hzp{BSQ(!FI=r{) zBhAHaG&_Z(Kmp47LzN?Cp3jF_WH4nFL-TJ><2%J{Pw$R~CTMX#%_j-MX20?qVlElj z)(B1``)QJFrYleTZn`347C)`(THb!&FH=@ucZM9@-@>Cdp5>a%1$s+KiJ;~ z?U=57nUhu_PA*xa4nh45gyK=ZEGaz^Co-}T9k8Z)PzVw(CtgU3r|!^_}y$ z%nn&6B_A;~O#HHE)=)Y()r>h4m2$HwojBM!Mo+5V-zFxXN~AhQeuO|MoYW<*eYP$g z2zjNe6B$$ZVW{L$6zWdRVDeG!{@&R^TmYoAPzoP9pWy}B`D`44f1MkH!K*y zJWT4e#gdQM_a{1(lS?TBJt6vrO75Jltu?Pujl+Jog)$!OGB7JP1~!rfYa89;xvyIy zLJqi9J3Sh;$c6j4uCDVjL-cirOH~BT3SfK`==Mea z;k8(Zg|+zEZ9w6(IgU2{#q*+TB$P?TUW>-6^b)n9^sVQ2s_aGRV_<+(rjCF?>X$hw z36b}QlPkE3O`QdpToJP^vVXyJk38^>zO`-S-rZ4TeW`t2q3CaWL_b|Dq+kW|eiAug zVTiE;E-f;67%igx+>Oim*L&~wTeF}>)wx6=>id=y&C>S6Dr#vTxOu9$B5x%|L7^G= zq+h=~ox%59A@5(?zW49~VrdviKIJy`PDXLI+L>?dfxSG0GHzNN{(Yd>vu>Cq9`^cK z3nCRyG7FcDt^dJU?hR0`(CO{{@&E`22jNK7-WNu*BJ^D=Xv9LlJ*_gqi*L|Yw>C}l z^xo5Ex^&RH4!qel^i1KK-(Le{XMKPVmeR^x?Y!p97J-YSe#cU8fVHzxP){-M`Om=~ z4t{Z;eS=JTK?@=JWC`5<$O-J*O2)4=orE_S_jyt8o_M8h5m1Nw6Ci$)b=bV+kqsmQ z-*(Fe2FYDN$zWqGx48Z@%YEdI=>_274#i3dJv*5KQW5x>Y3-dR4iPtv58s7yrk0i% zPf8zu-pX`))m@9BrWZ3tR9G8UvmX$du;LCW+?zzm#{=0mpg#i$FuW;+$Ita{A?gNhA>kwve8*T6X!N1ARet^yHjnp0Yq$o|dSALY zr57>yGb}C*2Ks18#TtsJ$7i%ZDcl%G%KiLe-_ z@{^f|!lbnfS&QsfOU}Nx1mJx8`_hc;Y`zZ!K__Z}pzSefa2Hru042;y;O z59Utn8RsorhtYT&@{65=f1d=DVfrh4om0rU*$Eczvw2&x*b?L<<-sgukDU(P)I)?2 z=QlSTD#*;|`%QV_p|#mOa-K(`rj$tBndRujeEM|HH7o{g9|tmuJ$Z1pH7gZR&+nyo zWb^ZIFS|DnD}ox(McY2_SUMky!-RL4)xVE>D60N&$p}`jEE~MXxLn1}N#+A7s=|s( zd_>T(Jm>HSWUj&eY}%Gp@k`*P0k$n*z7+8%uXHA)WC)%TTDOqp5kf8^@ip9j@_K1# zJR&{CCzH`*e#@AK7ZUsMyHDo6mq?9;Od~f-65%as=Ll?GJy@sTD1erTU{!;|vUzW4O(Z0#mo4(mPJB~pIx zI-#-(2*XCr3P0%tZLf}?#D34_!sUj>MULnL!iQ-I_K@`F-g`F?z>r9ozUt7G^n>6E z5&@&%+De^?h=j^J|E^v#|PYoW0q$u{+3KomyhER=8j0CcD0{nO`}rU)iHG^Yx1y z*7SVU!czId_xkC%`YCqK=Z)U6fw7^XijOM;{XLbVbI-IS|`9Ti)DN-qae?zLMNBnfkV;u9i+_3=kVWp&P%Z(OaKa zFi17S=-L@l1uL$Mkyi53^YwHzZI)2cjjI?W(Ap7Ivw>Cp0cDfn&syLwdIAdC(lYY# z*^S6tCN8@&HY3j|zxQfRH|jCNJFCt;s}-5vX`Rt&pWa}T(GvWq44zV%cAs=Hjpdlq z>5%+VGriM1fvK0&>m6TU_K1Ez`hh01nbLcI>U5=1aTL<3JmjSRL_3RC?DjxH2h zEr@LfxE2Vu@!;R}f}zg^aHTr_aq>ZV0Mh_)RcHJYHIeD!0cA4&*&wJ+G%y7Ol^nZ~ z2LkB)0R{Z1s(q+tC9m8+eIJX$p9sQp0Ww|BEfl~@fbY{Io~hs(L)bG9cxFMJBSl=P z(pLz;Eg3iwfL+RQi<`hI4_HwS!h(S*PSh|E=o5hcO+FR7!v)#}d#!87Iodjb|7!Ms zFLyl~CH6uIhL~T)0w65@8$5jzkw5m1k~o+f?ji=^gY!qK=s=AJn5(s0O{$a$eu?(iuqU)QxcN zjl%I9lRj#wkP7-|q#W+-A7TllNKY2B z+PDm{R?T-O(ZedB)G=QR%bGT@nYYw~DyvfqrPp>wEcX+LTq+}vs{K9=yrIV1=#Hx)=3QRyz-UPd` zu~Qz=(*?g^5bYd*2|9gLnBcI{&r)u0=UlADkc#4Hy_Dh0{q3VB@J(jo#D}4$gSG}E zz;Ci62Nn(=g2Reekfv$2JJLI0i|dCAUWGrBa_%uW%k#6}CPY^ZMT4qcfF}NMysZSedw_HEu zOIWHXlBOuQye(@IAYOq;?EoR&;|pA(5~{FF8;pPIUC6KBN9lKU#OfJ*%=l?<*dS&; zxWeBUa>RUXOg*YTxmS%n7DHJ#jEy-~e(m00BaMY*UORS8)+S5JN|C4=WpMuUddP9> z>hIsM{3E{-P0JAu0@(y*UNzNptmTrb>iJ8PAzII()HXt*#T?L?iY6kiJY$7tPh+jy zvg;B}s1_{H}B5owxRk5i;RGZl9i0*~B74Q*A0tZ`q|P z7re!nDoNO?S*+&1##ePA0|Sd+489kGE(TD4J#@D+i*;8@eI4}!Z9~}QZG2Jcw<;B3 QvG?kL1Y%B|Mvf# zCM(~akoZzj=7o#&`u6$Q-TPfr-g9m6OG&{yKKAD4|7K?Lt*8Hjcc=^(^Tx*alZ?Gy zRoGHs|CyQMKs>%2CGnA#`MtI5cy#D?YTbg1=-u1*b!yg~l(l<%>6VuDp`y?*J^5Z* z|8s5gOkdk^rF@#o~mT36(*r}DX~{qgaf4;cEpzW43n?A_S^MO3{* zM5!DY``Od-Y+}=bdgG|4*Qm4ik(0boSnpw4=!khuTVl}w000SaNLh0L01FZT01FZU z(%pXi0000MbVXQnLvm$dbZKvHAXI5>WdJZWFEKSQF*31EK_~zK03dWlSaefwW^{L9 za%BKbVPkS{ZDnL>VIW3na%FdKa%*!SO<22;DkJ~^1CvQaK~#90b(9TPnot;kb4N=h z)6`s3M@vN1@*}ZjiAuWsm^K}*=ERh8V9lk`a!{H5^<6;I>g+k3d$`=^ecyY5d*|pW z(QClo3@h?ujWRkn75ksRpPZb$odE9r_YIm3(J#%uKm7x+H08&l?qZr~E)>$p>H81! zeflM;FiLAQq0ns3zJLC@@e|;kh2Auw$`XJng=l24FKoXebZIKn8o91)(v5wc;PrSs zXD{%0yu>)GR2{f}9VYM+xfyIW8_#0`aezLpsP7-}Sg#jUAc9;l$Z@AihalEnN>-5b z+OMT7|F$3-!I^w}n$ zT-K5%f<63O6C0`zF*gju&8Ba4zYEOGuObQha4mD0R<&K8BlHY!-x+qW3XBC|iULEe z)!&k-+6^RXfDXj9+iacS+ht2I)w44x?i8-oB9REit}4}c1Jzh87U^_4&2MV;C#s|F zNLVcOUojbDVr*^%93aqWG~Rr$JiaS@`dIxHfS?wR=Rv&0#7u3-)q&Zm_j<15qb+{* zBK7E6=MbYTMyTf|m{G^RZctZ(F8)LIY!u<#u@MLd1EbcYx*g&e~J6 z*l5(w-;5|3@yRT-C@LN|h!MB2Wxxpga{W@E49oZp6@X#cT-yhxCbeO3g7+SWpm>eM zFl=Xs=Z~{giDPTvdx)ZzDme!alDVD!OOmA$1VL43gtWwwD7FyLXtj`5rkcrL-L8P@ zD+}R+7U?L-fE;oVB(+ruZOQ6>|DcKjGpav4pQ=-;3Jz=G@8G^G|MQLFB2cY}GU{+R zlvbviki@(0c)v&Wi{S&(iXaKcGr+IOp60J~mtD=%$p9vBPG(q^bvP0;AgpueO1IQi z_GUB+c4zd@VfdW1vS5^*#aT!W7P{m84tBdVfg&0XlTND@TvLK_>Cp4DE-GAv4`8@% z2ux|Fle_oDSEph_KuyVH@@h;{x}STv^G?L6sfiXB-h6q^o6T;6er19QboF|D@y`r< kdoxGslNlQG>a?Bk52RL>lzaaa_W%F@07*qoM6N<$f - - - tablefilter v0.0.20 - Auto-filter Demo - - - - -

tablefilter v0.0.20

-

Auto-filter demo

-

- This demo features the auto-filter behaviour, the table is filtered as soon - as the user stops typing. -

- -

-
-
-
-    
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-    
-    
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-    
-
countryisoyearPOPXRATPPPcgdpccci
AngolaAGO199410627.1859.5149993953.321095.9434.669.09
AngolaAGO199510972.002750.229981007.531244.7341.869.43
AngolaAGO199611316.94128029.203154873.281362.3237.178.57
AngolaAGO1997nananananana
AngolaAGO1998nananananana
AngolaAGO1999nananananana
AngolaAGO2000nananananana
AlbaniaALB19943185.0094.6233291623.452514.7987.7814.42
AlbaniaALB19953225.0092.6975021425.052775.9883.3413.10
AlbaniaALB19963266.00104.498901428.053070.8493.0610.65
AlbaniaALB19973339.00148.932907136.632789.1392.8911.02
AlbaniaALB19983364.00150.633300844.673067.5291.2111.00
AlbaniaALB19993383.00137.690597543.843413.6589.9411.23
AlbaniaALB20003411.00143.709396443.163657.9985.4512.70
ArgentinaARG199434304.270.9990082980.7410193.4968.8917.41
ArgentinaARG199534768.000.9997500180.7410024.1267.4415.45
ArgentinaARG199635220.000.9996625190.7310671.5368.2115.75
ArgentinaARG199735672.000.9994999770.7111545.1969.1817.09
ArgentinaARG199836125.000.9994999770.6911919.9569.3917.28
ArgentinaARG199936580.000.9994999770.6711554.3769.7215.27
ArgentinaARG200037032.000.9994999770.6611729.0869.0614.08
ArmeniaARM19943748.00288.650787422.812181.6886.3512.97
ArmeniaARM19953760.00405.908294762.542222.2592.2310.88
ArmeniaARM19963774.00414.041503973.212393.2789.9010.91
ArmeniaARM19973786.00490.846801883.992415.8597.2011.46
ArmeniaARM19983795.00504.915008592.652616.6895.8111.00
ArmeniaARM19993801.00535.061828690.482791.5492.509.81
ArmeniaARM20003803.00539.525817987.503068.2190.6710.04
AntiguaATG199465.732.7000000481.3914807.5141.829.89
AntiguaATG199566.292.7000000481.5712790.7450.4517.76
AntiguaATG199666.862.7000000481.7012923.0044.1116.27
AntiguaATG199766.292.7000000481.6714182.0438.2714.72
AntiguaATG199866.862.7000000481.6814912.1239.6414.17
AntiguaATG199967.432.7000000481.6316035.2438.5613.69
AntiguaATG200068.002.7000000481.5218006.9034.8211.85
AustraliaAUS199417838.001.36781.2820637.1670.5424.28
AustraliaAUS199518072.001.3491.2821771.3169.8423.20
AustraliaAUS199618311.001.27791.2722834.6869.1223.65
AustraliaAUS199718524.001.34741.2624010.9269.3824.65
AustraliaAUS199818730.001.59181.2625002.1170.2725.24
AustraliaAUS199918937.001.54991.2626342.6970.2925.27
AustraliaAUS200019157.001.72481.2927193.4869.5523.06
AustriaAUT19948029.7011.421814.2119950.3868.7625.42
AustriaAUT19958046.5010.081514.2120733.7568.6325.73
AustriaAUT19968059.4010.586614.2121398.9769.7525.01
AustriaAUT19978072.2012.204214.1521988.9669.8425.52
AustriaAUT19988078.4012.379114.0623016.3869.6324.80
AustriaAUT19998092.3012.915814.0223849.1470.0424.61
AustriaAUT20008110.2014.935413.9924835.7169.1925.34
AzerbaijanAZE19947597.001570.224976110.312246.8665.7015.20
AzerbaijanAZE19957685.004413.542969696.691992.8777.3812.11
AzerbaijanAZE19967763.004301.26416860.942046.8582.3116.97
AzerbaijanAZE19977838.003985.375877.092291.0372.3221.39
AzerbaijanAZE19987913.003868.998047876.142480.9376.3117.56
AzerbaijanAZE19997983.004120.166992859.952732.7070.9213.22
AzerbaijanAZE20008049.004474.153809823.803554.6259.1310.77
BurundiBDI19946024.75252.662506150.63766.5788.583.15
BurundiBDI19956156.00249.757507357.11709.9286.363.01
BurundiBDI19966287.08302.746704168.20634.7883.643.62
BurundiBDI19976417.85352.350799681.38645.3280.452.37
BurundiBDI19986548.19447.765808194.95632.0885.663.43
BurundiBDI19996677.95563.562581.58739.5784.033.17
BurundiBDI20006807.00720.6732788125.81618.7187.564.18
BelgiumBEL199410116.0033.456538.8619887.3855.1022.32
BelgiumBEL199510137.0029.4838.8920702.1354.2423.13
BelgiumBEL199610155.0030.961539.0021101.1954.9322.53
BelgiumBEL199710180.0035.773938.9722107.8454.3923.33
BelgiumBEL199810203.0036.298638.9022958.8454.7123.57
BelgiumBEL199910222.0037.864139.1223760.3854.8022.94
BelgiumBEL200010254.0043.784939.0725008.4954.2923.62
BeninBEN19945325.00555.2047119156.33998.3489.455.35
BeninBEN19955475.00499.148407171.131071.6089.337.70
BeninBEN19965628.82511.5523987181.371106.8689.907.07
BeninBEN19975794.36583.6693726187.631101.0292.938.06
BeninBEN19985950.33589.9517822190.951178.4690.987.55
BeninBEN19996109.53615.6990967200.191174.9092.617.86
BeninBEN20006272.00711.9763184200.611224.7492.278.25
Burkina FasoBFA19949755.03555.2047119125.76838.7679.816.57
Burkina FasoBFA19959988.00499.148407136.65860.8980.419.29
Burkina FasoBFA199610225.00511.5523987144.18881.1180.4012.12
Burkina FasoBFA199710473.53583.6693726141.78899.0176.9414.94
Burkina FasoBFA199810730.33589.9517822139.66979.5880.6612.24
Burkina FasoBFA199910995.70615.6990967137.641001.7079.8113.14
Burkina FasoBFA200011274.00711.9763184140.56985.6776.5314.87
BangladeshBGD1994117897.5440.211738598.461345.3784.379.56
BangladeshBGD1995119768.0040.278320318.761439.1985.139.79
BangladeshBGD1996121679.3441.794170389.001506.2586.9510.16
BangladeshBGD1997124381.4143.892120369.281561.9784.8510.73
BangladeshBGD1998126564.7046.905651099.691629.8682.4511.25
BangladeshBGD1999128787.3249.0853996310.151681.4482.6711.71
BangladeshBGD2000131050.0052.1416702310.201772.4681.8812.14
BulgariaBGR19948435.0054.133668549.466587.5364.403.03
BulgariaBGR19958400.0067.1708285815.756651.3067.053.27
BulgariaBGR19968356.00177.888706335.425893.2668.563.34
BulgariaBGR19978312.071.6818790440.385470.7962.694.42
BulgariaBGR19988257.001.7603579760.485593.6567.916.72
BulgariaBGR19998208.001.8363829850.495760.2070.967.72
BulgariaBGR20008166.962.1232750420.496355.7067.346.95
BahrainBHR1994nananananana
BahrainBHR1995nananananana
BahrainBHR1996599.000.3759999870.2713261.1742.286.39
BahrainBHR1997nananananana
BahrainBHR1998nananananana
BahrainBHR1999nananananana
BahrainBHR2000nananananana
BahamasBHS1994nananananana
BahamasBHS1995nananananana
BahamasBHS1996284.0010.7416527.4874.029.91
BahamasBHS1997nananananana
BahamasBHS1998nananananana
BahamasBHS1999nananananana
BahamasBHS2000nananananana
BelarusBLR199410356.0010600316.935405.0055.9923.98
BelarusBLR199510329.00115002164.165363.7953.1517.58
BelarusBLR199610298.00155003161.365667.2253.5218.06
BelarusBLR199710117.0026.019920355.616365.6754.8319.16
BelarusBLR199810069.0046.127250679.677181.9356.2518.10
BelarusBLR199910035.00248.794906638.447769.3657.8714.02
BelarusBLR200010005.00876.75102.038738.2356.0213.77
BelizeBLZ1994210.8920.885938.9458.0114.22
BelizeBLZ1995216.7020.896125.6860.8411.55
BelizeBLZ1996222.4020.926198.9060.2511.07
BelizeBLZ1997217.0620.916540.3659.6414.48
BelizeBLZ1998224.4520.906595.5161.2814.83
BelizeBLZ1999232.1020.936773.4566.1114.87
BelizeBLZ2000240.0020.957169.9071.8318.77
BermudaBMU1994nananananana
BermudaBMU1995nananananana
BermudaBMU199662.1011.4218793.4188.7414.57
BermudaBMU1997nananananana
BermudaBMU1998nananananana
BermudaBMU1999nananananana
BermudaBMU2000nananananana
BoliviaBOL19947237.004.6205167771.572426.4079.168.06
BoliviaBOL19957414.004.8003420831.712545.5277.288.56
BoliviaBOL19967588.005.0746130941.872641.7776.819.67
BoliviaBOL19977767.005.2542581561.972727.2578.1312.04
BoliviaBOL19987950.005.510132792.122760.1180.0814.68
BoliviaBOL19998138.005.812407972.092831.6180.4711.10
BoliviaBOL20008328.706.1835417752.102933.8977.9410.75
BrazilBRA1994157188.100.6392999890.356322.6257.5416.52
BrazilBRA1995159346.000.9176666740.616674.2863.9517.20
BrazilBRA1996161513.171.0051000120.706881.4463.6016.62
BrazilBRA1997163859.681.0779919620.747166.2562.9417.06
BrazilBRA1998166045.571.1605169770.787020.0862.2616.94
BrazilBRA1999168227.981.8147330280.797216.5864.5215.61
BrazilBRA2000170406.001.8301420210.837744.7165.7515.63
BarbadosBRB1994264.3021.0113076.4279.393.38
BarbadosBRB1995264.2021.0513409.7181.553.56
BarbadosBRB1996264.4021.0314607.6582.723.11
BarbadosBRB1997264.7421.0715570.5589.863.66
BarbadosBRB1998265.3021.1216058.5489.294.06
BarbadosBRB1999266.0821.1416463.8891.804.17
BarbadosBRB2000267.0021.1217526.3591.603.93
BhutanBTN1994nananananana
BhutanBTN1995nananananana
BhutanBTN1996715.8735.433170328.311968.5150.5723.23
BhutanBTN1997nananananana
BhutanBTN1998nananananana
BhutanBTN1999nananananana
BhutanBTN2000nananananana
BotswanaBWA19941425.422.6846458911.495564.9343.2516.83
BotswanaBWA19951460.002.7722070221.605803.2441.9916.84
BotswanaBWA19961496.003.3241970541.806070.5139.7117.15
BotswanaBWA19971533.003.6507630351.986087.7349.9915.44
BotswanaBWA19981561.724.2258801462.046533.7659.6812.91
BotswanaBWA19991588.124.6243948942.097027.9067.6711.61
BotswanaBWA2000nananananana
Central African RepublicCAF19943220.09555.2047119152.27965.2879.225.21
Central African RepublicCAF19953288.00499.148407156.441088.1971.406.48
Central African RepublicCAF19963354.09511.5523987182.37894.9593.682.36
Central African RepublicCAF19973528.62583.6693726183.32902.7684.874.61
Central African RepublicCAF19983603.40589.9517822174.96979.1575.096.34
Central African RepublicCAF1999nananananana
Central African RepublicCAF2000nananananana
CanadaCAN199429036.001.36561.2321350.3959.2324.00
CanadaCAN199529353.901.37241.2122450.8657.9423.78
CanadaCAN199629671.901.36351.2123090.8658.4123.18
CanadaCAN199729987.001.38461.1924412.3258.3626.16
CanadaCAN199830248.001.48351.1924944.1959.3425.38
CanadaCAN199930493.001.48571.1926479.8658.3225.06
CanadaCAN200030750.001.48511.1828730.6955.6725.86
SwitzerlandCHE19946994.001.36772.1823466.1958.9625.97
SwitzerlandCHE19957041.001.18252.1424110.1258.4626.98
SwitzerlandCHE19967072.001.2362.1124460.4559.1026.22
SwitzerlandCHE19977089.001.45132.0825147.6659.3225.93
SwitzerlandCHE19987110.001.44982.0326290.7058.8927.07
SwitzerlandCHE19997144.001.50222.0027156.2458.9525.80
SwitzerlandCHE20007185.001.68882.0028208.7657.9826.89
ChileCHL199413994.40420.1766968202.067557.3760.5420.03
ChileCHL199514210.40396.7732849209.908676.4658.0223.45
ChileCHL199614418.80412.2666931220.378972.3561.4924.12
ChileCHL199714622.40419.2950134222.289706.6961.9724.59
ChileCHL199814821.70460.2875061227.679939.5163.6724.24
ChileCHL199915017.80508.7767029234.819774.9362.8918.04
ChileCHL200015211.30535.4655762238.8810388.9061.3419.70
ChinaCHN19941190918.028.6187429431.662551.9750.0622.34
ChinaCHN19951203324.038.3514165881.912759.9251.6822.47
ChinaCHN19961215414.278.3141746522.022972.6151.8822.04
ChinaCHN19971227176.708.2898168562.033141.0749.9721.82
ChinaCHN19981238599.428.2789583211.983317.7949.4421.60
ChinaCHN19991249981.568.2782497411.953483.3950.5521.00
ChinaCHN20001258821.038.2785043721.923843.6748.6621.09
Cote d`IvoireCIV199413132.24555.2047119177.721824.8374.254.88
Cote d`IvoireCIV199513528.00499.148407189.401947.1477.075.49
Cote d`IvoireCIV199613888.77511.5523987200.961958.7574.255.55
Cote d`IvoireCIV199714731.84583.6693726215.121969.6476.364.85
Cote d`IvoireCIV199815159.11589.9517822216.902055.6777.115.65
Cote d`IvoireCIV199915586.39615.6990967213.222057.5775.246.31
Cote d`IvoireCIV200016013.00711.9763184205.652027.5776.765.75
CameroonCMR199412822.14555.2047119148.621790.5083.495.30
CameroonCMR199513182.00499.148407169.281851.7381.814.73
CameroonCMR199613548.75511.5523987178.061894.6983.464.93
CameroonCMR199713917.84583.6693726177.172005.0284.395.02
CameroonCMR199814238.86589.9517822182.472018.3884.455.46
CameroonCMR199914558.39615.6990967188.101976.3484.655.79
CameroonCMR200014876.00711.9763184170.402300.7581.145.41
Congo, Republic ofCOG19942489.45555.2047119310.221324.2665.3711.94
Congo, Republic ofCOG19952561.00499.148407295.661394.8862.368.44
Congo, Republic ofCOG19962633.72511.5523987285.411728.9358.657.39
Congo, Republic ofCOG19972707.60583.6693726271.761842.4357.404.65
Congo, Republic ofCOG19982782.62589.9517822273.511511.0485.725.49
Congo, Republic ofCOG19992933.76615.6990967273.991698.5157.274.42
Congo, Republic ofCOG20003018.00711.9763184287.162532.8044.712.61
ColombiaCOL199437806.85844.8358765353.635046.5371.1915.83
ColombiaCOL199538558.00912.826416411.675323.4471.1115.77
ColombiaCOL199639285.001036.686035474.225528.8069.8114.73
ColombiaCOL199740042.001140.963013531.485718.5769.2214.03
ColombiaCOL199840804.001426.036987611.565642.3769.4512.81
ColombiaCOL199941539.001756.230957644.455565.9967.117.84
ColombiaCOL200042299.302087.904053691.015795.5567.938.79
ComorosCOM1994479.57416.398803792.721739.4890.866.47
ComorosCOM1995492.00374.357086299.761636.9188.226.79
ComorosCOM1996504.68383.6600037102.871576.5189.356.95
ComorosCOM1997517.62437.7471008104.401732.1192.656.09
ComorosCOM1998530.82442.4588013104.771714.7584.206.50
ComorosCOM1999544.28461.7745972104.581803.5785.714.78
ComorosCOM2000558.00533.9824829105.981822.8379.764.30
Cape VerdeCPV1994371.9781.8908309931.382882.4483.4521.97
Cape VerdeCPV1995382.0076.8533325231.713125.8181.0221.03
Cape VerdeCPV1996392.6482.5914688132.403194.1080.0319.19
Cape VerdeCPV1997403.5693.1766662635.123327.2581.6617.42
Cape VerdeCPV1998415.3298.1575012236.713473.7190.3915.55
Cape VerdeCPV1999427.79102.699996936.803835.6985.8615.58
Cape VerdeCPV2000441.00115.876602234.124299.1876.3313.79
Costa RicaCRI19943266.00157.066696276.785208.0465.1018.10
Costa RicaCRI19953333.00179.729202390.105398.0163.8616.01
Costa RicaCRI19963398.00207.6891937108.505150.7765.3413.86
Costa RicaCRI19973576.91232.5975037159.715233.9765.4616.36
Costa RicaCRI19983653.06257.229187175.865653.6563.5618.50
Costa RicaCRI19993731.07285.6846924197.926072.2660.2014.81
Costa RicaCRI20003811.00308.1867065218.495872.7962.1614.11
CubaCUB199410960.4910.364895.9671.250.97
CubaCUB199510998.5310.404980.8272.191.31
CubaCUB199611038.6010.395259.4072.361.54
CubaCUB1997nananananana
CubaCUB1998nananananana
CubaCUB1999nananananana
CubaCUB2000nananananana
CyprusCYP1994726.000.4921909870.3713616.5861.2818.47
CyprusCYP1995733.000.4524202050.3415920.3962.6420.32
CyprusCYP1996740.000.4663113060.3515813.2166.2717.88
CyprusCYP1997nananananana
CyprusCYP1998nananananana
CyprusCYP1999nananananana
CyprusCYP2000nananananana
Czech RepublicCZE199410333.6028.78519.7411756.6268.2021.63
Czech RepublicCZE199510327.3026.540710.6512551.7567.5525.24
Czech RepublicCZE199610315.3027.144911.2913457.7369.2925.85
Czech RepublicCZE199710303.0031.698411.8713734.3269.2424.80
Czech RepublicCZE199810293.6032.281212.5614213.2366.5423.27
Czech RepublicCZE199910285.0034.569212.7514393.1767.9721.81
Czech RepublicCZE200010272.1038.598412.8514844.0067.4224.21
DjiboutiDJI1994nananananana
DjiboutiDJI1995nananananana
DjiboutiDJI1996612.36177.72099366.932103.4476.894.15
DjiboutiDJI1997nananananana
DjiboutiDJI1998nananananana
DjiboutiDJI1999nananananana
DjiboutiDJI2000nananananana
DominicaDMA199472.442.7000000481.256400.1154.8911.40
DominicaDMA199573.002.7000000481.276507.3252.3713.93
DominicaDMA199673.002.7000000481.276903.5550.2712.41
DominicaDMA1997nananananana
DominicaDMA1998nananananana
DominicaDMA1999nananananana
DominicaDMA200073.002.7000000481.218284.0448.2112.21
DenmarkDNK19945201.006.36058.4222064.3767.1219.85
DenmarkDNK19955222.005.60248.3623119.2066.1022.21
DenmarkDNK19965256.005.79878.3824086.6266.2821.37
DenmarkDNK19975280.006.60458.3725273.9865.6423.66
DenmarkDNK19985303.006.70088.4226193.0166.6324.48
DenmarkDNK19995321.006.97628.5626988.9066.0222.25
DenmarkDNK20005338.008.08318.6428538.8262.9024.14
Dominican RepublicDOM19947685.4813.160140045.263414.8872.8413.91
Dominican RepublicDOM19957823.0013.597350125.673656.8671.3812.40
Dominican RepublicDOM19967963.5813.774585.863927.5173.3611.97
Dominican RepublicDOM19977967.9314.265480045.974515.2667.8311.89
Dominican RepublicDOM19988103.2115.266590126.244798.2568.6113.87
Dominican RepublicDOM19998238.2716.033079156.535167.1766.6014.03
Dominican RepublicDOM20008373.0016.415019996.835653.7867.1613.78
AlgeriaDZA199427454.3235.0584983813.014126.1763.9312.98
AlgeriaDZA199528058.0047.6627311716.534245.0362.4412.93
AlgeriaDZA199628675.2854.7489318818.954726.7356.0911.88
AlgeriaDZA199729045.0057.7073516819.704828.1454.7211.15
AlgeriaDZA199829507.0058.7389602720.804540.7459.6714.00
AlgeriaDZA199929950.0066.5738830621.594894.4357.0512.46
AlgeriaDZA200030399.2575.2597885121.616106.9146.219.78
EcuadorECU199411215.972196.728027899.523612.8759.2715.80
EcuadorECU199511460.002564.4938961097.523656.5259.6816.88
EcuadorECU199611698.003189.4741211344.363862.9457.7614.56
EcuadorECU199711937.003998.267091765.593755.4960.6317.35
EcuadorECU199812175.005446.5732422480.463556.3565.1819.55
EcuadorECU199912412.0011786.79983760.423464.4360.389.22
EcuadorECU200012646.0024988.390637214.853719.9056.8712.93
EgyptEGY199457063.533.3851330280.883468.1291.014.40
EgyptEGY199558180.003.3922080990.983565.0890.084.74
EgyptEGY199659272.003.3914830681.053699.5491.134.96
EgyptEGY199760416.243.3887500761.093910.3791.315.13
EgyptEGY199861580.003.3880000111.143993.4194.195.99
EgyptEGY199962770.003.3952500821.154203.8992.605.94
EgyptEGY200063976.003.4720499521.204406.3690.515.87
EritreaERI1994nananananana
EritreaERI1995nananananana
EritreaERI19963670.006.3516750341.50774.8197.459.09
EritreaERI1997nananananana
EritreaERI1998nananananana
EritreaERI1999nananananana
EritreaERI2000nananananana
SpainESP199439149.70133.958121.6614204.7170.0322.62
SpainESP199539223.00124.689116.1315992.1575.1621.96
SpainESP199639278.80126.662126.5915535.3369.0123.21
SpainESP199739348.10146.414127.3216411.8468.5923.23
SpainESP199839453.40149.395128.4817329.4368.8724.02
SpainESP199939626.20156.174130.3818210.7869.4924.65
SpainESP200039927.40180.595133.2719036.7069.1325.47
EstoniaEST19941499.0012.991250043.016578.5760.8815.06
EstoniaEST19951484.0011.464750293.877084.2057.5113.58
EstoniaEST19961469.0012.033749584.757509.5859.6014.71
EstoniaEST19971427.1613.881750115.288526.3860.0016.90
EstoniaEST19981406.0314.074669845.649222.7060.8015.63
EstoniaEST19991386.6714.677579885.559834.7457.4112.36
EstoniaEST20001369.0016.968639375.4210872.8356.7013.15
EthiopiaETH199454890.005.4650001531.02505.2883.964.35
EthiopiaETH199556530.006.1583328251.13530.8783.204.70
EthiopiaETH199658234.006.3516750341.18550.9587.475.73
EthiopiaETH199759750.006.7093420031.16600.3981.745.48
EthiopiaETH199861266.007.1159081461.19615.2077.515.16
EthiopiaETH199962782.007.9422497751.17660.6475.784.63
EthiopiaETH200064298.008.2172584531.12720.0867.964.00
FinlandFIN19945089.005.22355.9317293.9065.0521.05
FinlandFIN19955108.004.36675.9718517.5864.3420.17
FinlandFIN19965125.004.59355.8719488.6064.7120.40
FinlandFIN19975140.005.19145.9320850.6763.4620.95
FinlandFIN19985153.005.34416.0222215.2463.0620.97
FinlandFIN19995165.005.58086.0522931.3864.1320.20
FinlandFIN20005176.006.45356.1924416.3662.2421.04
FijiFJI1994765.441.4641250370.704953.4562.519.66
FijiFJI1995770.001.406332970.695143.4662.1710.23
FijiFJI1996775.671.4033000470.735282.3767.087.91
FijiFJI1997782.831.4436750410.745213.9667.788.91
FijiFJI1998791.171.9868170020.755303.1161.348.28
FijiFJI1999801.001.9696249960.725918.4159.697.58
FijiFJI2000nananananana
FranceFRA199459115.605.5526.6419113.2767.6222.39
FranceFRA199559326.404.99156.6019791.4867.0723.05
FranceFRA199659533.105.11556.6020228.2367.7621.99
FranceFRA199759735.605.83676.5820887.8866.9821.38
FranceFRA199859942.105.89956.5321889.9266.8822.49
FranceFRA199960156.406.1576.4822723.1867.0122.53
FranceFRA200060431.207.11986.4623613.7666.3723.82
GabonGAB19941071.00555.2047119288.157556.4861.207.51
GabonGAB19951098.00499.148407275.498192.1862.736.83
GabonGAB19961125.00511.5523987296.758860.4760.406.94
GabonGAB19971136.90583.6693726304.569155.0260.688.95
GabonGAB19981167.29589.9517822307.827600.6975.8511.17
GabonGAB19991198.32615.6990967286.037804.3575.647.81
GabonGAB20001230.00711.9763184366.817779.7678.968.66
United KingdomGBR199458401.000.65340.6318473.8374.5918.24
United KingdomGBR199558612.000.63370.6419187.6474.4818.24
United KingdomGBR199658807.000.6410.6520066.2575.1917.95
United KingdomGBR199759014.000.61080.6521281.7874.6118.51
United KingdomGBR199859237.000.60380.6522326.8674.6019.81
United KingdomGBR199959501.000.61810.6523125.9075.8219.17
United KingdomGBR200059756.000.66090.6524252.4475.2019.43
GeorgiaGEO1994nananananana
GeorgiaGEO1995nananananana
GeorgiaGEO19965420.001.2627999780.244478.8374.121.91
GeorgiaGEO19975431.001.2975000140.184813.6280.784.21
GeorgiaGEO19985442.001.3898169990.194848.1477.006.35
GeorgiaGEO19995024.002.0245170590.205593.1281.663.60
GeorgiaGEO20005024.001.9761669640.225315.4374.174.07
GermanyGER199481422.001.62282.0919930.8968.4324.49
GermanyGER199581661.001.43312.0920676.8168.5224.15
GermanyGER199681896.001.50482.0721118.5769.2523.13
GermanyGER199782052.001.73412.0621638.7769.3422.90
GermanyGER199882029.001.75972.0522435.1969.2323.06
GermanyGER199982087.001.83582.0323142.7070.1522.68
GermanyGER200082168.002.12292.0223917.4469.4223.62
GhanaGHA199416639.55956.7108154256.951217.1777.446.39
GhanaGHA199517075.001200.428955354.681280.6775.485.50
GhanaGHA199617523.211637.232056504.181283.5578.286.19
GhanaGHA199718048.342050.166992624.521251.8386.147.36
GhanaGHA199818449.372314.146973677.541384.7880.446.57
GhanaGHA199918868.322669.299072788.041384.0986.466.18
GhanaGHA200019306.005455.0561521024.041375.8183.805.10
GuineaGIN19946425.74976.6364136206.192530.7189.2310.79
GuineaGIN19956591.00991.411499214.212581.7392.918.17
GuineaGIN19966755.781004.015991217.562707.9192.837.24
GuineaGIN19976921.561095.32605210.262848.2090.347.30
GuineaGIN19987086.121236.832031215.832897.8492.527.13
GuineaGIN19997250.521387.401001222.752949.7893.307.12
GuineaGIN20007415.001746.869995239.892961.0293.347.59
Gambia, TheGMB19941076.299.5755500793.061054.1588.708.37
Gambia, TheGMB19951111.009.5462503433.151042.7890.6810.01
Gambia, TheGMB19961145.889.788950923.201044.5690.7910.54
Gambia, TheGMB19971186.2610.200160033.101137.6088.527.74
Gambia, TheGMB19981223.8110.643099783.241119.0191.658.56
Gambia, TheGMB19991262.7111.39509013.161234.9491.877.42
Gambia, TheGMB20001303.0012.787630083.111329.3988.837.33
Guinea-BissauGNB19941059.38198.340606758.14758.7779.3413.86
Guinea-BissauGNB19951086.00278.03909384.26771.6782.6213.87
Guinea-BissauGNB19961111.92405.7449951122.84806.3781.9714.22
Guinea-BissauGNB19971125.99583.6691895156.62886.1178.3814.23
Guinea-BissauGNB19981149.33589.9515991162.29648.2084.3612.43
Guinea-BissauGNB19991173.38615.6990967167.26705.0379.677.60
Guinea-BissauGNB20001199.00711.9763184174.06737.6778.995.55
Equatorial GuineaGNQ1994388.88555.2047119194.20924.4573.0835.44
Equatorial GuineaGNQ1995399.00499.148407204.001005.5868.6637.99
Equatorial GuineaGNQ1996409.44511.5523987231.151394.9170.2858.13
Equatorial GuineaGNQ1997421.26583.6693726277.022493.9961.7431.64
Equatorial GuineaGNQ1998433.06589.9517822199.603105.0477.1741.79
Equatorial GuineaGNQ1999445.03615.6990967214.445638.6235.3226.65
Equatorial GuineaGNQ2000457.00711.9763184203.0310302.2826.8317.70
GreeceGRC199410426.00242.603200.0711647.5473.9719.13
GreeceGRC199510454.00231.663213.2312217.8879.4019.51
GreeceGRC199610475.90240.712224.1012750.9579.5520.44
GreeceGRC199710498.80273.058234.2513472.1778.6620.79
GreeceGRC199810516.40295.529243.1514095.3478.4621.77
GreeceGRC199910533.70305.647246.9814755.8278.1421.31
GreeceGRC200010557.90365.399252.0815557.8376.6022.84
GrenadaGRD199494.102.7000000481.654552.0467.3422.21
GrenadaGRD199594.502.7000000481.644814.8067.5119.21
GrenadaGRD199695.002.7000000481.685016.4270.4821.86
GrenadaGRD199795.502.7000000481.745124.0676.6223.37
GrenadaGRD199896.202.7000000481.765442.2176.2323.57
GrenadaGRD199997.002.7000000481.765962.3262.1722.30
GrenadaGRD200098.002.7000000481.766409.8266.0724.51
GuatemalaGTM19949715.295.7512011532.133600.2685.038.04
GuatemalaGTM19959976.005.8103427892.273768.1484.887.52
GuatemalaGTM199610243.436.0495128632.433838.6885.276.17
GuatemalaGTM199710517.006.0652689932.573983.4084.716.93
GuatemalaGTM199810799.006.3946528432.784119.2485.019.00
GuatemalaGTM199911088.407.3856101042.914192.4286.158.36
GuatemalaGTM200011385.307.7631587983.004334.5584.158.23
GuyanaGUY1994823.35138.290206936.082517.9473.8412.72
GuyanaGUY1995830.00141.989196840.602614.4668.5515.16
GuyanaGUY1996836.57140.37540.832868.7465.3014.17
GuyanaGUY1997749.05142.400802640.033537.1266.1513.93
GuyanaGUY1998752.43150.519195640.153571.7468.2312.71
GuyanaGUY1999756.34177.994995141.603833.3865.8310.25
GuyanaGUY2000nananananana
Hong KongHKG19945998.007.728416926.7824816.2366.9026.70
Hong KongHKG19956156.007.7358331687.0524736.9767.6331.41
Hong KongHKG19966311.007.7342538837.2425993.8267.2528.99
Hong KongHKG19976502.007.7420830737.4927076.4167.8230.70
Hong KongHKG19986645.607.7453331957.4425591.2466.1426.74
Hong KongHKG19996720.707.7575001727.1425668.8866.7221.79
Hong KongHKG20006797.007.7911667826.6827892.5064.4524.99
HondurasHND19945492.468.4087581632.681958.5075.6718.86
HondurasHND19955654.009.470987323.192082.6071.6518.05
HondurasHND19965818.0611.705300333.882116.8273.8516.40
HondurasHND19975939.4713.003470424.782165.3575.4516.86
HondurasHND19986098.9313.385020265.122249.3374.4016.12
HondurasHND19996258.4614.213170055.732133.9878.2917.23
HondurasHND20006417.0014.839200026.332164.4372.4320.37
CroatiaHRV1994nananananana
CroatiaHRV19954669.005.2299671173.126748.3562.0112.21
CroatiaHRV19964494.005.433800223.237427.9059.8815.33
CroatiaHRV19974446.616.1007170683.428134.9963.6119.18
CroatiaHRV19984396.576.3622918133.608702.4560.8016.66
CroatiaHRV19994374.517.1124448783.698846.6659.4615.94
CroatiaHRV20004380.008.2765645983.779547.1657.7015.27
HaitiHTI19947009.0415.039999963.691079.2388.652.31
HaitiHTI19957168.0015.109729773.621470.2693.863.19
HaitiHTI19967336.0015.701149943.681756.8195.192.59
HaitiHTI19977492.0016.654499053.592081.3490.212.13
HaitiHTI19987647.0016.765670783.602365.4394.751.96
HaitiHTI1999nananananana
HaitiHTI2000nananananana
HungaryHUN199410261.00105.1651.928297.3672.6317.51
HungaryHUN199510229.00125.68164.298536.6366.8019.24
HungaryHUN199610193.00152.64777.678707.7964.9021.78
HungaryHUN199710155.00186.78990.199325.1863.0722.42
HungaryHUN199810144.00214.402100.819864.1763.6924.66
HungaryHUN199910067.00237.146108.6310418.9464.6224.13
HungaryHUN200010024.00282.179117.9111062.9064.1325.47
IndonesiaIDN1994190847.972160.753906598.283355.2157.9319.86
IndonesiaIDN1995193976.002248.60791671.713489.0157.3024.37
IndonesiaIDN1996197156.482342.295898693.843891.2161.4921.19
IndonesiaIDN1997200390.292909.379883756.404136.5762.5420.99
IndonesiaIDN1998203678.3710013.620121199.673910.0262.1613.22
IndonesiaIDN1999207021.627855.1499021398.853831.6066.3710.13
IndonesiaIDN2000210420.998421.7753911521.374035.2764.7810.67
IndiaIND1994913600.0031.373739246.261815.4862.6311.92
IndiaIND1995929358.0232.427078256.731950.4259.4113.25
IndiaIND1996945611.7835.433170327.042117.8760.7411.93
IndiaIND1997962377.6636.313289647.112221.1360.0212.53
IndiaIND1998979672.9041.25936897.582348.0056.5912.88
IndiaIND1999997515.2043.055431377.702510.5654.3313.60
IndiaIND20001015923.0144.941608437.672683.6152.3813.18
IrelandIRL19943586.000.66860.6615388.7167.3017.26
IrelandIRL19953601.300.62370.6816978.9664.4418.75
IrelandIRL19963626.100.6250.6818494.3863.5819.71
IrelandIRL19973660.600.65960.7020658.6161.6220.97
IrelandIRL19983704.900.70230.7322433.9861.0822.95
IrelandIRL19993744.700.73920.7624653.4260.5421.15
IrelandIRL20003786.900.85480.7927197.0659.7821.55
IranIRN199458013.681748.750977417.124958.9265.289.50
IranIRN199558954.001747.927979586.755203.5959.4519.53
IranIRN199659925.111750.762939720.615333.1665.0913.45
IranIRN199760875.001752.921997827.175473.2365.4415.89
IranIRN199861850.001751.863037942.075447.3467.0918.23
IranIRN199962764.001752.931031075.705983.8463.6215.06
IranIRN200063664.001764.4300541167.047202.0456.0113.12
IcelandISL1994266.0069.944482.8019925.0066.7518.75
IcelandISL1995267.4064.691782.9620347.5667.7319.11
IcelandISL1996268.9066.583.8021476.4868.5822.01
IcelandISL1997270.9070.904384.5022896.9768.1022.78
IcelandISL1998273.8070.958385.6024715.0269.6027.09
IcelandISL1999277.2072.335387.4025732.6271.7424.78
IcelandISL2000281.3078.615988.9326928.5570.8527.57
IsraelISR19945399.003.0110549932.8114790.7258.2930.43
IsraelISR19955545.003.0112919813.0215650.5558.6430.91
IsraelISR19965692.003.1916499143.2616464.2458.6530.81
IsraelISR19975836.003.4493501193.4717241.0758.3327.69
IsraelISR19985963.003.8000750543.6517520.8359.0924.50
IsraelISR19996105.004.1397171023.7818091.9259.0025.51
IsraelISR20006233.214.0773329733.7719148.4458.2023.33
ItalyITA199457203.501612.441527.6118920.9570.3819.93
ItalyITA199557300.801628.931576.6319783.3969.2320.71
ItalyITA199657397.001542.951618.6920474.8869.1520.10
ItalyITA199757512.201703.11632.3021167.6670.0620.28
ItalyITA199857588.001736.211645.9821915.8270.6420.52
ItalyITA199957646.301817.441652.0222523.3471.2621.09
ItalyITA200057728.302101.631709.1122876.2862.0521.73
JamaicaJAM19942496.0033.0859298715.143503.1666.6621.96
JamaicaJAM19952522.1035.1421203618.003747.1665.9821.15
JamaicaJAM19962538.0037.1195602421.093804.1465.5020.48
JamaicaJAM19972554.0035.4044685429.863327.3054.9523.35
JamaicaJAM19982576.0036.5499992430.303441.7857.9220.38
JamaicaJAM19992590.0039.0435218832.503413.8357.4920.35
JamaicaJAM20002633.0042.7011413635.103464.2657.6620.53
JordanJOR19944060.840.6987642050.283780.0358.3219.36
JordanJOR19954195.000.7003775240.283929.7554.8318.85
JordanJOR19964314.230.7089999910.293747.7759.0317.44
JordanJOR19974459.120.7089999910.293974.3457.5914.17
JordanJOR19984597.350.7089999910.304063.3959.5811.84
JordanJOR19994739.870.7089999910.294203.9259.439.98
JordanJOR20004886.810.7089999910.284282.2263.1810.74
JapanJPN1994124960.00102.208176.4822302.1160.8531.36
JapanJPN1995125570.0094.0596172.5922967.1260.9831.58
JapanJPN1996125864.00108.779168.7724046.5160.8732.71
JapanJPN1997126166.00120.991167.2124737.4460.6632.31
JapanJPN1998126486.00130.905165.3724661.4361.8330.15
JapanJPN1999126686.00113.907161.7424979.2462.8728.94
JapanJPN2000126919.00107.765156.0825924.3961.6229.75
KazakhstanKAZ199416297.0035.538330084.455853.5670.8517.12
KazakhstanKAZ199516066.0060.9500007611.155662.0764.0010.68
KazakhstanKAZ199615921.0067.3033294715.155882.1869.887.31
KazakhstanKAZ199715334.4075.437516.866212.4672.017.77
KazakhstanKAZ199815073.0078.3033294717.986003.1176.827.38
KazakhstanKAZ199914927.00119.523300219.027094.6470.687.50
KazakhstanKAZ200014869.00142.133300821.098331.2960.887.14
KenyaKEN199426506.7956.0505790712.811180.0572.507.09
KenyaKEN199527216.0051.4298286413.961225.4879.517.74
KenyaKEN199627918.1057.1148681614.861268.6178.647.74
KenyaKEN199728043.0058.7318382316.041342.5182.147.57
KenyaKEN199828726.0060.3666992217.701327.7181.717.89
KenyaKEN199929416.0070.3262176519.181286.8678.157.75
KenyaKEN200030092.0076.1755371120.051316.2680.127.54
KyrgyzstanKGZ19944473.0010.841679570.823296.8062.553.27
KyrgyzstanKGZ19954514.0010.821880341.292771.8362.987.21
KyrgyzstanKGZ19964576.0012.809559821.972595.9666.2311.17
KyrgyzstanKGZ19974681.0017.36248972.332817.5955.3810.24
KyrgyzstanKGZ19984797.0020.837570192.682663.5568.527.19
KyrgyzstanKGZ19994864.6039.007728583.432922.3962.817.92
KyrgyzstanKGZ20004915.0047.703830723.993205.1160.336.97
CambodiaKHM199410367.142545.25550.011087.3486.183.98
CambodiaKHM199510695.322450.833008596.211183.7091.894.65
CambodiaKHM199610968.052624.083008623.521217.9090.505.54
CambodiaKHM199711236.772946.25622.341300.7284.465.14
CambodiaKHM199811498.003744.416992727.291284.9286.295.76
CambodiaKHM199911756.713807.833008752.211296.9986.416.45
CambodiaKHM2000nananananana
St. Kitts & NevisKNA199441.192.7000000481.549481.7640.8219.36
St. Kitts & NevisKNA199541.002.7000000481.4310692.0348.4118.19
St. Kitts & NevisKNA199640.882.7000000481.3911661.9850.7917.94
St. Kitts & NevisKNA199740.822.7000000481.4412643.5843.9517.17
St. Kitts & NevisKNA199840.822.7000000481.4712949.7243.9116.42
St. Kitts & NevisKNA199940.882.7000000481.3914272.9548.2013.23
St. Kitts & NevisKNA200041.002.7000000481.4114627.3047.4716.49
Korea, Republic ofKOR199444642.00803.446584.4112396.2954.9040.23
Korea, Republic ofKOR199545093.00771.273617.7013547.4555.3140.50
Korea, Republic ofKOR199645545.00804.453641.6414319.8956.5441.64
Korea, Republic ofKOR199745991.00951.289670.2814704.0357.4837.65
Korea, Republic ofKOR199846430.001401.44702.5913622.0155.7424.66
Korea, Republic ofKOR199946858.001188.82709.1014528.7358.1529.05
Korea, Republic ofKOR200047275.001130.96732.2914936.6957.1230.78
KuwaitKWT1994nananananana
KuwaitKWT1995nananananana
KuwaitKWT19961697.000.2994086150.2323385.9352.029.92
KuwaitKWT1997nananananana
KuwaitKWT1998nananananana
KuwaitKWT1999nananananana
KuwaitKWT2000nananananana
LaosLAO1994nananananana
LaosLAO1995nananananana
LaosLAO19964725.58921.0217285267.901367.3162.2321.23
LaosLAO1997nananananana
LaosLAO1998nananananana
LaosLAO1999nananananana
LaosLAO2000nananananana
LebanonLBN19943929.731680.072998952.264075.21116.1617.47
LebanonLBN19954005.001621.4129641011.424448.56112.0617.75
LebanonLBN19964077.011571.443971016.534927.15106.1915.82
LebanonLBN19974145.531539.4499511070.965158.00102.2713.80
LebanonLBN19984210.341516.1319581104.625306.5790.8214.94
LebanonLBN19994271.231507.8439941033.705660.0484.8210.30
LebanonLBN20004328.001507.5942.166089.2676.508.18
St. LuciaLCA1994142.702.7000000481.675858.9372.3314.08
St. LuciaLCA1995145.402.7000000481.686214.0271.0210.71
St. LuciaLCA1996147.002.7000000481.676267.6873.6112.28
St. LuciaLCA1997149.672.7000000481.686238.9774.3614.19
St. LuciaLCA1998151.952.7000000481.746397.5673.6613.44
St. LuciaLCA1999153.702.7000000481.786578.3476.5514.36
St. LuciaLCA2000156.002.7000000481.796822.9874.8113.69
Sri LankaLKA199417865.0049.4151382411.542813.2977.4212.51
Sri LankaLKA199518112.0051.2515907312.342991.1877.7911.87
Sri LankaLKA199618300.0055.271438613.133201.4374.7111.39
Sri LankaLKA199718552.0058.9946098315.253145.9470.2811.99
Sri LankaLKA199818774.0064.4501190215.823429.3269.2812.46
Sri LankaLKA199919043.0070.6354522716.293564.6570.3912.49
Sri LankaLKA200019359.0077.0051193216.893840.7767.6112.51
LesothoLSO19941885.183.5507979391.131266.47104.3432.80
LesothoLSO19951926.003.627084971.261270.7497.1441.61
LesothoLSO19961968.334.2993488311.421319.9693.7547.20
LesothoLSO19971944.714.6079621321.671449.8890.2544.58
LesothoLSO19981978.095.5282840731.741430.2083.3638.40
LesothoLSO19992008.246.1094841961.961413.2175.5137.52
LesothoLSO20002035.006.9398279192.051492.2764.6336.22
LithuaniaLTU19943721.003.9777500630.706514.5571.038.23
LithuaniaLTU19953715.0041.086031.8364.5913.76
LithuaniaLTU19963709.0041.316495.2566.3413.42
LithuaniaLTU19973705.5941.437211.7566.5616.09
LithuaniaLTU19983703.0041.467925.1964.1616.26
LithuaniaLTU19993699.0041.497759.5768.0614.95
LithuaniaLTU20003695.0041.468396.6666.3512.98
LuxembourgLUX1994403.8033.456539.7931897.3050.3024.06
LuxembourgLUX1995412.8029.4838.2733757.3059.2123.86
LuxembourgLUX1996418.3030.961538.2635144.2459.8923.68
LuxembourgLUX1997423.7035.773938.2438908.9256.3524.85
LuxembourgLUX1998429.2036.298638.2441716.9954.6523.34
LuxembourgLUX1999435.7037.864138.5444322.4453.3525.10
LuxembourgLUX2000441.4043.784938.3848967.5649.5823.48
LatviaLVA19942548.000.5597500210.145612.6062.486.91
LatviaLVA19952516.000.5275833010.165962.0957.2110.00
LatviaLVA19962491.000.5507500170.186194.1362.7310.41
LatviaLVA19972469.000.5809167030.206596.2263.6311.18
LatviaLVA19982449.000.5898333190.217042.5264.9414.59
LatviaLVA19992410.000.5851666930.217625.3465.0912.42
LatviaLVA20002372.000.606500030.228305.2264.5911.85
MacaoMAC1994418.778.0500001915.8321866.9334.8522.02
MacaoMAC1995430.008.0500001915.9023365.0433.6918.33
MacaoMAC1996440.918.0500001915.6623350.4334.9813.82
MacaoMAC1997418.007.9752922065.8222959.6838.8014.72
MacaoMAC1998426.007.9787669185.5821820.7540.3712.89
MacaoMAC1999434.007.9918498995.2521517.9241.4712.01
MacaoMAC2000438.008.0258998874.9223118.1139.248.25
MoroccoMAR199425926.009.202714923.073512.9882.809.66
MoroccoMAR199526386.008.5402364733.173362.4781.3211.29
MoroccoMAR199626848.008.7158756263.123808.4882.289.56
MoroccoMAR199727310.009.5271072392.983903.3577.1910.08
MoroccoMAR199827775.009.6044158942.874308.9377.3811.45
MoroccoMAR199928238.009.8044185642.854299.6176.7310.55
MoroccoMAR200028705.0010.625639922.884299.2476.1212.22
MoldovaMDA1994nananananana
MoldovaMDA19954339.004.4958000180.642316.8365.5910.32
MoldovaMDA19964325.004.6044831280.802264.2070.629.49
MoldovaMDA19974312.004.623582840.842457.1069.898.85
MoldovaMDA19984299.005.3706998830.922294.6680.259.57
MoldovaMDA19994290.0010.515810011.362111.2276.578.84
MoldovaMDA20004282.0012.434220311.692212.2394.108.70
MadagascarMDG199412915.043067.335938909.03778.1091.642.62
MadagascarMDG199513300.004265.6318361292.75784.2591.302.62
MadagascarMDG199613717.554061.2519531479.40799.0690.082.83
MadagascarMDG199714148.205090.886231566.28818.5991.842.69
MadagascarMDG199814592.385441.3979491675.00836.6791.792.76
MadagascarMDG199915050.506283.7749021819.92862.3392.842.72
MadagascarMDG200015523.006767.4809571925.96876.6893.583.23
MexicoMEX199489352.003.37512.107572.1776.8121.08
MexicoMEX199590903.006.41942.887028.2075.6714.42
MexicoMEX199692450.007.59953.727344.1474.2316.85
MexicoMEX199793990.007.91854.307861.6973.8819.70
MexicoMEX199895521.009.1364.958141.7475.2320.74
MexicoMEX199997428.009.56045.548497.6874.7920.45
MexicoMEX200097221.009.45565.759710.9967.0920.83
MacedoniaMKD19941947.0043.2631797816.974113.1976.928.90
MacedoniaMKD19951966.0037.8817596419.354445.4770.6913.15
MacedoniaMKD19961980.0039.981079119.474571.2172.6412.67
MacedoniaMKD19971996.8750.0035514819.824686.6273.3712.53
MacedoniaMKD19982015.0054.4617309620.134816.1974.2612.49
MacedoniaMKD19992017.0056.9018287719.835236.6472.0410.40
MacedoniaMKD20002031.0065.9038696320.995506.4781.7610.03
MaliMLI19949449.71555.2047119146.93703.6892.977.57
MaliMLI19959705.00499.148407160.86788.5185.677.24
MaliMLI19969993.35511.5523987168.02812.3386.577.79
MaliMLI199710089.80583.6693726161.44888.9579.256.41
MaliMLI199810333.64589.9517822163.33908.8680.316.42
MaliMLI199910583.65615.6990967155.48959.5579.556.17
MaliMLI200010840.00711.9763184151.60995.5277.076.36
MaltaMLT1994368.000.3779211040.2610923.1963.9620.61
MaltaMLT1995371.000.3530587850.2512309.9266.0821.43
MaltaMLT1996373.000.36045590.2413226.5068.2718.81
MaltaMLT1997383.000.3859660920.2414136.2466.6416.58
MaltaMLT1998385.000.3884595040.2414977.6266.6514.55
MaltaMLT1999nananananana
MaltaMLT2000nananananana
MongoliaMNG1994nananananana
MongoliaMNG1995nananananana
MongoliaMNG19962497.75548.4033203185.331268.4862.9816.64
MongoliaMNG1997nananananana
MongoliaMNG1998nananananana
MongoliaMNG1999nananananana
MongoliaMNG2000nananananana
MozambiqueMOZ199415420.006038.5878911070.88809.6799.673.52
MozambiqueMOZ199515820.009024.3330081713.10784.4699.744.36
MozambiqueMOZ199616230.0011293.752322.23853.5597.803.66
MozambiqueMOZ199716630.0011772.629882539.50942.6593.823.33
MozambiqueMOZ199816965.0012110.20022696.711026.0291.564.20
MozambiqueMOZ199917299.0013028.589842868.801046.8097.525.90
MozambiqueMOZ200017691.0015447.139652986.651113.4396.094.68
MauritaniaMRT19942264.96123.574996940.951367.8774.246.87
MauritaniaMRT19952329.00129.768295346.391285.7878.298.14
MauritaniaMRT19962394.35137.221694949.671265.9877.759.95
MauritaniaMRT19972415.46151.85330251.801327.7975.6511.01
MauritaniaMRT19982493.12188.475799655.681357.3579.5810.35
MauritaniaMRT19992576.18209.514205954.691425.5677.378.64
MauritaniaMRT2000nananananana
MauritiusMUS19941113.0017.960369115.6010096.1284.3113.65
MauritiusMUS19951122.0017.386320115.5611067.2481.2710.62
MauritiusMUS19961134.0017.948070535.7611808.2880.1010.40
MauritiusMUS19971147.7121.057260516.1612226.8581.4912.79
MauritiusMUS19981159.7323.992649086.2813440.9079.1311.83
MauritiusMUS19991174.4025.185810096.6513632.8982.1311.14
MauritiusMUS20001186.1426.24955946.7314405.6981.3311.34
MalawiMWI19949493.118.7364053732.28476.4583.598.97
MalawiMWI19959757.0015.283740043.65637.5388.525.03
MalawiMWI199610016.0015.308469774.82718.1295.964.62
MalawiMWI19979664.9316.444179535.17833.0696.644.56
MalawiMWI19989884.0031.072679526.95785.6291.854.35
MalawiMWI199910097.5044.088138589.58824.82100.704.49
MalawiMWI200010311.0059.543811812.13807.7493.583.75
MalaysiaMYS199420103.262.6242570881.247617.4351.1131.97
MalaysiaMYS199520609.862.5044040681.278381.0350.7134.74
MalaysiaMYS199621129.232.515943051.319165.7849.1333.18
MalaysiaMYS199721667.002.8131918911.349688.6748.2034.40
MalaysiaMYS199822180.003.9243750571.2510191.9240.8718.06
MalaysiaMYS199922710.003.7999999521.2710435.7834.8518.26
MalaysiaMYS200023270.003.7999999521.559421.5030.0321.70
NamibiaNAM19941502.853.5507979391.654398.6356.9811.87
NamibiaNAM19951543.003.627084971.814336.0058.9410.53
NamibiaNAM19961582.994.2993488311.994354.8559.4511.40
NamibiaNAM19971647.524.6079621322.334421.2461.6910.19
NamibiaNAM19981681.825.5282840732.534567.8160.9213.25
NamibiaNAM19991718.276.1094841962.674772.4158.5911.67
NamibiaNAM2000nananananana
NigerNER19948842.09555.2047119122.62801.6977.074.13
NigerNER19959150.00499.148407126.81809.7078.252.99
NigerNER19969469.07511.5523987134.38799.4081.473.92
NigerNER19979770.24583.6693726138.02798.7080.444.25
NigerNER199810120.12589.9517822143.64841.3482.784.39
NigerNER199910475.80615.6990967136.84866.4179.183.74
NigerNER200010832.00711.9763184133.32902.2883.323.85
NigeriaNGA1994108012.5721.9960002915.94719.1472.8712.76
NigeriaNGA1995111270.0021.8952598623.53755.8975.4611.04
NigeriaNGA1996114495.5121.8844299326.61926.0961.199.82
NigeriaNGA1997117680.7521.8860492725.87964.8873.979.61
NigeriaNGA1998120817.2621.8859996828.64816.1581.1311.54
NigeriaNGA1999123896.5292.3380966232.58795.7469.8216.31
NigeriaNGA2000126910.00101.697303839.93826.4731.8922.19
NicaraguaNIC19944304.716.7228751181.671711.6984.6010.13
NicaraguaNIC19954426.007.5455918311.751838.3782.7011.31
NicaraguaNIC19964548.058.4355001452.071772.6380.2812.71
NicaraguaNIC19974680.479.4480829242.561553.2894.5316.80
NicaraguaNIC19984810.2910.581919672.731666.0696.2817.16
NicaraguaNIC19994940.7411.809249882.941800.77104.7321.48
NicaraguaNIC20005071.0012.684390073.081947.2292.2117.88
NetherlandsNLD199415381.001.822.1019638.7662.6021.10
NetherlandsNLD199515460.001.60572.0920607.3262.1421.85
NetherlandsNLD199615526.001.68592.0921430.5062.5521.93
NetherlandsNLD199715607.001.95132.0922582.8462.2322.35
NetherlandsNLD199815703.001.98372.1023648.7662.8422.34
NetherlandsNLD199915809.002.06852.1324483.2363.7622.37
NetherlandsNLD200015920.002.39192.1625758.8362.7322.47
NorwayNOR19944337.007.05769.2021746.5160.6125.84
NorwayNOR19954358.006.33529.2623015.9259.8027.17
NorwayNOR19964381.006.44989.3124937.0658.9525.94
NorwayNOR19974405.007.07349.3526615.1457.9128.41
NorwayNOR19984432.007.54519.5626317.2161.3031.31
NorwayNOR19994462.007.79929.7227622.5260.5826.91
NorwayNOR20004491.008.80189.8932057.2953.4524.48
NepalNPL199420753.4549.397518168.221168.2069.4017.03
NepalNPL199521272.0051.890331278.441222.3067.8318.06
NepalNPL199621794.6856.691951758.991272.3170.3718.83
NepalNPL199721444.8858.009548199.461380.5070.7917.36
NepalNPL199821965.4265.975791939.661415.7170.4216.56
NepalNPL199922498.0468.2393722510.291476.5570.4913.26
NepalNPL200023043.0071.0938034110.511564.8367.2716.02
New ZealandNZL19943602.001.68651.4916302.7468.1921.95
New ZealandNZL19953656.001.52391.4817075.0467.7123.36
New ZealandNZL19963714.001.45491.4717707.2668.1923.38
New ZealandNZL19973761.001.51241.4817945.2969.1622.06
New ZealandNZL19983792.001.86831.4818085.4470.5020.99
New ZealandNZL19993811.001.88961.4619007.0370.1222.69
New ZealandNZL20003831.002.20121.4620008.2967.6422.33
OmanOMN1994nananananana
OmanOMN1995nananananana
OmanOMN19962173.000.3844999970.2016667.8858.288.08
OmanOMN1997nananananana
OmanOMN1998nananananana
OmanOMN1999nananananana
OmanOMN2000nananananana
PakistanPAK1994119401.8529.877840047.441768.4471.2911.40
PakistanPAK1995122374.9530.929689418.171878.3271.4611.09
PakistanPAK1996125409.8535.265731818.761951.6674.0211.07
PakistanPAK1997128457.3140.917919169.621962.2576.3610.48
PakistanPAK1998131582.0044.942840589.932048.3973.7210.08
PakistanPAK1999134790.0049.1183395410.442085.4177.288.68
PakistanPAK2000138080.0053.6481895410.692157.8674.048.81
PanamaPAN19942585.2410.555441.8758.4723.68
PanamaPAN19952631.0010.555453.2558.2426.17
PanamaPAN19962674.0010.545670.9257.9426.54
PanamaPAN19972719.0010.506002.1061.2425.19
PanamaPAN19982764.0010.516217.6965.5526.58
PanamaPAN19992811.0010.516336.4263.0728.71
PanamaPAN20002856.0010.526650.2062.2526.65
PeruPER199423149.982.1949999331.194009.2770.8119.94
PeruPER199523532.002.2533330921.294373.1170.2322.00
PeruPER199623947.002.4533329011.414434.0870.8820.86
PeruPER199724371.002.6641669271.364734.2269.4022.28
PeruPER199824801.002.9300000671.454629.3070.3521.78
PeruPER199925230.003.3833329681.494627.9770.0618.43
PeruPER200025661.003.490000011.524799.3069.5317.44
PhilippinesPHL199468661.4926.417169578.742822.8673.0515.89
PhilippinesPHL199570267.0025.714469919.142968.2074.7115.56
PhilippinesPHL199671899.0026.216100699.683122.2975.2516.42
PhilippinesPHL199771324.6829.4706592610.193344.3075.7417.48
PhilippinesPHL199872775.4540.8930511510.853415.2876.5413.95
PhilippinesPHL199974194.8839.0889816311.243726.8971.8312.22
PhilippinesPHL200075580.0044.192249311.014064.7067.1211.63
Papua New GuineaPNG19944201.861.0113400220.314188.1650.165.76
Papua New GuineaPNG19954301.001.2798420190.393800.1662.678.42
Papua New GuineaPNG19964400.901.3190749880.453529.3554.2612.65
Papua New GuineaPNG19974760.731.437971950.433423.7360.9211.06
Papua New GuineaPNG19984882.812.0735919480.493311.2359.269.46
Papua New GuineaPNG19995005.922.5707728860.553313.2663.019.54
Papua New GuineaPNG2000nananananana
PolandPOL199438544.002.27230.886623.4476.0614.85
PolandPOL199538588.002.4251.117204.2272.9117.34
PolandPOL199638618.002.69611.307712.8575.0819.53
PolandPOL199738650.003.27931.488250.2675.6221.50
PolandPOL199838666.003.47541.648727.1475.7522.38
PolandPOL199938654.003.96711.749150.8277.1822.24
PolandPOL200038646.004.34611.849661.3667.2124.35
Puerto RicoPRI1994nananananana
Puerto RicoPRI1995nananananana
Puerto RicoPRI19963733.0010.839765.6596.1122.95
Puerto RicoPRI19973805.0010.8510048.2696.6125.16
Puerto RicoPRI19983833.0010.8710590.0995.5523.29
Puerto RicoPRI1999nananananana
Puerto RicoPRI2000nananananana
PortugalPRT19949902.80165.993122.0012435.1262.8620.71
PortugalPRT19959916.80151.106126.5712907.0072.3823.85
PortugalPRT19969926.90154.244129.1713523.0872.4823.73
PortugalPRT19979940.70175.312131.8814268.5372.2125.41
PortugalPRT19989968.70180.104134.3715165.2272.3326.62
PortugalPRT19999990.00188.178133.2116302.3261.6726.46
PortugalPRT200010005.00217.603135.1517088.9660.7427.22
ParaguayPRY19944711.891911.545044610.275209.5072.5612.24
ParaguayPRY19954828.001970.400024698.175236.2172.8412.89
ParaguayPRY19964955.002062.783936751.375342.3971.6112.43
ParaguayPRY19975085.002177.863037838.304909.9779.8713.06
ParaguayPRY19985219.002726.48999941.074766.3980.8812.43
ParaguayPRY19995358.843119.072998955.204723.7977.1211.63
ParaguayPRY20005496.003486.353027993.264801.3077.1411.06
QatarQAT1994nananananana
QatarQAT1995nananananana
QatarQAT1996693.003.6400001052.4919843.9150.1013.25
QatarQAT1997nananananana
QatarQAT1998nananananana
QatarQAT1999nananananana
QatarQAT2000nananananana
RomaniaROM199422731.001655.08606499.954377.7572.1313.89
RomaniaROM199522681.002033.276001676.224699.6677.5512.60
RomaniaROM199622608.003084.218018962.084983.7683.0811.64
RomaniaROM199722554.007167.9428712345.914787.4182.2711.50
RomaniaROM199822503.008875.5761723402.874848.8683.9410.65
RomaniaROM199922457.9915332.839844983.814818.3581.4710.12
RomaniaROM200022435.0021708.72077059.265023.5381.0311.18
RussiaRUS1994148336.002.1907498840.557499.8649.5118.33
RussiaRUS1995148140.994.5591502191.477068.7460.7317.40
RussiaRUS1996147739.015.120832922.047106.7963.8613.72
RussiaRUS1997147304.005.7848329542.307297.9566.6813.05
RussiaRUS1998146899.019.7050828932.647086.3967.739.20
RussiaRUS1999146308.9924.61993984.038074.7057.358.81
RussiaRUS2000145555.0128.129169464.859995.9154.748.79
RwandaRWA19946230.00194.51750.39529.48132.164.48
RwandaRWA19956400.00262.197509870.67746.3492.773.08
RwandaRWA19966727.00306.820007377.90823.2589.713.21
RwandaRWA19977895.18301.529785284.13847.7991.443.72
RwandaRWA19988105.00312.314086985.32914.2289.344.22
RwandaRWA19998310.00333.941894582.25944.8685.723.46
RwandaRWA20008508.00389.696197584.20976.1683.863.22
Saudi ArabiaSAU1994nananananana
Saudi ArabiaSAU1995nananananana
Saudi ArabiaSAU199619409.003.7449998862.2212245.5746.998.88
Saudi ArabiaSAU1997nananananana
Saudi ArabiaSAU1998nananananana
Saudi ArabiaSAU1999nananananana
Saudi ArabiaSAU2000nananananana
SudanSDN1994nananananana
SudanSDN1995nananananana
SudanSDN199627160.681250.791992328.141159.2679.219.57
SudanSDN1997nananananana
SudanSDN1998nananananana
SudanSDN1999nananananana
SudanSDN2000nananananana
SenegalSEN19948110.87555.2047119182.521363.8081.266.60
SenegalSEN19958330.00499.148407189.551421.7982.136.41
SenegalSEN19968557.01511.5523987187.901477.7083.676.66
SenegalSEN19978777.14583.6693726189.051545.1983.826.55
SenegalSEN19989032.38589.9517822188.741608.4083.677.44
SenegalSEN19999286.27615.6990967190.871650.8186.216.91
SenegalSEN20009530.00711.9763184194.261680.9786.917.14
SingaporeSGP19943421.001.5274440051.4621361.8638.3439.92
SingaporeSGP19953526.001.4173749691.4423306.6036.5141.32
SingaporeSGP19963670.001.4100409751.4124938.8534.7443.93
SingaporeSGP19973794.001.4848059421.4126755.9033.9245.56
SingaporeSGP19983923.001.6736019851.3526322.4832.8740.05
SingaporeSGP19993952.001.6949570181.3926470.2934.7437.74
SingaporeSGP20004018.001.7239630221.3828643.5934.7937.72
Sierra LeoneSLE19944399.00586.7396851130.03951.9081.944.55
Sierra LeoneSLE19954510.00755.2158203163.60885.2492.023.21
Sierra LeoneSLE19964630.00920.7324829203.31921.2298.935.27
Sierra LeoneSLE1997nananananana
Sierra LeoneSLE19984830.481563.618042288.65780.8594.564.22
Sierra LeoneSLE1999nananananana
Sierra LeoneSLE20005031.002092.125361.48733.5493.123.91
El SalvadorSLV19945540.868.7287502293.353816.3789.039.81
El SalvadorSLV19955669.008.7545833593.544143.5989.3110.35
El SalvadorSLV19965798.008.7550001143.694235.7988.777.79
El SalvadorSLV19975911.008.7562503813.744408.4187.057.90
El SalvadorSLV19986035.008.7550001143.884483.9986.729.28
El SalvadorSLV19996153.748.7550001143.864592.3987.768.34
El SalvadorSLV20006276.008.7550001144.004622.3789.268.87
Sao Tome and PrincipeSTP1994128.65732.6281738207.811357.60102.7618.97
Sao Tome and PrincipeSTP1995132.001420.340942378.051294.79114.3117.42
Sao Tome and PrincipeSTP1996135.292203.164063573.951272.02106.5618.71
Sao Tome and PrincipeSTP1997nananananana
Sao Tome and PrincipeSTP1998141.706883.2431641546.811284.0475.4517.81
Sao Tome and PrincipeSTP1999144.907118.9580081797.051284.2774.9618.08
Sao Tome and PrincipeSTP2000148.007978.1718751908.791316.8174.0018.08
Slovak RepublicSVK19945347.0032.04489.659036.7565.4916.74
Slovak RepublicSVK19955364.0029.713410.529675.5665.9121.68
Slovak RepublicSVK19965374.0030.653711.299992.8770.1627.02
Slovak RepublicSVK19975383.0033.616211.8510753.5770.3726.01
Slovak RepublicSVK19985391.0035.233411.7711835.6056.4727.91
Slovak RepublicSVK19995395.8041.362812.4912102.0855.9824.51
Slovak RepublicSVK20005401.0046.035213.0212618.5352.2224.78
SloveniaSVN19941988.90128.808593879.9711662.1253.2119.87
SloveniaSVN19951990.00118.518501389.0312574.9654.4623.11
SloveniaSVN19961991.00135.364303697.2713151.5154.3223.23
SloveniaSVN19971985.96159.6882935103.9614143.0253.2424.14
SloveniaSVN19981982.60166.134201108.9315067.3452.8225.35
SloveniaSVN19991985.50181.7691956113.4316198.3153.2727.82
SloveniaSVN20001988.00222.6560974119.6916983.3851.1327.60
SwedenSWE19948781.007.7169.4419256.7269.4818.48
SwedenSWE19958827.007.13339.5020438.3066.8319.46
SwedenSWE19968841.006.7069.5220864.5567.5018.93
SwedenSWE19978846.007.63499.5821521.1367.2718.59
SwedenSWE19988851.007.94999.5822475.3167.5619.56
SwedenSWE19998858.008.26249.6423477.2767.9319.51
SwedenSWE20008871.009.16229.6024628.4450.1420.60
SwazilandSWZ1994nananananana
SwazilandSWZ1995nananananana
SwazilandSWZ1996928.554.2993488311.095175.4371.2218.45
SwazilandSWZ1997959.704.6079621321.394773.6170.8820.40
SwazilandSWZ1998990.465.5282840731.514839.6169.0721.30
SwazilandSWZ19991019.476.1094841961.634928.8570.4718.63
SwazilandSWZ20001045.006.9398279191.775046.7270.8718.87
SeychellesSYC199473.925.0558581354.028216.6642.5616.11
SeychellesSYC199575.304.7619748123.449352.8352.6316.28
SeychellesSYC199676.544.9699831013.509422.0145.2028.23
SeychellesSYC199777.325.0263419153.3810332.3057.5418.98
SeychellesSYC199878.855.2621917722.8812334.4773.0916.45
SeychellesSYC199980.035.3425831793.3511454.2365.6417.61
SeychellesSYC200081.235.713817123.7111644.4262.1814.50
SyriaSYR199413713.8011.2250003810.873391.8774.7411.94
SyriaSYR199514112.0011.2250003810.563819.4470.8610.43
SyriaSYR199614505.9911.2250003811.373971.0970.939.15
SyriaSYR199715015.0011.2250003812.194071.7367.458.26
SyriaSYR199815402.0011.2250003812.024263.7267.967.89
SyriaSYR199915792.0011.2250003812.454176.4965.987.66
SyriaSYR200016189.0011.2250003812.834337.7860.577.00
ChadTCD19946463.87555.2047119104.70802.6790.137.87
ChadTCD19956707.00499.148407122.82871.6585.244.67
ChadTCD19966893.71511.5523987136.07885.9084.436.47
ChadTCD19977085.62583.6693726132.56936.6884.766.29
ChadTCD19987282.87589.9517822146.16938.4886.656.97
ChadTCD19997485.61615.6990967132.56970.4585.944.83
ChadTCD20007694.00711.9763184135.74959.4179.786.70
TogoTGO19943990.00555.2047119163.22838.1268.929.01
TogoTGO19954110.00499.148407186.59850.5069.319.94
TogoTGO19964230.00511.5523987201.70884.7471.3912.18
TogoTGO19974135.17583.6693726216.81976.0683.5210.62
TogoTGO19984258.14589.9517822199.34983.7477.3212.72
TogoTGO19994388.60615.6990967200.06995.4876.5811.32
TogoTGO20004527.00711.9763184207.24926.0477.4512.32
ThailandTHA199458718.0025.1499500310.256019.2049.7641.04
ThailandTHA199559401.0024.9151802110.646637.2550.8642.04
ThailandTHA199660003.0025.3426799810.837093.7250.6041.49
ThailandTHA199759370.4731.3643302911.277051.2551.8433.08
ThailandTHA199859793.5041.3593902612.306410.1751.0417.75
ThailandTHA199960245.8037.8136596711.856477.3153.0418.58
ThailandTHA200060728.0040.1118011511.886715.3153.4620.87
TajikistanTJK1994nananananana
TajikistanTJK1995nananananana
TajikistanTJK19965927.00295.546.95985.6967.3711.96
TajikistanTJK19976017.000.5623332860.071215.8568.698.66
TajikistanTJK19986127.000.7766249780.141234.3083.126.86
TajikistanTJK19996156.001.2377920150.171278.5371.908.41
TajikistanTJK20006170.002.0762500760.211379.6975.949.09
TurkmenistanTKM1994nananananana
TurkmenistanTKM1995nananananana
TurkmenistanTKM19964598.003978.225098449.044533.3339.0540.47
TurkmenistanTKM1997nananananana
TurkmenistanTKM1998nananananana
TurkmenistanTKM1999nananananana
TurkmenistanTKM2000nananananana
Trinidad&TobagoTTO19941253.515.9249291422.808361.0858.8312.99
Trinidad&TobagoTTO19951262.005.9477958682.739177.1561.439.78
Trinidad&TobagoTTO19961270.176.0050659182.839481.5663.4810.14
Trinidad&TobagoTTO19971277.746.251677993.498211.9169.7517.97
Trinidad&TobagoTTO19981285.146.2983078963.548426.1574.7414.06
Trinidad&TobagoTTO19991292.756.2989001272.9811192.6872.848.36
Trinidad&TobagoTTO20001301.006.2997970582.7613720.5769.767.43
TunisiaTUN19948823.691.0115540030.345214.3976.1712.71
TunisiaTUN19958957.500.9457499980.365343.9576.8512.78
TunisiaTUN19969089.300.9734082820.365830.0577.4813.06
TunisiaTUN19979215.001.1059080360.376077.8478.1113.12
TunisiaTUN19989333.301.1387250420.386352.5879.2712.98
TunisiaTUN19999455.901.1862250570.396787.7878.7412.49
TunisiaTUN20009563.501.3706829550.397130.1578.5613.29
TurkeyTUR199460573.0029608.711092.725757.2869.0416.11
TurkeyTUR199561646.0045845.120693.486085.0068.5921.63
TurkeyTUR199662695.0081404.936675.476424.4270.8420.99
TurkeyTUR199763745.0015186564522.947010.8970.5521.49
TurkeyTUR199864789.00260724111801.757209.8869.1020.15
TurkeyTUR199965819.00418783168680.636972.8569.6518.07
TurkeyTUR200066835.00625218252226.947414.0269.1521.11
TaiwanTWN199421034.9026.459922.8013471.4362.6321.77
TaiwanTWN199521214.9926.489923.0714341.1562.8521.63
TaiwanTWN199621387.8127.459923.0315589.1062.4920.63
TaiwanTWN199721577.3828.722.9716827.6962.7521.83
TaiwanTWN199821777.1033.459923.1117742.8063.9321.96
TaiwanTWN1999nananananana
TaiwanTWN2000nananananana
TanzaniaTZA199428793.00509.6308899159.87437.3286.9711.15
TanzaniaTZA199529646.00574.7617188198.45452.3085.159.92
TanzaniaTZA199630487.82579.9766846235.95471.4085.458.62
TanzaniaTZA199731316.10612.1224976340.30433.0582.2310.42
TanzaniaTZA199832128.48664.6712036367.40449.6889.559.83
TanzaniaTZA199932922.57744.7590942412.84474.7088.058.90
TanzaniaTZA200033696.00800.4085083437.36490.1883.339.39
UgandaUGA199418599.39979.4453735332.78711.2178.672.92
UgandaUGA199519168.00968.916687342.81816.9378.143.53
UgandaUGA199619740.951046.084961362.94855.1580.103.64
UgandaUGA199720420.001083.009033380.43901.6176.783.29
UgandaUGA199821040.001240.30603387.35933.5378.373.17
UgandaUGA199921620.001454.827026397.011016.6383.853.22
UgandaUGA200022210.001644.474976410.331029.5785.063.57
UkraineUKR199451921.000.3275142010.045594.7754.2817.10
UkraineUKR199551531.001.4730750320.224724.5255.8811.12
UkraineUKR199651114.001.8294689660.364402.5256.489.03
UkraineUKR199750697.001.8616579770.424422.6556.859.34
UkraineUKR199850303.002.4495420460.454531.5257.659.36
UkraineUKR199949906.004.1304421420.544833.4654.198.80
UkraineUKR200049501.005.4402332310.685146.9654.369.68
UruguayURY19943194.725.0439171793.008572.8269.5012.00
UruguayURY19953218.006.3489999774.138630.7567.9012.65
UruguayURY19963241.527.9718332295.089285.2369.5911.58
UruguayURY19973265.009.4418325426.329912.4469.8511.79
UruguayURY19983289.0010.471920016.7210571.7770.6312.21
UruguayURY19993313.0011.339300166.8910379.1871.4911.06
UruguayURY20003337.0012.09959037.0710284.5971.8210.03
United StatesUSA1994260616.0011.0026834.1268.1120.90
United StatesUSA1995263073.0011.0027894.9268.1420.98
United StatesUSA1996265504.0011.0029193.9168.0521.58
United StatesUSA1997268087.0011.0030797.8467.4522.52
United StatesUSA1998270560.0011.0032230.1968.0822.89
United StatesUSA1999272996.0011.0033725.7768.8423.14
United StatesUSA2000275423.0011.0035618.6768.2624.25
UzbekistanUZB199422377.0011.41.242339.1755.7813.30
UzbekistanUZB199522785.0030.25.262529.1146.8813.69
UzbekistanUZB199623225.0041.18.602803.8255.539.33
UzbekistanUZB1997nananananana
UzbekistanUZB1998nananananana
UzbekistanUZB1999nananananana
UzbekistanUZB2000nananananana
St.Vincent & GrenadinesVCT1994110.372.7000000481.075555.2755.009.08
St.Vincent & GrenadinesVCT1995111.002.7000000481.056086.1746.909.66
St.Vincent & GrenadinesVCT1996111.682.7000000481.056432.0046.098.90
St.Vincent & GrenadinesVCT1997112.422.7000000481.106389.3657.149.77
St.Vincent & GrenadinesVCT1998113.222.7000000481.126729.9255.1010.36
St.Vincent & GrenadinesVCT1999114.082.7000000481.107033.3753.1710.42
St.Vincent & GrenadinesVCT2000115.002.7000000481.007847.4546.428.43
VenezuelaVEN199421377.00148.502700862.856458.3165.2210.43
VenezuelaVEN199521844.00176.842498894.976586.8764.4513.96
VenezuelaVEN199622311.00417.332489190.336916.3558.9011.65
VenezuelaVEN199722777.00488.6347961280.246785.2162.9415.71
VenezuelaVEN199823242.00547.5557861362.326229.5668.3416.95
VenezuelaVEN199923707.00605.7166748418.596298.2264.4013.85
VenezuelaVEN200024170.00679.9602051469.487232.4757.9913.54
VietnamVNM199471679.2410962.129881777.341339.8973.4412.60
VietnamVNM199572980.0011034.919922079.011471.0775.0113.98
VietnamVNM199674300.0011032.599612108.211651.5679.0614.90
VietnamVNM199775460.0011683.330082049.032032.7277.9113.19
VietnamVNM1998nananananana
VietnamVNM1999nananananana
VietnamVNM2000nananananana
YemenYEM199414785.0012.0100002321.33859.2849.135.30
YemenYEM199515250.0040.8391799936.10815.7355.436.58
YemenYEM199615692.2594.1566696252.23801.6366.806.82
YemenYEM199716139.48129.280807550.391093.1850.506.38
YemenYEM199816599.45135.881698643.991161.4056.056.27
YemenYEM199917047.64155.718307556.011185.5853.315.37
YemenYEM200017507.16161.718307560.941292.5639.775.62
South AfricaZAF199438283.223.5507979391.816980.6062.727.73
South AfricaZAF199539120.003.627084971.987086.0965.008.57
South AfricaZAF199639912.004.2993488312.077429.2365.177.94
South AfricaZAF199740670.334.6079621322.217606.7565.457.61
South AfricaZAF199841402.395.5282840732.337612.7966.237.28
South AfricaZAF199942106.236.1094841962.447749.9665.746.74
South AfricaZAF200042800.996.9398279192.558016.6564.997.08
Congo, Dem. Rep.ZAR199442489.321194.119019518.70315.4480.482.96
Congo, Dem. Rep.ZAR199543848.007024.4311522763.71327.2777.932.63
Congo, Dem. Rep.ZAR199645254.158376420020.81309.8178.432.43
Congo, Dem. Rep.ZAR199746753.571.3134479520.58281.0781.942.60
Congo, Dem. Rep.ZAR1998nananananana
Congo, Dem. Rep.ZAR1999nananananana
Congo, Dem. Rep.ZAR2000nananananana
ZambiaZMB19948740.72669.3706055307.48834.1975.439.86
ZambiaZMB19958980.00864.1192017402.40829.3776.5510.31
ZambiaZMB19969214.401207.900024515.01838.0578.7410.99
ZambiaZMB19979443.211314.498047596.97851.4777.5912.15
ZambiaZMB19989665.711862.06897744.91800.6985.1213.75
ZambiaZMB19999881.212388.019043941.87765.2491.8215.30
ZambiaZMB200010089.003110.8439941157.63840.9786.3315.38
ZimbabweZWE199410775.358.1515388492.012586.8460.1018.53
ZimbabweZWE199511011.008.665375712.152603.3766.8915.03
ZimbabweZWE199611242.1610.002349852.642860.2372.0611.32
ZimbabweZWE199711923.5212.111289983.172727.0682.8211.01
ZimbabweZWE199812153.8523.679109574.062799.8577.6610.75
ZimbabweZWE199912388.3238.301200876.122770.4876.8910.73
ZimbabweZWE200012627.0044.417919169.482607.0369.238.62
- - - - - - - - - - - - diff --git a/demos/columns-visibility.html b/demos/columns-visibility.html deleted file mode 100644 index 5df959a3..00000000 --- a/demos/columns-visibility.html +++ /dev/null @@ -1,2694 +0,0 @@ - - - - tablefilter v0.0.20 - Columns Visibility Extension Demo - - - - - -

tablefilter v0.0.20

-

Columns visibility extension demo

-

- This demo features the columns visibility extension. -

- -

- - - -

-

-
-
-
-  
-    
-      
-      
-      
-      
-      
-      
-    
-  
-  
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-  
-
RankContinent/RegionCountry / TerritoryArea (km²)% of TotalNotes
Solar System Earth148,940,000100%Total land coverage (29.2% of Earth's surface)
1Asia /Europe - Russia - 17,098,24211.5%Largest country in the world. Encyclopaedia Britannica (EB): 17,075,400 - km² -
2America, North - Canada - 9,984,6706.7%Largest country in the Western Hemisphere. Longest coastline. EB: - 9,984,670 km² -
3 America, North - United - States - 9,629,0916.5% -
-
Includes only the - 50 - states and the District of Columbia. The total area is listed as - 9,826,630 km² by the CIA World Factbook. -
- EB: 9,522,055 km² -
4Asia, Eastern - PR - China - 9,598,0946.4%Second largest Asian country (after Asian part of Russia). Total of - separate UN figures for Mainland China (9,596,961) inclusive Hong Kong - SAR (1,104 km²) and Macau (29 km²). (Excludes all disputed - territories.) EB: 9,572,900 km² -
5America, South - Brazil - 8,514,8775.7%Largest country in South America, and in the Southern Hemisphere. - EB: 8,514,877 km² -
6Oceania, Australia - Australia - 7,692,0245.2%Australia is the only country that is coterminous with a continent. - Largest country without a land-border to neighbours. Largest country - in Oceania. EB: 7,692,208 km² -
7Asia, South-Central - India - 3,287,2632.3%Figure includes 120,849 km² of disputed territories with Pakistan - and China. Third-largest country in Asia (after Russia and China). EB: - 3,166,414 km² -
8America, South - Argentina - 2,780,4002%Second largest country in South America. -
- EB: 2,780,403 km² -
9Asia, South-Central - Kazakhstan - 2,724,9001.8%Largest landlocked country in the world. EB: 2,724,900 km²
10Africa, Northern - Sudan - 2,505,8131.7%Largest country in Africa. EB: 2,505,810 km²
11Africa, Northern - Algeria - 2,381,7411.6%Second-largest country in Africa
12Africa, Central - Democratic - Republic of the Congo (Kinshasa) - 2,344,8581.6%Third-largest country in Africa
13Europe, Northern - - Greenland - - 2,166,0861.5%Self-governing territory of Denmark. Largest island in the world.
14Middle East - Saudi - Arabia - 2,000,0001.4%Largest country in the Middle East
15America, Northern - Mexico - 1,964,3751.3%Third-largest country in North America.
16Asia, South-East - Indonesia - 1,904,5691.3%Largest and most populous country situated only on islands. Also the - largest country in South East Asia. -
17Africa, Northern - Libya - 1,759,5401.2%
18Asia, South-Central - Iran - 1,648,1951.1%
19Asia, Eastern - Mongolia - 1,564,1001.1% 
20America, South - Peru - 1,285,2160.86%Third-largest country in South America
21Africa, Central - Chad - 1,284,0000.86%
22Africa, Western - Niger - 1,267,0000.85%
23Africa, Central - Angola - 1,246,7000.85%
24Africa, Western - Mali - 1,240,1920.83%
25Africa, Southern - South - Africa - 1,221,0370.82%Includes Prince Edward Islands (Marion Island and Prince Edward Island).
26America, South - Colombia - 1,138,9140.76%Colombian census figure is 1,141,748 which includes three special - districts and San Andrés and Providencia islands (52 km²) (disputed - territories with Nicaragua). -
27Africa, Eastern - Ethiopia - 1,104,3000.74%
28America, South - Bolivia - 1,098,5810.74% 
29Africa, Western - Mauritania - 1,025,5200.69%
30Africa, Northern - Egypt - 1,002,0000.67%Excluding the disputed region Hala'ib Triangle (20,580 km²).
31Africa, Eastern - Tanzania - 945,0870.63%Includes the islands of Mafia, Pemba, and Zanzibar.
32Africa, Western - Nigeria - 923,7680.62%
33America, South - Venezuela - 912,0500.61%
34Africa, Southern - Namibia - 824,2920.55%
35Africa, Eastern - Mozambique - 801,5900.54%
36Asia, South-Central - Pakistan - 796,0950.53% -
-
Excludes all disputed territories. -
-
37Western Asia, Southern Europe - Turkey - 783,5620.53%Third-largest among countries with part of territory in Europe (after - Russia and Kazakhstan) -
38America, South - Chile - 756,1020.51%Includes Easter Island (Isla de Pascua; Rapa Nui) and Isla Sala y - Gómez, excludes claims on Antarctica (1,250,000 km²). -
39Africa, Eastern - Zambia - 752,6180.51%
40Asia, South-East - Myanmar - 676,5780.45%
41Asia, South-Central - Afghanistan - 652,0900.44%
42Africa, Eastern - Somalia - 637,6570.43%
43Africa, Central - Central - African Republic - 622,9840.42%
44Europe, Eastern - Ukraine - 603,5000.41%Largest all-European country, fourth largest among countries with - part of territory in Europe (after Russia, Kazakhstan and Turkey). -
45Africa, Eastern - Madagascar - 587,0410.39%
46Africa, Southern - Botswana - 582,0000.39%
47Africa, Eastern - Kenya - 580,3670.39%
48Europe, Western - France - 551,5000.37%Metropolitan France (European France including Corsica) only. The - French Republic including French overseas territories covers 674,843 km². -
49Europe, Northern - Sweden - 531,7960.30%Includes Gotland and Öland.
50Middle East - Yemen - 527,9680.35%Includes the islands of Perim and Socotra.
51Asia, South-East - Thailand - 513,1200.34%
52Europe, Southern - Spain - 505,9920.34%Sixth largest in Europe, second largest in western Europe. Includes - mainland Spain, the Balearic Islands and Canary Islands, as well as - the Spanish possessions (Plazas de Soberanía) off the coast of Morocco - (Ceuta, Melilla, Islas Chafarinas, Peñón de Alhucemas, and Peñón de - Vélez de la Gomera), and Isla de Alborán almost midway between Morocco - and Spain, all the latter being claimed by Morocco. -
53Asia, South-Central - Turkmenistan - 488,1000.33%
54Africa, Central - Cameroon - 475,4420.32%
55Oceania, Melanesia - Papua - New Guinea - 462,8400.31%Second largest country in Oceania.
56Asia, South-Central - Uzbekistan - 447,4000.30%The larger of only two doubly landlocked countries in the world.
57Africa, Northern - Morocco - 446,5500.30%Excluding Western Sahara.
58Middle East - Iraq - 438,3170.29%
59America, South - Paraguay - 406,7520.27%
60Africa, Eastern - Zimbabwe - 390,7570.26%
61Asia, Eastern - Japan - 377,9150.25%Includes Ryukyu Islands (Nansei Islands), Daito Islands, Ogasawara - Islands (Bonin Islands), Minami-Torishima (Marcus Island), Okino-Torishima - and Volcano Islands (Kazan Islands); excludes the southern Kuril Islands. -
62Europe, Western - Germany - 357,0220.24%EB: 357,046
63Africa, Central - Republic - of the Congo (Brazzaville) - 342,0000.23%
64Europe, Northern - Finland - 338,1450.23%Includes Åland Islands (1,552 km²).
65Asia, South-East - Vietnam - 331,6890.22%
66Asia, South-East - Malaysia - 329,8470.22%
67Europe, Northern - Norway - 323,8020.22%Mainland Norway only; not included the overseas areas of Svalbard - and Jan Mayen (62,422 km²) and the dependency of Bouvet Island - (49 km²) and the Antarctic dependency claims of Queen Maud Land - (2,500,000 km²) and Peter I Island (243 km²). -
68Africa, Western - Côte - d'Ivoire - 322,4630.22%
69Europe, Eastern - Poland - 312,6850.21%
70Middle East - Oman - 309,5000.21%
71Europe, Southern - Italy - 301,3180.20%
72Asia, South-East - Philippines - 300,0000.20%
73America, South - Ecuador - 283,5610.20%Includes Galápagos Islands.
74Africa, Western - Burkina - Faso - 274,2220.18%
75Oceania, Australia - New - Zealand - 270,4670.18%Includes Antipodes Islands, Auckland Islands, Bounty Islands, Campbell - Island, Chatham Islands, and Kermadec Islands. Excludes Niue (260 km²), - the Cook Islands (236 km²) and Tokelau (12 km²), as well as - the Antarctic claim of Ross Dependency (450,000 km²). Third largest - country in Oceania. -
76Africa, Central - Gabon - 267,6680.18%
77Africa, Northern - Western Sahara - 266,0000.18%Largely occupied by Morocco, some territory administered by the Sahrawi - Arab Democratic Republic. -
78Africa, Western - Guinea - 245,8570.17%
79Europe, Northern - United - Kingdom - 242,9000.16%Not included are the three Crown dependencies (768 km²) of the - islands of Jersey, Guernsey and Isle of Man, and British Overseas Territories - (1,742,857 km²) -
80Africa, Eastern - Uganda - 241,0380.16%
81Africa, Western - Ghana - 238,5330.16%
82Europe, Eastern - Romania - 238,3910.16%
83Asia, South-East - Lao - PDR - 236,8000.16%
84Europe, Northern - Guyana - 214,9690.14%
85Europe, Eastern - Belarus - 208,0000.14%Second-largest landlocked country in Europe (after Kazakhstan).
86Asia, South-Central - Kyrgyzstan - 199,9510.13%
87Africa, Western - Senegal - 196,7220.13%
88Middle East - Syria - 185,180 0.12% -
-
Includes the Golan Heights.
89Asia, South-East - Cambodia - 181,0350.12%
90America, South - Uruguay - 176,2150.12% 
91America, South - Suriname - 163,8200.11%Smallest country in South America.
92Africa, Northern - Tunisia - 163,6100.11%
93Asia, South-Central - Nepal - 147,1810.10%
94Asia, South-Central - Bangladesh - 143,9980.10%
95Asia, South-Central - Tajikistan - 143,1000.10%
96Europe, Southern - Greece - 131,9570.09%
97Asia, Eastern - North - Korea - 120,5380.08%
98America, Central - Nicaragua - 120,3400.09%Excludes San Andrés y Providencia islands (disputed territories with - Colombia). Nicaragua is the largest country in Central America. -
99Africa, Eastern - Malawi - 118,4840.08%
100Africa, Eastern - Eritrea - 117,6000.08%Includes Badme region.
101Africa, Western - Benin - 112,6220.08%
102America, Central - Honduras - 112,4920.08%
103Africa, Western - Liberia - 111,3690.07%
104Europe, Eastern - Bulgaria - 110,8790.07%
105Caribbean - Cuba - 109,8860.07%Cuba is the largest and most populous country in the Caribbean
106America, Central - Guatemala - 108,8890.07%
107Europe, Northern - Iceland - 103,0000.07%
108Asia, Eastern - South - Korea - 99,6780.07%
109Europe, Eastern - Hungary - 93,0280.06%
110Europe, Southern - Portugal - 92,0900.06%Includes Azores and Madeira Islands.
111America, South - - French - Guiana - - 90,0000.06%French overseas département.
112Middle East - Jordan - 89,3420.06%
113Asia, Western - Azerbaijan - 86,6000.06%Includes the exclave of Nakhichevan Autonomous Republic and the Republic - of Nagorno-Karabakh. -
114Europe, Western - Austria - 83,8710.06%
115Middle East - United - Arab Emirates - 83,6000.06%
116Europe, Eastern - Czech - Republic - 78,8670.05%
117Europe, Southern - Serbia - 77,4740.05%This figure does not include Kosovo, which recently unilaterally declared - itself independent to partial recognition; Serbia, Russia, China and - others object. Including Kosovo, which is still claimed by Serbia, the - total area is 88,361 km², - ranking - Serbia at 113. -
118America, Central - Panama - 75,5170.05%
119Africa, Western - Sierra - Leone - 71,7400.05%
120Europe, Northern - Ireland - (Republic of) - 70,2730.05%The island of Ireland has an area of 84,421 km².
121Asia, Western - Georgia - 69,7000.05%Includes Abkhazia (8,600 km²) and South Ossetia
122Asia, South-Central - Sri - Lanka - 65,6100.04%
123Europe, Northern - Lithuania - 65,3000.04%
124Europe, Northern - Latvia - 64,5890.04%
125Europe, Northern - Svalbard and Jan Mayen - 62,4220.04%
126Africa, Western - Togo - 56,7850.04%
127Europe, Southern - Croatia - 56,5940.04%
128Europe, Southern - Bosnia - and Herzegovina - 51,1970.03%
129America, Central - Costa - Rica - 51,1000.03%Includes Isla del Coco.
130Europe, Eastern - Slovakia - 49,0350.03%
131Caribbean - Dominican - Republic - 48,3100.03%
132Europe, Northern - Estonia - 45,2280.03%Includes Estonia's 1,520 islands in the Baltic Sea.
133Europe, Northern - Denmark - 43,0940.03%Includes Denmark proper only; the entire Kingdom of Denmark, including - Greenland and Faroe Islands covers 2,220,093 km² and would be 13th. -
134Europe, Western - Netherlands - 41,5430.03%Includes the Netherlands proper only; the entire Kingdom of the Netherlands - covers 42,437 km². -
135Europe, Western - Switzerland - 41,2850.03%source: - swissworld.org -
136Asia, South-Central - Bhutan - 38,3940.03%
137Asia, Eastern - Taiwan - (Republic of China) - 36,1880.02%Includes only the territories under the administration of the ROC, - namely Taiwan, and the islands of Penghu, Kinmen, and Matsu. -
138Africa, Western - Guinea-Bissau - 36,1250.02%
139Europe, Eastern - Moldova - 33,8510.02%Includes the de facto independent autonomous territory of Transnistria - (Pridnestrovie). -
140Europe, Western - Belgium - 30,5280.02%
141Africa, Southern - Lesotho - 30,3550.02%
142Asia, Western - Armenia - 29,7430.02%
143Oceania, Melanesia - Solomon - Islands - 28,8960.02%
144Europe, Southern - Albania - 28,7480.02%
145Africa, Central - Equatorial - Guinea - 28,0510.02%
146Africa, Eastern - Burundi - 27,8340.02%
147Caribbean - Haiti - 27,7500.02%
148Africa, Eastern - Rwanda - 26,3380.02%
149Europe, Southern - Macedonia - 25,7130.02%
150Africa, Eastern - Djibouti - 23,2000.02%
151America, Central - Belize - 22,9660.02%
152America, Central - El - Salvador - 21,0410.01%
153Middle East - Israel - 22,0720.01%Including data for East Jerusalem and Israeli residents in certain - other territories under occupation by Israeli military forces since - June 1967. -
154Europe, Southern - Slovenia - 20,2730.01%
155Oceania, Melanesia - - New - Caledonia - - 18,5750.01%French dependency.
156Oceania, Melanesia - Fiji - 18,2740.01% 
157Middle East - Kuwait - 17,8180.01%
158Africa, Southern - Swaziland - 17,3640.01%
159Asia, South-East - East - Timor - 14,874>0.01%
160Caribbean - The - Bahamas - 13,943>0.01%
161Europe, Southern - Montenegro - 13,812>0.01%
162Oceania, Melanesia - Vanuatu - 12,189>0.01% 
163America, Southern - Falkland Islands - 12,173>0.01%British Overseas Territory. Claimed by Argentina. Excludes South Georgia - and the South Sandwich Islands. -
164Middle East - Qatar - 11,586>0.01%
165Africa, Western - The - Gambia - 11,295>0.01%
166Caribbean - Jamaica - 10,991>0.01%
167Europe, Southern - Kosovo - 10,887>0.01%Kosovo unilaterally declared itself independent to partial recognition, - with objections from Serbia, Russia, China and others. Serbia still - claims the territory. -
168Middle East - Lebanon - 10,400<0.01%
169Asia, Western - Cyprus - 9,251<0.01%Includes Northern Cyprus (only recognized by Turkey) and Akrotiri - and Dhekelia (British Sovereign Base Areas). -
170Caribbean - - Puerto - Rico - - 8,870<0.01%Commonwealth of the United States.
171Middle East - - Palestinian - territories - - 6,020<0.01%The figure consists of the West Bank and Gaza Strip.
172Asia, South-East - Brunei - 5,765<0.01%
173Caribbean - Trinidad - and Tobago - 5,130<0.01%
174Africa, Western - Cape - Verde - 4,033<0.01%
175Oceania, Polynesia - - French - Polynesia - - 4,000<0.01%French overseas collectivity.
176Oceania, Polynesia - Samoa - 2,831<0.01%
177Europe, Western - Luxembourg - 2,586<0.01%
178Africa, Eastern - - Réunion - - 2,510<0.01%French overseas département.
179Africa, Eastern - Comoros - 2,235<0.01%Listed figure inccludes Mayotte (373 km²). Mayotte is officially - an overseas collectivity of France and is not under the sovereignty - of Comoros. -
180Africa, Eastern - Mauritius - 2,040<0.01%Includes Agalega Islands, Cargados Carajos Shoals (Saint Brandon), - and Rodrigues. -
181Caribbean - - Guadeloupe - - 1,705<0.01%French overseas département includes La Désirade, Marie Galante, Les - Saintes, Saint-Barthélemy and Saint Martin (French part). Note that - Saint-Barthélemy and Saint Martin became separate overseas collectvities - in 2007 and are no longer politically part of Guadeloupe. -
182Europe, Northern - - Faroe - Islands - - 1,393<0.01%A self-governing territory of Denmark.
183Caribbean - - Martinique - - 1,102<0.01%French overseas département.
184Africa, Central - São - Tomé and Príncipe - 964<0.01%Second smallest country in Africa.
185Caribbean - Turks and Caicos Islands - 948<0.01%British Overseas Territory. Area includes protected waters.
186Caribbean - - Netherlands - Antilles - - 800<0.01%Self-governing part of the Netherlands; includes Bonaire, Curaçao, - Saba, Sint Eustatius, and Sint Maarten (Dutch part of the island of - Saint Martin). -
187Caribbean - Dominica - 751<0.01% 
188Oceania, Polynesia - Tonga - 747<0.01%
189Middle East - Bahrain - 741<0.01%
190Oceania, Micronesia - Kiribati - 726<0.01%Includes three island groups - Gilbert Islands, Line Islands, Phoenix - Islands. -
191Oceania, Micronesia - Micronesia, - Federated States of - 702<0.01%Includes Pohnpei (Ponape), Chuuk (Truk) Islands, Yap Islands, and - Kosrae (Kosaie). -
192Asia, South-East - Singapore - 699<0.01%UN figure is as of 2005. Official area in 2007 is 707.1 km².
193Europe, Northern - Isle of Man - 572<0.01%Crown dependency of the UK.
194Oceania, Micronesia - - Guam - - 549<0.01%Organized unincorporated territory of the USA.
195Caribbean - Saint - Lucia - 539<0.01%
196Europe, Southern - Andorra - 468<0.01% 
197Oceania, Micronesia - - Northern - Mariana Islands - - 464<0.01%Commonwealth in political union with the USA; includes 14 islands - including Saipan, Rota, and Tinian. -
198Oceania, Micronesia - Palau - 459<0.01%
199Africa, Eastern - Seychelles - 455<0.01%Smallest country in Africa.
200Caribbean - Antigua - and Barbuda - 442<0.01%Includes the island of Redonda, 1.6 km².
201Caribbean - Barbados - 430<0.01%
202Caribbean - Saint - Vincent and the Grenadines - 389<0.01%
203Caribbean - - Virgin - Islands U.S. - - 347<0.01%Unincorporated, organized territory of the USA.
204Caribbean - Grenada - 344<0.01% 
205Europe, Southern - Malta - 316<0.01%
206Asia, South-Central - Maldives - 298<0.01%Smallest country in Asia.
207Caribbean - Cayman Islands - 264<0.01%British Overseas Territory.
208Caribbean - Saint - Kitts and Nevis - 261<0.01%Smallest nation in North America and in the Western Hemisphere.
209Oceania, Polynesia - Niue - 260<0.01%Self-governing nation in free association with New Zealand.
210America, Northern - Saint Pierre and Miquelon - 242<0.01%French overseas collectivity; includes eight small islands in the - Saint Pierre and the Miquelon groups. -
211Oceania, Polynesia - Cook Islands - 236<0.01%Self-governing in free association with New Zealand.
212Oceania, Polynesia - - American - Samoa - - 199<0.01%Unorganized, unincorporated territory of the USA; includes Rose Island - and Swains Island. -
213Oceania, Micronesia - Marshall - Islands - 181<0.01%Includes the atolls of Bikini, Enewetak, Kwajalein, Majuro, Rongelap, - and Utirik. -
214Caribbean - - Aruba - - 180<0.01%Self-governing part of the Netherlands.
215Europe, Western - Liechtenstein - 160<0.01%Smallest country in the world that borders more than one other country.
216Caribbean - - British - Virgin Islands - - 151<0.01%British Overseas Territory; comprised of 16 inhabited and more than - 20 uninhabited islands; includes the island of Anegada. -
217Oceania, Polynesia - Wallis and Futuna - 142<0.01%French overseas collectivity; includes Île Uvéa (Wallis Island), Île - Futuna (Futuna Island), Île Alofi, and 20 islets. -
218Africa, Western - Saint Helena - 122<0.01%British Overseas Territory; excluding dependencies.
219Europe, Northern - Jersey - 116<0.01%Crown dependency of the UK.
220Caribbean - - Montserrat - - 102<0.01%British Overseas Territory.
221South Atlantic Ocean - Tristan da Cunha - 98<0.01%Dependency of St Helena (UK). Area refers to the only inhabited island.
222Caribbean - - Anguilla - - 91<0.01%British Overseas Territory.
223South Atlantic Ocean - Ascension Island - 88<0.01%Dependency of the British Overseas Territory of Saint Helena.
224Europe, Northern - Guernsey - 78<0.01%Crown dependency of the UK; includes Alderney, Guernsey, Herm, Sark, - and some other smaller islands. -
225Europe, Southern - San Marino - 61<0.01%
226Caribbean - - Bermuda - - 54<0.01%British Overseas Territory.
227Oceania, Australia - Norfolk Island - 36<0.01%Self-governing area of Australia.
228Oceania, Polynesia - Tuvalu - 26<0.01% 
229Oceania, Micronesia - Nauru - 21<0.01%Smallest country in Oceania, smallest island nation in the world, - and third smallest country in the world. -
230Oceania, Australia - Tokelau - 12<0.01%Territory of New Zealand.
231Europe, Southern - Gibraltar - 6<0.01%British Overseas Territory.
232Oceania, Polynesia - - Pitcairn - Islands - - 5<0.01%British Overseas Territory and smallest dependent territory of the - world. -
233Europe, Southern - Monaco - 1.95<0.01%Second smallest country of the world.
234Europe, Southern - Vatican - City - 0.44<0.01%Smallest country in the world. Home of the Pope and the governing - body of the Roman Catholic Church. -
- - - - - - - - - - - - diff --git a/demos/data-types.html b/demos/data-types.html deleted file mode 100644 index ea0a2339..00000000 --- a/demos/data-types.html +++ /dev/null @@ -1,1039 +0,0 @@ - - - - tablefilter v0.0.20 - Data types Demo - - - - -

tablefilter v0.0.20

-

Data types demo

- -

This example features 3 date types and 2 numeric formatting for the currency - columns:

-
    -
  • "." thousands separator and "," decimal separator for €
  • -
  • "," thousands separator and "." decimal separator for US$
  • -
-

- Use the col_number_format property to set numeric formats - ('EU', 'US' or 'IPADDRESS') and col_date_type to set date - types. -

- -

-
-
-
-    
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-    
-    
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-    
-    
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-    
-
EmailIdPhoneUS $UrlEU DateUS DateDD-MMM-YYYY DateIP
Tot
devo@flexomat.com66672941-964-8535 -
2.482,79
-
-
2,482.79
-
http://gmail.com14/12/198812/14/198814-Dec-1988186.114.137.213
henry@mountdev.net35889941-964-9543 -
2.776,09
-
-
2,776.09
-
http://www.gmail.com19/1/19841/19/198419-Jan-1984170.138.54.12
christian@reno.gov60021941-964-5617 -
2.743,41
-
-
2,743.41
-
http://www.dotnet.ca25/3/20003/25/200025-Mar-2000219.115.156.141
muffins@donuts.com17927941-964-9511 -
2.998,18
-
-
2,998.18
-
http://google.se24/1/19931/24/199324-Jan-1993252.253.244.189
muffins@reno.gov76375941-964-2757 -
1.836,09
-
-
1,836.09
-
http://www.samba.org4/4/19884/4/19884-Apr-198888.233.9.89
mendez@gmail.com45834941-964-2575 -
2.805,46
-
-
2,805.46
-
http://flexomat.com12/12/198512/12/198512-Dec-198588.233.9.89
dev@gmail.com20022941-964-4967 -
3.296,54
-
-
3,296.54
-
http://www.flexomat.com3/7/20027/3/20023-Jul-2002219.115.156.145
foo@polyester.se55987941-964-745 -
2.953,73
-
-
2,953.73
-
http://www.donuts.com4/8/19878/4/19874-Aug-198788.233.9.87
adam@aftonbladet.se38867941-964-6302 -
1.949,27
-
-
1,949.27
-
http://flexomat.com27/7/19957/27/199527-Jul-1995170.138.54.16
devo@donuts.com51426941-964-1234 -
1.067,00
-
-
1,067.00
-
http://www.polyester.se5/1/19861/5/19865-Jan-1986252.253.244.186
henry@samba.org40859941-964-4856 -
3.401,19
-
-
3,401.19
-
http://www.flexomat.com7/3/19903/7/19907-Mar-199088.233.9.85
found@dotnet.ca23986941-964-2686 -
1.393,52
-
-
1,393.52
-
http://lostnfound.org22/7/19937/22/199322-Jul-1993113.231.1.44
carl@fish.org73392941-964-5792 -
3.876,04
-
-
3,876.04
-
http://www.google.se14/7/19847/14/198414-Jul-1984219.115.156.137
found@mountdev.net03519941-964-1599 -
1.176,48
-
-
1,176.48
-
http://donuts.com6/8/20008/6/20006-Aug-200088.233.9.86
lost@fish.org36628941-964-5985 -
822,23
-
-
822.23
-
http://www.gmail.com14/7/19947/14/199414-Jul-1994252.253.244.184
mendez@dotnet.ca90442941-964-1649 -
1.985,72
-
-
1,975.72
-
http://reno.gov20/10/199710/20/199720-Oct-1997113.231.1.79
carl@donuts.com00412941-964-6432 -
1.834,77
-
-
1,834.77
-
http://gmail.com23/8/19978/23/199723-Aug-1997170.138.54.19
foo@fish.org80653941-964-1022 -
260,26
-
-
260.26
-
http://samba.org24/11/199111/24/199124-Nov-199188.233.9.89
found@fish.org54635941-964-6439 -
1.442,80
-
-
1,442.80
-
http://dotnet.ca12/7/19877/12/198712-Jul-198788.233.9.90
found@flexomat.com20953941-964-5544 -
575,42
-
-
575.42
-
http://gmail.com10/6/19886/10/198810-Jun-198888.233.19.89
- - - - -

Below an example of ISO date support (YMD). Use default_date_type - to set a date type for a whole table ('DMY','MDY','YMD').

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
EmailIdPhoneTotalUrlISO Date
found@mountdev.net03519941-964-1599$1176.48http://donuts.com2000/8/6
lost@fish.org36628941-964-5975$822.23http://www.gmail.com1994/7/14
mendez@dotnet.ca90442941-964-1649$1985.72http://reno.gov1997/10/20
carl@donuts.com00412941-964-6432$1834.77http://gmail.com1998/8/23
foo@fish.org80653941-964-1022$260.26http://samba.org1991/11/24
found@fish.org54635941-964-6439$1442.80http://dotnet.ca1987/7/12
found@flexomat.com20953941-964-5544$575.42http://gmail.com1988/6/10
lost@aftonbladet.se60810941-964-8406$1054.39http://www.samba.org1988/5/18
carl@reno.gov22666941-964-104$373.59http://www.lostnfound.org1981/11/5
carl@donuts.com82867941-964-1031$631.03http://www.reno.gov1985/1/22
foo@donuts.com11268941-964-208$3730.64http://aftonbladet.se1989/8/4
devo@google.se17059941-964-2903$1404.67http://www.gmail.com1983/4/28
muffins@flexomat.com90584941-964-4640$3706.01http://www.fish.org1997/4/8
foo@samba.org82966941-964-7245$1001.38http://www.reno.gov1995/11/1
foo@reno.gov03603941-964-8942$1677.07http://www.flexomat.com1980/7/31
found@flexomat.com84939941-964-7004$3916.83http://www.fish.org1980/8/26
henry@lostnfound.org76453941-964-3084$3875.88http://www.fish.org2000/10/22
sam@aftonbladet.se36274941-964-7784$73.43http://www.dn.se1994/11/11
dev@polyester.se15971941-964-7527$1855.18http://www.flexomat.com1984/8/16
devo@fish.org31734941-964-9760$3201.35http://www.samba.org1989/3/4
devo@reno.gov52074941-964-2068$3035.24http://www.dn.se1998/2/24
mendez@fish.org87800941-964-7933$618.59http://www.dn.se1989/5/28
muffins@reno.gov95926941-964-147$3897.91http://www.flexomat.com2003/4/1
carl@donuts.com74513941-964-4507$2150.68http://www.fish.org1987/4/8
sam@fish.org82420941-964-2134$3947.54http://mountdev.net1990/11/26
devo@mountdev.net81905941-964-3535$722.17http://fish.org1985/12/28
john@lostnfound.org93124941-964-1508$394.82http://www.mountdev.net1989/12/10
adam@google.se51938941-964-5533$3519.06http://dotnet.ca1986/6/27
carl@lostnfound.org51270941-964-805$2101.59http://flexomat.com1987/10/25
muffins@dotnet.ca44995941-964-8299$1708.57http://fish.org1987/9/24
adam@samba.org04065941-964-8643$1461.31http://polyester.se1993/9/13
carl@donuts.com01801941-964-1839$2434.33http://www.google.se1987/7/8
muffins@mountdev.net49570941-964-877$3273.22http://polyester.se2000/4/23
dev@google.se31947941-964-3956$1647.20http://www.dn.se2006/9/25
christian@fish.org05775941-964-9882$3203.96http://flexomat.com1981/5/3
henry@mountdev.net18946941-964-5204$3281.09http://www.lostnfound.org1989/9/29
carl@mountdev.net39096941-964-5708$1788.11http://www.samba.org1983/2/7
sam@dn.se45043941-964-7175$1254.08http://google.se1981/3/30
henry@dotnet.ca41456941-964-4812$1779.17http://mountdev.net1980/9/11
christian@polyester.se78584941-964-6967$3956.45http://www.reno.gov1982/7/24
muffins@flexomat.com56098941-964-9399$558.88http://www.fish.org1981/3/1
muffins@gmail.com92303941-964-1958$1094.38http://www.fish.org1983/1/10
christian@mountdev.net96564941-964-3947$3593.94http://www.dn.se2004/11/26
lost@polyester.se53352941-964-7300$1548.49http://www.mountdev.net1989/7/22
adam@flexomat.com17411941-964-6808$3744.57http://www.lostnfound.org1998/4/17
john@gmail.com55140941-964-5592$641.84http://www.dn.se1989/12/15
foo@google.se19355941-964-5290$3053.28http://donuts.com1987/6/25
dev@dn.se38729941-964-1565$1539.30http://www.flexomat.com1989/3/13
mendez@dn.se22531941-964-4285$18.39http://google.se1996/8/19
found@mountdev.net03979941-964-3119$2961.55http://www.dotnet.ca2005/5/27
foo@reno.gov59240941-964-3593$3039.37http://www.lostnfound.org2005/8/27
dev@polyester.se53160941-964-8179$468.97http://www.samba.org1988/10/23
christian@reno.gov96671941-964-99$994.56http://gmail.com1984/4/22
christian@gmail.com60247941-964-341$1358.07http://www.donuts.com1987/11/20
lost@dotnet.ca92437941-964-6495$3384.20http://mountdev.net1982/10/14
dev@flexomat.com08314941-964-5549$223.00http://flexomat.com1985/12/6
henry@lostnfound.org46306941-964-8496$3170.19http://www.dotnet.ca1986/7/7
foo@mountdev.net07328941-964-3503$2486.92http://www.dn.se1999/7/24
lost@flexomat.com66996941-964-5705$3333.71http://www.aftonbladet.se1989/1/17
henry@donuts.com83394941-964-3776$1808.67http://dn.se1981/6/14
muffins@fish.org76935941-964-5150$403.02http://www.samba.org1986/7/13
- - - - - - - - - - diff --git a/demos/demo.html b/demos/demo.html deleted file mode 100644 index cc6984dc..00000000 --- a/demos/demo.html +++ /dev/null @@ -1,13058 +0,0 @@ - - - - tablefilter v0.0.20 - Demo - - - - -

tablefilter v0.0.20

- -

-
-
-
-    
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-    
-    
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-    
-
countryisoyearPOPXRATPPPcgdpccci
AngolaAGO199410627.1859.5149993953.321095.9434.669.09
AngolaAGO199510972.002750.229981007.531244.7341.869.43
AngolaAGO199611316.94128029.203154873.281362.3237.178.57
AngolaAGO1997nananananana
AngolaAGO1998nananananana
AngolaAGO1999nananananana
AngolaAGO2000nananananana
AlbaniaALB19943185.0094.6233291623.452514.7987.7814.42
AlbaniaALB19953225.0092.6975021425.052775.9883.3413.10
AlbaniaALB19963266.00104.498901428.053070.8493.0610.65
AlbaniaALB19973339.00148.932907136.632789.1392.8911.02
AlbaniaALB19983364.00150.633300844.673067.5291.2111.00
AlbaniaALB19993383.00137.690597543.843413.6589.9411.23
AlbaniaALB20003411.00143.709396443.163657.9985.4512.70
ArgentinaARG199434304.270.9990082980.7410193.4968.8917.41
ArgentinaARG199534768.000.9997500180.7410024.1267.4415.45
ArgentinaARG199635220.000.9996625190.7310671.5368.2115.75
ArgentinaARG199735672.000.9994999770.7111545.1969.1817.09
ArgentinaARG199836125.000.9994999770.6911919.9569.3917.28
ArgentinaARG199936580.000.9994999770.6711554.3769.7215.27
ArgentinaARG200037032.000.9994999770.6611729.0869.0614.08
ArmeniaARM19943748.00288.650787422.812181.6886.3512.97
ArmeniaARM19953760.00405.908294762.542222.2592.2310.88
ArmeniaARM19963774.00414.041503973.212393.2789.9010.91
ArmeniaARM19973786.00490.846801883.992415.8597.2011.46
ArmeniaARM19983795.00504.915008592.652616.6895.8111.00
ArmeniaARM19993801.00535.061828690.482791.5492.509.81
ArmeniaARM20003803.00539.525817987.503068.2190.6710.04
AntiguaATG199465.732.7000000481.3914807.5141.829.89
AntiguaATG199566.292.7000000481.5712790.7450.4517.76
AntiguaATG199666.862.7000000481.7012923.0044.1116.27
AntiguaATG199766.292.7000000481.6714182.0438.2714.72
AntiguaATG199866.862.7000000481.6814912.1239.6414.17
AntiguaATG199967.432.7000000481.6316035.2438.5613.69
AntiguaATG200068.002.7000000481.5218006.9034.8211.85
AustraliaAUS199417838.001.36781.2820637.1670.5424.28
AustraliaAUS199518072.001.3491.2821771.3169.8423.20
AustraliaAUS199618311.001.27791.2722834.6869.1223.65
AustraliaAUS199718524.001.34741.2624010.9269.3824.65
AustraliaAUS199818730.001.59181.2625002.1170.2725.24
AustraliaAUS199918937.001.54991.2626342.6970.2925.27
AustraliaAUS200019157.001.72481.2927193.4869.5523.06
AustriaAUT19948029.7011.421814.2119950.3868.7625.42
AustriaAUT19958046.5010.081514.2120733.7568.6325.73
AustriaAUT19968059.4010.586614.2121398.9769.7525.01
AustriaAUT19978072.2012.204214.1521988.9669.8425.52
AustriaAUT19988078.4012.379114.0623016.3869.6324.80
AustriaAUT19998092.3012.915814.0223849.1470.0424.61
AustriaAUT20008110.2014.935413.9924835.7169.1925.34
AzerbaijanAZE19947597.001570.224976110.312246.8665.7015.20
AzerbaijanAZE19957685.004413.542969696.691992.8777.3812.11
AzerbaijanAZE19967763.004301.26416860.942046.8582.3116.97
AzerbaijanAZE19977838.003985.375877.092291.0372.3221.39
AzerbaijanAZE19987913.003868.998047876.142480.9376.3117.56
AzerbaijanAZE19997983.004120.166992859.952732.7070.9213.22
AzerbaijanAZE20008049.004474.153809823.803554.6259.1310.77
BurundiBDI19946024.75252.662506150.63766.5788.583.15
BurundiBDI19956156.00249.757507357.11709.9286.363.01
BurundiBDI19966287.08302.746704168.20634.7883.643.62
BurundiBDI19976417.85352.350799681.38645.3280.452.37
BurundiBDI19986548.19447.765808194.95632.0885.663.43
BurundiBDI19996677.95563.562581.58739.5784.033.17
BurundiBDI20006807.00720.6732788125.81618.7187.564.18
BelgiumBEL199410116.0033.456538.8619887.3855.1022.32
BelgiumBEL199510137.0029.4838.8920702.1354.2423.13
BelgiumBEL199610155.0030.961539.0021101.1954.9322.53
BelgiumBEL199710180.0035.773938.9722107.8454.3923.33
BelgiumBEL199810203.0036.298638.9022958.8454.7123.57
BelgiumBEL199910222.0037.864139.1223760.3854.8022.94
BelgiumBEL200010254.0043.784939.0725008.4954.2923.62
BeninBEN19945325.00555.2047119156.33998.3489.455.35
BeninBEN19955475.00499.148407171.131071.6089.337.70
BeninBEN19965628.82511.5523987181.371106.8689.907.07
BeninBEN19975794.36583.6693726187.631101.0292.938.06
BeninBEN19985950.33589.9517822190.951178.4690.987.55
BeninBEN19996109.53615.6990967200.191174.9092.617.86
BeninBEN20006272.00711.9763184200.611224.7492.278.25
Burkina FasoBFA19949755.03555.2047119125.76838.7679.816.57
Burkina FasoBFA19959988.00499.148407136.65860.8980.419.29
Burkina FasoBFA199610225.00511.5523987144.18881.1180.4012.12
Burkina FasoBFA199710473.53583.6693726141.78899.0176.9414.94
Burkina FasoBFA199810730.33589.9517822139.66979.5880.6612.24
Burkina FasoBFA199910995.70615.6990967137.641001.7079.8113.14
Burkina FasoBFA200011274.00711.9763184140.56985.6776.5314.87
BangladeshBGD1994117897.5440.211738598.461345.3784.379.56
BangladeshBGD1995119768.0040.278320318.761439.1985.139.79
BangladeshBGD1996121679.3441.794170389.001506.2586.9510.16
BangladeshBGD1997124381.4143.892120369.281561.9784.8510.73
BangladeshBGD1998126564.7046.905651099.691629.8682.4511.25
BangladeshBGD1999128787.3249.0853996310.151681.4482.6711.71
BangladeshBGD2000131050.0052.1416702310.201772.4681.8812.14
BulgariaBGR19948435.0054.133668549.466587.5364.403.03
BulgariaBGR19958400.0067.1708285815.756651.3067.053.27
BulgariaBGR19968356.00177.888706335.425893.2668.563.34
BulgariaBGR19978312.071.6818790440.385470.7962.694.42
BulgariaBGR19988257.001.7603579760.485593.6567.916.72
BulgariaBGR19998208.001.8363829850.495760.2070.967.72
BulgariaBGR20008166.962.1232750420.496355.7067.346.95
BahrainBHR1994nananananana
BahrainBHR1995nananananana
BahrainBHR1996599.000.3759999870.2713261.1742.286.39
BahrainBHR1997nananananana
BahrainBHR1998nananananana
BahrainBHR1999nananananana
BahrainBHR2000nananananana
BahamasBHS1994nananananana
BahamasBHS1995nananananana
BahamasBHS1996284.0010.7416527.4874.029.91
BahamasBHS1997nananananana
BahamasBHS1998nananananana
BahamasBHS1999nananananana
BahamasBHS2000nananananana
BelarusBLR199410356.0010600316.935405.0055.9923.98
BelarusBLR199510329.00115002164.165363.7953.1517.58
BelarusBLR199610298.00155003161.365667.2253.5218.06
BelarusBLR199710117.0026.019920355.616365.6754.8319.16
BelarusBLR199810069.0046.127250679.677181.9356.2518.10
BelarusBLR199910035.00248.794906638.447769.3657.8714.02
BelarusBLR200010005.00876.75102.038738.2356.0213.77
BelizeBLZ1994210.8920.885938.9458.0114.22
BelizeBLZ1995216.7020.896125.6860.8411.55
BelizeBLZ1996222.4020.926198.9060.2511.07
BelizeBLZ1997217.0620.916540.3659.6414.48
BelizeBLZ1998224.4520.906595.5161.2814.83
BelizeBLZ1999232.1020.936773.4566.1114.87
BelizeBLZ2000240.0020.957169.9071.8318.77
BermudaBMU1994nananananana
BermudaBMU1995nananananana
BermudaBMU199662.1011.4218793.4188.7414.57
BermudaBMU1997nananananana
BermudaBMU1998nananananana
BermudaBMU1999nananananana
BermudaBMU2000nananananana
BoliviaBOL19947237.004.6205167771.572426.4079.168.06
BoliviaBOL19957414.004.8003420831.712545.5277.288.56
BoliviaBOL19967588.005.0746130941.872641.7776.819.67
BoliviaBOL19977767.005.2542581561.972727.2578.1312.04
BoliviaBOL19987950.005.510132792.122760.1180.0814.68
BoliviaBOL19998138.005.812407972.092831.6180.4711.10
BoliviaBOL20008328.706.1835417752.102933.8977.9410.75
BrazilBRA1994157188.100.6392999890.356322.6257.5416.52
BrazilBRA1995159346.000.9176666740.616674.2863.9517.20
BrazilBRA1996161513.171.0051000120.706881.4463.6016.62
BrazilBRA1997163859.681.0779919620.747166.2562.9417.06
BrazilBRA1998166045.571.1605169770.787020.0862.2616.94
BrazilBRA1999168227.981.8147330280.797216.5864.5215.61
BrazilBRA2000170406.001.8301420210.837744.7165.7515.63
BarbadosBRB1994264.3021.0113076.4279.393.38
BarbadosBRB1995264.2021.0513409.7181.553.56
BarbadosBRB1996264.4021.0314607.6582.723.11
BarbadosBRB1997264.7421.0715570.5589.863.66
BarbadosBRB1998265.3021.1216058.5489.294.06
BarbadosBRB1999266.0821.1416463.8891.804.17
BarbadosBRB2000267.0021.1217526.3591.603.93
BhutanBTN1994nananananana
BhutanBTN1995nananananana
BhutanBTN1996715.8735.433170328.311968.5150.5723.23
BhutanBTN1997nananananana
BhutanBTN1998nananananana
BhutanBTN1999nananananana
BhutanBTN2000nananananana
BotswanaBWA19941425.422.6846458911.495564.9343.2516.83
BotswanaBWA19951460.002.7722070221.605803.2441.9916.84
BotswanaBWA19961496.003.3241970541.806070.5139.7117.15
BotswanaBWA19971533.003.6507630351.986087.7349.9915.44
BotswanaBWA19981561.724.2258801462.046533.7659.6812.91
BotswanaBWA19991588.124.6243948942.097027.9067.6711.61
BotswanaBWA2000nananananana
Central African RepublicCAF19943220.09555.2047119152.27965.2879.225.21
Central African RepublicCAF19953288.00499.148407156.441088.1971.406.48
Central African RepublicCAF19963354.09511.5523987182.37894.9593.682.36
Central African RepublicCAF19973528.62583.6693726183.32902.7684.874.61
Central African RepublicCAF19983603.40589.9517822174.96979.1575.096.34
Central African RepublicCAF1999nananananana
Central African RepublicCAF2000nananananana
CanadaCAN199429036.001.36561.2321350.3959.2324.00
CanadaCAN199529353.901.37241.2122450.8657.9423.78
CanadaCAN199629671.901.36351.2123090.8658.4123.18
CanadaCAN199729987.001.38461.1924412.3258.3626.16
CanadaCAN199830248.001.48351.1924944.1959.3425.38
CanadaCAN199930493.001.48571.1926479.8658.3225.06
CanadaCAN200030750.001.48511.1828730.6955.6725.86
SwitzerlandCHE19946994.001.36772.1823466.1958.9625.97
SwitzerlandCHE19957041.001.18252.1424110.1258.4626.98
SwitzerlandCHE19967072.001.2362.1124460.4559.1026.22
SwitzerlandCHE19977089.001.45132.0825147.6659.3225.93
SwitzerlandCHE19987110.001.44982.0326290.7058.8927.07
SwitzerlandCHE19997144.001.50222.0027156.2458.9525.80
SwitzerlandCHE20007185.001.68882.0028208.7657.9826.89
ChileCHL199413994.40420.1766968202.067557.3760.5420.03
ChileCHL199514210.40396.7732849209.908676.4658.0223.45
ChileCHL199614418.80412.2666931220.378972.3561.4924.12
ChileCHL199714622.40419.2950134222.289706.6961.9724.59
ChileCHL199814821.70460.2875061227.679939.5163.6724.24
ChileCHL199915017.80508.7767029234.819774.9362.8918.04
ChileCHL200015211.30535.4655762238.8810388.9061.3419.70
ChinaCHN19941190918.028.6187429431.662551.9750.0622.34
ChinaCHN19951203324.038.3514165881.912759.9251.6822.47
ChinaCHN19961215414.278.3141746522.022972.6151.8822.04
ChinaCHN19971227176.708.2898168562.033141.0749.9721.82
ChinaCHN19981238599.428.2789583211.983317.7949.4421.60
ChinaCHN19991249981.568.2782497411.953483.3950.5521.00
ChinaCHN20001258821.038.2785043721.923843.6748.6621.09
Cote d`IvoireCIV199413132.24555.2047119177.721824.8374.254.88
Cote d`IvoireCIV199513528.00499.148407189.401947.1477.075.49
Cote d`IvoireCIV199613888.77511.5523987200.961958.7574.255.55
Cote d`IvoireCIV199714731.84583.6693726215.121969.6476.364.85
Cote d`IvoireCIV199815159.11589.9517822216.902055.6777.115.65
Cote d`IvoireCIV199915586.39615.6990967213.222057.5775.246.31
Cote d`IvoireCIV200016013.00711.9763184205.652027.5776.765.75
CameroonCMR199412822.14555.2047119148.621790.5083.495.30
CameroonCMR199513182.00499.148407169.281851.7381.814.73
CameroonCMR199613548.75511.5523987178.061894.6983.464.93
CameroonCMR199713917.84583.6693726177.172005.0284.395.02
CameroonCMR199814238.86589.9517822182.472018.3884.455.46
CameroonCMR199914558.39615.6990967188.101976.3484.655.79
CameroonCMR200014876.00711.9763184170.402300.7581.145.41
Congo, Republic ofCOG19942489.45555.2047119310.221324.2665.3711.94
Congo, Republic ofCOG19952561.00499.148407295.661394.8862.368.44
Congo, Republic ofCOG19962633.72511.5523987285.411728.9358.657.39
Congo, Republic ofCOG19972707.60583.6693726271.761842.4357.404.65
Congo, Republic ofCOG19982782.62589.9517822273.511511.0485.725.49
Congo, Republic ofCOG19992933.76615.6990967273.991698.5157.274.42
Congo, Republic ofCOG20003018.00711.9763184287.162532.8044.712.61
ColombiaCOL199437806.85844.8358765353.635046.5371.1915.83
ColombiaCOL199538558.00912.826416411.675323.4471.1115.77
ColombiaCOL199639285.001036.686035474.225528.8069.8114.73
ColombiaCOL199740042.001140.963013531.485718.5769.2214.03
ColombiaCOL199840804.001426.036987611.565642.3769.4512.81
ColombiaCOL199941539.001756.230957644.455565.9967.117.84
ColombiaCOL200042299.302087.904053691.015795.5567.938.79
ComorosCOM1994479.57416.398803792.721739.4890.866.47
ComorosCOM1995492.00374.357086299.761636.9188.226.79
ComorosCOM1996504.68383.6600037102.871576.5189.356.95
ComorosCOM1997517.62437.7471008104.401732.1192.656.09
ComorosCOM1998530.82442.4588013104.771714.7584.206.50
ComorosCOM1999544.28461.7745972104.581803.5785.714.78
ComorosCOM2000558.00533.9824829105.981822.8379.764.30
Cape VerdeCPV1994371.9781.8908309931.382882.4483.4521.97
Cape VerdeCPV1995382.0076.8533325231.713125.8181.0221.03
Cape VerdeCPV1996392.6482.5914688132.403194.1080.0319.19
Cape VerdeCPV1997403.5693.1766662635.123327.2581.6617.42
Cape VerdeCPV1998415.3298.1575012236.713473.7190.3915.55
Cape VerdeCPV1999427.79102.699996936.803835.6985.8615.58
Cape VerdeCPV2000441.00115.876602234.124299.1876.3313.79
Costa RicaCRI19943266.00157.066696276.785208.0465.1018.10
Costa RicaCRI19953333.00179.729202390.105398.0163.8616.01
Costa RicaCRI19963398.00207.6891937108.505150.7765.3413.86
Costa RicaCRI19973576.91232.5975037159.715233.9765.4616.36
Costa RicaCRI19983653.06257.229187175.865653.6563.5618.50
Costa RicaCRI19993731.07285.6846924197.926072.2660.2014.81
Costa RicaCRI20003811.00308.1867065218.495872.7962.1614.11
CubaCUB199410960.4910.364895.9671.250.97
CubaCUB199510998.5310.404980.8272.191.31
CubaCUB199611038.6010.395259.4072.361.54
CubaCUB1997nananananana
CubaCUB1998nananananana
CubaCUB1999nananananana
CubaCUB2000nananananana
CyprusCYP1994726.000.4921909870.3713616.5861.2818.47
CyprusCYP1995733.000.4524202050.3415920.3962.6420.32
CyprusCYP1996740.000.4663113060.3515813.2166.2717.88
CyprusCYP1997nananananana
CyprusCYP1998nananananana
CyprusCYP1999nananananana
CyprusCYP2000nananananana
Czech RepublicCZE199410333.6028.78519.7411756.6268.2021.63
Czech RepublicCZE199510327.3026.540710.6512551.7567.5525.24
Czech RepublicCZE199610315.3027.144911.2913457.7369.2925.85
Czech RepublicCZE199710303.0031.698411.8713734.3269.2424.80
Czech RepublicCZE199810293.6032.281212.5614213.2366.5423.27
Czech RepublicCZE199910285.0034.569212.7514393.1767.9721.81
Czech RepublicCZE200010272.1038.598412.8514844.0067.4224.21
DjiboutiDJI1994nananananana
DjiboutiDJI1995nananananana
DjiboutiDJI1996612.36177.72099366.932103.4476.894.15
DjiboutiDJI1997nananananana
DjiboutiDJI1998nananananana
DjiboutiDJI1999nananananana
DjiboutiDJI2000nananananana
DominicaDMA199472.442.7000000481.256400.1154.8911.40
DominicaDMA199573.002.7000000481.276507.3252.3713.93
DominicaDMA199673.002.7000000481.276903.5550.2712.41
DominicaDMA1997nananananana
DominicaDMA1998nananananana
DominicaDMA1999nananananana
DominicaDMA200073.002.7000000481.218284.0448.2112.21
DenmarkDNK19945201.006.36058.4222064.3767.1219.85
DenmarkDNK19955222.005.60248.3623119.2066.1022.21
DenmarkDNK19965256.005.79878.3824086.6266.2821.37
DenmarkDNK19975280.006.60458.3725273.9865.6423.66
DenmarkDNK19985303.006.70088.4226193.0166.6324.48
DenmarkDNK19995321.006.97628.5626988.9066.0222.25
DenmarkDNK20005338.008.08318.6428538.8262.9024.14
Dominican RepublicDOM19947685.4813.160140045.263414.8872.8413.91
Dominican RepublicDOM19957823.0013.597350125.673656.8671.3812.40
Dominican RepublicDOM19967963.5813.774585.863927.5173.3611.97
Dominican RepublicDOM19977967.9314.265480045.974515.2667.8311.89
Dominican RepublicDOM19988103.2115.266590126.244798.2568.6113.87
Dominican RepublicDOM19998238.2716.033079156.535167.1766.6014.03
Dominican RepublicDOM20008373.0016.415019996.835653.7867.1613.78
AlgeriaDZA199427454.3235.0584983813.014126.1763.9312.98
AlgeriaDZA199528058.0047.6627311716.534245.0362.4412.93
AlgeriaDZA199628675.2854.7489318818.954726.7356.0911.88
AlgeriaDZA199729045.0057.7073516819.704828.1454.7211.15
AlgeriaDZA199829507.0058.7389602720.804540.7459.6714.00
AlgeriaDZA199929950.0066.5738830621.594894.4357.0512.46
AlgeriaDZA200030399.2575.2597885121.616106.9146.219.78
EcuadorECU199411215.972196.728027899.523612.8759.2715.80
EcuadorECU199511460.002564.4938961097.523656.5259.6816.88
EcuadorECU199611698.003189.4741211344.363862.9457.7614.56
EcuadorECU199711937.003998.267091765.593755.4960.6317.35
EcuadorECU199812175.005446.5732422480.463556.3565.1819.55
EcuadorECU199912412.0011786.79983760.423464.4360.389.22
EcuadorECU200012646.0024988.390637214.853719.9056.8712.93
EgyptEGY199457063.533.3851330280.883468.1291.014.40
EgyptEGY199558180.003.3922080990.983565.0890.084.74
EgyptEGY199659272.003.3914830681.053699.5491.134.96
EgyptEGY199760416.243.3887500761.093910.3791.315.13
EgyptEGY199861580.003.3880000111.143993.4194.195.99
EgyptEGY199962770.003.3952500821.154203.8992.605.94
EgyptEGY200063976.003.4720499521.204406.3690.515.87
EritreaERI1994nananananana
EritreaERI1995nananananana
EritreaERI19963670.006.3516750341.50774.8197.459.09
EritreaERI1997nananananana
EritreaERI1998nananananana
EritreaERI1999nananananana
EritreaERI2000nananananana
SpainESP199439149.70133.958121.6614204.7170.0322.62
SpainESP199539223.00124.689116.1315992.1575.1621.96
SpainESP199639278.80126.662126.5915535.3369.0123.21
SpainESP199739348.10146.414127.3216411.8468.5923.23
SpainESP199839453.40149.395128.4817329.4368.8724.02
SpainESP199939626.20156.174130.3818210.7869.4924.65
SpainESP200039927.40180.595133.2719036.7069.1325.47
EstoniaEST19941499.0012.991250043.016578.5760.8815.06
EstoniaEST19951484.0011.464750293.877084.2057.5113.58
EstoniaEST19961469.0012.033749584.757509.5859.6014.71
EstoniaEST19971427.1613.881750115.288526.3860.0016.90
EstoniaEST19981406.0314.074669845.649222.7060.8015.63
EstoniaEST19991386.6714.677579885.559834.7457.4112.36
EstoniaEST20001369.0016.968639375.4210872.8356.7013.15
EthiopiaETH199454890.005.4650001531.02505.2883.964.35
EthiopiaETH199556530.006.1583328251.13530.8783.204.70
EthiopiaETH199658234.006.3516750341.18550.9587.475.73
EthiopiaETH199759750.006.7093420031.16600.3981.745.48
EthiopiaETH199861266.007.1159081461.19615.2077.515.16
EthiopiaETH199962782.007.9422497751.17660.6475.784.63
EthiopiaETH200064298.008.2172584531.12720.0867.964.00
FinlandFIN19945089.005.22355.9317293.9065.0521.05
FinlandFIN19955108.004.36675.9718517.5864.3420.17
FinlandFIN19965125.004.59355.8719488.6064.7120.40
FinlandFIN19975140.005.19145.9320850.6763.4620.95
FinlandFIN19985153.005.34416.0222215.2463.0620.97
FinlandFIN19995165.005.58086.0522931.3864.1320.20
FinlandFIN20005176.006.45356.1924416.3662.2421.04
FijiFJI1994765.441.4641250370.704953.4562.519.66
FijiFJI1995770.001.406332970.695143.4662.1710.23
FijiFJI1996775.671.4033000470.735282.3767.087.91
FijiFJI1997782.831.4436750410.745213.9667.788.91
FijiFJI1998791.171.9868170020.755303.1161.348.28
FijiFJI1999801.001.9696249960.725918.4159.697.58
FijiFJI2000nananananana
FranceFRA199459115.605.5526.6419113.2767.6222.39
FranceFRA199559326.404.99156.6019791.4867.0723.05
FranceFRA199659533.105.11556.6020228.2367.7621.99
FranceFRA199759735.605.83676.5820887.8866.9821.38
FranceFRA199859942.105.89956.5321889.9266.8822.49
FranceFRA199960156.406.1576.4822723.1867.0122.53
FranceFRA200060431.207.11986.4623613.7666.3723.82
GabonGAB19941071.00555.2047119288.157556.4861.207.51
GabonGAB19951098.00499.148407275.498192.1862.736.83
GabonGAB19961125.00511.5523987296.758860.4760.406.94
GabonGAB19971136.90583.6693726304.569155.0260.688.95
GabonGAB19981167.29589.9517822307.827600.6975.8511.17
GabonGAB19991198.32615.6990967286.037804.3575.647.81
GabonGAB20001230.00711.9763184366.817779.7678.968.66
United KingdomGBR199458401.000.65340.6318473.8374.5918.24
United KingdomGBR199558612.000.63370.6419187.6474.4818.24
United KingdomGBR199658807.000.6410.6520066.2575.1917.95
United KingdomGBR199759014.000.61080.6521281.7874.6118.51
United KingdomGBR199859237.000.60380.6522326.8674.6019.81
United KingdomGBR199959501.000.61810.6523125.9075.8219.17
United KingdomGBR200059756.000.66090.6524252.4475.2019.43
GeorgiaGEO1994nananananana
GeorgiaGEO1995nananananana
GeorgiaGEO19965420.001.2627999780.244478.8374.121.91
GeorgiaGEO19975431.001.2975000140.184813.6280.784.21
GeorgiaGEO19985442.001.3898169990.194848.1477.006.35
GeorgiaGEO19995024.002.0245170590.205593.1281.663.60
GeorgiaGEO20005024.001.9761669640.225315.4374.174.07
GermanyGER199481422.001.62282.0919930.8968.4324.49
GermanyGER199581661.001.43312.0920676.8168.5224.15
GermanyGER199681896.001.50482.0721118.5769.2523.13
GermanyGER199782052.001.73412.0621638.7769.3422.90
GermanyGER199882029.001.75972.0522435.1969.2323.06
GermanyGER199982087.001.83582.0323142.7070.1522.68
GermanyGER200082168.002.12292.0223917.4469.4223.62
GhanaGHA199416639.55956.7108154256.951217.1777.446.39
GhanaGHA199517075.001200.428955354.681280.6775.485.50
GhanaGHA199617523.211637.232056504.181283.5578.286.19
GhanaGHA199718048.342050.166992624.521251.8386.147.36
GhanaGHA199818449.372314.146973677.541384.7880.446.57
GhanaGHA199918868.322669.299072788.041384.0986.466.18
GhanaGHA200019306.005455.0561521024.041375.8183.805.10
GuineaGIN19946425.74976.6364136206.192530.7189.2310.79
GuineaGIN19956591.00991.411499214.212581.7392.918.17
GuineaGIN19966755.781004.015991217.562707.9192.837.24
GuineaGIN19976921.561095.32605210.262848.2090.347.30
GuineaGIN19987086.121236.832031215.832897.8492.527.13
GuineaGIN19997250.521387.401001222.752949.7893.307.12
GuineaGIN20007415.001746.869995239.892961.0293.347.59
Gambia, TheGMB19941076.299.5755500793.061054.1588.708.37
Gambia, TheGMB19951111.009.5462503433.151042.7890.6810.01
Gambia, TheGMB19961145.889.788950923.201044.5690.7910.54
Gambia, TheGMB19971186.2610.200160033.101137.6088.527.74
Gambia, TheGMB19981223.8110.643099783.241119.0191.658.56
Gambia, TheGMB19991262.7111.39509013.161234.9491.877.42
Gambia, TheGMB20001303.0012.787630083.111329.3988.837.33
Guinea-BissauGNB19941059.38198.340606758.14758.7779.3413.86
Guinea-BissauGNB19951086.00278.03909384.26771.6782.6213.87
Guinea-BissauGNB19961111.92405.7449951122.84806.3781.9714.22
Guinea-BissauGNB19971125.99583.6691895156.62886.1178.3814.23
Guinea-BissauGNB19981149.33589.9515991162.29648.2084.3612.43
Guinea-BissauGNB19991173.38615.6990967167.26705.0379.677.60
Guinea-BissauGNB20001199.00711.9763184174.06737.6778.995.55
Equatorial GuineaGNQ1994388.88555.2047119194.20924.4573.0835.44
Equatorial GuineaGNQ1995399.00499.148407204.001005.5868.6637.99
Equatorial GuineaGNQ1996409.44511.5523987231.151394.9170.2858.13
Equatorial GuineaGNQ1997421.26583.6693726277.022493.9961.7431.64
Equatorial GuineaGNQ1998433.06589.9517822199.603105.0477.1741.79
Equatorial GuineaGNQ1999445.03615.6990967214.445638.6235.3226.65
Equatorial GuineaGNQ2000457.00711.9763184203.0310302.2826.8317.70
GreeceGRC199410426.00242.603200.0711647.5473.9719.13
GreeceGRC199510454.00231.663213.2312217.8879.4019.51
GreeceGRC199610475.90240.712224.1012750.9579.5520.44
GreeceGRC199710498.80273.058234.2513472.1778.6620.79
GreeceGRC199810516.40295.529243.1514095.3478.4621.77
GreeceGRC199910533.70305.647246.9814755.8278.1421.31
GreeceGRC200010557.90365.399252.0815557.8376.6022.84
GrenadaGRD199494.102.7000000481.654552.0467.3422.21
GrenadaGRD199594.502.7000000481.644814.8067.5119.21
GrenadaGRD199695.002.7000000481.685016.4270.4821.86
GrenadaGRD199795.502.7000000481.745124.0676.6223.37
GrenadaGRD199896.202.7000000481.765442.2176.2323.57
GrenadaGRD199997.002.7000000481.765962.3262.1722.30
GrenadaGRD200098.002.7000000481.766409.8266.0724.51
GuatemalaGTM19949715.295.7512011532.133600.2685.038.04
GuatemalaGTM19959976.005.8103427892.273768.1484.887.52
GuatemalaGTM199610243.436.0495128632.433838.6885.276.17
GuatemalaGTM199710517.006.0652689932.573983.4084.716.93
GuatemalaGTM199810799.006.3946528432.784119.2485.019.00
GuatemalaGTM199911088.407.3856101042.914192.4286.158.36
GuatemalaGTM200011385.307.7631587983.004334.5584.158.23
GuyanaGUY1994823.35138.290206936.082517.9473.8412.72
GuyanaGUY1995830.00141.989196840.602614.4668.5515.16
GuyanaGUY1996836.57140.37540.832868.7465.3014.17
GuyanaGUY1997749.05142.400802640.033537.1266.1513.93
GuyanaGUY1998752.43150.519195640.153571.7468.2312.71
GuyanaGUY1999756.34177.994995141.603833.3865.8310.25
GuyanaGUY2000nananananana
Hong KongHKG19945998.007.728416926.7824816.2366.9026.70
Hong KongHKG19956156.007.7358331687.0524736.9767.6331.41
Hong KongHKG19966311.007.7342538837.2425993.8267.2528.99
Hong KongHKG19976502.007.7420830737.4927076.4167.8230.70
Hong KongHKG19986645.607.7453331957.4425591.2466.1426.74
Hong KongHKG19996720.707.7575001727.1425668.8866.7221.79
Hong KongHKG20006797.007.7911667826.6827892.5064.4524.99
HondurasHND19945492.468.4087581632.681958.5075.6718.86
HondurasHND19955654.009.470987323.192082.6071.6518.05
HondurasHND19965818.0611.705300333.882116.8273.8516.40
HondurasHND19975939.4713.003470424.782165.3575.4516.86
HondurasHND19986098.9313.385020265.122249.3374.4016.12
HondurasHND19996258.4614.213170055.732133.9878.2917.23
HondurasHND20006417.0014.839200026.332164.4372.4320.37
CroatiaHRV1994nananananana
CroatiaHRV19954669.005.2299671173.126748.3562.0112.21
CroatiaHRV19964494.005.433800223.237427.9059.8815.33
CroatiaHRV19974446.616.1007170683.428134.9963.6119.18
CroatiaHRV19984396.576.3622918133.608702.4560.8016.66
CroatiaHRV19994374.517.1124448783.698846.6659.4615.94
CroatiaHRV20004380.008.2765645983.779547.1657.7015.27
HaitiHTI19947009.0415.039999963.691079.2388.652.31
HaitiHTI19957168.0015.109729773.621470.2693.863.19
HaitiHTI19967336.0015.701149943.681756.8195.192.59
HaitiHTI19977492.0016.654499053.592081.3490.212.13
HaitiHTI19987647.0016.765670783.602365.4394.751.96
HaitiHTI1999nananananana
HaitiHTI2000nananananana
HungaryHUN199410261.00105.1651.928297.3672.6317.51
HungaryHUN199510229.00125.68164.298536.6366.8019.24
HungaryHUN199610193.00152.64777.678707.7964.9021.78
HungaryHUN199710155.00186.78990.199325.1863.0722.42
HungaryHUN199810144.00214.402100.819864.1763.6924.66
HungaryHUN199910067.00237.146108.6310418.9464.6224.13
HungaryHUN200010024.00282.179117.9111062.9064.1325.47
IndonesiaIDN1994190847.972160.753906598.283355.2157.9319.86
IndonesiaIDN1995193976.002248.60791671.713489.0157.3024.37
IndonesiaIDN1996197156.482342.295898693.843891.2161.4921.19
IndonesiaIDN1997200390.292909.379883756.404136.5762.5420.99
IndonesiaIDN1998203678.3710013.620121199.673910.0262.1613.22
IndonesiaIDN1999207021.627855.1499021398.853831.6066.3710.13
IndonesiaIDN2000210420.998421.7753911521.374035.2764.7810.67
IndiaIND1994913600.0031.373739246.261815.4862.6311.92
IndiaIND1995929358.0232.427078256.731950.4259.4113.25
IndiaIND1996945611.7835.433170327.042117.8760.7411.93
IndiaIND1997962377.6636.313289647.112221.1360.0212.53
IndiaIND1998979672.9041.25936897.582348.0056.5912.88
IndiaIND1999997515.2043.055431377.702510.5654.3313.60
IndiaIND20001015923.0144.941608437.672683.6152.3813.18
IrelandIRL19943586.000.66860.6615388.7167.3017.26
IrelandIRL19953601.300.62370.6816978.9664.4418.75
IrelandIRL19963626.100.6250.6818494.3863.5819.71
IrelandIRL19973660.600.65960.7020658.6161.6220.97
IrelandIRL19983704.900.70230.7322433.9861.0822.95
IrelandIRL19993744.700.73920.7624653.4260.5421.15
IrelandIRL20003786.900.85480.7927197.0659.7821.55
IranIRN199458013.681748.750977417.124958.9265.289.50
IranIRN199558954.001747.927979586.755203.5959.4519.53
IranIRN199659925.111750.762939720.615333.1665.0913.45
IranIRN199760875.001752.921997827.175473.2365.4415.89
IranIRN199861850.001751.863037942.075447.3467.0918.23
IranIRN199962764.001752.931031075.705983.8463.6215.06
IranIRN200063664.001764.4300541167.047202.0456.0113.12
IcelandISL1994266.0069.944482.8019925.0066.7518.75
IcelandISL1995267.4064.691782.9620347.5667.7319.11
IcelandISL1996268.9066.583.8021476.4868.5822.01
IcelandISL1997270.9070.904384.5022896.9768.1022.78
IcelandISL1998273.8070.958385.6024715.0269.6027.09
IcelandISL1999277.2072.335387.4025732.6271.7424.78
IcelandISL2000281.3078.615988.9326928.5570.8527.57
IsraelISR19945399.003.0110549932.8114790.7258.2930.43
IsraelISR19955545.003.0112919813.0215650.5558.6430.91
IsraelISR19965692.003.1916499143.2616464.2458.6530.81
IsraelISR19975836.003.4493501193.4717241.0758.3327.69
IsraelISR19985963.003.8000750543.6517520.8359.0924.50
IsraelISR19996105.004.1397171023.7818091.9259.0025.51
IsraelISR20006233.214.0773329733.7719148.4458.2023.33
ItalyITA199457203.501612.441527.6118920.9570.3819.93
ItalyITA199557300.801628.931576.6319783.3969.2320.71
ItalyITA199657397.001542.951618.6920474.8869.1520.10
ItalyITA199757512.201703.11632.3021167.6670.0620.28
ItalyITA199857588.001736.211645.9821915.8270.6420.52
ItalyITA199957646.301817.441652.0222523.3471.2621.09
ItalyITA200057728.302101.631709.1122876.2862.0521.73
JamaicaJAM19942496.0033.0859298715.143503.1666.6621.96
JamaicaJAM19952522.1035.1421203618.003747.1665.9821.15
JamaicaJAM19962538.0037.1195602421.093804.1465.5020.48
JamaicaJAM19972554.0035.4044685429.863327.3054.9523.35
JamaicaJAM19982576.0036.5499992430.303441.7857.9220.38
JamaicaJAM19992590.0039.0435218832.503413.8357.4920.35
JamaicaJAM20002633.0042.7011413635.103464.2657.6620.53
JordanJOR19944060.840.6987642050.283780.0358.3219.36
JordanJOR19954195.000.7003775240.283929.7554.8318.85
JordanJOR19964314.230.7089999910.293747.7759.0317.44
JordanJOR19974459.120.7089999910.293974.3457.5914.17
JordanJOR19984597.350.7089999910.304063.3959.5811.84
JordanJOR19994739.870.7089999910.294203.9259.439.98
JordanJOR20004886.810.7089999910.284282.2263.1810.74
JapanJPN1994124960.00102.208176.4822302.1160.8531.36
JapanJPN1995125570.0094.0596172.5922967.1260.9831.58
JapanJPN1996125864.00108.779168.7724046.5160.8732.71
JapanJPN1997126166.00120.991167.2124737.4460.6632.31
JapanJPN1998126486.00130.905165.3724661.4361.8330.15
JapanJPN1999126686.00113.907161.7424979.2462.8728.94
JapanJPN2000126919.00107.765156.0825924.3961.6229.75
KazakhstanKAZ199416297.0035.538330084.455853.5670.8517.12
KazakhstanKAZ199516066.0060.9500007611.155662.0764.0010.68
KazakhstanKAZ199615921.0067.3033294715.155882.1869.887.31
KazakhstanKAZ199715334.4075.437516.866212.4672.017.77
KazakhstanKAZ199815073.0078.3033294717.986003.1176.827.38
KazakhstanKAZ199914927.00119.523300219.027094.6470.687.50
KazakhstanKAZ200014869.00142.133300821.098331.2960.887.14
KenyaKEN199426506.7956.0505790712.811180.0572.507.09
KenyaKEN199527216.0051.4298286413.961225.4879.517.74
KenyaKEN199627918.1057.1148681614.861268.6178.647.74
KenyaKEN199728043.0058.7318382316.041342.5182.147.57
KenyaKEN199828726.0060.3666992217.701327.7181.717.89
KenyaKEN199929416.0070.3262176519.181286.8678.157.75
KenyaKEN200030092.0076.1755371120.051316.2680.127.54
KyrgyzstanKGZ19944473.0010.841679570.823296.8062.553.27
KyrgyzstanKGZ19954514.0010.821880341.292771.8362.987.21
KyrgyzstanKGZ19964576.0012.809559821.972595.9666.2311.17
KyrgyzstanKGZ19974681.0017.36248972.332817.5955.3810.24
KyrgyzstanKGZ19984797.0020.837570192.682663.5568.527.19
KyrgyzstanKGZ19994864.6039.007728583.432922.3962.817.92
KyrgyzstanKGZ20004915.0047.703830723.993205.1160.336.97
CambodiaKHM199410367.142545.25550.011087.3486.183.98
CambodiaKHM199510695.322450.833008596.211183.7091.894.65
CambodiaKHM199610968.052624.083008623.521217.9090.505.54
CambodiaKHM199711236.772946.25622.341300.7284.465.14
CambodiaKHM199811498.003744.416992727.291284.9286.295.76
CambodiaKHM199911756.713807.833008752.211296.9986.416.45
CambodiaKHM2000nananananana
St. Kitts & NevisKNA199441.192.7000000481.549481.7640.8219.36
St. Kitts & NevisKNA199541.002.7000000481.4310692.0348.4118.19
St. Kitts & NevisKNA199640.882.7000000481.3911661.9850.7917.94
St. Kitts & NevisKNA199740.822.7000000481.4412643.5843.9517.17
St. Kitts & NevisKNA199840.822.7000000481.4712949.7243.9116.42
St. Kitts & NevisKNA199940.882.7000000481.3914272.9548.2013.23
St. Kitts & NevisKNA200041.002.7000000481.4114627.3047.4716.49
Korea, Republic ofKOR199444642.00803.446584.4112396.2954.9040.23
Korea, Republic ofKOR199545093.00771.273617.7013547.4555.3140.50
Korea, Republic ofKOR199645545.00804.453641.6414319.8956.5441.64
Korea, Republic ofKOR199745991.00951.289670.2814704.0357.4837.65
Korea, Republic ofKOR199846430.001401.44702.5913622.0155.7424.66
Korea, Republic ofKOR199946858.001188.82709.1014528.7358.1529.05
Korea, Republic ofKOR200047275.001130.96732.2914936.6957.1230.78
KuwaitKWT1994nananananana
KuwaitKWT1995nananananana
KuwaitKWT19961697.000.2994086150.2323385.9352.029.92
KuwaitKWT1997nananananana
KuwaitKWT1998nananananana
KuwaitKWT1999nananananana
KuwaitKWT2000nananananana
LaosLAO1994nananananana
LaosLAO1995nananananana
LaosLAO19964725.58921.0217285267.901367.3162.2321.23
LaosLAO1997nananananana
LaosLAO1998nananananana
LaosLAO1999nananananana
LaosLAO2000nananananana
LebanonLBN19943929.731680.072998952.264075.21116.1617.47
LebanonLBN19954005.001621.4129641011.424448.56112.0617.75
LebanonLBN19964077.011571.443971016.534927.15106.1915.82
LebanonLBN19974145.531539.4499511070.965158.00102.2713.80
LebanonLBN19984210.341516.1319581104.625306.5790.8214.94
LebanonLBN19994271.231507.8439941033.705660.0484.8210.30
LebanonLBN20004328.001507.5942.166089.2676.508.18
St. LuciaLCA1994142.702.7000000481.675858.9372.3314.08
St. LuciaLCA1995145.402.7000000481.686214.0271.0210.71
St. LuciaLCA1996147.002.7000000481.676267.6873.6112.28
St. LuciaLCA1997149.672.7000000481.686238.9774.3614.19
St. LuciaLCA1998151.952.7000000481.746397.5673.6613.44
St. LuciaLCA1999153.702.7000000481.786578.3476.5514.36
St. LuciaLCA2000156.002.7000000481.796822.9874.8113.69
Sri LankaLKA199417865.0049.4151382411.542813.2977.4212.51
Sri LankaLKA199518112.0051.2515907312.342991.1877.7911.87
Sri LankaLKA199618300.0055.271438613.133201.4374.7111.39
Sri LankaLKA199718552.0058.9946098315.253145.9470.2811.99
Sri LankaLKA199818774.0064.4501190215.823429.3269.2812.46
Sri LankaLKA199919043.0070.6354522716.293564.6570.3912.49
Sri LankaLKA200019359.0077.0051193216.893840.7767.6112.51
LesothoLSO19941885.183.5507979391.131266.47104.3432.80
LesothoLSO19951926.003.627084971.261270.7497.1441.61
LesothoLSO19961968.334.2993488311.421319.9693.7547.20
LesothoLSO19971944.714.6079621321.671449.8890.2544.58
LesothoLSO19981978.095.5282840731.741430.2083.3638.40
LesothoLSO19992008.246.1094841961.961413.2175.5137.52
LesothoLSO20002035.006.9398279192.051492.2764.6336.22
LithuaniaLTU19943721.003.9777500630.706514.5571.038.23
LithuaniaLTU19953715.0041.086031.8364.5913.76
LithuaniaLTU19963709.0041.316495.2566.3413.42
LithuaniaLTU19973705.5941.437211.7566.5616.09
LithuaniaLTU19983703.0041.467925.1964.1616.26
LithuaniaLTU19993699.0041.497759.5768.0614.95
LithuaniaLTU20003695.0041.468396.6666.3512.98
LuxembourgLUX1994403.8033.456539.7931897.3050.3024.06
LuxembourgLUX1995412.8029.4838.2733757.3059.2123.86
LuxembourgLUX1996418.3030.961538.2635144.2459.8923.68
LuxembourgLUX1997423.7035.773938.2438908.9256.3524.85
LuxembourgLUX1998429.2036.298638.2441716.9954.6523.34
LuxembourgLUX1999435.7037.864138.5444322.4453.3525.10
LuxembourgLUX2000441.4043.784938.3848967.5649.5823.48
LatviaLVA19942548.000.5597500210.145612.6062.486.91
LatviaLVA19952516.000.5275833010.165962.0957.2110.00
LatviaLVA19962491.000.5507500170.186194.1362.7310.41
LatviaLVA19972469.000.5809167030.206596.2263.6311.18
LatviaLVA19982449.000.5898333190.217042.5264.9414.59
LatviaLVA19992410.000.5851666930.217625.3465.0912.42
LatviaLVA20002372.000.606500030.228305.2264.5911.85
MacaoMAC1994418.778.0500001915.8321866.9334.8522.02
MacaoMAC1995430.008.0500001915.9023365.0433.6918.33
MacaoMAC1996440.918.0500001915.6623350.4334.9813.82
MacaoMAC1997418.007.9752922065.8222959.6838.8014.72
MacaoMAC1998426.007.9787669185.5821820.7540.3712.89
MacaoMAC1999434.007.9918498995.2521517.9241.4712.01
MacaoMAC2000438.008.0258998874.9223118.1139.248.25
MoroccoMAR199425926.009.202714923.073512.9882.809.66
MoroccoMAR199526386.008.5402364733.173362.4781.3211.29
MoroccoMAR199626848.008.7158756263.123808.4882.289.56
MoroccoMAR199727310.009.5271072392.983903.3577.1910.08
MoroccoMAR199827775.009.6044158942.874308.9377.3811.45
MoroccoMAR199928238.009.8044185642.854299.6176.7310.55
MoroccoMAR200028705.0010.625639922.884299.2476.1212.22
MoldovaMDA1994nananananana
MoldovaMDA19954339.004.4958000180.642316.8365.5910.32
MoldovaMDA19964325.004.6044831280.802264.2070.629.49
MoldovaMDA19974312.004.623582840.842457.1069.898.85
MoldovaMDA19984299.005.3706998830.922294.6680.259.57
MoldovaMDA19994290.0010.515810011.362111.2276.578.84
MoldovaMDA20004282.0012.434220311.692212.2394.108.70
MadagascarMDG199412915.043067.335938909.03778.1091.642.62
MadagascarMDG199513300.004265.6318361292.75784.2591.302.62
MadagascarMDG199613717.554061.2519531479.40799.0690.082.83
MadagascarMDG199714148.205090.886231566.28818.5991.842.69
MadagascarMDG199814592.385441.3979491675.00836.6791.792.76
MadagascarMDG199915050.506283.7749021819.92862.3392.842.72
MadagascarMDG200015523.006767.4809571925.96876.6893.583.23
MexicoMEX199489352.003.37512.107572.1776.8121.08
MexicoMEX199590903.006.41942.887028.2075.6714.42
MexicoMEX199692450.007.59953.727344.1474.2316.85
MexicoMEX199793990.007.91854.307861.6973.8819.70
MexicoMEX199895521.009.1364.958141.7475.2320.74
MexicoMEX199997428.009.56045.548497.6874.7920.45
MexicoMEX200097221.009.45565.759710.9967.0920.83
MacedoniaMKD19941947.0043.2631797816.974113.1976.928.90
MacedoniaMKD19951966.0037.8817596419.354445.4770.6913.15
MacedoniaMKD19961980.0039.981079119.474571.2172.6412.67
MacedoniaMKD19971996.8750.0035514819.824686.6273.3712.53
MacedoniaMKD19982015.0054.4617309620.134816.1974.2612.49
MacedoniaMKD19992017.0056.9018287719.835236.6472.0410.40
MacedoniaMKD20002031.0065.9038696320.995506.4781.7610.03
MaliMLI19949449.71555.2047119146.93703.6892.977.57
MaliMLI19959705.00499.148407160.86788.5185.677.24
MaliMLI19969993.35511.5523987168.02812.3386.577.79
MaliMLI199710089.80583.6693726161.44888.9579.256.41
MaliMLI199810333.64589.9517822163.33908.8680.316.42
MaliMLI199910583.65615.6990967155.48959.5579.556.17
MaliMLI200010840.00711.9763184151.60995.5277.076.36
MaltaMLT1994368.000.3779211040.2610923.1963.9620.61
MaltaMLT1995371.000.3530587850.2512309.9266.0821.43
MaltaMLT1996373.000.36045590.2413226.5068.2718.81
MaltaMLT1997383.000.3859660920.2414136.2466.6416.58
MaltaMLT1998385.000.3884595040.2414977.6266.6514.55
MaltaMLT1999nananananana
MaltaMLT2000nananananana
MongoliaMNG1994nananananana
MongoliaMNG1995nananananana
MongoliaMNG19962497.75548.4033203185.331268.4862.9816.64
MongoliaMNG1997nananananana
MongoliaMNG1998nananananana
MongoliaMNG1999nananananana
MongoliaMNG2000nananananana
MozambiqueMOZ199415420.006038.5878911070.88809.6799.673.52
MozambiqueMOZ199515820.009024.3330081713.10784.4699.744.36
MozambiqueMOZ199616230.0011293.752322.23853.5597.803.66
MozambiqueMOZ199716630.0011772.629882539.50942.6593.823.33
MozambiqueMOZ199816965.0012110.20022696.711026.0291.564.20
MozambiqueMOZ199917299.0013028.589842868.801046.8097.525.90
MozambiqueMOZ200017691.0015447.139652986.651113.4396.094.68
MauritaniaMRT19942264.96123.574996940.951367.8774.246.87
MauritaniaMRT19952329.00129.768295346.391285.7878.298.14
MauritaniaMRT19962394.35137.221694949.671265.9877.759.95
MauritaniaMRT19972415.46151.85330251.801327.7975.6511.01
MauritaniaMRT19982493.12188.475799655.681357.3579.5810.35
MauritaniaMRT19992576.18209.514205954.691425.5677.378.64
MauritaniaMRT2000nananananana
MauritiusMUS19941113.0017.960369115.6010096.1284.3113.65
MauritiusMUS19951122.0017.386320115.5611067.2481.2710.62
MauritiusMUS19961134.0017.948070535.7611808.2880.1010.40
MauritiusMUS19971147.7121.057260516.1612226.8581.4912.79
MauritiusMUS19981159.7323.992649086.2813440.9079.1311.83
MauritiusMUS19991174.4025.185810096.6513632.8982.1311.14
MauritiusMUS20001186.1426.24955946.7314405.6981.3311.34
MalawiMWI19949493.118.7364053732.28476.4583.598.97
MalawiMWI19959757.0015.283740043.65637.5388.525.03
MalawiMWI199610016.0015.308469774.82718.1295.964.62
MalawiMWI19979664.9316.444179535.17833.0696.644.56
MalawiMWI19989884.0031.072679526.95785.6291.854.35
MalawiMWI199910097.5044.088138589.58824.82100.704.49
MalawiMWI200010311.0059.543811812.13807.7493.583.75
MalaysiaMYS199420103.262.6242570881.247617.4351.1131.97
MalaysiaMYS199520609.862.5044040681.278381.0350.7134.74
MalaysiaMYS199621129.232.515943051.319165.7849.1333.18
MalaysiaMYS199721667.002.8131918911.349688.6748.2034.40
MalaysiaMYS199822180.003.9243750571.2510191.9240.8718.06
MalaysiaMYS199922710.003.7999999521.2710435.7834.8518.26
MalaysiaMYS200023270.003.7999999521.559421.5030.0321.70
NamibiaNAM19941502.853.5507979391.654398.6356.9811.87
NamibiaNAM19951543.003.627084971.814336.0058.9410.53
NamibiaNAM19961582.994.2993488311.994354.8559.4511.40
NamibiaNAM19971647.524.6079621322.334421.2461.6910.19
NamibiaNAM19981681.825.5282840732.534567.8160.9213.25
NamibiaNAM19991718.276.1094841962.674772.4158.5911.67
NamibiaNAM2000nananananana
NigerNER19948842.09555.2047119122.62801.6977.074.13
NigerNER19959150.00499.148407126.81809.7078.252.99
NigerNER19969469.07511.5523987134.38799.4081.473.92
NigerNER19979770.24583.6693726138.02798.7080.444.25
NigerNER199810120.12589.9517822143.64841.3482.784.39
NigerNER199910475.80615.6990967136.84866.4179.183.74
NigerNER200010832.00711.9763184133.32902.2883.323.85
NigeriaNGA1994108012.5721.9960002915.94719.1472.8712.76
NigeriaNGA1995111270.0021.8952598623.53755.8975.4611.04
NigeriaNGA1996114495.5121.8844299326.61926.0961.199.82
NigeriaNGA1997117680.7521.8860492725.87964.8873.979.61
NigeriaNGA1998120817.2621.8859996828.64816.1581.1311.54
NigeriaNGA1999123896.5292.3380966232.58795.7469.8216.31
NigeriaNGA2000126910.00101.697303839.93826.4731.8922.19
NicaraguaNIC19944304.716.7228751181.671711.6984.6010.13
NicaraguaNIC19954426.007.5455918311.751838.3782.7011.31
NicaraguaNIC19964548.058.4355001452.071772.6380.2812.71
NicaraguaNIC19974680.479.4480829242.561553.2894.5316.80
NicaraguaNIC19984810.2910.581919672.731666.0696.2817.16
NicaraguaNIC19994940.7411.809249882.941800.77104.7321.48
NicaraguaNIC20005071.0012.684390073.081947.2292.2117.88
NetherlandsNLD199415381.001.822.1019638.7662.6021.10
NetherlandsNLD199515460.001.60572.0920607.3262.1421.85
NetherlandsNLD199615526.001.68592.0921430.5062.5521.93
NetherlandsNLD199715607.001.95132.0922582.8462.2322.35
NetherlandsNLD199815703.001.98372.1023648.7662.8422.34
NetherlandsNLD199915809.002.06852.1324483.2363.7622.37
NetherlandsNLD200015920.002.39192.1625758.8362.7322.47
NorwayNOR19944337.007.05769.2021746.5160.6125.84
NorwayNOR19954358.006.33529.2623015.9259.8027.17
NorwayNOR19964381.006.44989.3124937.0658.9525.94
NorwayNOR19974405.007.07349.3526615.1457.9128.41
NorwayNOR19984432.007.54519.5626317.2161.3031.31
NorwayNOR19994462.007.79929.7227622.5260.5826.91
NorwayNOR20004491.008.80189.8932057.2953.4524.48
NepalNPL199420753.4549.397518168.221168.2069.4017.03
NepalNPL199521272.0051.890331278.441222.3067.8318.06
NepalNPL199621794.6856.691951758.991272.3170.3718.83
NepalNPL199721444.8858.009548199.461380.5070.7917.36
NepalNPL199821965.4265.975791939.661415.7170.4216.56
NepalNPL199922498.0468.2393722510.291476.5570.4913.26
NepalNPL200023043.0071.0938034110.511564.8367.2716.02
New ZealandNZL19943602.001.68651.4916302.7468.1921.95
New ZealandNZL19953656.001.52391.4817075.0467.7123.36
New ZealandNZL19963714.001.45491.4717707.2668.1923.38
New ZealandNZL19973761.001.51241.4817945.2969.1622.06
New ZealandNZL19983792.001.86831.4818085.4470.5020.99
New ZealandNZL19993811.001.88961.4619007.0370.1222.69
New ZealandNZL20003831.002.20121.4620008.2967.6422.33
OmanOMN1994nananananana
OmanOMN1995nananananana
OmanOMN19962173.000.3844999970.2016667.8858.288.08
OmanOMN1997nananananana
OmanOMN1998nananananana
OmanOMN1999nananananana
OmanOMN2000nananananana
PakistanPAK1994119401.8529.877840047.441768.4471.2911.40
PakistanPAK1995122374.9530.929689418.171878.3271.4611.09
PakistanPAK1996125409.8535.265731818.761951.6674.0211.07
PakistanPAK1997128457.3140.917919169.621962.2576.3610.48
PakistanPAK1998131582.0044.942840589.932048.3973.7210.08
PakistanPAK1999134790.0049.1183395410.442085.4177.288.68
PakistanPAK2000138080.0053.6481895410.692157.8674.048.81
PanamaPAN19942585.2410.555441.8758.4723.68
PanamaPAN19952631.0010.555453.2558.2426.17
PanamaPAN19962674.0010.545670.9257.9426.54
PanamaPAN19972719.0010.506002.1061.2425.19
PanamaPAN19982764.0010.516217.6965.5526.58
PanamaPAN19992811.0010.516336.4263.0728.71
PanamaPAN20002856.0010.526650.2062.2526.65
PeruPER199423149.982.1949999331.194009.2770.8119.94
PeruPER199523532.002.2533330921.294373.1170.2322.00
PeruPER199623947.002.4533329011.414434.0870.8820.86
PeruPER199724371.002.6641669271.364734.2269.4022.28
PeruPER199824801.002.9300000671.454629.3070.3521.78
PeruPER199925230.003.3833329681.494627.9770.0618.43
PeruPER200025661.003.490000011.524799.3069.5317.44
PhilippinesPHL199468661.4926.417169578.742822.8673.0515.89
PhilippinesPHL199570267.0025.714469919.142968.2074.7115.56
PhilippinesPHL199671899.0026.216100699.683122.2975.2516.42
PhilippinesPHL199771324.6829.4706592610.193344.3075.7417.48
PhilippinesPHL199872775.4540.8930511510.853415.2876.5413.95
PhilippinesPHL199974194.8839.0889816311.243726.8971.8312.22
PhilippinesPHL200075580.0044.192249311.014064.7067.1211.63
Papua New GuineaPNG19944201.861.0113400220.314188.1650.165.76
Papua New GuineaPNG19954301.001.2798420190.393800.1662.678.42
Papua New GuineaPNG19964400.901.3190749880.453529.3554.2612.65
Papua New GuineaPNG19974760.731.437971950.433423.7360.9211.06
Papua New GuineaPNG19984882.812.0735919480.493311.2359.269.46
Papua New GuineaPNG19995005.922.5707728860.553313.2663.019.54
Papua New GuineaPNG2000nananananana
PolandPOL199438544.002.27230.886623.4476.0614.85
PolandPOL199538588.002.4251.117204.2272.9117.34
PolandPOL199638618.002.69611.307712.8575.0819.53
PolandPOL199738650.003.27931.488250.2675.6221.50
PolandPOL199838666.003.47541.648727.1475.7522.38
PolandPOL199938654.003.96711.749150.8277.1822.24
PolandPOL200038646.004.34611.849661.3667.2124.35
Puerto RicoPRI1994nananananana
Puerto RicoPRI1995nananananana
Puerto RicoPRI19963733.0010.839765.6596.1122.95
Puerto RicoPRI19973805.0010.8510048.2696.6125.16
Puerto RicoPRI19983833.0010.8710590.0995.5523.29
Puerto RicoPRI1999nananananana
Puerto RicoPRI2000nananananana
PortugalPRT19949902.80165.993122.0012435.1262.8620.71
PortugalPRT19959916.80151.106126.5712907.0072.3823.85
PortugalPRT19969926.90154.244129.1713523.0872.4823.73
PortugalPRT19979940.70175.312131.8814268.5372.2125.41
PortugalPRT19989968.70180.104134.3715165.2272.3326.62
PortugalPRT19999990.00188.178133.2116302.3261.6726.46
PortugalPRT200010005.00217.603135.1517088.9660.7427.22
ParaguayPRY19944711.891911.545044610.275209.5072.5612.24
ParaguayPRY19954828.001970.400024698.175236.2172.8412.89
ParaguayPRY19964955.002062.783936751.375342.3971.6112.43
ParaguayPRY19975085.002177.863037838.304909.9779.8713.06
ParaguayPRY19985219.002726.48999941.074766.3980.8812.43
ParaguayPRY19995358.843119.072998955.204723.7977.1211.63
ParaguayPRY20005496.003486.353027993.264801.3077.1411.06
QatarQAT1994nananananana
QatarQAT1995nananananana
QatarQAT1996693.003.6400001052.4919843.9150.1013.25
QatarQAT1997nananananana
QatarQAT1998nananananana
QatarQAT1999nananananana
QatarQAT2000nananananana
RomaniaROM199422731.001655.08606499.954377.7572.1313.89
RomaniaROM199522681.002033.276001676.224699.6677.5512.60
RomaniaROM199622608.003084.218018962.084983.7683.0811.64
RomaniaROM199722554.007167.9428712345.914787.4182.2711.50
RomaniaROM199822503.008875.5761723402.874848.8683.9410.65
RomaniaROM199922457.9915332.839844983.814818.3581.4710.12
RomaniaROM200022435.0021708.72077059.265023.5381.0311.18
RussiaRUS1994148336.002.1907498840.557499.8649.5118.33
RussiaRUS1995148140.994.5591502191.477068.7460.7317.40
RussiaRUS1996147739.015.120832922.047106.7963.8613.72
RussiaRUS1997147304.005.7848329542.307297.9566.6813.05
RussiaRUS1998146899.019.7050828932.647086.3967.739.20
RussiaRUS1999146308.9924.61993984.038074.7057.358.81
RussiaRUS2000145555.0128.129169464.859995.9154.748.79
RwandaRWA19946230.00194.51750.39529.48132.164.48
RwandaRWA19956400.00262.197509870.67746.3492.773.08
RwandaRWA19966727.00306.820007377.90823.2589.713.21
RwandaRWA19977895.18301.529785284.13847.7991.443.72
RwandaRWA19988105.00312.314086985.32914.2289.344.22
RwandaRWA19998310.00333.941894582.25944.8685.723.46
RwandaRWA20008508.00389.696197584.20976.1683.863.22
Saudi ArabiaSAU1994nananananana
Saudi ArabiaSAU1995nananananana
Saudi ArabiaSAU199619409.003.7449998862.2212245.5746.998.88
Saudi ArabiaSAU1997nananananana
Saudi ArabiaSAU1998nananananana
Saudi ArabiaSAU1999nananananana
Saudi ArabiaSAU2000nananananana
SudanSDN1994nananananana
SudanSDN1995nananananana
SudanSDN199627160.681250.791992328.141159.2679.219.57
SudanSDN1997nananananana
SudanSDN1998nananananana
SudanSDN1999nananananana
SudanSDN2000nananananana
SenegalSEN19948110.87555.2047119182.521363.8081.266.60
SenegalSEN19958330.00499.148407189.551421.7982.136.41
SenegalSEN19968557.01511.5523987187.901477.7083.676.66
SenegalSEN19978777.14583.6693726189.051545.1983.826.55
SenegalSEN19989032.38589.9517822188.741608.4083.677.44
SenegalSEN19999286.27615.6990967190.871650.8186.216.91
SenegalSEN20009530.00711.9763184194.261680.9786.917.14
SingaporeSGP19943421.001.5274440051.4621361.8638.3439.92
SingaporeSGP19953526.001.4173749691.4423306.6036.5141.32
SingaporeSGP19963670.001.4100409751.4124938.8534.7443.93
SingaporeSGP19973794.001.4848059421.4126755.9033.9245.56
SingaporeSGP19983923.001.6736019851.3526322.4832.8740.05
SingaporeSGP19993952.001.6949570181.3926470.2934.7437.74
SingaporeSGP20004018.001.7239630221.3828643.5934.7937.72
Sierra LeoneSLE19944399.00586.7396851130.03951.9081.944.55
Sierra LeoneSLE19954510.00755.2158203163.60885.2492.023.21
Sierra LeoneSLE19964630.00920.7324829203.31921.2298.935.27
Sierra LeoneSLE1997nananananana
Sierra LeoneSLE19984830.481563.618042288.65780.8594.564.22
Sierra LeoneSLE1999nananananana
Sierra LeoneSLE20005031.002092.125361.48733.5493.123.91
El SalvadorSLV19945540.868.7287502293.353816.3789.039.81
El SalvadorSLV19955669.008.7545833593.544143.5989.3110.35
El SalvadorSLV19965798.008.7550001143.694235.7988.777.79
El SalvadorSLV19975911.008.7562503813.744408.4187.057.90
El SalvadorSLV19986035.008.7550001143.884483.9986.729.28
El SalvadorSLV19996153.748.7550001143.864592.3987.768.34
El SalvadorSLV20006276.008.7550001144.004622.3789.268.87
Sao Tome and PrincipeSTP1994128.65732.6281738207.811357.60102.7618.97
Sao Tome and PrincipeSTP1995132.001420.340942378.051294.79114.3117.42
Sao Tome and PrincipeSTP1996135.292203.164063573.951272.02106.5618.71
Sao Tome and PrincipeSTP1997nananananana
Sao Tome and PrincipeSTP1998141.706883.2431641546.811284.0475.4517.81
Sao Tome and PrincipeSTP1999144.907118.9580081797.051284.2774.9618.08
Sao Tome and PrincipeSTP2000148.007978.1718751908.791316.8174.0018.08
Slovak RepublicSVK19945347.0032.04489.659036.7565.4916.74
Slovak RepublicSVK19955364.0029.713410.529675.5665.9121.68
Slovak RepublicSVK19965374.0030.653711.299992.8770.1627.02
Slovak RepublicSVK19975383.0033.616211.8510753.5770.3726.01
Slovak RepublicSVK19985391.0035.233411.7711835.6056.4727.91
Slovak RepublicSVK19995395.8041.362812.4912102.0855.9824.51
Slovak RepublicSVK20005401.0046.035213.0212618.5352.2224.78
SloveniaSVN19941988.90128.808593879.9711662.1253.2119.87
SloveniaSVN19951990.00118.518501389.0312574.9654.4623.11
SloveniaSVN19961991.00135.364303697.2713151.5154.3223.23
SloveniaSVN19971985.96159.6882935103.9614143.0253.2424.14
SloveniaSVN19981982.60166.134201108.9315067.3452.8225.35
SloveniaSVN19991985.50181.7691956113.4316198.3153.2727.82
SloveniaSVN20001988.00222.6560974119.6916983.3851.1327.60
SwedenSWE19948781.007.7169.4419256.7269.4818.48
SwedenSWE19958827.007.13339.5020438.3066.8319.46
SwedenSWE19968841.006.7069.5220864.5567.5018.93
SwedenSWE19978846.007.63499.5821521.1367.2718.59
SwedenSWE19988851.007.94999.5822475.3167.5619.56
SwedenSWE19998858.008.26249.6423477.2767.9319.51
SwedenSWE20008871.009.16229.6024628.4450.1420.60
SwazilandSWZ1994nananananana
SwazilandSWZ1995nananananana
SwazilandSWZ1996928.554.2993488311.095175.4371.2218.45
SwazilandSWZ1997959.704.6079621321.394773.6170.8820.40
SwazilandSWZ1998990.465.5282840731.514839.6169.0721.30
SwazilandSWZ19991019.476.1094841961.634928.8570.4718.63
SwazilandSWZ20001045.006.9398279191.775046.7270.8718.87
SeychellesSYC199473.925.0558581354.028216.6642.5616.11
SeychellesSYC199575.304.7619748123.449352.8352.6316.28
SeychellesSYC199676.544.9699831013.509422.0145.2028.23
SeychellesSYC199777.325.0263419153.3810332.3057.5418.98
SeychellesSYC199878.855.2621917722.8812334.4773.0916.45
SeychellesSYC199980.035.3425831793.3511454.2365.6417.61
SeychellesSYC200081.235.713817123.7111644.4262.1814.50
SyriaSYR199413713.8011.2250003810.873391.8774.7411.94
SyriaSYR199514112.0011.2250003810.563819.4470.8610.43
SyriaSYR199614505.9911.2250003811.373971.0970.939.15
SyriaSYR199715015.0011.2250003812.194071.7367.458.26
SyriaSYR199815402.0011.2250003812.024263.7267.967.89
SyriaSYR199915792.0011.2250003812.454176.4965.987.66
SyriaSYR200016189.0011.2250003812.834337.7860.577.00
ChadTCD19946463.87555.2047119104.70802.6790.137.87
ChadTCD19956707.00499.148407122.82871.6585.244.67
ChadTCD19966893.71511.5523987136.07885.9084.436.47
ChadTCD19977085.62583.6693726132.56936.6884.766.29
ChadTCD19987282.87589.9517822146.16938.4886.656.97
ChadTCD19997485.61615.6990967132.56970.4585.944.83
ChadTCD20007694.00711.9763184135.74959.4179.786.70
TogoTGO19943990.00555.2047119163.22838.1268.929.01
TogoTGO19954110.00499.148407186.59850.5069.319.94
TogoTGO19964230.00511.5523987201.70884.7471.3912.18
TogoTGO19974135.17583.6693726216.81976.0683.5210.62
TogoTGO19984258.14589.9517822199.34983.7477.3212.72
TogoTGO19994388.60615.6990967200.06995.4876.5811.32
TogoTGO20004527.00711.9763184207.24926.0477.4512.32
ThailandTHA199458718.0025.1499500310.256019.2049.7641.04
ThailandTHA199559401.0024.9151802110.646637.2550.8642.04
ThailandTHA199660003.0025.3426799810.837093.7250.6041.49
ThailandTHA199759370.4731.3643302911.277051.2551.8433.08
ThailandTHA199859793.5041.3593902612.306410.1751.0417.75
ThailandTHA199960245.8037.8136596711.856477.3153.0418.58
ThailandTHA200060728.0040.1118011511.886715.3153.4620.87
TajikistanTJK1994nananananana
TajikistanTJK1995nananananana
TajikistanTJK19965927.00295.546.95985.6967.3711.96
TajikistanTJK19976017.000.5623332860.071215.8568.698.66
TajikistanTJK19986127.000.7766249780.141234.3083.126.86
TajikistanTJK19996156.001.2377920150.171278.5371.908.41
TajikistanTJK20006170.002.0762500760.211379.6975.949.09
TurkmenistanTKM1994nananananana
TurkmenistanTKM1995nananananana
TurkmenistanTKM19964598.003978.225098449.044533.3339.0540.47
TurkmenistanTKM1997nananananana
TurkmenistanTKM1998nananananana
TurkmenistanTKM1999nananananana
TurkmenistanTKM2000nananananana
Trinidad&TobagoTTO19941253.515.9249291422.808361.0858.8312.99
Trinidad&TobagoTTO19951262.005.9477958682.739177.1561.439.78
Trinidad&TobagoTTO19961270.176.0050659182.839481.5663.4810.14
Trinidad&TobagoTTO19971277.746.251677993.498211.9169.7517.97
Trinidad&TobagoTTO19981285.146.2983078963.548426.1574.7414.06
Trinidad&TobagoTTO19991292.756.2989001272.9811192.6872.848.36
Trinidad&TobagoTTO20001301.006.2997970582.7613720.5769.767.43
TunisiaTUN19948823.691.0115540030.345214.3976.1712.71
TunisiaTUN19958957.500.9457499980.365343.9576.8512.78
TunisiaTUN19969089.300.9734082820.365830.0577.4813.06
TunisiaTUN19979215.001.1059080360.376077.8478.1113.12
TunisiaTUN19989333.301.1387250420.386352.5879.2712.98
TunisiaTUN19999455.901.1862250570.396787.7878.7412.49
TunisiaTUN20009563.501.3706829550.397130.1578.5613.29
TurkeyTUR199460573.0029608.711092.725757.2869.0416.11
TurkeyTUR199561646.0045845.120693.486085.0068.5921.63
TurkeyTUR199662695.0081404.936675.476424.4270.8420.99
TurkeyTUR199763745.0015186564522.947010.8970.5521.49
TurkeyTUR199864789.00260724111801.757209.8869.1020.15
TurkeyTUR199965819.00418783168680.636972.8569.6518.07
TurkeyTUR200066835.00625218252226.947414.0269.1521.11
TaiwanTWN199421034.9026.459922.8013471.4362.6321.77
TaiwanTWN199521214.9926.489923.0714341.1562.8521.63
TaiwanTWN199621387.8127.459923.0315589.1062.4920.63
TaiwanTWN199721577.3828.722.9716827.6962.7521.83
TaiwanTWN199821777.1033.459923.1117742.8063.9321.96
TaiwanTWN1999nananananana
TaiwanTWN2000nananananana
TanzaniaTZA199428793.00509.6308899159.87437.3286.9711.15
TanzaniaTZA199529646.00574.7617188198.45452.3085.159.92
TanzaniaTZA199630487.82579.9766846235.95471.4085.458.62
TanzaniaTZA199731316.10612.1224976340.30433.0582.2310.42
TanzaniaTZA199832128.48664.6712036367.40449.6889.559.83
TanzaniaTZA199932922.57744.7590942412.84474.7088.058.90
TanzaniaTZA200033696.00800.4085083437.36490.1883.339.39
UgandaUGA199418599.39979.4453735332.78711.2178.672.92
UgandaUGA199519168.00968.916687342.81816.9378.143.53
UgandaUGA199619740.951046.084961362.94855.1580.103.64
UgandaUGA199720420.001083.009033380.43901.6176.783.29
UgandaUGA199821040.001240.30603387.35933.5378.373.17
UgandaUGA199921620.001454.827026397.011016.6383.853.22
UgandaUGA200022210.001644.474976410.331029.5785.063.57
UkraineUKR199451921.000.3275142010.045594.7754.2817.10
UkraineUKR199551531.001.4730750320.224724.5255.8811.12
UkraineUKR199651114.001.8294689660.364402.5256.489.03
UkraineUKR199750697.001.8616579770.424422.6556.859.34
UkraineUKR199850303.002.4495420460.454531.5257.659.36
UkraineUKR199949906.004.1304421420.544833.4654.198.80
UkraineUKR200049501.005.4402332310.685146.9654.369.68
UruguayURY19943194.725.0439171793.008572.8269.5012.00
UruguayURY19953218.006.3489999774.138630.7567.9012.65
UruguayURY19963241.527.9718332295.089285.2369.5911.58
UruguayURY19973265.009.4418325426.329912.4469.8511.79
UruguayURY19983289.0010.471920016.7210571.7770.6312.21
UruguayURY19993313.0011.339300166.8910379.1871.4911.06
UruguayURY20003337.0012.09959037.0710284.5971.8210.03
United StatesUSA1994260616.0011.0026834.1268.1120.90
United StatesUSA1995263073.0011.0027894.9268.1420.98
United StatesUSA1996265504.0011.0029193.9168.0521.58
United StatesUSA1997268087.0011.0030797.8467.4522.52
United StatesUSA1998270560.0011.0032230.1968.0822.89
United StatesUSA1999272996.0011.0033725.7768.8423.14
United StatesUSA2000275423.0011.0035618.6768.2624.25
UzbekistanUZB199422377.0011.41.242339.1755.7813.30
UzbekistanUZB199522785.0030.25.262529.1146.8813.69
UzbekistanUZB199623225.0041.18.602803.8255.539.33
UzbekistanUZB1997nananananana
UzbekistanUZB1998nananananana
UzbekistanUZB1999nananananana
UzbekistanUZB2000nananananana
St.Vincent & GrenadinesVCT1994110.372.7000000481.075555.2755.009.08
St.Vincent & GrenadinesVCT1995111.002.7000000481.056086.1746.909.66
St.Vincent & GrenadinesVCT1996111.682.7000000481.056432.0046.098.90
St.Vincent & GrenadinesVCT1997112.422.7000000481.106389.3657.149.77
St.Vincent & GrenadinesVCT1998113.222.7000000481.126729.9255.1010.36
St.Vincent & GrenadinesVCT1999114.082.7000000481.107033.3753.1710.42
St.Vincent & GrenadinesVCT2000115.002.7000000481.007847.4546.428.43
VenezuelaVEN199421377.00148.502700862.856458.3165.2210.43
VenezuelaVEN199521844.00176.842498894.976586.8764.4513.96
VenezuelaVEN199622311.00417.332489190.336916.3558.9011.65
VenezuelaVEN199722777.00488.6347961280.246785.2162.9415.71
VenezuelaVEN199823242.00547.5557861362.326229.5668.3416.95
VenezuelaVEN199923707.00605.7166748418.596298.2264.4013.85
VenezuelaVEN200024170.00679.9602051469.487232.4757.9913.54
VietnamVNM199471679.2410962.129881777.341339.8973.4412.60
VietnamVNM199572980.0011034.919922079.011471.0775.0113.98
VietnamVNM199674300.0011032.599612108.211651.5679.0614.90
VietnamVNM199775460.0011683.330082049.032032.7277.9113.19
VietnamVNM1998nananananana
VietnamVNM1999nananananana
VietnamVNM2000nananananana
YemenYEM199414785.0012.0100002321.33859.2849.135.30
YemenYEM199515250.0040.8391799936.10815.7355.436.58
YemenYEM199615692.2594.1566696252.23801.6366.806.82
YemenYEM199716139.48129.280807550.391093.1850.506.38
YemenYEM199816599.45135.881698643.991161.4056.056.27
YemenYEM199917047.64155.718307556.011185.5853.315.37
YemenYEM200017507.16161.718307560.941292.5639.775.62
South AfricaZAF199438283.223.5507979391.816980.6062.727.73
South AfricaZAF199539120.003.627084971.987086.0965.008.57
South AfricaZAF199639912.004.2993488312.077429.2365.177.94
South AfricaZAF199740670.334.6079621322.217606.7565.457.61
South AfricaZAF199841402.395.5282840732.337612.7966.237.28
South AfricaZAF199942106.236.1094841962.447749.9665.746.74
South AfricaZAF200042800.996.9398279192.558016.6564.997.08
Congo, Dem. Rep.ZAR199442489.321194.119019518.70315.4480.482.96
Congo, Dem. Rep.ZAR199543848.007024.4311522763.71327.2777.932.63
Congo, Dem. Rep.ZAR199645254.158376420020.81309.8178.432.43
Congo, Dem. Rep.ZAR199746753.571.3134479520.58281.0781.942.60
Congo, Dem. Rep.ZAR1998nananananana
Congo, Dem. Rep.ZAR1999nananananana
Congo, Dem. Rep.ZAR2000nananananana
ZambiaZMB19948740.72669.3706055307.48834.1975.439.86
ZambiaZMB19958980.00864.1192017402.40829.3776.5510.31
ZambiaZMB19969214.401207.900024515.01838.0578.7410.99
ZambiaZMB19979443.211314.498047596.97851.4777.5912.15
ZambiaZMB19989665.711862.06897744.91800.6985.1213.75
ZambiaZMB19999881.212388.019043941.87765.2491.8215.30
ZambiaZMB200010089.003110.8439941157.63840.9786.3315.38
ZimbabweZWE199410775.358.1515388492.012586.8460.1018.53
ZimbabweZWE199511011.008.665375712.152603.3766.8915.03
ZimbabweZWE199611242.1610.002349852.642860.2372.0611.32
ZimbabweZWE199711923.5212.111289983.172727.0682.8211.01
ZimbabweZWE199812153.8523.679109574.062799.8577.6610.75
ZimbabweZWE199912388.3238.301200876.122770.4876.8910.73
ZimbabweZWE200012627.0044.417919169.482607.0369.238.62
- - - - - - - - - - - - diff --git a/demos/external-filters-visibility-commad.html b/demos/external-filters-visibility-commad.html deleted file mode 100644 index 8f1aa53c..00000000 --- a/demos/external-filters-visibility-commad.html +++ /dev/null @@ -1,2681 +0,0 @@ - - - - tablefilter v0.0.20 - Filters Visibility Extension Demo - - - - -

tablefilter v0.0.20

-

Filters visibility extension demo

-

- This demo features the filters visibility extension. -

- -

-

-
-
-
-  
-    
-      
-      
-      
-      
-      
-      
-    
-  
-  
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-  
-
RankContinent/RegionCountry / TerritoryArea (km²)% of TotalNotes
Solar System Earth148,940,000100%Total land coverage (29.2% of Earth's surface)
1Asia /Europe - Russia - 17,098,24211.5%Largest country in the world. Encyclopaedia Britannica (EB): 17,075,400 - km² -
2America, North - Canada - 9,984,6706.7%Largest country in the Western Hemisphere. Longest coastline. EB: - 9,984,670 km² -
3 America, North - United - States - 9,629,0916.5% -
-
Includes only the - 50 - states and the District of Columbia. The total area is listed as - 9,826,630 km² by the CIA World Factbook. -
- EB: 9,522,055 km² -
4Asia, Eastern - PR - China - 9,598,0946.4%Second largest Asian country (after Asian part of Russia). Total of - separate UN figures for Mainland China (9,596,961) inclusive Hong Kong - SAR (1,104 km²) and Macau (29 km²). (Excludes all disputed - territories.) EB: 9,572,900 km² -
5America, South - Brazil - 8,514,8775.7%Largest country in South America, and in the Southern Hemisphere. - EB: 8,514,877 km² -
6Oceania, Australia - Australia - 7,692,0245.2%Australia is the only country that is coterminous with a continent. - Largest country without a land-border to neighbours. Largest country - in Oceania. EB: 7,692,208 km² -
7Asia, South-Central - India - 3,287,2632.3%Figure includes 120,849 km² of disputed territories with Pakistan - and China. Third-largest country in Asia (after Russia and China). EB: - 3,166,414 km² -
8America, South - Argentina - 2,780,4002%Second largest country in South America. -
- EB: 2,780,403 km² -
9Asia, South-Central - Kazakhstan - 2,724,9001.8%Largest landlocked country in the world. EB: 2,724,900 km²
10Africa, Northern - Sudan - 2,505,8131.7%Largest country in Africa. EB: 2,505,810 km²
11Africa, Northern - Algeria - 2,381,7411.6%Second-largest country in Africa
12Africa, Central - Democratic - Republic of the Congo (Kinshasa) - 2,344,8581.6%Third-largest country in Africa
13Europe, Northern - - Greenland - - 2,166,0861.5%Self-governing territory of Denmark. Largest island in the world.
14Middle East - Saudi - Arabia - 2,000,0001.4%Largest country in the Middle East
15America, Northern - Mexico - 1,964,3751.3%Third-largest country in North America.
16Asia, South-East - Indonesia - 1,904,5691.3%Largest and most populous country situated only on islands. Also the - largest country in South East Asia. -
17Africa, Northern - Libya - 1,759,5401.2%
18Asia, South-Central - Iran - 1,648,1951.1%
19Asia, Eastern - Mongolia - 1,564,1001.1% 
20America, South - Peru - 1,285,2160.86%Third-largest country in South America
21Africa, Central - Chad - 1,284,0000.86%
22Africa, Western - Niger - 1,267,0000.85%
23Africa, Central - Angola - 1,246,7000.85%
24Africa, Western - Mali - 1,240,1920.83%
25Africa, Southern - South - Africa - 1,221,0370.82%Includes Prince Edward Islands (Marion Island and Prince Edward Island).
26America, South - Colombia - 1,138,9140.76%Colombian census figure is 1,141,748 which includes three special - districts and San Andrés and Providencia islands (52 km²) (disputed - territories with Nicaragua). -
27Africa, Eastern - Ethiopia - 1,104,3000.74%
28America, South - Bolivia - 1,098,5810.74% 
29Africa, Western - Mauritania - 1,025,5200.69%
30Africa, Northern - Egypt - 1,002,0000.67%Excluding the disputed region Hala'ib Triangle (20,580 km²).
31Africa, Eastern - Tanzania - 945,0870.63%Includes the islands of Mafia, Pemba, and Zanzibar.
32Africa, Western - Nigeria - 923,7680.62%
33America, South - Venezuela - 912,0500.61%
34Africa, Southern - Namibia - 824,2920.55%
35Africa, Eastern - Mozambique - 801,5900.54%
36Asia, South-Central - Pakistan - 796,0950.53% -
-
Excludes all disputed territories. -
-
37Western Asia, Southern Europe - Turkey - 783,5620.53%Third-largest among countries with part of territory in Europe (after - Russia and Kazakhstan) -
38America, South - Chile - 756,1020.51%Includes Easter Island (Isla de Pascua; Rapa Nui) and Isla Sala y - Gómez, excludes claims on Antarctica (1,250,000 km²). -
39Africa, Eastern - Zambia - 752,6180.51%
40Asia, South-East - Myanmar - 676,5780.45%
41Asia, South-Central - Afghanistan - 652,0900.44%
42Africa, Eastern - Somalia - 637,6570.43%
43Africa, Central - Central - African Republic - 622,9840.42%
44Europe, Eastern - Ukraine - 603,5000.41%Largest all-European country, fourth largest among countries with - part of territory in Europe (after Russia, Kazakhstan and Turkey). -
45Africa, Eastern - Madagascar - 587,0410.39%
46Africa, Southern - Botswana - 582,0000.39%
47Africa, Eastern - Kenya - 580,3670.39%
48Europe, Western - France - 551,5000.37%Metropolitan France (European France including Corsica) only. The - French Republic including French overseas territories covers 674,843 km². -
49Europe, Northern - Sweden - 531,7960.30%Includes Gotland and Öland.
50Middle East - Yemen - 527,9680.35%Includes the islands of Perim and Socotra.
51Asia, South-East - Thailand - 513,1200.34%
52Europe, Southern - Spain - 505,9920.34%Sixth largest in Europe, second largest in western Europe. Includes - mainland Spain, the Balearic Islands and Canary Islands, as well as - the Spanish possessions (Plazas de Soberanía) off the coast of Morocco - (Ceuta, Melilla, Islas Chafarinas, Peñón de Alhucemas, and Peñón de - Vélez de la Gomera), and Isla de Alborán almost midway between Morocco - and Spain, all the latter being claimed by Morocco. -
53Asia, South-Central - Turkmenistan - 488,1000.33%
54Africa, Central - Cameroon - 475,4420.32%
55Oceania, Melanesia - Papua - New Guinea - 462,8400.31%Second largest country in Oceania.
56Asia, South-Central - Uzbekistan - 447,4000.30%The larger of only two doubly landlocked countries in the world.
57Africa, Northern - Morocco - 446,5500.30%Excluding Western Sahara.
58Middle East - Iraq - 438,3170.29%
59America, South - Paraguay - 406,7520.27%
60Africa, Eastern - Zimbabwe - 390,7570.26%
61Asia, Eastern - Japan - 377,9150.25%Includes Ryukyu Islands (Nansei Islands), Daito Islands, Ogasawara - Islands (Bonin Islands), Minami-Torishima (Marcus Island), Okino-Torishima - and Volcano Islands (Kazan Islands); excludes the southern Kuril Islands. -
62Europe, Western - Germany - 357,0220.24%EB: 357,046
63Africa, Central - Republic - of the Congo (Brazzaville) - 342,0000.23%
64Europe, Northern - Finland - 338,1450.23%Includes Åland Islands (1,552 km²).
65Asia, South-East - Vietnam - 331,6890.22%
66Asia, South-East - Malaysia - 329,8470.22%
67Europe, Northern - Norway - 323,8020.22%Mainland Norway only; not included the overseas areas of Svalbard - and Jan Mayen (62,422 km²) and the dependency of Bouvet Island - (49 km²) and the Antarctic dependency claims of Queen Maud Land - (2,500,000 km²) and Peter I Island (243 km²). -
68Africa, Western - Côte - d'Ivoire - 322,4630.22%
69Europe, Eastern - Poland - 312,6850.21%
70Middle East - Oman - 309,5000.21%
71Europe, Southern - Italy - 301,3180.20%
72Asia, South-East - Philippines - 300,0000.20%
73America, South - Ecuador - 283,5610.20%Includes Galápagos Islands.
74Africa, Western - Burkina - Faso - 274,2220.18%
75Oceania, Australia - New - Zealand - 270,4670.18%Includes Antipodes Islands, Auckland Islands, Bounty Islands, Campbell - Island, Chatham Islands, and Kermadec Islands. Excludes Niue (260 km²), - the Cook Islands (236 km²) and Tokelau (12 km²), as well as - the Antarctic claim of Ross Dependency (450,000 km²). Third largest - country in Oceania. -
76Africa, Central - Gabon - 267,6680.18%
77Africa, Northern - Western Sahara - 266,0000.18%Largely occupied by Morocco, some territory administered by the Sahrawi - Arab Democratic Republic. -
78Africa, Western - Guinea - 245,8570.17%
79Europe, Northern - United - Kingdom - 242,9000.16%Not included are the three Crown dependencies (768 km²) of the - islands of Jersey, Guernsey and Isle of Man, and British Overseas Territories - (1,742,857 km²) -
80Africa, Eastern - Uganda - 241,0380.16%
81Africa, Western - Ghana - 238,5330.16%
82Europe, Eastern - Romania - 238,3910.16%
83Asia, South-East - Lao - PDR - 236,8000.16%
84Europe, Northern - Guyana - 214,9690.14%
85Europe, Eastern - Belarus - 208,0000.14%Second-largest landlocked country in Europe (after Kazakhstan).
86Asia, South-Central - Kyrgyzstan - 199,9510.13%
87Africa, Western - Senegal - 196,7220.13%
88Middle East - Syria - 185,180 0.12% -
-
Includes the Golan Heights.
89Asia, South-East - Cambodia - 181,0350.12%
90America, South - Uruguay - 176,2150.12% 
91America, South - Suriname - 163,8200.11%Smallest country in South America.
92Africa, Northern - Tunisia - 163,6100.11%
93Asia, South-Central - Nepal - 147,1810.10%
94Asia, South-Central - Bangladesh - 143,9980.10%
95Asia, South-Central - Tajikistan - 143,1000.10%
96Europe, Southern - Greece - 131,9570.09%
97Asia, Eastern - North - Korea - 120,5380.08%
98America, Central - Nicaragua - 120,3400.09%Excludes San Andrés y Providencia islands (disputed territories with - Colombia). Nicaragua is the largest country in Central America. -
99Africa, Eastern - Malawi - 118,4840.08%
100Africa, Eastern - Eritrea - 117,6000.08%Includes Badme region.
101Africa, Western - Benin - 112,6220.08%
102America, Central - Honduras - 112,4920.08%
103Africa, Western - Liberia - 111,3690.07%
104Europe, Eastern - Bulgaria - 110,8790.07%
105Caribbean - Cuba - 109,8860.07%Cuba is the largest and most populous country in the Caribbean
106America, Central - Guatemala - 108,8890.07%
107Europe, Northern - Iceland - 103,0000.07%
108Asia, Eastern - South - Korea - 99,6780.07%
109Europe, Eastern - Hungary - 93,0280.06%
110Europe, Southern - Portugal - 92,0900.06%Includes Azores and Madeira Islands.
111America, South - - French - Guiana - - 90,0000.06%French overseas département.
112Middle East - Jordan - 89,3420.06%
113Asia, Western - Azerbaijan - 86,6000.06%Includes the exclave of Nakhichevan Autonomous Republic and the Republic - of Nagorno-Karabakh. -
114Europe, Western - Austria - 83,8710.06%
115Middle East - United - Arab Emirates - 83,6000.06%
116Europe, Eastern - Czech - Republic - 78,8670.05%
117Europe, Southern - Serbia - 77,4740.05%This figure does not include Kosovo, which recently unilaterally declared - itself independent to partial recognition; Serbia, Russia, China and - others object. Including Kosovo, which is still claimed by Serbia, the - total area is 88,361 km², - ranking - Serbia at 113. -
118America, Central - Panama - 75,5170.05%
119Africa, Western - Sierra - Leone - 71,7400.05%
120Europe, Northern - Ireland - (Republic of) - 70,2730.05%The island of Ireland has an area of 84,421 km².
121Asia, Western - Georgia - 69,7000.05%Includes Abkhazia (8,600 km²) and South Ossetia
122Asia, South-Central - Sri - Lanka - 65,6100.04%
123Europe, Northern - Lithuania - 65,3000.04%
124Europe, Northern - Latvia - 64,5890.04%
125Europe, Northern - Svalbard and Jan Mayen - 62,4220.04%
126Africa, Western - Togo - 56,7850.04%
127Europe, Southern - Croatia - 56,5940.04%
128Europe, Southern - Bosnia - and Herzegovina - 51,1970.03%
129America, Central - Costa - Rica - 51,1000.03%Includes Isla del Coco.
130Europe, Eastern - Slovakia - 49,0350.03%
131Caribbean - Dominican - Republic - 48,3100.03%
132Europe, Northern - Estonia - 45,2280.03%Includes Estonia's 1,520 islands in the Baltic Sea.
133Europe, Northern - Denmark - 43,0940.03%Includes Denmark proper only; the entire Kingdom of Denmark, including - Greenland and Faroe Islands covers 2,220,093 km² and would be 13th. -
134Europe, Western - Netherlands - 41,5430.03%Includes the Netherlands proper only; the entire Kingdom of the Netherlands - covers 42,437 km². -
135Europe, Western - Switzerland - 41,2850.03%source: - swissworld.org -
136Asia, South-Central - Bhutan - 38,3940.03%
137Asia, Eastern - Taiwan - (Republic of China) - 36,1880.02%Includes only the territories under the administration of the ROC, - namely Taiwan, and the islands of Penghu, Kinmen, and Matsu. -
138Africa, Western - Guinea-Bissau - 36,1250.02%
139Europe, Eastern - Moldova - 33,8510.02%Includes the de facto independent autonomous territory of Transnistria - (Pridnestrovie). -
140Europe, Western - Belgium - 30,5280.02%
141Africa, Southern - Lesotho - 30,3550.02%
142Asia, Western - Armenia - 29,7430.02%
143Oceania, Melanesia - Solomon - Islands - 28,8960.02%
144Europe, Southern - Albania - 28,7480.02%
145Africa, Central - Equatorial - Guinea - 28,0510.02%
146Africa, Eastern - Burundi - 27,8340.02%
147Caribbean - Haiti - 27,7500.02%
148Africa, Eastern - Rwanda - 26,3380.02%
149Europe, Southern - Macedonia - 25,7130.02%
150Africa, Eastern - Djibouti - 23,2000.02%
151America, Central - Belize - 22,9660.02%
152America, Central - El - Salvador - 21,0410.01%
153Middle East - Israel - 22,0720.01%Including data for East Jerusalem and Israeli residents in certain - other territories under occupation by Israeli military forces since - June 1967. -
154Europe, Southern - Slovenia - 20,2730.01%
155Oceania, Melanesia - - New - Caledonia - - 18,5750.01%French dependency.
156Oceania, Melanesia - Fiji - 18,2740.01% 
157Middle East - Kuwait - 17,8180.01%
158Africa, Southern - Swaziland - 17,3640.01%
159Asia, South-East - East - Timor - 14,874>0.01%
160Caribbean - The - Bahamas - 13,943>0.01%
161Europe, Southern - Montenegro - 13,812>0.01%
162Oceania, Melanesia - Vanuatu - 12,189>0.01% 
163America, Southern - Falkland Islands - 12,173>0.01%British Overseas Territory. Claimed by Argentina. Excludes South Georgia - and the South Sandwich Islands. -
164Middle East - Qatar - 11,586>0.01%
165Africa, Western - The - Gambia - 11,295>0.01%
166Caribbean - Jamaica - 10,991>0.01%
167Europe, Southern - Kosovo - 10,887>0.01%Kosovo unilaterally declared itself independent to partial recognition, - with objections from Serbia, Russia, China and others. Serbia still - claims the territory. -
168Middle East - Lebanon - 10,400<0.01%
169Asia, Western - Cyprus - 9,251<0.01%Includes Northern Cyprus (only recognized by Turkey) and Akrotiri - and Dhekelia (British Sovereign Base Areas). -
170Caribbean - - Puerto - Rico - - 8,870<0.01%Commonwealth of the United States.
171Middle East - - Palestinian - territories - - 6,020<0.01%The figure consists of the West Bank and Gaza Strip.
172Asia, South-East - Brunei - 5,765<0.01%
173Caribbean - Trinidad - and Tobago - 5,130<0.01%
174Africa, Western - Cape - Verde - 4,033<0.01%
175Oceania, Polynesia - - French - Polynesia - - 4,000<0.01%French overseas collectivity.
176Oceania, Polynesia - Samoa - 2,831<0.01%
177Europe, Western - Luxembourg - 2,586<0.01%
178Africa, Eastern - - Réunion - - 2,510<0.01%French overseas département.
179Africa, Eastern - Comoros - 2,235<0.01%Listed figure inccludes Mayotte (373 km²). Mayotte is officially - an overseas collectivity of France and is not under the sovereignty - of Comoros. -
180Africa, Eastern - Mauritius - 2,040<0.01%Includes Agalega Islands, Cargados Carajos Shoals (Saint Brandon), - and Rodrigues. -
181Caribbean - - Guadeloupe - - 1,705<0.01%French overseas département includes La Désirade, Marie Galante, Les - Saintes, Saint-Barthélemy and Saint Martin (French part). Note that - Saint-Barthélemy and Saint Martin became separate overseas collectvities - in 2007 and are no longer politically part of Guadeloupe. -
182Europe, Northern - - Faroe - Islands - - 1,393<0.01%A self-governing territory of Denmark.
183Caribbean - - Martinique - - 1,102<0.01%French overseas département.
184Africa, Central - São - Tomé and Príncipe - 964<0.01%Second smallest country in Africa.
185Caribbean - Turks and Caicos Islands - 948<0.01%British Overseas Territory. Area includes protected waters.
186Caribbean - - Netherlands - Antilles - - 800<0.01%Self-governing part of the Netherlands; includes Bonaire, Curaçao, - Saba, Sint Eustatius, and Sint Maarten (Dutch part of the island of - Saint Martin). -
187Caribbean - Dominica - 751<0.01% 
188Oceania, Polynesia - Tonga - 747<0.01%
189Middle East - Bahrain - 741<0.01%
190Oceania, Micronesia - Kiribati - 726<0.01%Includes three island groups - Gilbert Islands, Line Islands, Phoenix - Islands. -
191Oceania, Micronesia - Micronesia, - Federated States of - 702<0.01%Includes Pohnpei (Ponape), Chuuk (Truk) Islands, Yap Islands, and - Kosrae (Kosaie). -
192Asia, South-East - Singapore - 699<0.01%UN figure is as of 2005. Official area in 2007 is 707.1 km².
193Europe, Northern - Isle of Man - 572<0.01%Crown dependency of the UK.
194Oceania, Micronesia - - Guam - - 549<0.01%Organized unincorporated territory of the USA.
195Caribbean - Saint - Lucia - 539<0.01%
196Europe, Southern - Andorra - 468<0.01% 
197Oceania, Micronesia - - Northern - Mariana Islands - - 464<0.01%Commonwealth in political union with the USA; includes 14 islands - including Saipan, Rota, and Tinian. -
198Oceania, Micronesia - Palau - 459<0.01%
199Africa, Eastern - Seychelles - 455<0.01%Smallest country in Africa.
200Caribbean - Antigua - and Barbuda - 442<0.01%Includes the island of Redonda, 1.6 km².
201Caribbean - Barbados - 430<0.01%
202Caribbean - Saint - Vincent and the Grenadines - 389<0.01%
203Caribbean - - Virgin - Islands U.S. - - 347<0.01%Unincorporated, organized territory of the USA.
204Caribbean - Grenada - 344<0.01% 
205Europe, Southern - Malta - 316<0.01%
206Asia, South-Central - Maldives - 298<0.01%Smallest country in Asia.
207Caribbean - Cayman Islands - 264<0.01%British Overseas Territory.
208Caribbean - Saint - Kitts and Nevis - 261<0.01%Smallest nation in North America and in the Western Hemisphere.
209Oceania, Polynesia - Niue - 260<0.01%Self-governing nation in free association with New Zealand.
210America, Northern - Saint Pierre and Miquelon - 242<0.01%French overseas collectivity; includes eight small islands in the - Saint Pierre and the Miquelon groups. -
211Oceania, Polynesia - Cook Islands - 236<0.01%Self-governing in free association with New Zealand.
212Oceania, Polynesia - - American - Samoa - - 199<0.01%Unorganized, unincorporated territory of the USA; includes Rose Island - and Swains Island. -
213Oceania, Micronesia - Marshall - Islands - 181<0.01%Includes the atolls of Bikini, Enewetak, Kwajalein, Majuro, Rongelap, - and Utirik. -
214Caribbean - - Aruba - - 180<0.01%Self-governing part of the Netherlands.
215Europe, Western - Liechtenstein - 160<0.01%Smallest country in the world that borders more than one other country.
216Caribbean - - British - Virgin Islands - - 151<0.01%British Overseas Territory; comprised of 16 inhabited and more than - 20 uninhabited islands; includes the island of Anegada. -
217Oceania, Polynesia - Wallis and Futuna - 142<0.01%French overseas collectivity; includes Île Uvéa (Wallis Island), Île - Futuna (Futuna Island), Île Alofi, and 20 islets. -
218Africa, Western - Saint Helena - 122<0.01%British Overseas Territory; excluding dependencies.
219Europe, Northern - Jersey - 116<0.01%Crown dependency of the UK.
220Caribbean - - Montserrat - - 102<0.01%British Overseas Territory.
221South Atlantic Ocean - Tristan da Cunha - 98<0.01%Dependency of St Helena (UK). Area refers to the only inhabited island.
222Caribbean - - Anguilla - - 91<0.01%British Overseas Territory.
223South Atlantic Ocean - Ascension Island - 88<0.01%Dependency of the British Overseas Territory of Saint Helena.
224Europe, Northern - Guernsey - 78<0.01%Crown dependency of the UK; includes Alderney, Guernsey, Herm, Sark, - and some other smaller islands. -
225Europe, Southern - San Marino - 61<0.01%
226Caribbean - - Bermuda - - 54<0.01%British Overseas Territory.
227Oceania, Australia - Norfolk Island - 36<0.01%Self-governing area of Australia.
228Oceania, Polynesia - Tuvalu - 26<0.01% 
229Oceania, Micronesia - Nauru - 21<0.01%Smallest country in Oceania, smallest island nation in the world, - and third smallest country in the world. -
230Oceania, Australia - Tokelau - 12<0.01%Territory of New Zealand.
231Europe, Southern - Gibraltar - 6<0.01%British Overseas Territory.
232Oceania, Polynesia - - Pitcairn - Islands - - 5<0.01%British Overseas Territory and smallest dependent territory of the - world. -
233Europe, Southern - Monaco - 1.95<0.01%Second smallest country of the world.
234Europe, Southern - Vatican - City - 0.44<0.01%Smallest country in the world. Home of the Pope and the governing - body of the Roman Catholic Church. -
- - - - - - - - - - - - - diff --git a/demos/external-filters.html b/demos/external-filters.html deleted file mode 100644 index 21277183..00000000 --- a/demos/external-filters.html +++ /dev/null @@ -1,13115 +0,0 @@ - - - - tablefilter v0.0.20 - External Filters Demo - - - - -

tablefilter v0.0.20

-

External filters demo

-

- This demo shows how generate the column filters in an external container. -

- -
-
-
- Keep Ctrl/Cmd key pressed for multiple selections

-
-

-
-

-
-

- -
-
- Not NA - -

- -
- 0 - 10 - 10 - 20 - 20 - 30 - -
- -
- -
-   - -
-
-
-
- -

-
-
-
-    
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-    
-    
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-    
-
countryisoyearPOPXRATPPPcgdpccci
AngolaAGO199410627.1859.5149993953.321095.9434.669.09
AngolaAGO199510972.002750.229981007.531244.7341.869.43
AngolaAGO199611316.94128029.203154873.281362.3237.178.57
AngolaAGO1997nananananana
AngolaAGO1998nananananana
AngolaAGO1999nananananana
AngolaAGO2000nananananana
AlbaniaALB19943185.0094.6233291623.452514.7987.7814.42
AlbaniaALB19953225.0092.6975021425.052775.9883.3413.10
AlbaniaALB19963266.00104.498901428.053070.8493.0610.65
AlbaniaALB19973339.00148.932907136.632789.1392.8911.02
AlbaniaALB19983364.00150.633300844.673067.5291.2111.00
AlbaniaALB19993383.00137.690597543.843413.6589.9411.23
AlbaniaALB20003411.00143.709396443.163657.9985.4512.70
ArgentinaARG199434304.270.9990082980.7410193.4968.8917.41
ArgentinaARG199534768.000.9997500180.7410024.1267.4415.45
ArgentinaARG199635220.000.9996625190.7310671.5368.2115.75
ArgentinaARG199735672.000.9994999770.7111545.1969.1817.09
ArgentinaARG199836125.000.9994999770.6911919.9569.3917.28
ArgentinaARG199936580.000.9994999770.6711554.3769.7215.27
ArgentinaARG200037032.000.9994999770.6611729.0869.0614.08
ArmeniaARM19943748.00288.650787422.812181.6886.3512.97
ArmeniaARM19953760.00405.908294762.542222.2592.2310.88
ArmeniaARM19963774.00414.041503973.212393.2789.9010.91
ArmeniaARM19973786.00490.846801883.992415.8597.2011.46
ArmeniaARM19983795.00504.915008592.652616.6895.8111.00
ArmeniaARM19993801.00535.061828690.482791.5492.509.81
ArmeniaARM20003803.00539.525817987.503068.2190.6710.04
AntiguaATG199465.732.7000000481.3914807.5141.829.89
AntiguaATG199566.292.7000000481.5712790.7450.4517.76
AntiguaATG199666.862.7000000481.7012923.0044.1116.27
AntiguaATG199766.292.7000000481.6714182.0438.2714.72
AntiguaATG199866.862.7000000481.6814912.1239.6414.17
AntiguaATG199967.432.7000000481.6316035.2438.5613.69
AntiguaATG200068.002.7000000481.5218006.9034.8211.85
AustraliaAUS199417838.001.36781.2820637.1670.5424.28
AustraliaAUS199518072.001.3491.2821771.3169.8423.20
AustraliaAUS199618311.001.27791.2722834.6869.1223.65
AustraliaAUS199718524.001.34741.2624010.9269.3824.65
AustraliaAUS199818730.001.59181.2625002.1170.2725.24
AustraliaAUS199918937.001.54991.2626342.6970.2925.27
AustraliaAUS200019157.001.72481.2927193.4869.5523.06
AustriaAUT19948029.7011.421814.2119950.3868.7625.42
AustriaAUT19958046.5010.081514.2120733.7568.6325.73
AustriaAUT19968059.4010.586614.2121398.9769.7525.01
AustriaAUT19978072.2012.204214.1521988.9669.8425.52
AustriaAUT19988078.4012.379114.0623016.3869.6324.80
AustriaAUT19998092.3012.915814.0223849.1470.0424.61
AustriaAUT20008110.2014.935413.9924835.7169.1925.34
AzerbaijanAZE19947597.001570.224976110.312246.8665.7015.20
AzerbaijanAZE19957685.004413.542969696.691992.8777.3812.11
AzerbaijanAZE19967763.004301.26416860.942046.8582.3116.97
AzerbaijanAZE19977838.003985.375877.092291.0372.3221.39
AzerbaijanAZE19987913.003868.998047876.142480.9376.3117.56
AzerbaijanAZE19997983.004120.166992859.952732.7070.9213.22
AzerbaijanAZE20008049.004474.153809823.803554.6259.1310.77
BurundiBDI19946024.75252.662506150.63766.5788.583.15
BurundiBDI19956156.00249.757507357.11709.9286.363.01
BurundiBDI19966287.08302.746704168.20634.7883.643.62
BurundiBDI19976417.85352.350799681.38645.3280.452.37
BurundiBDI19986548.19447.765808194.95632.0885.663.43
BurundiBDI19996677.95563.562581.58739.5784.033.17
BurundiBDI20006807.00720.6732788125.81618.7187.564.18
BelgiumBEL199410116.0033.456538.8619887.3855.1022.32
BelgiumBEL199510137.0029.4838.8920702.1354.2423.13
BelgiumBEL199610155.0030.961539.0021101.1954.9322.53
BelgiumBEL199710180.0035.773938.9722107.8454.3923.33
BelgiumBEL199810203.0036.298638.9022958.8454.7123.57
BelgiumBEL199910222.0037.864139.1223760.3854.8022.94
BelgiumBEL200010254.0043.784939.0725008.4954.2923.62
BeninBEN19945325.00555.2047119156.33998.3489.455.35
BeninBEN19955475.00499.148407171.131071.6089.337.70
BeninBEN19965628.82511.5523987181.371106.8689.907.07
BeninBEN19975794.36583.6693726187.631101.0292.938.06
BeninBEN19985950.33589.9517822190.951178.4690.987.55
BeninBEN19996109.53615.6990967200.191174.9092.617.86
BeninBEN20006272.00711.9763184200.611224.7492.278.25
Burkina FasoBFA19949755.03555.2047119125.76838.7679.816.57
Burkina FasoBFA19959988.00499.148407136.65860.8980.419.29
Burkina FasoBFA199610225.00511.5523987144.18881.1180.4012.12
Burkina FasoBFA199710473.53583.6693726141.78899.0176.9414.94
Burkina FasoBFA199810730.33589.9517822139.66979.5880.6612.24
Burkina FasoBFA199910995.70615.6990967137.641001.7079.8113.14
Burkina FasoBFA200011274.00711.9763184140.56985.6776.5314.87
BangladeshBGD1994117897.5440.211738598.461345.3784.379.56
BangladeshBGD1995119768.0040.278320318.761439.1985.139.79
BangladeshBGD1996121679.3441.794170389.001506.2586.9510.16
BangladeshBGD1997124381.4143.892120369.281561.9784.8510.73
BangladeshBGD1998126564.7046.905651099.691629.8682.4511.25
BangladeshBGD1999128787.3249.0853996310.151681.4482.6711.71
BangladeshBGD2000131050.0052.1416702310.201772.4681.8812.14
BulgariaBGR19948435.0054.133668549.466587.5364.403.03
BulgariaBGR19958400.0067.1708285815.756651.3067.053.27
BulgariaBGR19968356.00177.888706335.425893.2668.563.34
BulgariaBGR19978312.071.6818790440.385470.7962.694.42
BulgariaBGR19988257.001.7603579760.485593.6567.916.72
BulgariaBGR19998208.001.8363829850.495760.2070.967.72
BulgariaBGR20008166.962.1232750420.496355.7067.346.95
BahrainBHR1994nananananana
BahrainBHR1995nananananana
BahrainBHR1996599.000.3759999870.2713261.1742.286.39
BahrainBHR1997nananananana
BahrainBHR1998nananananana
BahrainBHR1999nananananana
BahrainBHR2000nananananana
BahamasBHS1994nananananana
BahamasBHS1995nananananana
BahamasBHS1996284.0010.7416527.4874.029.91
BahamasBHS1997nananananana
BahamasBHS1998nananananana
BahamasBHS1999nananananana
BahamasBHS2000nananananana
BelarusBLR199410356.0010600316.935405.0055.9923.98
BelarusBLR199510329.00115002164.165363.7953.1517.58
BelarusBLR199610298.00155003161.365667.2253.5218.06
BelarusBLR199710117.0026.019920355.616365.6754.8319.16
BelarusBLR199810069.0046.127250679.677181.9356.2518.10
BelarusBLR199910035.00248.794906638.447769.3657.8714.02
BelarusBLR200010005.00876.75102.038738.2356.0213.77
BelizeBLZ1994210.8920.885938.9458.0114.22
BelizeBLZ1995216.7020.896125.6860.8411.55
BelizeBLZ1996222.4020.926198.9060.2511.07
BelizeBLZ1997217.0620.916540.3659.6414.48
BelizeBLZ1998224.4520.906595.5161.2814.83
BelizeBLZ1999232.1020.936773.4566.1114.87
BelizeBLZ2000240.0020.957169.9071.8318.77
BermudaBMU1994nananananana
BermudaBMU1995nananananana
BermudaBMU199662.1011.4218793.4188.7414.57
BermudaBMU1997nananananana
BermudaBMU1998nananananana
BermudaBMU1999nananananana
BermudaBMU2000nananananana
BoliviaBOL19947237.004.6205167771.572426.4079.168.06
BoliviaBOL19957414.004.8003420831.712545.5277.288.56
BoliviaBOL19967588.005.0746130941.872641.7776.819.67
BoliviaBOL19977767.005.2542581561.972727.2578.1312.04
BoliviaBOL19987950.005.510132792.122760.1180.0814.68
BoliviaBOL19998138.005.812407972.092831.6180.4711.10
BoliviaBOL20008328.706.1835417752.102933.8977.9410.75
BrazilBRA1994157188.100.6392999890.356322.6257.5416.52
BrazilBRA1995159346.000.9176666740.616674.2863.9517.20
BrazilBRA1996161513.171.0051000120.706881.4463.6016.62
BrazilBRA1997163859.681.0779919620.747166.2562.9417.06
BrazilBRA1998166045.571.1605169770.787020.0862.2616.94
BrazilBRA1999168227.981.8147330280.797216.5864.5215.61
BrazilBRA2000170406.001.8301420210.837744.7165.7515.63
BarbadosBRB1994264.3021.0113076.4279.393.38
BarbadosBRB1995264.2021.0513409.7181.553.56
BarbadosBRB1996264.4021.0314607.6582.723.11
BarbadosBRB1997264.7421.0715570.5589.863.66
BarbadosBRB1998265.3021.1216058.5489.294.06
BarbadosBRB1999266.0821.1416463.8891.804.17
BarbadosBRB2000267.0021.1217526.3591.603.93
BhutanBTN1994nananananana
BhutanBTN1995nananananana
BhutanBTN1996715.8735.433170328.311968.5150.5723.23
BhutanBTN1997nananananana
BhutanBTN1998nananananana
BhutanBTN1999nananananana
BhutanBTN2000nananananana
BotswanaBWA19941425.422.6846458911.495564.9343.2516.83
BotswanaBWA19951460.002.7722070221.605803.2441.9916.84
BotswanaBWA19961496.003.3241970541.806070.5139.7117.15
BotswanaBWA19971533.003.6507630351.986087.7349.9915.44
BotswanaBWA19981561.724.2258801462.046533.7659.6812.91
BotswanaBWA19991588.124.6243948942.097027.9067.6711.61
BotswanaBWA2000nananananana
Central African RepublicCAF19943220.09555.2047119152.27965.2879.225.21
Central African RepublicCAF19953288.00499.148407156.441088.1971.406.48
Central African RepublicCAF19963354.09511.5523987182.37894.9593.682.36
Central African RepublicCAF19973528.62583.6693726183.32902.7684.874.61
Central African RepublicCAF19983603.40589.9517822174.96979.1575.096.34
Central African RepublicCAF1999nananananana
Central African RepublicCAF2000nananananana
CanadaCAN199429036.001.36561.2321350.3959.2324.00
CanadaCAN199529353.901.37241.2122450.8657.9423.78
CanadaCAN199629671.901.36351.2123090.8658.4123.18
CanadaCAN199729987.001.38461.1924412.3258.3626.16
CanadaCAN199830248.001.48351.1924944.1959.3425.38
CanadaCAN199930493.001.48571.1926479.8658.3225.06
CanadaCAN200030750.001.48511.1828730.6955.6725.86
SwitzerlandCHE19946994.001.36772.1823466.1958.9625.97
SwitzerlandCHE19957041.001.18252.1424110.1258.4626.98
SwitzerlandCHE19967072.001.2362.1124460.4559.1026.22
SwitzerlandCHE19977089.001.45132.0825147.6659.3225.93
SwitzerlandCHE19987110.001.44982.0326290.7058.8927.07
SwitzerlandCHE19997144.001.50222.0027156.2458.9525.80
SwitzerlandCHE20007185.001.68882.0028208.7657.9826.89
ChileCHL199413994.40420.1766968202.067557.3760.5420.03
ChileCHL199514210.40396.7732849209.908676.4658.0223.45
ChileCHL199614418.80412.2666931220.378972.3561.4924.12
ChileCHL199714622.40419.2950134222.289706.6961.9724.59
ChileCHL199814821.70460.2875061227.679939.5163.6724.24
ChileCHL199915017.80508.7767029234.819774.9362.8918.04
ChileCHL200015211.30535.4655762238.8810388.9061.3419.70
ChinaCHN19941190918.028.6187429431.662551.9750.0622.34
ChinaCHN19951203324.038.3514165881.912759.9251.6822.47
ChinaCHN19961215414.278.3141746522.022972.6151.8822.04
ChinaCHN19971227176.708.2898168562.033141.0749.9721.82
ChinaCHN19981238599.428.2789583211.983317.7949.4421.60
ChinaCHN19991249981.568.2782497411.953483.3950.5521.00
ChinaCHN20001258821.038.2785043721.923843.6748.6621.09
Cote d`IvoireCIV199413132.24555.2047119177.721824.8374.254.88
Cote d`IvoireCIV199513528.00499.148407189.401947.1477.075.49
Cote d`IvoireCIV199613888.77511.5523987200.961958.7574.255.55
Cote d`IvoireCIV199714731.84583.6693726215.121969.6476.364.85
Cote d`IvoireCIV199815159.11589.9517822216.902055.6777.115.65
Cote d`IvoireCIV199915586.39615.6990967213.222057.5775.246.31
Cote d`IvoireCIV200016013.00711.9763184205.652027.5776.765.75
CameroonCMR199412822.14555.2047119148.621790.5083.495.30
CameroonCMR199513182.00499.148407169.281851.7381.814.73
CameroonCMR199613548.75511.5523987178.061894.6983.464.93
CameroonCMR199713917.84583.6693726177.172005.0284.395.02
CameroonCMR199814238.86589.9517822182.472018.3884.455.46
CameroonCMR199914558.39615.6990967188.101976.3484.655.79
CameroonCMR200014876.00711.9763184170.402300.7581.145.41
Congo, Republic ofCOG19942489.45555.2047119310.221324.2665.3711.94
Congo, Republic ofCOG19952561.00499.148407295.661394.8862.368.44
Congo, Republic ofCOG19962633.72511.5523987285.411728.9358.657.39
Congo, Republic ofCOG19972707.60583.6693726271.761842.4357.404.65
Congo, Republic ofCOG19982782.62589.9517822273.511511.0485.725.49
Congo, Republic ofCOG19992933.76615.6990967273.991698.5157.274.42
Congo, Republic ofCOG20003018.00711.9763184287.162532.8044.712.61
ColombiaCOL199437806.85844.8358765353.635046.5371.1915.83
ColombiaCOL199538558.00912.826416411.675323.4471.1115.77
ColombiaCOL199639285.001036.686035474.225528.8069.8114.73
ColombiaCOL199740042.001140.963013531.485718.5769.2214.03
ColombiaCOL199840804.001426.036987611.565642.3769.4512.81
ColombiaCOL199941539.001756.230957644.455565.9967.117.84
ColombiaCOL200042299.302087.904053691.015795.5567.938.79
ComorosCOM1994479.57416.398803792.721739.4890.866.47
ComorosCOM1995492.00374.357086299.761636.9188.226.79
ComorosCOM1996504.68383.6600037102.871576.5189.356.95
ComorosCOM1997517.62437.7471008104.401732.1192.656.09
ComorosCOM1998530.82442.4588013104.771714.7584.206.50
ComorosCOM1999544.28461.7745972104.581803.5785.714.78
ComorosCOM2000558.00533.9824829105.981822.8379.764.30
Cape VerdeCPV1994371.9781.8908309931.382882.4483.4521.97
Cape VerdeCPV1995382.0076.8533325231.713125.8181.0221.03
Cape VerdeCPV1996392.6482.5914688132.403194.1080.0319.19
Cape VerdeCPV1997403.5693.1766662635.123327.2581.6617.42
Cape VerdeCPV1998415.3298.1575012236.713473.7190.3915.55
Cape VerdeCPV1999427.79102.699996936.803835.6985.8615.58
Cape VerdeCPV2000441.00115.876602234.124299.1876.3313.79
Costa RicaCRI19943266.00157.066696276.785208.0465.1018.10
Costa RicaCRI19953333.00179.729202390.105398.0163.8616.01
Costa RicaCRI19963398.00207.6891937108.505150.7765.3413.86
Costa RicaCRI19973576.91232.5975037159.715233.9765.4616.36
Costa RicaCRI19983653.06257.229187175.865653.6563.5618.50
Costa RicaCRI19993731.07285.6846924197.926072.2660.2014.81
Costa RicaCRI20003811.00308.1867065218.495872.7962.1614.11
CubaCUB199410960.4910.364895.9671.250.97
CubaCUB199510998.5310.404980.8272.191.31
CubaCUB199611038.6010.395259.4072.361.54
CubaCUB1997nananananana
CubaCUB1998nananananana
CubaCUB1999nananananana
CubaCUB2000nananananana
CyprusCYP1994726.000.4921909870.3713616.5861.2818.47
CyprusCYP1995733.000.4524202050.3415920.3962.6420.32
CyprusCYP1996740.000.4663113060.3515813.2166.2717.88
CyprusCYP1997nananananana
CyprusCYP1998nananananana
CyprusCYP1999nananananana
CyprusCYP2000nananananana
Czech RepublicCZE199410333.6028.78519.7411756.6268.2021.63
Czech RepublicCZE199510327.3026.540710.6512551.7567.5525.24
Czech RepublicCZE199610315.3027.144911.2913457.7369.2925.85
Czech RepublicCZE199710303.0031.698411.8713734.3269.2424.80
Czech RepublicCZE199810293.6032.281212.5614213.2366.5423.27
Czech RepublicCZE199910285.0034.569212.7514393.1767.9721.81
Czech RepublicCZE200010272.1038.598412.8514844.0067.4224.21
DjiboutiDJI1994nananananana
DjiboutiDJI1995nananananana
DjiboutiDJI1996612.36177.72099366.932103.4476.894.15
DjiboutiDJI1997nananananana
DjiboutiDJI1998nananananana
DjiboutiDJI1999nananananana
DjiboutiDJI2000nananananana
DominicaDMA199472.442.7000000481.256400.1154.8911.40
DominicaDMA199573.002.7000000481.276507.3252.3713.93
DominicaDMA199673.002.7000000481.276903.5550.2712.41
DominicaDMA1997nananananana
DominicaDMA1998nananananana
DominicaDMA1999nananananana
DominicaDMA200073.002.7000000481.218284.0448.2112.21
DenmarkDNK19945201.006.36058.4222064.3767.1219.85
DenmarkDNK19955222.005.60248.3623119.2066.1022.21
DenmarkDNK19965256.005.79878.3824086.6266.2821.37
DenmarkDNK19975280.006.60458.3725273.9865.6423.66
DenmarkDNK19985303.006.70088.4226193.0166.6324.48
DenmarkDNK19995321.006.97628.5626988.9066.0222.25
DenmarkDNK20005338.008.08318.6428538.8262.9024.14
Dominican RepublicDOM19947685.4813.160140045.263414.8872.8413.91
Dominican RepublicDOM19957823.0013.597350125.673656.8671.3812.40
Dominican RepublicDOM19967963.5813.774585.863927.5173.3611.97
Dominican RepublicDOM19977967.9314.265480045.974515.2667.8311.89
Dominican RepublicDOM19988103.2115.266590126.244798.2568.6113.87
Dominican RepublicDOM19998238.2716.033079156.535167.1766.6014.03
Dominican RepublicDOM20008373.0016.415019996.835653.7867.1613.78
AlgeriaDZA199427454.3235.0584983813.014126.1763.9312.98
AlgeriaDZA199528058.0047.6627311716.534245.0362.4412.93
AlgeriaDZA199628675.2854.7489318818.954726.7356.0911.88
AlgeriaDZA199729045.0057.7073516819.704828.1454.7211.15
AlgeriaDZA199829507.0058.7389602720.804540.7459.6714.00
AlgeriaDZA199929950.0066.5738830621.594894.4357.0512.46
AlgeriaDZA200030399.2575.2597885121.616106.9146.219.78
EcuadorECU199411215.972196.728027899.523612.8759.2715.80
EcuadorECU199511460.002564.4938961097.523656.5259.6816.88
EcuadorECU199611698.003189.4741211344.363862.9457.7614.56
EcuadorECU199711937.003998.267091765.593755.4960.6317.35
EcuadorECU199812175.005446.5732422480.463556.3565.1819.55
EcuadorECU199912412.0011786.79983760.423464.4360.389.22
EcuadorECU200012646.0024988.390637214.853719.9056.8712.93
EgyptEGY199457063.533.3851330280.883468.1291.014.40
EgyptEGY199558180.003.3922080990.983565.0890.084.74
EgyptEGY199659272.003.3914830681.053699.5491.134.96
EgyptEGY199760416.243.3887500761.093910.3791.315.13
EgyptEGY199861580.003.3880000111.143993.4194.195.99
EgyptEGY199962770.003.3952500821.154203.8992.605.94
EgyptEGY200063976.003.4720499521.204406.3690.515.87
EritreaERI1994nananananana
EritreaERI1995nananananana
EritreaERI19963670.006.3516750341.50774.8197.459.09
EritreaERI1997nananananana
EritreaERI1998nananananana
EritreaERI1999nananananana
EritreaERI2000nananananana
SpainESP199439149.70133.958121.6614204.7170.0322.62
SpainESP199539223.00124.689116.1315992.1575.1621.96
SpainESP199639278.80126.662126.5915535.3369.0123.21
SpainESP199739348.10146.414127.3216411.8468.5923.23
SpainESP199839453.40149.395128.4817329.4368.8724.02
SpainESP199939626.20156.174130.3818210.7869.4924.65
SpainESP200039927.40180.595133.2719036.7069.1325.47
EstoniaEST19941499.0012.991250043.016578.5760.8815.06
EstoniaEST19951484.0011.464750293.877084.2057.5113.58
EstoniaEST19961469.0012.033749584.757509.5859.6014.71
EstoniaEST19971427.1613.881750115.288526.3860.0016.90
EstoniaEST19981406.0314.074669845.649222.7060.8015.63
EstoniaEST19991386.6714.677579885.559834.7457.4112.36
EstoniaEST20001369.0016.968639375.4210872.8356.7013.15
EthiopiaETH199454890.005.4650001531.02505.2883.964.35
EthiopiaETH199556530.006.1583328251.13530.8783.204.70
EthiopiaETH199658234.006.3516750341.18550.9587.475.73
EthiopiaETH199759750.006.7093420031.16600.3981.745.48
EthiopiaETH199861266.007.1159081461.19615.2077.515.16
EthiopiaETH199962782.007.9422497751.17660.6475.784.63
EthiopiaETH200064298.008.2172584531.12720.0867.964.00
FinlandFIN19945089.005.22355.9317293.9065.0521.05
FinlandFIN19955108.004.36675.9718517.5864.3420.17
FinlandFIN19965125.004.59355.8719488.6064.7120.40
FinlandFIN19975140.005.19145.9320850.6763.4620.95
FinlandFIN19985153.005.34416.0222215.2463.0620.97
FinlandFIN19995165.005.58086.0522931.3864.1320.20
FinlandFIN20005176.006.45356.1924416.3662.2421.04
FijiFJI1994765.441.4641250370.704953.4562.519.66
FijiFJI1995770.001.406332970.695143.4662.1710.23
FijiFJI1996775.671.4033000470.735282.3767.087.91
FijiFJI1997782.831.4436750410.745213.9667.788.91
FijiFJI1998791.171.9868170020.755303.1161.348.28
FijiFJI1999801.001.9696249960.725918.4159.697.58
FijiFJI2000nananananana
FranceFRA199459115.605.5526.6419113.2767.6222.39
FranceFRA199559326.404.99156.6019791.4867.0723.05
FranceFRA199659533.105.11556.6020228.2367.7621.99
FranceFRA199759735.605.83676.5820887.8866.9821.38
FranceFRA199859942.105.89956.5321889.9266.8822.49
FranceFRA199960156.406.1576.4822723.1867.0122.53
FranceFRA200060431.207.11986.4623613.7666.3723.82
GabonGAB19941071.00555.2047119288.157556.4861.207.51
GabonGAB19951098.00499.148407275.498192.1862.736.83
GabonGAB19961125.00511.5523987296.758860.4760.406.94
GabonGAB19971136.90583.6693726304.569155.0260.688.95
GabonGAB19981167.29589.9517822307.827600.6975.8511.17
GabonGAB19991198.32615.6990967286.037804.3575.647.81
GabonGAB20001230.00711.9763184366.817779.7678.968.66
United KingdomGBR199458401.000.65340.6318473.8374.5918.24
United KingdomGBR199558612.000.63370.6419187.6474.4818.24
United KingdomGBR199658807.000.6410.6520066.2575.1917.95
United KingdomGBR199759014.000.61080.6521281.7874.6118.51
United KingdomGBR199859237.000.60380.6522326.8674.6019.81
United KingdomGBR199959501.000.61810.6523125.9075.8219.17
United KingdomGBR200059756.000.66090.6524252.4475.2019.43
GeorgiaGEO1994nananananana
GeorgiaGEO1995nananananana
GeorgiaGEO19965420.001.2627999780.244478.8374.121.91
GeorgiaGEO19975431.001.2975000140.184813.6280.784.21
GeorgiaGEO19985442.001.3898169990.194848.1477.006.35
GeorgiaGEO19995024.002.0245170590.205593.1281.663.60
GeorgiaGEO20005024.001.9761669640.225315.4374.174.07
GermanyGER199481422.001.62282.0919930.8968.4324.49
GermanyGER199581661.001.43312.0920676.8168.5224.15
GermanyGER199681896.001.50482.0721118.5769.2523.13
GermanyGER199782052.001.73412.0621638.7769.3422.90
GermanyGER199882029.001.75972.0522435.1969.2323.06
GermanyGER199982087.001.83582.0323142.7070.1522.68
GermanyGER200082168.002.12292.0223917.4469.4223.62
GhanaGHA199416639.55956.7108154256.951217.1777.446.39
GhanaGHA199517075.001200.428955354.681280.6775.485.50
GhanaGHA199617523.211637.232056504.181283.5578.286.19
GhanaGHA199718048.342050.166992624.521251.8386.147.36
GhanaGHA199818449.372314.146973677.541384.7880.446.57
GhanaGHA199918868.322669.299072788.041384.0986.466.18
GhanaGHA200019306.005455.0561521024.041375.8183.805.10
GuineaGIN19946425.74976.6364136206.192530.7189.2310.79
GuineaGIN19956591.00991.411499214.212581.7392.918.17
GuineaGIN19966755.781004.015991217.562707.9192.837.24
GuineaGIN19976921.561095.32605210.262848.2090.347.30
GuineaGIN19987086.121236.832031215.832897.8492.527.13
GuineaGIN19997250.521387.401001222.752949.7893.307.12
GuineaGIN20007415.001746.869995239.892961.0293.347.59
Gambia, TheGMB19941076.299.5755500793.061054.1588.708.37
Gambia, TheGMB19951111.009.5462503433.151042.7890.6810.01
Gambia, TheGMB19961145.889.788950923.201044.5690.7910.54
Gambia, TheGMB19971186.2610.200160033.101137.6088.527.74
Gambia, TheGMB19981223.8110.643099783.241119.0191.658.56
Gambia, TheGMB19991262.7111.39509013.161234.9491.877.42
Gambia, TheGMB20001303.0012.787630083.111329.3988.837.33
Guinea-BissauGNB19941059.38198.340606758.14758.7779.3413.86
Guinea-BissauGNB19951086.00278.03909384.26771.6782.6213.87
Guinea-BissauGNB19961111.92405.7449951122.84806.3781.9714.22
Guinea-BissauGNB19971125.99583.6691895156.62886.1178.3814.23
Guinea-BissauGNB19981149.33589.9515991162.29648.2084.3612.43
Guinea-BissauGNB19991173.38615.6990967167.26705.0379.677.60
Guinea-BissauGNB20001199.00711.9763184174.06737.6778.995.55
Equatorial GuineaGNQ1994388.88555.2047119194.20924.4573.0835.44
Equatorial GuineaGNQ1995399.00499.148407204.001005.5868.6637.99
Equatorial GuineaGNQ1996409.44511.5523987231.151394.9170.2858.13
Equatorial GuineaGNQ1997421.26583.6693726277.022493.9961.7431.64
Equatorial GuineaGNQ1998433.06589.9517822199.603105.0477.1741.79
Equatorial GuineaGNQ1999445.03615.6990967214.445638.6235.3226.65
Equatorial GuineaGNQ2000457.00711.9763184203.0310302.2826.8317.70
GreeceGRC199410426.00242.603200.0711647.5473.9719.13
GreeceGRC199510454.00231.663213.2312217.8879.4019.51
GreeceGRC199610475.90240.712224.1012750.9579.5520.44
GreeceGRC199710498.80273.058234.2513472.1778.6620.79
GreeceGRC199810516.40295.529243.1514095.3478.4621.77
GreeceGRC199910533.70305.647246.9814755.8278.1421.31
GreeceGRC200010557.90365.399252.0815557.8376.6022.84
GrenadaGRD199494.102.7000000481.654552.0467.3422.21
GrenadaGRD199594.502.7000000481.644814.8067.5119.21
GrenadaGRD199695.002.7000000481.685016.4270.4821.86
GrenadaGRD199795.502.7000000481.745124.0676.6223.37
GrenadaGRD199896.202.7000000481.765442.2176.2323.57
GrenadaGRD199997.002.7000000481.765962.3262.1722.30
GrenadaGRD200098.002.7000000481.766409.8266.0724.51
GuatemalaGTM19949715.295.7512011532.133600.2685.038.04
GuatemalaGTM19959976.005.8103427892.273768.1484.887.52
GuatemalaGTM199610243.436.0495128632.433838.6885.276.17
GuatemalaGTM199710517.006.0652689932.573983.4084.716.93
GuatemalaGTM199810799.006.3946528432.784119.2485.019.00
GuatemalaGTM199911088.407.3856101042.914192.4286.158.36
GuatemalaGTM200011385.307.7631587983.004334.5584.158.23
GuyanaGUY1994823.35138.290206936.082517.9473.8412.72
GuyanaGUY1995830.00141.989196840.602614.4668.5515.16
GuyanaGUY1996836.57140.37540.832868.7465.3014.17
GuyanaGUY1997749.05142.400802640.033537.1266.1513.93
GuyanaGUY1998752.43150.519195640.153571.7468.2312.71
GuyanaGUY1999756.34177.994995141.603833.3865.8310.25
GuyanaGUY2000nananananana
Hong KongHKG19945998.007.728416926.7824816.2366.9026.70
Hong KongHKG19956156.007.7358331687.0524736.9767.6331.41
Hong KongHKG19966311.007.7342538837.2425993.8267.2528.99
Hong KongHKG19976502.007.7420830737.4927076.4167.8230.70
Hong KongHKG19986645.607.7453331957.4425591.2466.1426.74
Hong KongHKG19996720.707.7575001727.1425668.8866.7221.79
Hong KongHKG20006797.007.7911667826.6827892.5064.4524.99
HondurasHND19945492.468.4087581632.681958.5075.6718.86
HondurasHND19955654.009.470987323.192082.6071.6518.05
HondurasHND19965818.0611.705300333.882116.8273.8516.40
HondurasHND19975939.4713.003470424.782165.3575.4516.86
HondurasHND19986098.9313.385020265.122249.3374.4016.12
HondurasHND19996258.4614.213170055.732133.9878.2917.23
HondurasHND20006417.0014.839200026.332164.4372.4320.37
CroatiaHRV1994nananananana
CroatiaHRV19954669.005.2299671173.126748.3562.0112.21
CroatiaHRV19964494.005.433800223.237427.9059.8815.33
CroatiaHRV19974446.616.1007170683.428134.9963.6119.18
CroatiaHRV19984396.576.3622918133.608702.4560.8016.66
CroatiaHRV19994374.517.1124448783.698846.6659.4615.94
CroatiaHRV20004380.008.2765645983.779547.1657.7015.27
HaitiHTI19947009.0415.039999963.691079.2388.652.31
HaitiHTI19957168.0015.109729773.621470.2693.863.19
HaitiHTI19967336.0015.701149943.681756.8195.192.59
HaitiHTI19977492.0016.654499053.592081.3490.212.13
HaitiHTI19987647.0016.765670783.602365.4394.751.96
HaitiHTI1999nananananana
HaitiHTI2000nananananana
HungaryHUN199410261.00105.1651.928297.3672.6317.51
HungaryHUN199510229.00125.68164.298536.6366.8019.24
HungaryHUN199610193.00152.64777.678707.7964.9021.78
HungaryHUN199710155.00186.78990.199325.1863.0722.42
HungaryHUN199810144.00214.402100.819864.1763.6924.66
HungaryHUN199910067.00237.146108.6310418.9464.6224.13
HungaryHUN200010024.00282.179117.9111062.9064.1325.47
IndonesiaIDN1994190847.972160.753906598.283355.2157.9319.86
IndonesiaIDN1995193976.002248.60791671.713489.0157.3024.37
IndonesiaIDN1996197156.482342.295898693.843891.2161.4921.19
IndonesiaIDN1997200390.292909.379883756.404136.5762.5420.99
IndonesiaIDN1998203678.3710013.620121199.673910.0262.1613.22
IndonesiaIDN1999207021.627855.1499021398.853831.6066.3710.13
IndonesiaIDN2000210420.998421.7753911521.374035.2764.7810.67
IndiaIND1994913600.0031.373739246.261815.4862.6311.92
IndiaIND1995929358.0232.427078256.731950.4259.4113.25
IndiaIND1996945611.7835.433170327.042117.8760.7411.93
IndiaIND1997962377.6636.313289647.112221.1360.0212.53
IndiaIND1998979672.9041.25936897.582348.0056.5912.88
IndiaIND1999997515.2043.055431377.702510.5654.3313.60
IndiaIND20001015923.0144.941608437.672683.6152.3813.18
IrelandIRL19943586.000.66860.6615388.7167.3017.26
IrelandIRL19953601.300.62370.6816978.9664.4418.75
IrelandIRL19963626.100.6250.6818494.3863.5819.71
IrelandIRL19973660.600.65960.7020658.6161.6220.97
IrelandIRL19983704.900.70230.7322433.9861.0822.95
IrelandIRL19993744.700.73920.7624653.4260.5421.15
IrelandIRL20003786.900.85480.7927197.0659.7821.55
IranIRN199458013.681748.750977417.124958.9265.289.50
IranIRN199558954.001747.927979586.755203.5959.4519.53
IranIRN199659925.111750.762939720.615333.1665.0913.45
IranIRN199760875.001752.921997827.175473.2365.4415.89
IranIRN199861850.001751.863037942.075447.3467.0918.23
IranIRN199962764.001752.931031075.705983.8463.6215.06
IranIRN200063664.001764.4300541167.047202.0456.0113.12
IcelandISL1994266.0069.944482.8019925.0066.7518.75
IcelandISL1995267.4064.691782.9620347.5667.7319.11
IcelandISL1996268.9066.583.8021476.4868.5822.01
IcelandISL1997270.9070.904384.5022896.9768.1022.78
IcelandISL1998273.8070.958385.6024715.0269.6027.09
IcelandISL1999277.2072.335387.4025732.6271.7424.78
IcelandISL2000281.3078.615988.9326928.5570.8527.57
IsraelISR19945399.003.0110549932.8114790.7258.2930.43
IsraelISR19955545.003.0112919813.0215650.5558.6430.91
IsraelISR19965692.003.1916499143.2616464.2458.6530.81
IsraelISR19975836.003.4493501193.4717241.0758.3327.69
IsraelISR19985963.003.8000750543.6517520.8359.0924.50
IsraelISR19996105.004.1397171023.7818091.9259.0025.51
IsraelISR20006233.214.0773329733.7719148.4458.2023.33
ItalyITA199457203.501612.441527.6118920.9570.3819.93
ItalyITA199557300.801628.931576.6319783.3969.2320.71
ItalyITA199657397.001542.951618.6920474.8869.1520.10
ItalyITA199757512.201703.11632.3021167.6670.0620.28
ItalyITA199857588.001736.211645.9821915.8270.6420.52
ItalyITA199957646.301817.441652.0222523.3471.2621.09
ItalyITA200057728.302101.631709.1122876.2862.0521.73
JamaicaJAM19942496.0033.0859298715.143503.1666.6621.96
JamaicaJAM19952522.1035.1421203618.003747.1665.9821.15
JamaicaJAM19962538.0037.1195602421.093804.1465.5020.48
JamaicaJAM19972554.0035.4044685429.863327.3054.9523.35
JamaicaJAM19982576.0036.5499992430.303441.7857.9220.38
JamaicaJAM19992590.0039.0435218832.503413.8357.4920.35
JamaicaJAM20002633.0042.7011413635.103464.2657.6620.53
JordanJOR19944060.840.6987642050.283780.0358.3219.36
JordanJOR19954195.000.7003775240.283929.7554.8318.85
JordanJOR19964314.230.7089999910.293747.7759.0317.44
JordanJOR19974459.120.7089999910.293974.3457.5914.17
JordanJOR19984597.350.7089999910.304063.3959.5811.84
JordanJOR19994739.870.7089999910.294203.9259.439.98
JordanJOR20004886.810.7089999910.284282.2263.1810.74
JapanJPN1994124960.00102.208176.4822302.1160.8531.36
JapanJPN1995125570.0094.0596172.5922967.1260.9831.58
JapanJPN1996125864.00108.779168.7724046.5160.8732.71
JapanJPN1997126166.00120.991167.2124737.4460.6632.31
JapanJPN1998126486.00130.905165.3724661.4361.8330.15
JapanJPN1999126686.00113.907161.7424979.2462.8728.94
JapanJPN2000126919.00107.765156.0825924.3961.6229.75
KazakhstanKAZ199416297.0035.538330084.455853.5670.8517.12
KazakhstanKAZ199516066.0060.9500007611.155662.0764.0010.68
KazakhstanKAZ199615921.0067.3033294715.155882.1869.887.31
KazakhstanKAZ199715334.4075.437516.866212.4672.017.77
KazakhstanKAZ199815073.0078.3033294717.986003.1176.827.38
KazakhstanKAZ199914927.00119.523300219.027094.6470.687.50
KazakhstanKAZ200014869.00142.133300821.098331.2960.887.14
KenyaKEN199426506.7956.0505790712.811180.0572.507.09
KenyaKEN199527216.0051.4298286413.961225.4879.517.74
KenyaKEN199627918.1057.1148681614.861268.6178.647.74
KenyaKEN199728043.0058.7318382316.041342.5182.147.57
KenyaKEN199828726.0060.3666992217.701327.7181.717.89
KenyaKEN199929416.0070.3262176519.181286.8678.157.75
KenyaKEN200030092.0076.1755371120.051316.2680.127.54
KyrgyzstanKGZ19944473.0010.841679570.823296.8062.553.27
KyrgyzstanKGZ19954514.0010.821880341.292771.8362.987.21
KyrgyzstanKGZ19964576.0012.809559821.972595.9666.2311.17
KyrgyzstanKGZ19974681.0017.36248972.332817.5955.3810.24
KyrgyzstanKGZ19984797.0020.837570192.682663.5568.527.19
KyrgyzstanKGZ19994864.6039.007728583.432922.3962.817.92
KyrgyzstanKGZ20004915.0047.703830723.993205.1160.336.97
CambodiaKHM199410367.142545.25550.011087.3486.183.98
CambodiaKHM199510695.322450.833008596.211183.7091.894.65
CambodiaKHM199610968.052624.083008623.521217.9090.505.54
CambodiaKHM199711236.772946.25622.341300.7284.465.14
CambodiaKHM199811498.003744.416992727.291284.9286.295.76
CambodiaKHM199911756.713807.833008752.211296.9986.416.45
CambodiaKHM2000nananananana
St. Kitts & NevisKNA199441.192.7000000481.549481.7640.8219.36
St. Kitts & NevisKNA199541.002.7000000481.4310692.0348.4118.19
St. Kitts & NevisKNA199640.882.7000000481.3911661.9850.7917.94
St. Kitts & NevisKNA199740.822.7000000481.4412643.5843.9517.17
St. Kitts & NevisKNA199840.822.7000000481.4712949.7243.9116.42
St. Kitts & NevisKNA199940.882.7000000481.3914272.9548.2013.23
St. Kitts & NevisKNA200041.002.7000000481.4114627.3047.4716.49
Korea, Republic ofKOR199444642.00803.446584.4112396.2954.9040.23
Korea, Republic ofKOR199545093.00771.273617.7013547.4555.3140.50
Korea, Republic ofKOR199645545.00804.453641.6414319.8956.5441.64
Korea, Republic ofKOR199745991.00951.289670.2814704.0357.4837.65
Korea, Republic ofKOR199846430.001401.44702.5913622.0155.7424.66
Korea, Republic ofKOR199946858.001188.82709.1014528.7358.1529.05
Korea, Republic ofKOR200047275.001130.96732.2914936.6957.1230.78
KuwaitKWT1994nananananana
KuwaitKWT1995nananananana
KuwaitKWT19961697.000.2994086150.2323385.9352.029.92
KuwaitKWT1997nananananana
KuwaitKWT1998nananananana
KuwaitKWT1999nananananana
KuwaitKWT2000nananananana
LaosLAO1994nananananana
LaosLAO1995nananananana
LaosLAO19964725.58921.0217285267.901367.3162.2321.23
LaosLAO1997nananananana
LaosLAO1998nananananana
LaosLAO1999nananananana
LaosLAO2000nananananana
LebanonLBN19943929.731680.072998952.264075.21116.1617.47
LebanonLBN19954005.001621.4129641011.424448.56112.0617.75
LebanonLBN19964077.011571.443971016.534927.15106.1915.82
LebanonLBN19974145.531539.4499511070.965158.00102.2713.80
LebanonLBN19984210.341516.1319581104.625306.5790.8214.94
LebanonLBN19994271.231507.8439941033.705660.0484.8210.30
LebanonLBN20004328.001507.5942.166089.2676.508.18
St. LuciaLCA1994142.702.7000000481.675858.9372.3314.08
St. LuciaLCA1995145.402.7000000481.686214.0271.0210.71
St. LuciaLCA1996147.002.7000000481.676267.6873.6112.28
St. LuciaLCA1997149.672.7000000481.686238.9774.3614.19
St. LuciaLCA1998151.952.7000000481.746397.5673.6613.44
St. LuciaLCA1999153.702.7000000481.786578.3476.5514.36
St. LuciaLCA2000156.002.7000000481.796822.9874.8113.69
Sri LankaLKA199417865.0049.4151382411.542813.2977.4212.51
Sri LankaLKA199518112.0051.2515907312.342991.1877.7911.87
Sri LankaLKA199618300.0055.271438613.133201.4374.7111.39
Sri LankaLKA199718552.0058.9946098315.253145.9470.2811.99
Sri LankaLKA199818774.0064.4501190215.823429.3269.2812.46
Sri LankaLKA199919043.0070.6354522716.293564.6570.3912.49
Sri LankaLKA200019359.0077.0051193216.893840.7767.6112.51
LesothoLSO19941885.183.5507979391.131266.47104.3432.80
LesothoLSO19951926.003.627084971.261270.7497.1441.61
LesothoLSO19961968.334.2993488311.421319.9693.7547.20
LesothoLSO19971944.714.6079621321.671449.8890.2544.58
LesothoLSO19981978.095.5282840731.741430.2083.3638.40
LesothoLSO19992008.246.1094841961.961413.2175.5137.52
LesothoLSO20002035.006.9398279192.051492.2764.6336.22
LithuaniaLTU19943721.003.9777500630.706514.5571.038.23
LithuaniaLTU19953715.0041.086031.8364.5913.76
LithuaniaLTU19963709.0041.316495.2566.3413.42
LithuaniaLTU19973705.5941.437211.7566.5616.09
LithuaniaLTU19983703.0041.467925.1964.1616.26
LithuaniaLTU19993699.0041.497759.5768.0614.95
LithuaniaLTU20003695.0041.468396.6666.3512.98
LuxembourgLUX1994403.8033.456539.7931897.3050.3024.06
LuxembourgLUX1995412.8029.4838.2733757.3059.2123.86
LuxembourgLUX1996418.3030.961538.2635144.2459.8923.68
LuxembourgLUX1997423.7035.773938.2438908.9256.3524.85
LuxembourgLUX1998429.2036.298638.2441716.9954.6523.34
LuxembourgLUX1999435.7037.864138.5444322.4453.3525.10
LuxembourgLUX2000441.4043.784938.3848967.5649.5823.48
LatviaLVA19942548.000.5597500210.145612.6062.486.91
LatviaLVA19952516.000.5275833010.165962.0957.2110.00
LatviaLVA19962491.000.5507500170.186194.1362.7310.41
LatviaLVA19972469.000.5809167030.206596.2263.6311.18
LatviaLVA19982449.000.5898333190.217042.5264.9414.59
LatviaLVA19992410.000.5851666930.217625.3465.0912.42
LatviaLVA20002372.000.606500030.228305.2264.5911.85
MacaoMAC1994418.778.0500001915.8321866.9334.8522.02
MacaoMAC1995430.008.0500001915.9023365.0433.6918.33
MacaoMAC1996440.918.0500001915.6623350.4334.9813.82
MacaoMAC1997418.007.9752922065.8222959.6838.8014.72
MacaoMAC1998426.007.9787669185.5821820.7540.3712.89
MacaoMAC1999434.007.9918498995.2521517.9241.4712.01
MacaoMAC2000438.008.0258998874.9223118.1139.248.25
MoroccoMAR199425926.009.202714923.073512.9882.809.66
MoroccoMAR199526386.008.5402364733.173362.4781.3211.29
MoroccoMAR199626848.008.7158756263.123808.4882.289.56
MoroccoMAR199727310.009.5271072392.983903.3577.1910.08
MoroccoMAR199827775.009.6044158942.874308.9377.3811.45
MoroccoMAR199928238.009.8044185642.854299.6176.7310.55
MoroccoMAR200028705.0010.625639922.884299.2476.1212.22
MoldovaMDA1994nananananana
MoldovaMDA19954339.004.4958000180.642316.8365.5910.32
MoldovaMDA19964325.004.6044831280.802264.2070.629.49
MoldovaMDA19974312.004.623582840.842457.1069.898.85
MoldovaMDA19984299.005.3706998830.922294.6680.259.57
MoldovaMDA19994290.0010.515810011.362111.2276.578.84
MoldovaMDA20004282.0012.434220311.692212.2394.108.70
MadagascarMDG199412915.043067.335938909.03778.1091.642.62
MadagascarMDG199513300.004265.6318361292.75784.2591.302.62
MadagascarMDG199613717.554061.2519531479.40799.0690.082.83
MadagascarMDG199714148.205090.886231566.28818.5991.842.69
MadagascarMDG199814592.385441.3979491675.00836.6791.792.76
MadagascarMDG199915050.506283.7749021819.92862.3392.842.72
MadagascarMDG200015523.006767.4809571925.96876.6893.583.23
MexicoMEX199489352.003.37512.107572.1776.8121.08
MexicoMEX199590903.006.41942.887028.2075.6714.42
MexicoMEX199692450.007.59953.727344.1474.2316.85
MexicoMEX199793990.007.91854.307861.6973.8819.70
MexicoMEX199895521.009.1364.958141.7475.2320.74
MexicoMEX199997428.009.56045.548497.6874.7920.45
MexicoMEX200097221.009.45565.759710.9967.0920.83
MacedoniaMKD19941947.0043.2631797816.974113.1976.928.90
MacedoniaMKD19951966.0037.8817596419.354445.4770.6913.15
MacedoniaMKD19961980.0039.981079119.474571.2172.6412.67
MacedoniaMKD19971996.8750.0035514819.824686.6273.3712.53
MacedoniaMKD19982015.0054.4617309620.134816.1974.2612.49
MacedoniaMKD19992017.0056.9018287719.835236.6472.0410.40
MacedoniaMKD20002031.0065.9038696320.995506.4781.7610.03
MaliMLI19949449.71555.2047119146.93703.6892.977.57
MaliMLI19959705.00499.148407160.86788.5185.677.24
MaliMLI19969993.35511.5523987168.02812.3386.577.79
MaliMLI199710089.80583.6693726161.44888.9579.256.41
MaliMLI199810333.64589.9517822163.33908.8680.316.42
MaliMLI199910583.65615.6990967155.48959.5579.556.17
MaliMLI200010840.00711.9763184151.60995.5277.076.36
MaltaMLT1994368.000.3779211040.2610923.1963.9620.61
MaltaMLT1995371.000.3530587850.2512309.9266.0821.43
MaltaMLT1996373.000.36045590.2413226.5068.2718.81
MaltaMLT1997383.000.3859660920.2414136.2466.6416.58
MaltaMLT1998385.000.3884595040.2414977.6266.6514.55
MaltaMLT1999nananananana
MaltaMLT2000nananananana
MongoliaMNG1994nananananana
MongoliaMNG1995nananananana
MongoliaMNG19962497.75548.4033203185.331268.4862.9816.64
MongoliaMNG1997nananananana
MongoliaMNG1998nananananana
MongoliaMNG1999nananananana
MongoliaMNG2000nananananana
MozambiqueMOZ199415420.006038.5878911070.88809.6799.673.52
MozambiqueMOZ199515820.009024.3330081713.10784.4699.744.36
MozambiqueMOZ199616230.0011293.752322.23853.5597.803.66
MozambiqueMOZ199716630.0011772.629882539.50942.6593.823.33
MozambiqueMOZ199816965.0012110.20022696.711026.0291.564.20
MozambiqueMOZ199917299.0013028.589842868.801046.8097.525.90
MozambiqueMOZ200017691.0015447.139652986.651113.4396.094.68
MauritaniaMRT19942264.96123.574996940.951367.8774.246.87
MauritaniaMRT19952329.00129.768295346.391285.7878.298.14
MauritaniaMRT19962394.35137.221694949.671265.9877.759.95
MauritaniaMRT19972415.46151.85330251.801327.7975.6511.01
MauritaniaMRT19982493.12188.475799655.681357.3579.5810.35
MauritaniaMRT19992576.18209.514205954.691425.5677.378.64
MauritaniaMRT2000nananananana
MauritiusMUS19941113.0017.960369115.6010096.1284.3113.65
MauritiusMUS19951122.0017.386320115.5611067.2481.2710.62
MauritiusMUS19961134.0017.948070535.7611808.2880.1010.40
MauritiusMUS19971147.7121.057260516.1612226.8581.4912.79
MauritiusMUS19981159.7323.992649086.2813440.9079.1311.83
MauritiusMUS19991174.4025.185810096.6513632.8982.1311.14
MauritiusMUS20001186.1426.24955946.7314405.6981.3311.34
MalawiMWI19949493.118.7364053732.28476.4583.598.97
MalawiMWI19959757.0015.283740043.65637.5388.525.03
MalawiMWI199610016.0015.308469774.82718.1295.964.62
MalawiMWI19979664.9316.444179535.17833.0696.644.56
MalawiMWI19989884.0031.072679526.95785.6291.854.35
MalawiMWI199910097.5044.088138589.58824.82100.704.49
MalawiMWI200010311.0059.543811812.13807.7493.583.75
MalaysiaMYS199420103.262.6242570881.247617.4351.1131.97
MalaysiaMYS199520609.862.5044040681.278381.0350.7134.74
MalaysiaMYS199621129.232.515943051.319165.7849.1333.18
MalaysiaMYS199721667.002.8131918911.349688.6748.2034.40
MalaysiaMYS199822180.003.9243750571.2510191.9240.8718.06
MalaysiaMYS199922710.003.7999999521.2710435.7834.8518.26
MalaysiaMYS200023270.003.7999999521.559421.5030.0321.70
NamibiaNAM19941502.853.5507979391.654398.6356.9811.87
NamibiaNAM19951543.003.627084971.814336.0058.9410.53
NamibiaNAM19961582.994.2993488311.994354.8559.4511.40
NamibiaNAM19971647.524.6079621322.334421.2461.6910.19
NamibiaNAM19981681.825.5282840732.534567.8160.9213.25
NamibiaNAM19991718.276.1094841962.674772.4158.5911.67
NamibiaNAM2000nananananana
NigerNER19948842.09555.2047119122.62801.6977.074.13
NigerNER19959150.00499.148407126.81809.7078.252.99
NigerNER19969469.07511.5523987134.38799.4081.473.92
NigerNER19979770.24583.6693726138.02798.7080.444.25
NigerNER199810120.12589.9517822143.64841.3482.784.39
NigerNER199910475.80615.6990967136.84866.4179.183.74
NigerNER200010832.00711.9763184133.32902.2883.323.85
NigeriaNGA1994108012.5721.9960002915.94719.1472.8712.76
NigeriaNGA1995111270.0021.8952598623.53755.8975.4611.04
NigeriaNGA1996114495.5121.8844299326.61926.0961.199.82
NigeriaNGA1997117680.7521.8860492725.87964.8873.979.61
NigeriaNGA1998120817.2621.8859996828.64816.1581.1311.54
NigeriaNGA1999123896.5292.3380966232.58795.7469.8216.31
NigeriaNGA2000126910.00101.697303839.93826.4731.8922.19
NicaraguaNIC19944304.716.7228751181.671711.6984.6010.13
NicaraguaNIC19954426.007.5455918311.751838.3782.7011.31
NicaraguaNIC19964548.058.4355001452.071772.6380.2812.71
NicaraguaNIC19974680.479.4480829242.561553.2894.5316.80
NicaraguaNIC19984810.2910.581919672.731666.0696.2817.16
NicaraguaNIC19994940.7411.809249882.941800.77104.7321.48
NicaraguaNIC20005071.0012.684390073.081947.2292.2117.88
NetherlandsNLD199415381.001.822.1019638.7662.6021.10
NetherlandsNLD199515460.001.60572.0920607.3262.1421.85
NetherlandsNLD199615526.001.68592.0921430.5062.5521.93
NetherlandsNLD199715607.001.95132.0922582.8462.2322.35
NetherlandsNLD199815703.001.98372.1023648.7662.8422.34
NetherlandsNLD199915809.002.06852.1324483.2363.7622.37
NetherlandsNLD200015920.002.39192.1625758.8362.7322.47
NorwayNOR19944337.007.05769.2021746.5160.6125.84
NorwayNOR19954358.006.33529.2623015.9259.8027.17
NorwayNOR19964381.006.44989.3124937.0658.9525.94
NorwayNOR19974405.007.07349.3526615.1457.9128.41
NorwayNOR19984432.007.54519.5626317.2161.3031.31
NorwayNOR19994462.007.79929.7227622.5260.5826.91
NorwayNOR20004491.008.80189.8932057.2953.4524.48
NepalNPL199420753.4549.397518168.221168.2069.4017.03
NepalNPL199521272.0051.890331278.441222.3067.8318.06
NepalNPL199621794.6856.691951758.991272.3170.3718.83
NepalNPL199721444.8858.009548199.461380.5070.7917.36
NepalNPL199821965.4265.975791939.661415.7170.4216.56
NepalNPL199922498.0468.2393722510.291476.5570.4913.26
NepalNPL200023043.0071.0938034110.511564.8367.2716.02
New ZealandNZL19943602.001.68651.4916302.7468.1921.95
New ZealandNZL19953656.001.52391.4817075.0467.7123.36
New ZealandNZL19963714.001.45491.4717707.2668.1923.38
New ZealandNZL19973761.001.51241.4817945.2969.1622.06
New ZealandNZL19983792.001.86831.4818085.4470.5020.99
New ZealandNZL19993811.001.88961.4619007.0370.1222.69
New ZealandNZL20003831.002.20121.4620008.2967.6422.33
OmanOMN1994nananananana
OmanOMN1995nananananana
OmanOMN19962173.000.3844999970.2016667.8858.288.08
OmanOMN1997nananananana
OmanOMN1998nananananana
OmanOMN1999nananananana
OmanOMN2000nananananana
PakistanPAK1994119401.8529.877840047.441768.4471.2911.40
PakistanPAK1995122374.9530.929689418.171878.3271.4611.09
PakistanPAK1996125409.8535.265731818.761951.6674.0211.07
PakistanPAK1997128457.3140.917919169.621962.2576.3610.48
PakistanPAK1998131582.0044.942840589.932048.3973.7210.08
PakistanPAK1999134790.0049.1183395410.442085.4177.288.68
PakistanPAK2000138080.0053.6481895410.692157.8674.048.81
PanamaPAN19942585.2410.555441.8758.4723.68
PanamaPAN19952631.0010.555453.2558.2426.17
PanamaPAN19962674.0010.545670.9257.9426.54
PanamaPAN19972719.0010.506002.1061.2425.19
PanamaPAN19982764.0010.516217.6965.5526.58
PanamaPAN19992811.0010.516336.4263.0728.71
PanamaPAN20002856.0010.526650.2062.2526.65
PeruPER199423149.982.1949999331.194009.2770.8119.94
PeruPER199523532.002.2533330921.294373.1170.2322.00
PeruPER199623947.002.4533329011.414434.0870.8820.86
PeruPER199724371.002.6641669271.364734.2269.4022.28
PeruPER199824801.002.9300000671.454629.3070.3521.78
PeruPER199925230.003.3833329681.494627.9770.0618.43
PeruPER200025661.003.490000011.524799.3069.5317.44
PhilippinesPHL199468661.4926.417169578.742822.8673.0515.89
PhilippinesPHL199570267.0025.714469919.142968.2074.7115.56
PhilippinesPHL199671899.0026.216100699.683122.2975.2516.42
PhilippinesPHL199771324.6829.4706592610.193344.3075.7417.48
PhilippinesPHL199872775.4540.8930511510.853415.2876.5413.95
PhilippinesPHL199974194.8839.0889816311.243726.8971.8312.22
PhilippinesPHL200075580.0044.192249311.014064.7067.1211.63
Papua New GuineaPNG19944201.861.0113400220.314188.1650.165.76
Papua New GuineaPNG19954301.001.2798420190.393800.1662.678.42
Papua New GuineaPNG19964400.901.3190749880.453529.3554.2612.65
Papua New GuineaPNG19974760.731.437971950.433423.7360.9211.06
Papua New GuineaPNG19984882.812.0735919480.493311.2359.269.46
Papua New GuineaPNG19995005.922.5707728860.553313.2663.019.54
Papua New GuineaPNG2000nananananana
PolandPOL199438544.002.27230.886623.4476.0614.85
PolandPOL199538588.002.4251.117204.2272.9117.34
PolandPOL199638618.002.69611.307712.8575.0819.53
PolandPOL199738650.003.27931.488250.2675.6221.50
PolandPOL199838666.003.47541.648727.1475.7522.38
PolandPOL199938654.003.96711.749150.8277.1822.24
PolandPOL200038646.004.34611.849661.3667.2124.35
Puerto RicoPRI1994nananananana
Puerto RicoPRI1995nananananana
Puerto RicoPRI19963733.0010.839765.6596.1122.95
Puerto RicoPRI19973805.0010.8510048.2696.6125.16
Puerto RicoPRI19983833.0010.8710590.0995.5523.29
Puerto RicoPRI1999nananananana
Puerto RicoPRI2000nananananana
PortugalPRT19949902.80165.993122.0012435.1262.8620.71
PortugalPRT19959916.80151.106126.5712907.0072.3823.85
PortugalPRT19969926.90154.244129.1713523.0872.4823.73
PortugalPRT19979940.70175.312131.8814268.5372.2125.41
PortugalPRT19989968.70180.104134.3715165.2272.3326.62
PortugalPRT19999990.00188.178133.2116302.3261.6726.46
PortugalPRT200010005.00217.603135.1517088.9660.7427.22
ParaguayPRY19944711.891911.545044610.275209.5072.5612.24
ParaguayPRY19954828.001970.400024698.175236.2172.8412.89
ParaguayPRY19964955.002062.783936751.375342.3971.6112.43
ParaguayPRY19975085.002177.863037838.304909.9779.8713.06
ParaguayPRY19985219.002726.48999941.074766.3980.8812.43
ParaguayPRY19995358.843119.072998955.204723.7977.1211.63
ParaguayPRY20005496.003486.353027993.264801.3077.1411.06
QatarQAT1994nananananana
QatarQAT1995nananananana
QatarQAT1996693.003.6400001052.4919843.9150.1013.25
QatarQAT1997nananananana
QatarQAT1998nananananana
QatarQAT1999nananananana
QatarQAT2000nananananana
RomaniaROM199422731.001655.08606499.954377.7572.1313.89
RomaniaROM199522681.002033.276001676.224699.6677.5512.60
RomaniaROM199622608.003084.218018962.084983.7683.0811.64
RomaniaROM199722554.007167.9428712345.914787.4182.2711.50
RomaniaROM199822503.008875.5761723402.874848.8683.9410.65
RomaniaROM199922457.9915332.839844983.814818.3581.4710.12
RomaniaROM200022435.0021708.72077059.265023.5381.0311.18
RussiaRUS1994148336.002.1907498840.557499.8649.5118.33
RussiaRUS1995148140.994.5591502191.477068.7460.7317.40
RussiaRUS1996147739.015.120832922.047106.7963.8613.72
RussiaRUS1997147304.005.7848329542.307297.9566.6813.05
RussiaRUS1998146899.019.7050828932.647086.3967.739.20
RussiaRUS1999146308.9924.61993984.038074.7057.358.81
RussiaRUS2000145555.0128.129169464.859995.9154.748.79
RwandaRWA19946230.00194.51750.39529.48132.164.48
RwandaRWA19956400.00262.197509870.67746.3492.773.08
RwandaRWA19966727.00306.820007377.90823.2589.713.21
RwandaRWA19977895.18301.529785284.13847.7991.443.72
RwandaRWA19988105.00312.314086985.32914.2289.344.22
RwandaRWA19998310.00333.941894582.25944.8685.723.46
RwandaRWA20008508.00389.696197584.20976.1683.863.22
Saudi ArabiaSAU1994nananananana
Saudi ArabiaSAU1995nananananana
Saudi ArabiaSAU199619409.003.7449998862.2212245.5746.998.88
Saudi ArabiaSAU1997nananananana
Saudi ArabiaSAU1998nananananana
Saudi ArabiaSAU1999nananananana
Saudi ArabiaSAU2000nananananana
SudanSDN1994nananananana
SudanSDN1995nananananana
SudanSDN199627160.681250.791992328.141159.2679.219.57
SudanSDN1997nananananana
SudanSDN1998nananananana
SudanSDN1999nananananana
SudanSDN2000nananananana
SenegalSEN19948110.87555.2047119182.521363.8081.266.60
SenegalSEN19958330.00499.148407189.551421.7982.136.41
SenegalSEN19968557.01511.5523987187.901477.7083.676.66
SenegalSEN19978777.14583.6693726189.051545.1983.826.55
SenegalSEN19989032.38589.9517822188.741608.4083.677.44
SenegalSEN19999286.27615.6990967190.871650.8186.216.91
SenegalSEN20009530.00711.9763184194.261680.9786.917.14
SingaporeSGP19943421.001.5274440051.4621361.8638.3439.92
SingaporeSGP19953526.001.4173749691.4423306.6036.5141.32
SingaporeSGP19963670.001.4100409751.4124938.8534.7443.93
SingaporeSGP19973794.001.4848059421.4126755.9033.9245.56
SingaporeSGP19983923.001.6736019851.3526322.4832.8740.05
SingaporeSGP19993952.001.6949570181.3926470.2934.7437.74
SingaporeSGP20004018.001.7239630221.3828643.5934.7937.72
Sierra LeoneSLE19944399.00586.7396851130.03951.9081.944.55
Sierra LeoneSLE19954510.00755.2158203163.60885.2492.023.21
Sierra LeoneSLE19964630.00920.7324829203.31921.2298.935.27
Sierra LeoneSLE1997nananananana
Sierra LeoneSLE19984830.481563.618042288.65780.8594.564.22
Sierra LeoneSLE1999nananananana
Sierra LeoneSLE20005031.002092.125361.48733.5493.123.91
El SalvadorSLV19945540.868.7287502293.353816.3789.039.81
El SalvadorSLV19955669.008.7545833593.544143.5989.3110.35
El SalvadorSLV19965798.008.7550001143.694235.7988.777.79
El SalvadorSLV19975911.008.7562503813.744408.4187.057.90
El SalvadorSLV19986035.008.7550001143.884483.9986.729.28
El SalvadorSLV19996153.748.7550001143.864592.3987.768.34
El SalvadorSLV20006276.008.7550001144.004622.3789.268.87
Sao Tome and PrincipeSTP1994128.65732.6281738207.811357.60102.7618.97
Sao Tome and PrincipeSTP1995132.001420.340942378.051294.79114.3117.42
Sao Tome and PrincipeSTP1996135.292203.164063573.951272.02106.5618.71
Sao Tome and PrincipeSTP1997nananananana
Sao Tome and PrincipeSTP1998141.706883.2431641546.811284.0475.4517.81
Sao Tome and PrincipeSTP1999144.907118.9580081797.051284.2774.9618.08
Sao Tome and PrincipeSTP2000148.007978.1718751908.791316.8174.0018.08
Slovak RepublicSVK19945347.0032.04489.659036.7565.4916.74
Slovak RepublicSVK19955364.0029.713410.529675.5665.9121.68
Slovak RepublicSVK19965374.0030.653711.299992.8770.1627.02
Slovak RepublicSVK19975383.0033.616211.8510753.5770.3726.01
Slovak RepublicSVK19985391.0035.233411.7711835.6056.4727.91
Slovak RepublicSVK19995395.8041.362812.4912102.0855.9824.51
Slovak RepublicSVK20005401.0046.035213.0212618.5352.2224.78
SloveniaSVN19941988.90128.808593879.9711662.1253.2119.87
SloveniaSVN19951990.00118.518501389.0312574.9654.4623.11
SloveniaSVN19961991.00135.364303697.2713151.5154.3223.23
SloveniaSVN19971985.96159.6882935103.9614143.0253.2424.14
SloveniaSVN19981982.60166.134201108.9315067.3452.8225.35
SloveniaSVN19991985.50181.7691956113.4316198.3153.2727.82
SloveniaSVN20001988.00222.6560974119.6916983.3851.1327.60
SwedenSWE19948781.007.7169.4419256.7269.4818.48
SwedenSWE19958827.007.13339.5020438.3066.8319.46
SwedenSWE19968841.006.7069.5220864.5567.5018.93
SwedenSWE19978846.007.63499.5821521.1367.2718.59
SwedenSWE19988851.007.94999.5822475.3167.5619.56
SwedenSWE19998858.008.26249.6423477.2767.9319.51
SwedenSWE20008871.009.16229.6024628.4450.1420.60
SwazilandSWZ1994nananananana
SwazilandSWZ1995nananananana
SwazilandSWZ1996928.554.2993488311.095175.4371.2218.45
SwazilandSWZ1997959.704.6079621321.394773.6170.8820.40
SwazilandSWZ1998990.465.5282840731.514839.6169.0721.30
SwazilandSWZ19991019.476.1094841961.634928.8570.4718.63
SwazilandSWZ20001045.006.9398279191.775046.7270.8718.87
SeychellesSYC199473.925.0558581354.028216.6642.5616.11
SeychellesSYC199575.304.7619748123.449352.8352.6316.28
SeychellesSYC199676.544.9699831013.509422.0145.2028.23
SeychellesSYC199777.325.0263419153.3810332.3057.5418.98
SeychellesSYC199878.855.2621917722.8812334.4773.0916.45
SeychellesSYC199980.035.3425831793.3511454.2365.6417.61
SeychellesSYC200081.235.713817123.7111644.4262.1814.50
SyriaSYR199413713.8011.2250003810.873391.8774.7411.94
SyriaSYR199514112.0011.2250003810.563819.4470.8610.43
SyriaSYR199614505.9911.2250003811.373971.0970.939.15
SyriaSYR199715015.0011.2250003812.194071.7367.458.26
SyriaSYR199815402.0011.2250003812.024263.7267.967.89
SyriaSYR199915792.0011.2250003812.454176.4965.987.66
SyriaSYR200016189.0011.2250003812.834337.7860.577.00
ChadTCD19946463.87555.2047119104.70802.6790.137.87
ChadTCD19956707.00499.148407122.82871.6585.244.67
ChadTCD19966893.71511.5523987136.07885.9084.436.47
ChadTCD19977085.62583.6693726132.56936.6884.766.29
ChadTCD19987282.87589.9517822146.16938.4886.656.97
ChadTCD19997485.61615.6990967132.56970.4585.944.83
ChadTCD20007694.00711.9763184135.74959.4179.786.70
TogoTGO19943990.00555.2047119163.22838.1268.929.01
TogoTGO19954110.00499.148407186.59850.5069.319.94
TogoTGO19964230.00511.5523987201.70884.7471.3912.18
TogoTGO19974135.17583.6693726216.81976.0683.5210.62
TogoTGO19984258.14589.9517822199.34983.7477.3212.72
TogoTGO19994388.60615.6990967200.06995.4876.5811.32
TogoTGO20004527.00711.9763184207.24926.0477.4512.32
ThailandTHA199458718.0025.1499500310.256019.2049.7641.04
ThailandTHA199559401.0024.9151802110.646637.2550.8642.04
ThailandTHA199660003.0025.3426799810.837093.7250.6041.49
ThailandTHA199759370.4731.3643302911.277051.2551.8433.08
ThailandTHA199859793.5041.3593902612.306410.1751.0417.75
ThailandTHA199960245.8037.8136596711.856477.3153.0418.58
ThailandTHA200060728.0040.1118011511.886715.3153.4620.87
TajikistanTJK1994nananananana
TajikistanTJK1995nananananana
TajikistanTJK19965927.00295.546.95985.6967.3711.96
TajikistanTJK19976017.000.5623332860.071215.8568.698.66
TajikistanTJK19986127.000.7766249780.141234.3083.126.86
TajikistanTJK19996156.001.2377920150.171278.5371.908.41
TajikistanTJK20006170.002.0762500760.211379.6975.949.09
TurkmenistanTKM1994nananananana
TurkmenistanTKM1995nananananana
TurkmenistanTKM19964598.003978.225098449.044533.3339.0540.47
TurkmenistanTKM1997nananananana
TurkmenistanTKM1998nananananana
TurkmenistanTKM1999nananananana
TurkmenistanTKM2000nananananana
Trinidad&TobagoTTO19941253.515.9249291422.808361.0858.8312.99
Trinidad&TobagoTTO19951262.005.9477958682.739177.1561.439.78
Trinidad&TobagoTTO19961270.176.0050659182.839481.5663.4810.14
Trinidad&TobagoTTO19971277.746.251677993.498211.9169.7517.97
Trinidad&TobagoTTO19981285.146.2983078963.548426.1574.7414.06
Trinidad&TobagoTTO19991292.756.2989001272.9811192.6872.848.36
Trinidad&TobagoTTO20001301.006.2997970582.7613720.5769.767.43
TunisiaTUN19948823.691.0115540030.345214.3976.1712.71
TunisiaTUN19958957.500.9457499980.365343.9576.8512.78
TunisiaTUN19969089.300.9734082820.365830.0577.4813.06
TunisiaTUN19979215.001.1059080360.376077.8478.1113.12
TunisiaTUN19989333.301.1387250420.386352.5879.2712.98
TunisiaTUN19999455.901.1862250570.396787.7878.7412.49
TunisiaTUN20009563.501.3706829550.397130.1578.5613.29
TurkeyTUR199460573.0029608.711092.725757.2869.0416.11
TurkeyTUR199561646.0045845.120693.486085.0068.5921.63
TurkeyTUR199662695.0081404.936675.476424.4270.8420.99
TurkeyTUR199763745.0015186564522.947010.8970.5521.49
TurkeyTUR199864789.00260724111801.757209.8869.1020.15
TurkeyTUR199965819.00418783168680.636972.8569.6518.07
TurkeyTUR200066835.00625218252226.947414.0269.1521.11
TaiwanTWN199421034.9026.459922.8013471.4362.6321.77
TaiwanTWN199521214.9926.489923.0714341.1562.8521.63
TaiwanTWN199621387.8127.459923.0315589.1062.4920.63
TaiwanTWN199721577.3828.722.9716827.6962.7521.83
TaiwanTWN199821777.1033.459923.1117742.8063.9321.96
TaiwanTWN1999nananananana
TaiwanTWN2000nananananana
TanzaniaTZA199428793.00509.6308899159.87437.3286.9711.15
TanzaniaTZA199529646.00574.7617188198.45452.3085.159.92
TanzaniaTZA199630487.82579.9766846235.95471.4085.458.62
TanzaniaTZA199731316.10612.1224976340.30433.0582.2310.42
TanzaniaTZA199832128.48664.6712036367.40449.6889.559.83
TanzaniaTZA199932922.57744.7590942412.84474.7088.058.90
TanzaniaTZA200033696.00800.4085083437.36490.1883.339.39
UgandaUGA199418599.39979.4453735332.78711.2178.672.92
UgandaUGA199519168.00968.916687342.81816.9378.143.53
UgandaUGA199619740.951046.084961362.94855.1580.103.64
UgandaUGA199720420.001083.009033380.43901.6176.783.29
UgandaUGA199821040.001240.30603387.35933.5378.373.17
UgandaUGA199921620.001454.827026397.011016.6383.853.22
UgandaUGA200022210.001644.474976410.331029.5785.063.57
UkraineUKR199451921.000.3275142010.045594.7754.2817.10
UkraineUKR199551531.001.4730750320.224724.5255.8811.12
UkraineUKR199651114.001.8294689660.364402.5256.489.03
UkraineUKR199750697.001.8616579770.424422.6556.859.34
UkraineUKR199850303.002.4495420460.454531.5257.659.36
UkraineUKR199949906.004.1304421420.544833.4654.198.80
UkraineUKR200049501.005.4402332310.685146.9654.369.68
UruguayURY19943194.725.0439171793.008572.8269.5012.00
UruguayURY19953218.006.3489999774.138630.7567.9012.65
UruguayURY19963241.527.9718332295.089285.2369.5911.58
UruguayURY19973265.009.4418325426.329912.4469.8511.79
UruguayURY19983289.0010.471920016.7210571.7770.6312.21
UruguayURY19993313.0011.339300166.8910379.1871.4911.06
UruguayURY20003337.0012.09959037.0710284.5971.8210.03
United StatesUSA1994260616.0011.0026834.1268.1120.90
United StatesUSA1995263073.0011.0027894.9268.1420.98
United StatesUSA1996265504.0011.0029193.9168.0521.58
United StatesUSA1997268087.0011.0030797.8467.4522.52
United StatesUSA1998270560.0011.0032230.1968.0822.89
United StatesUSA1999272996.0011.0033725.7768.8423.14
United StatesUSA2000275423.0011.0035618.6768.2624.25
UzbekistanUZB199422377.0011.41.242339.1755.7813.30
UzbekistanUZB199522785.0030.25.262529.1146.8813.69
UzbekistanUZB199623225.0041.18.602803.8255.539.33
UzbekistanUZB1997nananananana
UzbekistanUZB1998nananananana
UzbekistanUZB1999nananananana
UzbekistanUZB2000nananananana
St.Vincent & GrenadinesVCT1994110.372.7000000481.075555.2755.009.08
St.Vincent & GrenadinesVCT1995111.002.7000000481.056086.1746.909.66
St.Vincent & GrenadinesVCT1996111.682.7000000481.056432.0046.098.90
St.Vincent & GrenadinesVCT1997112.422.7000000481.106389.3657.149.77
St.Vincent & GrenadinesVCT1998113.222.7000000481.126729.9255.1010.36
St.Vincent & GrenadinesVCT1999114.082.7000000481.107033.3753.1710.42
St.Vincent & GrenadinesVCT2000115.002.7000000481.007847.4546.428.43
VenezuelaVEN199421377.00148.502700862.856458.3165.2210.43
VenezuelaVEN199521844.00176.842498894.976586.8764.4513.96
VenezuelaVEN199622311.00417.332489190.336916.3558.9011.65
VenezuelaVEN199722777.00488.6347961280.246785.2162.9415.71
VenezuelaVEN199823242.00547.5557861362.326229.5668.3416.95
VenezuelaVEN199923707.00605.7166748418.596298.2264.4013.85
VenezuelaVEN200024170.00679.9602051469.487232.4757.9913.54
VietnamVNM199471679.2410962.129881777.341339.8973.4412.60
VietnamVNM199572980.0011034.919922079.011471.0775.0113.98
VietnamVNM199674300.0011032.599612108.211651.5679.0614.90
VietnamVNM199775460.0011683.330082049.032032.7277.9113.19
VietnamVNM1998nananananana
VietnamVNM1999nananananana
VietnamVNM2000nananananana
YemenYEM199414785.0012.0100002321.33859.2849.135.30
YemenYEM199515250.0040.8391799936.10815.7355.436.58
YemenYEM199615692.2594.1566696252.23801.6366.806.82
YemenYEM199716139.48129.280807550.391093.1850.506.38
YemenYEM199816599.45135.881698643.991161.4056.056.27
YemenYEM199917047.64155.718307556.011185.5853.315.37
YemenYEM200017507.16161.718307560.941292.5639.775.62
South AfricaZAF199438283.223.5507979391.816980.6062.727.73
South AfricaZAF199539120.003.627084971.987086.0965.008.57
South AfricaZAF199639912.004.2993488312.077429.2365.177.94
South AfricaZAF199740670.334.6079621322.217606.7565.457.61
South AfricaZAF199841402.395.5282840732.337612.7966.237.28
South AfricaZAF199942106.236.1094841962.447749.9665.746.74
South AfricaZAF200042800.996.9398279192.558016.6564.997.08
Congo, Dem. Rep.ZAR199442489.321194.119019518.70315.4480.482.96
Congo, Dem. Rep.ZAR199543848.007024.4311522763.71327.2777.932.63
Congo, Dem. Rep.ZAR199645254.158376420020.81309.8178.432.43
Congo, Dem. Rep.ZAR199746753.571.3134479520.58281.0781.942.60
Congo, Dem. Rep.ZAR1998nananananana
Congo, Dem. Rep.ZAR1999nananananana
Congo, Dem. Rep.ZAR2000nananananana
ZambiaZMB19948740.72669.3706055307.48834.1975.439.86
ZambiaZMB19958980.00864.1192017402.40829.3776.5510.31
ZambiaZMB19969214.401207.900024515.01838.0578.7410.99
ZambiaZMB19979443.211314.498047596.97851.4777.5912.15
ZambiaZMB19989665.711862.06897744.91800.6985.1213.75
ZambiaZMB19999881.212388.019043941.87765.2491.8215.30
ZambiaZMB200010089.003110.8439941157.63840.9786.3315.38
ZimbabweZWE199410775.358.1515388492.012586.8460.1018.53
ZimbabweZWE199511011.008.665375712.152603.3766.8915.03
ZimbabweZWE199611242.1610.002349852.642860.2372.0611.32
ZimbabweZWE199711923.5212.111289983.172727.0682.8211.01
ZimbabweZWE199812153.8523.679109574.062799.8577.6610.75
ZimbabweZWE199912388.3238.301200876.122770.4876.8910.73
ZimbabweZWE200012627.0044.417919169.482607.0369.238.62
- - - - - - - - - - - - diff --git a/demos/filter-images.html b/demos/filter-images.html deleted file mode 100644 index ca797e94..00000000 --- a/demos/filter-images.html +++ /dev/null @@ -1,460 +0,0 @@ - - - - tablefilter v0.0.20 - Filter and Sort Images Demo - - - - -

tablefilter v0.0.20

-

Filter and sort images demo

-

- This demo shows how to filter and sort a column containing images by using - the custom_cell_data delegate and the - data-tf-sortKey attribute. -

- -

-
-
-
-    
-        
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-        
-    
-    
-        
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-        
-    
-
BookPriceDelivery Items 
 TitleAuthor$In storeShippingPublication Date
- new edition - Boris GodunovAlexandr Pushkin -
7.15
-
- - 1 Hour -
01/01/1999
-
- sold out - The RainmakerJohn Grisham -
7.99
-
- - 2 Days -
12/01/2001
-
- best price - The Green MileStephen King -
11.10
-
- - 24 Hours -
01/01/1992
-
- great deal - MiseryStephen King -
7.70
-
- - na -
01/01/2003
-
- great deal - The Dark HalfStephen King -
0
-
- - 2 Days -
10/30/1999
-
- sold out - The PartnerJohn Grisham -
12.99
-
- - 24 Hours -
01/01/2005
-
- sold out - ItStephen King -
9.70
-
- - 12 Hours -
10/15/2001
-
- great deal - Cousin BetteHonore de Balzac -
0
-
- - 1 Hour -
12/01/1991
-
- great deal - The TestamentJohn Grisham -
19.10
-
- - 2 Days -
12/17/1999
-
- new edition - Eugene OneginAlexandr Pushkin -
11.20
-
- - 24 Hours -
09/27/2005
-
- best price - Dark AvenuesIvan Bunin -
14.96
-
- - 1 Hour -
10/01/2008
-
- great deal - Father GoriotHonore de Balzac -
9.99
-
- - 2 Days -
06/06/2010
-
- sold out - The Captain's DaughterAlexandr Pushkin -
10.21
-
- - 2 Days -
03/01/2001
-
- sold out - HamletWilliam Shakespeare -
5.99
-
- - 1 Hour -
04/15/2003
-
- best price - The VillageIvan Bunin -
11.66
-
- - 24 Hours -
01/02/2010
-
- new edition - The Winter's TaleWilliam Shakespeare -
19.31
-
- - 1 Hour -
02/12/2010
-
- great deal - The Black SheepHonore de Balzac -
16.00
-
- - 1 Hour -
08/28/1976
-
- new edition - Lost IllusionsHonore de Balzac -
8.0
-
- - na -
07/10/2010
-
- - - - - - - - - - - diff --git a/demos/filters-visibility.html b/demos/filters-visibility.html deleted file mode 100644 index 57b22352..00000000 --- a/demos/filters-visibility.html +++ /dev/null @@ -1,2677 +0,0 @@ - - - - tablefilter v0.0.20 - Filters Visibility Extension Demo - - - - -

tablefilter v0.0.20

-

Filters visibility extension demo

-

- This demo features the filters visibility extension. -

- -

-
-
-
-  
-    
-      
-      
-      
-      
-      
-      
-    
-  
-  
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-  
-
RankContinent/RegionCountry / TerritoryArea (km²)% of TotalNotes
Solar System Earth148,940,000100%Total land coverage (29.2% of Earth's surface)
1Asia /Europe - Russia - 17,098,24211.5%Largest country in the world. Encyclopaedia Britannica (EB): 17,075,400 - km² -
2America, North - Canada - 9,984,6706.7%Largest country in the Western Hemisphere. Longest coastline. EB: - 9,984,670 km² -
3 America, North - United - States - 9,629,0916.5% -
-
Includes only the - 50 - states and the District of Columbia. The total area is listed as - 9,826,630 km² by the CIA World Factbook. -
- EB: 9,522,055 km² -
4Asia, Eastern - PR - China - 9,598,0946.4%Second largest Asian country (after Asian part of Russia). Total of - separate UN figures for Mainland China (9,596,961) inclusive Hong Kong - SAR (1,104 km²) and Macau (29 km²). (Excludes all disputed - territories.) EB: 9,572,900 km² -
5America, South - Brazil - 8,514,8775.7%Largest country in South America, and in the Southern Hemisphere. - EB: 8,514,877 km² -
6Oceania, Australia - Australia - 7,692,0245.2%Australia is the only country that is coterminous with a continent. - Largest country without a land-border to neighbours. Largest country - in Oceania. EB: 7,692,208 km² -
7Asia, South-Central - India - 3,287,2632.3%Figure includes 120,849 km² of disputed territories with Pakistan - and China. Third-largest country in Asia (after Russia and China). EB: - 3,166,414 km² -
8America, South - Argentina - 2,780,4002%Second largest country in South America. -
- EB: 2,780,403 km² -
9Asia, South-Central - Kazakhstan - 2,724,9001.8%Largest landlocked country in the world. EB: 2,724,900 km²
10Africa, Northern - Sudan - 2,505,8131.7%Largest country in Africa. EB: 2,505,810 km²
11Africa, Northern - Algeria - 2,381,7411.6%Second-largest country in Africa
12Africa, Central - Democratic - Republic of the Congo (Kinshasa) - 2,344,8581.6%Third-largest country in Africa
13Europe, Northern - - Greenland - - 2,166,0861.5%Self-governing territory of Denmark. Largest island in the world.
14Middle East - Saudi - Arabia - 2,000,0001.4%Largest country in the Middle East
15America, Northern - Mexico - 1,964,3751.3%Third-largest country in North America.
16Asia, South-East - Indonesia - 1,904,5691.3%Largest and most populous country situated only on islands. Also the - largest country in South East Asia. -
17Africa, Northern - Libya - 1,759,5401.2%
18Asia, South-Central - Iran - 1,648,1951.1%
19Asia, Eastern - Mongolia - 1,564,1001.1% 
20America, South - Peru - 1,285,2160.86%Third-largest country in South America
21Africa, Central - Chad - 1,284,0000.86%
22Africa, Western - Niger - 1,267,0000.85%
23Africa, Central - Angola - 1,246,7000.85%
24Africa, Western - Mali - 1,240,1920.83%
25Africa, Southern - South - Africa - 1,221,0370.82%Includes Prince Edward Islands (Marion Island and Prince Edward Island).
26America, South - Colombia - 1,138,9140.76%Colombian census figure is 1,141,748 which includes three special - districts and San Andrés and Providencia islands (52 km²) (disputed - territories with Nicaragua). -
27Africa, Eastern - Ethiopia - 1,104,3000.74%
28America, South - Bolivia - 1,098,5810.74% 
29Africa, Western - Mauritania - 1,025,5200.69%
30Africa, Northern - Egypt - 1,002,0000.67%Excluding the disputed region Hala'ib Triangle (20,580 km²).
31Africa, Eastern - Tanzania - 945,0870.63%Includes the islands of Mafia, Pemba, and Zanzibar.
32Africa, Western - Nigeria - 923,7680.62%
33America, South - Venezuela - 912,0500.61%
34Africa, Southern - Namibia - 824,2920.55%
35Africa, Eastern - Mozambique - 801,5900.54%
36Asia, South-Central - Pakistan - 796,0950.53% -
-
Excludes all disputed territories. -
-
37Western Asia, Southern Europe - Turkey - 783,5620.53%Third-largest among countries with part of territory in Europe (after - Russia and Kazakhstan) -
38America, South - Chile - 756,1020.51%Includes Easter Island (Isla de Pascua; Rapa Nui) and Isla Sala y - Gómez, excludes claims on Antarctica (1,250,000 km²). -
39Africa, Eastern - Zambia - 752,6180.51%
40Asia, South-East - Myanmar - 676,5780.45%
41Asia, South-Central - Afghanistan - 652,0900.44%
42Africa, Eastern - Somalia - 637,6570.43%
43Africa, Central - Central - African Republic - 622,9840.42%
44Europe, Eastern - Ukraine - 603,5000.41%Largest all-European country, fourth largest among countries with - part of territory in Europe (after Russia, Kazakhstan and Turkey). -
45Africa, Eastern - Madagascar - 587,0410.39%
46Africa, Southern - Botswana - 582,0000.39%
47Africa, Eastern - Kenya - 580,3670.39%
48Europe, Western - France - 551,5000.37%Metropolitan France (European France including Corsica) only. The - French Republic including French overseas territories covers 674,843 km². -
49Europe, Northern - Sweden - 531,7960.30%Includes Gotland and Öland.
50Middle East - Yemen - 527,9680.35%Includes the islands of Perim and Socotra.
51Asia, South-East - Thailand - 513,1200.34%
52Europe, Southern - Spain - 505,9920.34%Sixth largest in Europe, second largest in western Europe. Includes - mainland Spain, the Balearic Islands and Canary Islands, as well as - the Spanish possessions (Plazas de Soberanía) off the coast of Morocco - (Ceuta, Melilla, Islas Chafarinas, Peñón de Alhucemas, and Peñón de - Vélez de la Gomera), and Isla de Alborán almost midway between Morocco - and Spain, all the latter being claimed by Morocco. -
53Asia, South-Central - Turkmenistan - 488,1000.33%
54Africa, Central - Cameroon - 475,4420.32%
55Oceania, Melanesia - Papua - New Guinea - 462,8400.31%Second largest country in Oceania.
56Asia, South-Central - Uzbekistan - 447,4000.30%The larger of only two doubly landlocked countries in the world.
57Africa, Northern - Morocco - 446,5500.30%Excluding Western Sahara.
58Middle East - Iraq - 438,3170.29%
59America, South - Paraguay - 406,7520.27%
60Africa, Eastern - Zimbabwe - 390,7570.26%
61Asia, Eastern - Japan - 377,9150.25%Includes Ryukyu Islands (Nansei Islands), Daito Islands, Ogasawara - Islands (Bonin Islands), Minami-Torishima (Marcus Island), Okino-Torishima - and Volcano Islands (Kazan Islands); excludes the southern Kuril Islands. -
62Europe, Western - Germany - 357,0220.24%EB: 357,046
63Africa, Central - Republic - of the Congo (Brazzaville) - 342,0000.23%
64Europe, Northern - Finland - 338,1450.23%Includes Åland Islands (1,552 km²).
65Asia, South-East - Vietnam - 331,6890.22%
66Asia, South-East - Malaysia - 329,8470.22%
67Europe, Northern - Norway - 323,8020.22%Mainland Norway only; not included the overseas areas of Svalbard - and Jan Mayen (62,422 km²) and the dependency of Bouvet Island - (49 km²) and the Antarctic dependency claims of Queen Maud Land - (2,500,000 km²) and Peter I Island (243 km²). -
68Africa, Western - Côte - d'Ivoire - 322,4630.22%
69Europe, Eastern - Poland - 312,6850.21%
70Middle East - Oman - 309,5000.21%
71Europe, Southern - Italy - 301,3180.20%
72Asia, South-East - Philippines - 300,0000.20%
73America, South - Ecuador - 283,5610.20%Includes Galápagos Islands.
74Africa, Western - Burkina - Faso - 274,2220.18%
75Oceania, Australia - New - Zealand - 270,4670.18%Includes Antipodes Islands, Auckland Islands, Bounty Islands, Campbell - Island, Chatham Islands, and Kermadec Islands. Excludes Niue (260 km²), - the Cook Islands (236 km²) and Tokelau (12 km²), as well as - the Antarctic claim of Ross Dependency (450,000 km²). Third largest - country in Oceania. -
76Africa, Central - Gabon - 267,6680.18%
77Africa, Northern - Western Sahara - 266,0000.18%Largely occupied by Morocco, some territory administered by the Sahrawi - Arab Democratic Republic. -
78Africa, Western - Guinea - 245,8570.17%
79Europe, Northern - United - Kingdom - 242,9000.16%Not included are the three Crown dependencies (768 km²) of the - islands of Jersey, Guernsey and Isle of Man, and British Overseas Territories - (1,742,857 km²) -
80Africa, Eastern - Uganda - 241,0380.16%
81Africa, Western - Ghana - 238,5330.16%
82Europe, Eastern - Romania - 238,3910.16%
83Asia, South-East - Lao - PDR - 236,8000.16%
84Europe, Northern - Guyana - 214,9690.14%
85Europe, Eastern - Belarus - 208,0000.14%Second-largest landlocked country in Europe (after Kazakhstan).
86Asia, South-Central - Kyrgyzstan - 199,9510.13%
87Africa, Western - Senegal - 196,7220.13%
88Middle East - Syria - 185,180 0.12% -
-
Includes the Golan Heights.
89Asia, South-East - Cambodia - 181,0350.12%
90America, South - Uruguay - 176,2150.12% 
91America, South - Suriname - 163,8200.11%Smallest country in South America.
92Africa, Northern - Tunisia - 163,6100.11%
93Asia, South-Central - Nepal - 147,1810.10%
94Asia, South-Central - Bangladesh - 143,9980.10%
95Asia, South-Central - Tajikistan - 143,1000.10%
96Europe, Southern - Greece - 131,9570.09%
97Asia, Eastern - North - Korea - 120,5380.08%
98America, Central - Nicaragua - 120,3400.09%Excludes San Andrés y Providencia islands (disputed territories with - Colombia). Nicaragua is the largest country in Central America. -
99Africa, Eastern - Malawi - 118,4840.08%
100Africa, Eastern - Eritrea - 117,6000.08%Includes Badme region.
101Africa, Western - Benin - 112,6220.08%
102America, Central - Honduras - 112,4920.08%
103Africa, Western - Liberia - 111,3690.07%
104Europe, Eastern - Bulgaria - 110,8790.07%
105Caribbean - Cuba - 109,8860.07%Cuba is the largest and most populous country in the Caribbean
106America, Central - Guatemala - 108,8890.07%
107Europe, Northern - Iceland - 103,0000.07%
108Asia, Eastern - South - Korea - 99,6780.07%
109Europe, Eastern - Hungary - 93,0280.06%
110Europe, Southern - Portugal - 92,0900.06%Includes Azores and Madeira Islands.
111America, South - - French - Guiana - - 90,0000.06%French overseas département.
112Middle East - Jordan - 89,3420.06%
113Asia, Western - Azerbaijan - 86,6000.06%Includes the exclave of Nakhichevan Autonomous Republic and the Republic - of Nagorno-Karabakh. -
114Europe, Western - Austria - 83,8710.06%
115Middle East - United - Arab Emirates - 83,6000.06%
116Europe, Eastern - Czech - Republic - 78,8670.05%
117Europe, Southern - Serbia - 77,4740.05%This figure does not include Kosovo, which recently unilaterally declared - itself independent to partial recognition; Serbia, Russia, China and - others object. Including Kosovo, which is still claimed by Serbia, the - total area is 88,361 km², - ranking - Serbia at 113. -
118America, Central - Panama - 75,5170.05%
119Africa, Western - Sierra - Leone - 71,7400.05%
120Europe, Northern - Ireland - (Republic of) - 70,2730.05%The island of Ireland has an area of 84,421 km².
121Asia, Western - Georgia - 69,7000.05%Includes Abkhazia (8,600 km²) and South Ossetia
122Asia, South-Central - Sri - Lanka - 65,6100.04%
123Europe, Northern - Lithuania - 65,3000.04%
124Europe, Northern - Latvia - 64,5890.04%
125Europe, Northern - Svalbard and Jan Mayen - 62,4220.04%
126Africa, Western - Togo - 56,7850.04%
127Europe, Southern - Croatia - 56,5940.04%
128Europe, Southern - Bosnia - and Herzegovina - 51,1970.03%
129America, Central - Costa - Rica - 51,1000.03%Includes Isla del Coco.
130Europe, Eastern - Slovakia - 49,0350.03%
131Caribbean - Dominican - Republic - 48,3100.03%
132Europe, Northern - Estonia - 45,2280.03%Includes Estonia's 1,520 islands in the Baltic Sea.
133Europe, Northern - Denmark - 43,0940.03%Includes Denmark proper only; the entire Kingdom of Denmark, including - Greenland and Faroe Islands covers 2,220,093 km² and would be 13th. -
134Europe, Western - Netherlands - 41,5430.03%Includes the Netherlands proper only; the entire Kingdom of the Netherlands - covers 42,437 km². -
135Europe, Western - Switzerland - 41,2850.03%source: - swissworld.org -
136Asia, South-Central - Bhutan - 38,3940.03%
137Asia, Eastern - Taiwan - (Republic of China) - 36,1880.02%Includes only the territories under the administration of the ROC, - namely Taiwan, and the islands of Penghu, Kinmen, and Matsu. -
138Africa, Western - Guinea-Bissau - 36,1250.02%
139Europe, Eastern - Moldova - 33,8510.02%Includes the de facto independent autonomous territory of Transnistria - (Pridnestrovie). -
140Europe, Western - Belgium - 30,5280.02%
141Africa, Southern - Lesotho - 30,3550.02%
142Asia, Western - Armenia - 29,7430.02%
143Oceania, Melanesia - Solomon - Islands - 28,8960.02%
144Europe, Southern - Albania - 28,7480.02%
145Africa, Central - Equatorial - Guinea - 28,0510.02%
146Africa, Eastern - Burundi - 27,8340.02%
147Caribbean - Haiti - 27,7500.02%
148Africa, Eastern - Rwanda - 26,3380.02%
149Europe, Southern - Macedonia - 25,7130.02%
150Africa, Eastern - Djibouti - 23,2000.02%
151America, Central - Belize - 22,9660.02%
152America, Central - El - Salvador - 21,0410.01%
153Middle East - Israel - 22,0720.01%Including data for East Jerusalem and Israeli residents in certain - other territories under occupation by Israeli military forces since - June 1967. -
154Europe, Southern - Slovenia - 20,2730.01%
155Oceania, Melanesia - - New - Caledonia - - 18,5750.01%French dependency.
156Oceania, Melanesia - Fiji - 18,2740.01% 
157Middle East - Kuwait - 17,8180.01%
158Africa, Southern - Swaziland - 17,3640.01%
159Asia, South-East - East - Timor - 14,874>0.01%
160Caribbean - The - Bahamas - 13,943>0.01%
161Europe, Southern - Montenegro - 13,812>0.01%
162Oceania, Melanesia - Vanuatu - 12,189>0.01% 
163America, Southern - Falkland Islands - 12,173>0.01%British Overseas Territory. Claimed by Argentina. Excludes South Georgia - and the South Sandwich Islands. -
164Middle East - Qatar - 11,586>0.01%
165Africa, Western - The - Gambia - 11,295>0.01%
166Caribbean - Jamaica - 10,991>0.01%
167Europe, Southern - Kosovo - 10,887>0.01%Kosovo unilaterally declared itself independent to partial recognition, - with objections from Serbia, Russia, China and others. Serbia still - claims the territory. -
168Middle East - Lebanon - 10,400<0.01%
169Asia, Western - Cyprus - 9,251<0.01%Includes Northern Cyprus (only recognized by Turkey) and Akrotiri - and Dhekelia (British Sovereign Base Areas). -
170Caribbean - - Puerto - Rico - - 8,870<0.01%Commonwealth of the United States.
171Middle East - - Palestinian - territories - - 6,020<0.01%The figure consists of the West Bank and Gaza Strip.
172Asia, South-East - Brunei - 5,765<0.01%
173Caribbean - Trinidad - and Tobago - 5,130<0.01%
174Africa, Western - Cape - Verde - 4,033<0.01%
175Oceania, Polynesia - - French - Polynesia - - 4,000<0.01%French overseas collectivity.
176Oceania, Polynesia - Samoa - 2,831<0.01%
177Europe, Western - Luxembourg - 2,586<0.01%
178Africa, Eastern - - Réunion - - 2,510<0.01%French overseas département.
179Africa, Eastern - Comoros - 2,235<0.01%Listed figure inccludes Mayotte (373 km²). Mayotte is officially - an overseas collectivity of France and is not under the sovereignty - of Comoros. -
180Africa, Eastern - Mauritius - 2,040<0.01%Includes Agalega Islands, Cargados Carajos Shoals (Saint Brandon), - and Rodrigues. -
181Caribbean - - Guadeloupe - - 1,705<0.01%French overseas département includes La Désirade, Marie Galante, Les - Saintes, Saint-Barthélemy and Saint Martin (French part). Note that - Saint-Barthélemy and Saint Martin became separate overseas collectvities - in 2007 and are no longer politically part of Guadeloupe. -
182Europe, Northern - - Faroe - Islands - - 1,393<0.01%A self-governing territory of Denmark.
183Caribbean - - Martinique - - 1,102<0.01%French overseas département.
184Africa, Central - São - Tomé and Príncipe - 964<0.01%Second smallest country in Africa.
185Caribbean - Turks and Caicos Islands - 948<0.01%British Overseas Territory. Area includes protected waters.
186Caribbean - - Netherlands - Antilles - - 800<0.01%Self-governing part of the Netherlands; includes Bonaire, Curaçao, - Saba, Sint Eustatius, and Sint Maarten (Dutch part of the island of - Saint Martin). -
187Caribbean - Dominica - 751<0.01% 
188Oceania, Polynesia - Tonga - 747<0.01%
189Middle East - Bahrain - 741<0.01%
190Oceania, Micronesia - Kiribati - 726<0.01%Includes three island groups - Gilbert Islands, Line Islands, Phoenix - Islands. -
191Oceania, Micronesia - Micronesia, - Federated States of - 702<0.01%Includes Pohnpei (Ponape), Chuuk (Truk) Islands, Yap Islands, and - Kosrae (Kosaie). -
192Asia, South-East - Singapore - 699<0.01%UN figure is as of 2005. Official area in 2007 is 707.1 km².
193Europe, Northern - Isle of Man - 572<0.01%Crown dependency of the UK.
194Oceania, Micronesia - - Guam - - 549<0.01%Organized unincorporated territory of the USA.
195Caribbean - Saint - Lucia - 539<0.01%
196Europe, Southern - Andorra - 468<0.01% 
197Oceania, Micronesia - - Northern - Mariana Islands - - 464<0.01%Commonwealth in political union with the USA; includes 14 islands - including Saipan, Rota, and Tinian. -
198Oceania, Micronesia - Palau - 459<0.01%
199Africa, Eastern - Seychelles - 455<0.01%Smallest country in Africa.
200Caribbean - Antigua - and Barbuda - 442<0.01%Includes the island of Redonda, 1.6 km².
201Caribbean - Barbados - 430<0.01%
202Caribbean - Saint - Vincent and the Grenadines - 389<0.01%
203Caribbean - - Virgin - Islands U.S. - - 347<0.01%Unincorporated, organized territory of the USA.
204Caribbean - Grenada - 344<0.01% 
205Europe, Southern - Malta - 316<0.01%
206Asia, South-Central - Maldives - 298<0.01%Smallest country in Asia.
207Caribbean - Cayman Islands - 264<0.01%British Overseas Territory.
208Caribbean - Saint - Kitts and Nevis - 261<0.01%Smallest nation in North America and in the Western Hemisphere.
209Oceania, Polynesia - Niue - 260<0.01%Self-governing nation in free association with New Zealand.
210America, Northern - Saint Pierre and Miquelon - 242<0.01%French overseas collectivity; includes eight small islands in the - Saint Pierre and the Miquelon groups. -
211Oceania, Polynesia - Cook Islands - 236<0.01%Self-governing in free association with New Zealand.
212Oceania, Polynesia - - American - Samoa - - 199<0.01%Unorganized, unincorporated territory of the USA; includes Rose Island - and Swains Island. -
213Oceania, Micronesia - Marshall - Islands - 181<0.01%Includes the atolls of Bikini, Enewetak, Kwajalein, Majuro, Rongelap, - and Utirik. -
214Caribbean - - Aruba - - 180<0.01%Self-governing part of the Netherlands.
215Europe, Western - Liechtenstein - 160<0.01%Smallest country in the world that borders more than one other country.
216Caribbean - - British - Virgin Islands - - 151<0.01%British Overseas Territory; comprised of 16 inhabited and more than - 20 uninhabited islands; includes the island of Anegada. -
217Oceania, Polynesia - Wallis and Futuna - 142<0.01%French overseas collectivity; includes Île Uvéa (Wallis Island), Île - Futuna (Futuna Island), Île Alofi, and 20 islets. -
218Africa, Western - Saint Helena - 122<0.01%British Overseas Territory; excluding dependencies.
219Europe, Northern - Jersey - 116<0.01%Crown dependency of the UK.
220Caribbean - - Montserrat - - 102<0.01%British Overseas Territory.
221South Atlantic Ocean - Tristan da Cunha - 98<0.01%Dependency of St Helena (UK). Area refers to the only inhabited island.
222Caribbean - - Anguilla - - 91<0.01%British Overseas Territory.
223South Atlantic Ocean - Ascension Island - 88<0.01%Dependency of the British Overseas Territory of Saint Helena.
224Europe, Northern - Guernsey - 78<0.01%Crown dependency of the UK; includes Alderney, Guernsey, Herm, Sark, - and some other smaller islands. -
225Europe, Southern - San Marino - 61<0.01%
226Caribbean - - Bermuda - - 54<0.01%British Overseas Territory.
227Oceania, Australia - Norfolk Island - 36<0.01%Self-governing area of Australia.
228Oceania, Polynesia - Tuvalu - 26<0.01% 
229Oceania, Micronesia - Nauru - 21<0.01%Smallest country in Oceania, smallest island nation in the world, - and third smallest country in the world. -
230Oceania, Australia - Tokelau - 12<0.01%Territory of New Zealand.
231Europe, Southern - Gibraltar - 6<0.01%British Overseas Territory.
232Oceania, Polynesia - - Pitcairn - Islands - - 5<0.01%British Overseas Territory and smallest dependent territory of the - world. -
233Europe, Southern - Monaco - 1.95<0.01%Second smallest country of the world.
234Europe, Southern - Vatican - City - 0.44<0.01%Smallest country in the world. Home of the Pope and the governing - body of the Roman Catholic Church. -
- - - - - - - - - - - - - diff --git a/demos/grid-layout.html b/demos/grid-layout.html deleted file mode 100644 index 2ae83cf9..00000000 --- a/demos/grid-layout.html +++ /dev/null @@ -1,13042 +0,0 @@ - - - - tablefilter v0.0.20 - Grid Layout Demo - - - - -

tablefilter v0.0.20

-

Grid layout demo

- -

-
-
-
-    
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-    
-    
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-    
-
countryisoyearPOPXRATPPPcgdpccci
AngolaAGO199410627.1859.5149993953.321095.9434.669.09
AngolaAGO199510972.002750.229981007.531244.7341.869.43
AngolaAGO199611316.94128029.203154873.281362.3237.178.57
AngolaAGO1997nananananana
AngolaAGO1998nananananana
AngolaAGO1999nananananana
AngolaAGO2000nananananana
AlbaniaALB19943185.0094.6233291623.452514.7987.7814.42
AlbaniaALB19953225.0092.6975021425.052775.9883.3413.10
AlbaniaALB19963266.00104.498901428.053070.8493.0610.65
AlbaniaALB19973339.00148.932907136.632789.1392.8911.02
AlbaniaALB19983364.00150.633300844.673067.5291.2111.00
AlbaniaALB19993383.00137.690597543.843413.6589.9411.23
AlbaniaALB20003411.00143.709396443.163657.9985.4512.70
ArgentinaARG199434304.270.9990082980.7410193.4968.8917.41
ArgentinaARG199534768.000.9997500180.7410024.1267.4415.45
ArgentinaARG199635220.000.9996625190.7310671.5368.2115.75
ArgentinaARG199735672.000.9994999770.7111545.1969.1817.09
ArgentinaARG199836125.000.9994999770.6911919.9569.3917.28
ArgentinaARG199936580.000.9994999770.6711554.3769.7215.27
ArgentinaARG200037032.000.9994999770.6611729.0869.0614.08
ArmeniaARM19943748.00288.650787422.812181.6886.3512.97
ArmeniaARM19953760.00405.908294762.542222.2592.2310.88
ArmeniaARM19963774.00414.041503973.212393.2789.9010.91
ArmeniaARM19973786.00490.846801883.992415.8597.2011.46
ArmeniaARM19983795.00504.915008592.652616.6895.8111.00
ArmeniaARM19993801.00535.061828690.482791.5492.509.81
ArmeniaARM20003803.00539.525817987.503068.2190.6710.04
AntiguaATG199465.732.7000000481.3914807.5141.829.89
AntiguaATG199566.292.7000000481.5712790.7450.4517.76
AntiguaATG199666.862.7000000481.7012923.0044.1116.27
AntiguaATG199766.292.7000000481.6714182.0438.2714.72
AntiguaATG199866.862.7000000481.6814912.1239.6414.17
AntiguaATG199967.432.7000000481.6316035.2438.5613.69
AntiguaATG200068.002.7000000481.5218006.9034.8211.85
AustraliaAUS199417838.001.36781.2820637.1670.5424.28
AustraliaAUS199518072.001.3491.2821771.3169.8423.20
AustraliaAUS199618311.001.27791.2722834.6869.1223.65
AustraliaAUS199718524.001.34741.2624010.9269.3824.65
AustraliaAUS199818730.001.59181.2625002.1170.2725.24
AustraliaAUS199918937.001.54991.2626342.6970.2925.27
AustraliaAUS200019157.001.72481.2927193.4869.5523.06
AustriaAUT19948029.7011.421814.2119950.3868.7625.42
AustriaAUT19958046.5010.081514.2120733.7568.6325.73
AustriaAUT19968059.4010.586614.2121398.9769.7525.01
AustriaAUT19978072.2012.204214.1521988.9669.8425.52
AustriaAUT19988078.4012.379114.0623016.3869.6324.80
AustriaAUT19998092.3012.915814.0223849.1470.0424.61
AustriaAUT20008110.2014.935413.9924835.7169.1925.34
AzerbaijanAZE19947597.001570.224976110.312246.8665.7015.20
AzerbaijanAZE19957685.004413.542969696.691992.8777.3812.11
AzerbaijanAZE19967763.004301.26416860.942046.8582.3116.97
AzerbaijanAZE19977838.003985.375877.092291.0372.3221.39
AzerbaijanAZE19987913.003868.998047876.142480.9376.3117.56
AzerbaijanAZE19997983.004120.166992859.952732.7070.9213.22
AzerbaijanAZE20008049.004474.153809823.803554.6259.1310.77
BurundiBDI19946024.75252.662506150.63766.5788.583.15
BurundiBDI19956156.00249.757507357.11709.9286.363.01
BurundiBDI19966287.08302.746704168.20634.7883.643.62
BurundiBDI19976417.85352.350799681.38645.3280.452.37
BurundiBDI19986548.19447.765808194.95632.0885.663.43
BurundiBDI19996677.95563.562581.58739.5784.033.17
BurundiBDI20006807.00720.6732788125.81618.7187.564.18
BelgiumBEL199410116.0033.456538.8619887.3855.1022.32
BelgiumBEL199510137.0029.4838.8920702.1354.2423.13
BelgiumBEL199610155.0030.961539.0021101.1954.9322.53
BelgiumBEL199710180.0035.773938.9722107.8454.3923.33
BelgiumBEL199810203.0036.298638.9022958.8454.7123.57
BelgiumBEL199910222.0037.864139.1223760.3854.8022.94
BelgiumBEL200010254.0043.784939.0725008.4954.2923.62
BeninBEN19945325.00555.2047119156.33998.3489.455.35
BeninBEN19955475.00499.148407171.131071.6089.337.70
BeninBEN19965628.82511.5523987181.371106.8689.907.07
BeninBEN19975794.36583.6693726187.631101.0292.938.06
BeninBEN19985950.33589.9517822190.951178.4690.987.55
BeninBEN19996109.53615.6990967200.191174.9092.617.86
BeninBEN20006272.00711.9763184200.611224.7492.278.25
Burkina FasoBFA19949755.03555.2047119125.76838.7679.816.57
Burkina FasoBFA19959988.00499.148407136.65860.8980.419.29
Burkina FasoBFA199610225.00511.5523987144.18881.1180.4012.12
Burkina FasoBFA199710473.53583.6693726141.78899.0176.9414.94
Burkina FasoBFA199810730.33589.9517822139.66979.5880.6612.24
Burkina FasoBFA199910995.70615.6990967137.641001.7079.8113.14
Burkina FasoBFA200011274.00711.9763184140.56985.6776.5314.87
BangladeshBGD1994117897.5440.211738598.461345.3784.379.56
BangladeshBGD1995119768.0040.278320318.761439.1985.139.79
BangladeshBGD1996121679.3441.794170389.001506.2586.9510.16
BangladeshBGD1997124381.4143.892120369.281561.9784.8510.73
BangladeshBGD1998126564.7046.905651099.691629.8682.4511.25
BangladeshBGD1999128787.3249.0853996310.151681.4482.6711.71
BangladeshBGD2000131050.0052.1416702310.201772.4681.8812.14
BulgariaBGR19948435.0054.133668549.466587.5364.403.03
BulgariaBGR19958400.0067.1708285815.756651.3067.053.27
BulgariaBGR19968356.00177.888706335.425893.2668.563.34
BulgariaBGR19978312.071.6818790440.385470.7962.694.42
BulgariaBGR19988257.001.7603579760.485593.6567.916.72
BulgariaBGR19998208.001.8363829850.495760.2070.967.72
BulgariaBGR20008166.962.1232750420.496355.7067.346.95
BahrainBHR1994nananananana
BahrainBHR1995nananananana
BahrainBHR1996599.000.3759999870.2713261.1742.286.39
BahrainBHR1997nananananana
BahrainBHR1998nananananana
BahrainBHR1999nananananana
BahrainBHR2000nananananana
BahamasBHS1994nananananana
BahamasBHS1995nananananana
BahamasBHS1996284.0010.7416527.4874.029.91
BahamasBHS1997nananananana
BahamasBHS1998nananananana
BahamasBHS1999nananananana
BahamasBHS2000nananananana
BelarusBLR199410356.0010600316.935405.0055.9923.98
BelarusBLR199510329.00115002164.165363.7953.1517.58
BelarusBLR199610298.00155003161.365667.2253.5218.06
BelarusBLR199710117.0026.019920355.616365.6754.8319.16
BelarusBLR199810069.0046.127250679.677181.9356.2518.10
BelarusBLR199910035.00248.794906638.447769.3657.8714.02
BelarusBLR200010005.00876.75102.038738.2356.0213.77
BelizeBLZ1994210.8920.885938.9458.0114.22
BelizeBLZ1995216.7020.896125.6860.8411.55
BelizeBLZ1996222.4020.926198.9060.2511.07
BelizeBLZ1997217.0620.916540.3659.6414.48
BelizeBLZ1998224.4520.906595.5161.2814.83
BelizeBLZ1999232.1020.936773.4566.1114.87
BelizeBLZ2000240.0020.957169.9071.8318.77
BermudaBMU1994nananananana
BermudaBMU1995nananananana
BermudaBMU199662.1011.4218793.4188.7414.57
BermudaBMU1997nananananana
BermudaBMU1998nananananana
BermudaBMU1999nananananana
BermudaBMU2000nananananana
BoliviaBOL19947237.004.6205167771.572426.4079.168.06
BoliviaBOL19957414.004.8003420831.712545.5277.288.56
BoliviaBOL19967588.005.0746130941.872641.7776.819.67
BoliviaBOL19977767.005.2542581561.972727.2578.1312.04
BoliviaBOL19987950.005.510132792.122760.1180.0814.68
BoliviaBOL19998138.005.812407972.092831.6180.4711.10
BoliviaBOL20008328.706.1835417752.102933.8977.9410.75
BrazilBRA1994157188.100.6392999890.356322.6257.5416.52
BrazilBRA1995159346.000.9176666740.616674.2863.9517.20
BrazilBRA1996161513.171.0051000120.706881.4463.6016.62
BrazilBRA1997163859.681.0779919620.747166.2562.9417.06
BrazilBRA1998166045.571.1605169770.787020.0862.2616.94
BrazilBRA1999168227.981.8147330280.797216.5864.5215.61
BrazilBRA2000170406.001.8301420210.837744.7165.7515.63
BarbadosBRB1994264.3021.0113076.4279.393.38
BarbadosBRB1995264.2021.0513409.7181.553.56
BarbadosBRB1996264.4021.0314607.6582.723.11
BarbadosBRB1997264.7421.0715570.5589.863.66
BarbadosBRB1998265.3021.1216058.5489.294.06
BarbadosBRB1999266.0821.1416463.8891.804.17
BarbadosBRB2000267.0021.1217526.3591.603.93
BhutanBTN1994nananananana
BhutanBTN1995nananananana
BhutanBTN1996715.8735.433170328.311968.5150.5723.23
BhutanBTN1997nananananana
BhutanBTN1998nananananana
BhutanBTN1999nananananana
BhutanBTN2000nananananana
BotswanaBWA19941425.422.6846458911.495564.9343.2516.83
BotswanaBWA19951460.002.7722070221.605803.2441.9916.84
BotswanaBWA19961496.003.3241970541.806070.5139.7117.15
BotswanaBWA19971533.003.6507630351.986087.7349.9915.44
BotswanaBWA19981561.724.2258801462.046533.7659.6812.91
BotswanaBWA19991588.124.6243948942.097027.9067.6711.61
BotswanaBWA2000nananananana
Central African RepublicCAF19943220.09555.2047119152.27965.2879.225.21
Central African RepublicCAF19953288.00499.148407156.441088.1971.406.48
Central African RepublicCAF19963354.09511.5523987182.37894.9593.682.36
Central African RepublicCAF19973528.62583.6693726183.32902.7684.874.61
Central African RepublicCAF19983603.40589.9517822174.96979.1575.096.34
Central African RepublicCAF1999nananananana
Central African RepublicCAF2000nananananana
CanadaCAN199429036.001.36561.2321350.3959.2324.00
CanadaCAN199529353.901.37241.2122450.8657.9423.78
CanadaCAN199629671.901.36351.2123090.8658.4123.18
CanadaCAN199729987.001.38461.1924412.3258.3626.16
CanadaCAN199830248.001.48351.1924944.1959.3425.38
CanadaCAN199930493.001.48571.1926479.8658.3225.06
CanadaCAN200030750.001.48511.1828730.6955.6725.86
SwitzerlandCHE19946994.001.36772.1823466.1958.9625.97
SwitzerlandCHE19957041.001.18252.1424110.1258.4626.98
SwitzerlandCHE19967072.001.2362.1124460.4559.1026.22
SwitzerlandCHE19977089.001.45132.0825147.6659.3225.93
SwitzerlandCHE19987110.001.44982.0326290.7058.8927.07
SwitzerlandCHE19997144.001.50222.0027156.2458.9525.80
SwitzerlandCHE20007185.001.68882.0028208.7657.9826.89
ChileCHL199413994.40420.1766968202.067557.3760.5420.03
ChileCHL199514210.40396.7732849209.908676.4658.0223.45
ChileCHL199614418.80412.2666931220.378972.3561.4924.12
ChileCHL199714622.40419.2950134222.289706.6961.9724.59
ChileCHL199814821.70460.2875061227.679939.5163.6724.24
ChileCHL199915017.80508.7767029234.819774.9362.8918.04
ChileCHL200015211.30535.4655762238.8810388.9061.3419.70
ChinaCHN19941190918.028.6187429431.662551.9750.0622.34
ChinaCHN19951203324.038.3514165881.912759.9251.6822.47
ChinaCHN19961215414.278.3141746522.022972.6151.8822.04
ChinaCHN19971227176.708.2898168562.033141.0749.9721.82
ChinaCHN19981238599.428.2789583211.983317.7949.4421.60
ChinaCHN19991249981.568.2782497411.953483.3950.5521.00
ChinaCHN20001258821.038.2785043721.923843.6748.6621.09
Cote d`IvoireCIV199413132.24555.2047119177.721824.8374.254.88
Cote d`IvoireCIV199513528.00499.148407189.401947.1477.075.49
Cote d`IvoireCIV199613888.77511.5523987200.961958.7574.255.55
Cote d`IvoireCIV199714731.84583.6693726215.121969.6476.364.85
Cote d`IvoireCIV199815159.11589.9517822216.902055.6777.115.65
Cote d`IvoireCIV199915586.39615.6990967213.222057.5775.246.31
Cote d`IvoireCIV200016013.00711.9763184205.652027.5776.765.75
CameroonCMR199412822.14555.2047119148.621790.5083.495.30
CameroonCMR199513182.00499.148407169.281851.7381.814.73
CameroonCMR199613548.75511.5523987178.061894.6983.464.93
CameroonCMR199713917.84583.6693726177.172005.0284.395.02
CameroonCMR199814238.86589.9517822182.472018.3884.455.46
CameroonCMR199914558.39615.6990967188.101976.3484.655.79
CameroonCMR200014876.00711.9763184170.402300.7581.145.41
Congo, Republic ofCOG19942489.45555.2047119310.221324.2665.3711.94
Congo, Republic ofCOG19952561.00499.148407295.661394.8862.368.44
Congo, Republic ofCOG19962633.72511.5523987285.411728.9358.657.39
Congo, Republic ofCOG19972707.60583.6693726271.761842.4357.404.65
Congo, Republic ofCOG19982782.62589.9517822273.511511.0485.725.49
Congo, Republic ofCOG19992933.76615.6990967273.991698.5157.274.42
Congo, Republic ofCOG20003018.00711.9763184287.162532.8044.712.61
ColombiaCOL199437806.85844.8358765353.635046.5371.1915.83
ColombiaCOL199538558.00912.826416411.675323.4471.1115.77
ColombiaCOL199639285.001036.686035474.225528.8069.8114.73
ColombiaCOL199740042.001140.963013531.485718.5769.2214.03
ColombiaCOL199840804.001426.036987611.565642.3769.4512.81
ColombiaCOL199941539.001756.230957644.455565.9967.117.84
ColombiaCOL200042299.302087.904053691.015795.5567.938.79
ComorosCOM1994479.57416.398803792.721739.4890.866.47
ComorosCOM1995492.00374.357086299.761636.9188.226.79
ComorosCOM1996504.68383.6600037102.871576.5189.356.95
ComorosCOM1997517.62437.7471008104.401732.1192.656.09
ComorosCOM1998530.82442.4588013104.771714.7584.206.50
ComorosCOM1999544.28461.7745972104.581803.5785.714.78
ComorosCOM2000558.00533.9824829105.981822.8379.764.30
Cape VerdeCPV1994371.9781.8908309931.382882.4483.4521.97
Cape VerdeCPV1995382.0076.8533325231.713125.8181.0221.03
Cape VerdeCPV1996392.6482.5914688132.403194.1080.0319.19
Cape VerdeCPV1997403.5693.1766662635.123327.2581.6617.42
Cape VerdeCPV1998415.3298.1575012236.713473.7190.3915.55
Cape VerdeCPV1999427.79102.699996936.803835.6985.8615.58
Cape VerdeCPV2000441.00115.876602234.124299.1876.3313.79
Costa RicaCRI19943266.00157.066696276.785208.0465.1018.10
Costa RicaCRI19953333.00179.729202390.105398.0163.8616.01
Costa RicaCRI19963398.00207.6891937108.505150.7765.3413.86
Costa RicaCRI19973576.91232.5975037159.715233.9765.4616.36
Costa RicaCRI19983653.06257.229187175.865653.6563.5618.50
Costa RicaCRI19993731.07285.6846924197.926072.2660.2014.81
Costa RicaCRI20003811.00308.1867065218.495872.7962.1614.11
CubaCUB199410960.4910.364895.9671.250.97
CubaCUB199510998.5310.404980.8272.191.31
CubaCUB199611038.6010.395259.4072.361.54
CubaCUB1997nananananana
CubaCUB1998nananananana
CubaCUB1999nananananana
CubaCUB2000nananananana
CyprusCYP1994726.000.4921909870.3713616.5861.2818.47
CyprusCYP1995733.000.4524202050.3415920.3962.6420.32
CyprusCYP1996740.000.4663113060.3515813.2166.2717.88
CyprusCYP1997nananananana
CyprusCYP1998nananananana
CyprusCYP1999nananananana
CyprusCYP2000nananananana
Czech RepublicCZE199410333.6028.78519.7411756.6268.2021.63
Czech RepublicCZE199510327.3026.540710.6512551.7567.5525.24
Czech RepublicCZE199610315.3027.144911.2913457.7369.2925.85
Czech RepublicCZE199710303.0031.698411.8713734.3269.2424.80
Czech RepublicCZE199810293.6032.281212.5614213.2366.5423.27
Czech RepublicCZE199910285.0034.569212.7514393.1767.9721.81
Czech RepublicCZE200010272.1038.598412.8514844.0067.4224.21
DjiboutiDJI1994nananananana
DjiboutiDJI1995nananananana
DjiboutiDJI1996612.36177.72099366.932103.4476.894.15
DjiboutiDJI1997nananananana
DjiboutiDJI1998nananananana
DjiboutiDJI1999nananananana
DjiboutiDJI2000nananananana
DominicaDMA199472.442.7000000481.256400.1154.8911.40
DominicaDMA199573.002.7000000481.276507.3252.3713.93
DominicaDMA199673.002.7000000481.276903.5550.2712.41
DominicaDMA1997nananananana
DominicaDMA1998nananananana
DominicaDMA1999nananananana
DominicaDMA200073.002.7000000481.218284.0448.2112.21
DenmarkDNK19945201.006.36058.4222064.3767.1219.85
DenmarkDNK19955222.005.60248.3623119.2066.1022.21
DenmarkDNK19965256.005.79878.3824086.6266.2821.37
DenmarkDNK19975280.006.60458.3725273.9865.6423.66
DenmarkDNK19985303.006.70088.4226193.0166.6324.48
DenmarkDNK19995321.006.97628.5626988.9066.0222.25
DenmarkDNK20005338.008.08318.6428538.8262.9024.14
Dominican RepublicDOM19947685.4813.160140045.263414.8872.8413.91
Dominican RepublicDOM19957823.0013.597350125.673656.8671.3812.40
Dominican RepublicDOM19967963.5813.774585.863927.5173.3611.97
Dominican RepublicDOM19977967.9314.265480045.974515.2667.8311.89
Dominican RepublicDOM19988103.2115.266590126.244798.2568.6113.87
Dominican RepublicDOM19998238.2716.033079156.535167.1766.6014.03
Dominican RepublicDOM20008373.0016.415019996.835653.7867.1613.78
AlgeriaDZA199427454.3235.0584983813.014126.1763.9312.98
AlgeriaDZA199528058.0047.6627311716.534245.0362.4412.93
AlgeriaDZA199628675.2854.7489318818.954726.7356.0911.88
AlgeriaDZA199729045.0057.7073516819.704828.1454.7211.15
AlgeriaDZA199829507.0058.7389602720.804540.7459.6714.00
AlgeriaDZA199929950.0066.5738830621.594894.4357.0512.46
AlgeriaDZA200030399.2575.2597885121.616106.9146.219.78
EcuadorECU199411215.972196.728027899.523612.8759.2715.80
EcuadorECU199511460.002564.4938961097.523656.5259.6816.88
EcuadorECU199611698.003189.4741211344.363862.9457.7614.56
EcuadorECU199711937.003998.267091765.593755.4960.6317.35
EcuadorECU199812175.005446.5732422480.463556.3565.1819.55
EcuadorECU199912412.0011786.79983760.423464.4360.389.22
EcuadorECU200012646.0024988.390637214.853719.9056.8712.93
EgyptEGY199457063.533.3851330280.883468.1291.014.40
EgyptEGY199558180.003.3922080990.983565.0890.084.74
EgyptEGY199659272.003.3914830681.053699.5491.134.96
EgyptEGY199760416.243.3887500761.093910.3791.315.13
EgyptEGY199861580.003.3880000111.143993.4194.195.99
EgyptEGY199962770.003.3952500821.154203.8992.605.94
EgyptEGY200063976.003.4720499521.204406.3690.515.87
EritreaERI1994nananananana
EritreaERI1995nananananana
EritreaERI19963670.006.3516750341.50774.8197.459.09
EritreaERI1997nananananana
EritreaERI1998nananananana
EritreaERI1999nananananana
EritreaERI2000nananananana
SpainESP199439149.70133.958121.6614204.7170.0322.62
SpainESP199539223.00124.689116.1315992.1575.1621.96
SpainESP199639278.80126.662126.5915535.3369.0123.21
SpainESP199739348.10146.414127.3216411.8468.5923.23
SpainESP199839453.40149.395128.4817329.4368.8724.02
SpainESP199939626.20156.174130.3818210.7869.4924.65
SpainESP200039927.40180.595133.2719036.7069.1325.47
EstoniaEST19941499.0012.991250043.016578.5760.8815.06
EstoniaEST19951484.0011.464750293.877084.2057.5113.58
EstoniaEST19961469.0012.033749584.757509.5859.6014.71
EstoniaEST19971427.1613.881750115.288526.3860.0016.90
EstoniaEST19981406.0314.074669845.649222.7060.8015.63
EstoniaEST19991386.6714.677579885.559834.7457.4112.36
EstoniaEST20001369.0016.968639375.4210872.8356.7013.15
EthiopiaETH199454890.005.4650001531.02505.2883.964.35
EthiopiaETH199556530.006.1583328251.13530.8783.204.70
EthiopiaETH199658234.006.3516750341.18550.9587.475.73
EthiopiaETH199759750.006.7093420031.16600.3981.745.48
EthiopiaETH199861266.007.1159081461.19615.2077.515.16
EthiopiaETH199962782.007.9422497751.17660.6475.784.63
EthiopiaETH200064298.008.2172584531.12720.0867.964.00
FinlandFIN19945089.005.22355.9317293.9065.0521.05
FinlandFIN19955108.004.36675.9718517.5864.3420.17
FinlandFIN19965125.004.59355.8719488.6064.7120.40
FinlandFIN19975140.005.19145.9320850.6763.4620.95
FinlandFIN19985153.005.34416.0222215.2463.0620.97
FinlandFIN19995165.005.58086.0522931.3864.1320.20
FinlandFIN20005176.006.45356.1924416.3662.2421.04
FijiFJI1994765.441.4641250370.704953.4562.519.66
FijiFJI1995770.001.406332970.695143.4662.1710.23
FijiFJI1996775.671.4033000470.735282.3767.087.91
FijiFJI1997782.831.4436750410.745213.9667.788.91
FijiFJI1998791.171.9868170020.755303.1161.348.28
FijiFJI1999801.001.9696249960.725918.4159.697.58
FijiFJI2000nananananana
FranceFRA199459115.605.5526.6419113.2767.6222.39
FranceFRA199559326.404.99156.6019791.4867.0723.05
FranceFRA199659533.105.11556.6020228.2367.7621.99
FranceFRA199759735.605.83676.5820887.8866.9821.38
FranceFRA199859942.105.89956.5321889.9266.8822.49
FranceFRA199960156.406.1576.4822723.1867.0122.53
FranceFRA200060431.207.11986.4623613.7666.3723.82
GabonGAB19941071.00555.2047119288.157556.4861.207.51
GabonGAB19951098.00499.148407275.498192.1862.736.83
GabonGAB19961125.00511.5523987296.758860.4760.406.94
GabonGAB19971136.90583.6693726304.569155.0260.688.95
GabonGAB19981167.29589.9517822307.827600.6975.8511.17
GabonGAB19991198.32615.6990967286.037804.3575.647.81
GabonGAB20001230.00711.9763184366.817779.7678.968.66
United KingdomGBR199458401.000.65340.6318473.8374.5918.24
United KingdomGBR199558612.000.63370.6419187.6474.4818.24
United KingdomGBR199658807.000.6410.6520066.2575.1917.95
United KingdomGBR199759014.000.61080.6521281.7874.6118.51
United KingdomGBR199859237.000.60380.6522326.8674.6019.81
United KingdomGBR199959501.000.61810.6523125.9075.8219.17
United KingdomGBR200059756.000.66090.6524252.4475.2019.43
GeorgiaGEO1994nananananana
GeorgiaGEO1995nananananana
GeorgiaGEO19965420.001.2627999780.244478.8374.121.91
GeorgiaGEO19975431.001.2975000140.184813.6280.784.21
GeorgiaGEO19985442.001.3898169990.194848.1477.006.35
GeorgiaGEO19995024.002.0245170590.205593.1281.663.60
GeorgiaGEO20005024.001.9761669640.225315.4374.174.07
GermanyGER199481422.001.62282.0919930.8968.4324.49
GermanyGER199581661.001.43312.0920676.8168.5224.15
GermanyGER199681896.001.50482.0721118.5769.2523.13
GermanyGER199782052.001.73412.0621638.7769.3422.90
GermanyGER199882029.001.75972.0522435.1969.2323.06
GermanyGER199982087.001.83582.0323142.7070.1522.68
GermanyGER200082168.002.12292.0223917.4469.4223.62
GhanaGHA199416639.55956.7108154256.951217.1777.446.39
GhanaGHA199517075.001200.428955354.681280.6775.485.50
GhanaGHA199617523.211637.232056504.181283.5578.286.19
GhanaGHA199718048.342050.166992624.521251.8386.147.36
GhanaGHA199818449.372314.146973677.541384.7880.446.57
GhanaGHA199918868.322669.299072788.041384.0986.466.18
GhanaGHA200019306.005455.0561521024.041375.8183.805.10
GuineaGIN19946425.74976.6364136206.192530.7189.2310.79
GuineaGIN19956591.00991.411499214.212581.7392.918.17
GuineaGIN19966755.781004.015991217.562707.9192.837.24
GuineaGIN19976921.561095.32605210.262848.2090.347.30
GuineaGIN19987086.121236.832031215.832897.8492.527.13
GuineaGIN19997250.521387.401001222.752949.7893.307.12
GuineaGIN20007415.001746.869995239.892961.0293.347.59
Gambia, TheGMB19941076.299.5755500793.061054.1588.708.37
Gambia, TheGMB19951111.009.5462503433.151042.7890.6810.01
Gambia, TheGMB19961145.889.788950923.201044.5690.7910.54
Gambia, TheGMB19971186.2610.200160033.101137.6088.527.74
Gambia, TheGMB19981223.8110.643099783.241119.0191.658.56
Gambia, TheGMB19991262.7111.39509013.161234.9491.877.42
Gambia, TheGMB20001303.0012.787630083.111329.3988.837.33
Guinea-BissauGNB19941059.38198.340606758.14758.7779.3413.86
Guinea-BissauGNB19951086.00278.03909384.26771.6782.6213.87
Guinea-BissauGNB19961111.92405.7449951122.84806.3781.9714.22
Guinea-BissauGNB19971125.99583.6691895156.62886.1178.3814.23
Guinea-BissauGNB19981149.33589.9515991162.29648.2084.3612.43
Guinea-BissauGNB19991173.38615.6990967167.26705.0379.677.60
Guinea-BissauGNB20001199.00711.9763184174.06737.6778.995.55
Equatorial GuineaGNQ1994388.88555.2047119194.20924.4573.0835.44
Equatorial GuineaGNQ1995399.00499.148407204.001005.5868.6637.99
Equatorial GuineaGNQ1996409.44511.5523987231.151394.9170.2858.13
Equatorial GuineaGNQ1997421.26583.6693726277.022493.9961.7431.64
Equatorial GuineaGNQ1998433.06589.9517822199.603105.0477.1741.79
Equatorial GuineaGNQ1999445.03615.6990967214.445638.6235.3226.65
Equatorial GuineaGNQ2000457.00711.9763184203.0310302.2826.8317.70
GreeceGRC199410426.00242.603200.0711647.5473.9719.13
GreeceGRC199510454.00231.663213.2312217.8879.4019.51
GreeceGRC199610475.90240.712224.1012750.9579.5520.44
GreeceGRC199710498.80273.058234.2513472.1778.6620.79
GreeceGRC199810516.40295.529243.1514095.3478.4621.77
GreeceGRC199910533.70305.647246.9814755.8278.1421.31
GreeceGRC200010557.90365.399252.0815557.8376.6022.84
GrenadaGRD199494.102.7000000481.654552.0467.3422.21
GrenadaGRD199594.502.7000000481.644814.8067.5119.21
GrenadaGRD199695.002.7000000481.685016.4270.4821.86
GrenadaGRD199795.502.7000000481.745124.0676.6223.37
GrenadaGRD199896.202.7000000481.765442.2176.2323.57
GrenadaGRD199997.002.7000000481.765962.3262.1722.30
GrenadaGRD200098.002.7000000481.766409.8266.0724.51
GuatemalaGTM19949715.295.7512011532.133600.2685.038.04
GuatemalaGTM19959976.005.8103427892.273768.1484.887.52
GuatemalaGTM199610243.436.0495128632.433838.6885.276.17
GuatemalaGTM199710517.006.0652689932.573983.4084.716.93
GuatemalaGTM199810799.006.3946528432.784119.2485.019.00
GuatemalaGTM199911088.407.3856101042.914192.4286.158.36
GuatemalaGTM200011385.307.7631587983.004334.5584.158.23
GuyanaGUY1994823.35138.290206936.082517.9473.8412.72
GuyanaGUY1995830.00141.989196840.602614.4668.5515.16
GuyanaGUY1996836.57140.37540.832868.7465.3014.17
GuyanaGUY1997749.05142.400802640.033537.1266.1513.93
GuyanaGUY1998752.43150.519195640.153571.7468.2312.71
GuyanaGUY1999756.34177.994995141.603833.3865.8310.25
GuyanaGUY2000nananananana
Hong KongHKG19945998.007.728416926.7824816.2366.9026.70
Hong KongHKG19956156.007.7358331687.0524736.9767.6331.41
Hong KongHKG19966311.007.7342538837.2425993.8267.2528.99
Hong KongHKG19976502.007.7420830737.4927076.4167.8230.70
Hong KongHKG19986645.607.7453331957.4425591.2466.1426.74
Hong KongHKG19996720.707.7575001727.1425668.8866.7221.79
Hong KongHKG20006797.007.7911667826.6827892.5064.4524.99
HondurasHND19945492.468.4087581632.681958.5075.6718.86
HondurasHND19955654.009.470987323.192082.6071.6518.05
HondurasHND19965818.0611.705300333.882116.8273.8516.40
HondurasHND19975939.4713.003470424.782165.3575.4516.86
HondurasHND19986098.9313.385020265.122249.3374.4016.12
HondurasHND19996258.4614.213170055.732133.9878.2917.23
HondurasHND20006417.0014.839200026.332164.4372.4320.37
CroatiaHRV1994nananananana
CroatiaHRV19954669.005.2299671173.126748.3562.0112.21
CroatiaHRV19964494.005.433800223.237427.9059.8815.33
CroatiaHRV19974446.616.1007170683.428134.9963.6119.18
CroatiaHRV19984396.576.3622918133.608702.4560.8016.66
CroatiaHRV19994374.517.1124448783.698846.6659.4615.94
CroatiaHRV20004380.008.2765645983.779547.1657.7015.27
HaitiHTI19947009.0415.039999963.691079.2388.652.31
HaitiHTI19957168.0015.109729773.621470.2693.863.19
HaitiHTI19967336.0015.701149943.681756.8195.192.59
HaitiHTI19977492.0016.654499053.592081.3490.212.13
HaitiHTI19987647.0016.765670783.602365.4394.751.96
HaitiHTI1999nananananana
HaitiHTI2000nananananana
HungaryHUN199410261.00105.1651.928297.3672.6317.51
HungaryHUN199510229.00125.68164.298536.6366.8019.24
HungaryHUN199610193.00152.64777.678707.7964.9021.78
HungaryHUN199710155.00186.78990.199325.1863.0722.42
HungaryHUN199810144.00214.402100.819864.1763.6924.66
HungaryHUN199910067.00237.146108.6310418.9464.6224.13
HungaryHUN200010024.00282.179117.9111062.9064.1325.47
IndonesiaIDN1994190847.972160.753906598.283355.2157.9319.86
IndonesiaIDN1995193976.002248.60791671.713489.0157.3024.37
IndonesiaIDN1996197156.482342.295898693.843891.2161.4921.19
IndonesiaIDN1997200390.292909.379883756.404136.5762.5420.99
IndonesiaIDN1998203678.3710013.620121199.673910.0262.1613.22
IndonesiaIDN1999207021.627855.1499021398.853831.6066.3710.13
IndonesiaIDN2000210420.998421.7753911521.374035.2764.7810.67
IndiaIND1994913600.0031.373739246.261815.4862.6311.92
IndiaIND1995929358.0232.427078256.731950.4259.4113.25
IndiaIND1996945611.7835.433170327.042117.8760.7411.93
IndiaIND1997962377.6636.313289647.112221.1360.0212.53
IndiaIND1998979672.9041.25936897.582348.0056.5912.88
IndiaIND1999997515.2043.055431377.702510.5654.3313.60
IndiaIND20001015923.0144.941608437.672683.6152.3813.18
IrelandIRL19943586.000.66860.6615388.7167.3017.26
IrelandIRL19953601.300.62370.6816978.9664.4418.75
IrelandIRL19963626.100.6250.6818494.3863.5819.71
IrelandIRL19973660.600.65960.7020658.6161.6220.97
IrelandIRL19983704.900.70230.7322433.9861.0822.95
IrelandIRL19993744.700.73920.7624653.4260.5421.15
IrelandIRL20003786.900.85480.7927197.0659.7821.55
IranIRN199458013.681748.750977417.124958.9265.289.50
IranIRN199558954.001747.927979586.755203.5959.4519.53
IranIRN199659925.111750.762939720.615333.1665.0913.45
IranIRN199760875.001752.921997827.175473.2365.4415.89
IranIRN199861850.001751.863037942.075447.3467.0918.23
IranIRN199962764.001752.931031075.705983.8463.6215.06
IranIRN200063664.001764.4300541167.047202.0456.0113.12
IcelandISL1994266.0069.944482.8019925.0066.7518.75
IcelandISL1995267.4064.691782.9620347.5667.7319.11
IcelandISL1996268.9066.583.8021476.4868.5822.01
IcelandISL1997270.9070.904384.5022896.9768.1022.78
IcelandISL1998273.8070.958385.6024715.0269.6027.09
IcelandISL1999277.2072.335387.4025732.6271.7424.78
IcelandISL2000281.3078.615988.9326928.5570.8527.57
IsraelISR19945399.003.0110549932.8114790.7258.2930.43
IsraelISR19955545.003.0112919813.0215650.5558.6430.91
IsraelISR19965692.003.1916499143.2616464.2458.6530.81
IsraelISR19975836.003.4493501193.4717241.0758.3327.69
IsraelISR19985963.003.8000750543.6517520.8359.0924.50
IsraelISR19996105.004.1397171023.7818091.9259.0025.51
IsraelISR20006233.214.0773329733.7719148.4458.2023.33
ItalyITA199457203.501612.441527.6118920.9570.3819.93
ItalyITA199557300.801628.931576.6319783.3969.2320.71
ItalyITA199657397.001542.951618.6920474.8869.1520.10
ItalyITA199757512.201703.11632.3021167.6670.0620.28
ItalyITA199857588.001736.211645.9821915.8270.6420.52
ItalyITA199957646.301817.441652.0222523.3471.2621.09
ItalyITA200057728.302101.631709.1122876.2862.0521.73
JamaicaJAM19942496.0033.0859298715.143503.1666.6621.96
JamaicaJAM19952522.1035.1421203618.003747.1665.9821.15
JamaicaJAM19962538.0037.1195602421.093804.1465.5020.48
JamaicaJAM19972554.0035.4044685429.863327.3054.9523.35
JamaicaJAM19982576.0036.5499992430.303441.7857.9220.38
JamaicaJAM19992590.0039.0435218832.503413.8357.4920.35
JamaicaJAM20002633.0042.7011413635.103464.2657.6620.53
JordanJOR19944060.840.6987642050.283780.0358.3219.36
JordanJOR19954195.000.7003775240.283929.7554.8318.85
JordanJOR19964314.230.7089999910.293747.7759.0317.44
JordanJOR19974459.120.7089999910.293974.3457.5914.17
JordanJOR19984597.350.7089999910.304063.3959.5811.84
JordanJOR19994739.870.7089999910.294203.9259.439.98
JordanJOR20004886.810.7089999910.284282.2263.1810.74
JapanJPN1994124960.00102.208176.4822302.1160.8531.36
JapanJPN1995125570.0094.0596172.5922967.1260.9831.58
JapanJPN1996125864.00108.779168.7724046.5160.8732.71
JapanJPN1997126166.00120.991167.2124737.4460.6632.31
JapanJPN1998126486.00130.905165.3724661.4361.8330.15
JapanJPN1999126686.00113.907161.7424979.2462.8728.94
JapanJPN2000126919.00107.765156.0825924.3961.6229.75
KazakhstanKAZ199416297.0035.538330084.455853.5670.8517.12
KazakhstanKAZ199516066.0060.9500007611.155662.0764.0010.68
KazakhstanKAZ199615921.0067.3033294715.155882.1869.887.31
KazakhstanKAZ199715334.4075.437516.866212.4672.017.77
KazakhstanKAZ199815073.0078.3033294717.986003.1176.827.38
KazakhstanKAZ199914927.00119.523300219.027094.6470.687.50
KazakhstanKAZ200014869.00142.133300821.098331.2960.887.14
KenyaKEN199426506.7956.0505790712.811180.0572.507.09
KenyaKEN199527216.0051.4298286413.961225.4879.517.74
KenyaKEN199627918.1057.1148681614.861268.6178.647.74
KenyaKEN199728043.0058.7318382316.041342.5182.147.57
KenyaKEN199828726.0060.3666992217.701327.7181.717.89
KenyaKEN199929416.0070.3262176519.181286.8678.157.75
KenyaKEN200030092.0076.1755371120.051316.2680.127.54
KyrgyzstanKGZ19944473.0010.841679570.823296.8062.553.27
KyrgyzstanKGZ19954514.0010.821880341.292771.8362.987.21
KyrgyzstanKGZ19964576.0012.809559821.972595.9666.2311.17
KyrgyzstanKGZ19974681.0017.36248972.332817.5955.3810.24
KyrgyzstanKGZ19984797.0020.837570192.682663.5568.527.19
KyrgyzstanKGZ19994864.6039.007728583.432922.3962.817.92
KyrgyzstanKGZ20004915.0047.703830723.993205.1160.336.97
CambodiaKHM199410367.142545.25550.011087.3486.183.98
CambodiaKHM199510695.322450.833008596.211183.7091.894.65
CambodiaKHM199610968.052624.083008623.521217.9090.505.54
CambodiaKHM199711236.772946.25622.341300.7284.465.14
CambodiaKHM199811498.003744.416992727.291284.9286.295.76
CambodiaKHM199911756.713807.833008752.211296.9986.416.45
CambodiaKHM2000nananananana
St. Kitts & NevisKNA199441.192.7000000481.549481.7640.8219.36
St. Kitts & NevisKNA199541.002.7000000481.4310692.0348.4118.19
St. Kitts & NevisKNA199640.882.7000000481.3911661.9850.7917.94
St. Kitts & NevisKNA199740.822.7000000481.4412643.5843.9517.17
St. Kitts & NevisKNA199840.822.7000000481.4712949.7243.9116.42
St. Kitts & NevisKNA199940.882.7000000481.3914272.9548.2013.23
St. Kitts & NevisKNA200041.002.7000000481.4114627.3047.4716.49
Korea, Republic ofKOR199444642.00803.446584.4112396.2954.9040.23
Korea, Republic ofKOR199545093.00771.273617.7013547.4555.3140.50
Korea, Republic ofKOR199645545.00804.453641.6414319.8956.5441.64
Korea, Republic ofKOR199745991.00951.289670.2814704.0357.4837.65
Korea, Republic ofKOR199846430.001401.44702.5913622.0155.7424.66
Korea, Republic ofKOR199946858.001188.82709.1014528.7358.1529.05
Korea, Republic ofKOR200047275.001130.96732.2914936.6957.1230.78
KuwaitKWT1994nananananana
KuwaitKWT1995nananananana
KuwaitKWT19961697.000.2994086150.2323385.9352.029.92
KuwaitKWT1997nananananana
KuwaitKWT1998nananananana
KuwaitKWT1999nananananana
KuwaitKWT2000nananananana
LaosLAO1994nananananana
LaosLAO1995nananananana
LaosLAO19964725.58921.0217285267.901367.3162.2321.23
LaosLAO1997nananananana
LaosLAO1998nananananana
LaosLAO1999nananananana
LaosLAO2000nananananana
LebanonLBN19943929.731680.072998952.264075.21116.1617.47
LebanonLBN19954005.001621.4129641011.424448.56112.0617.75
LebanonLBN19964077.011571.443971016.534927.15106.1915.82
LebanonLBN19974145.531539.4499511070.965158.00102.2713.80
LebanonLBN19984210.341516.1319581104.625306.5790.8214.94
LebanonLBN19994271.231507.8439941033.705660.0484.8210.30
LebanonLBN20004328.001507.5942.166089.2676.508.18
St. LuciaLCA1994142.702.7000000481.675858.9372.3314.08
St. LuciaLCA1995145.402.7000000481.686214.0271.0210.71
St. LuciaLCA1996147.002.7000000481.676267.6873.6112.28
St. LuciaLCA1997149.672.7000000481.686238.9774.3614.19
St. LuciaLCA1998151.952.7000000481.746397.5673.6613.44
St. LuciaLCA1999153.702.7000000481.786578.3476.5514.36
St. LuciaLCA2000156.002.7000000481.796822.9874.8113.69
Sri LankaLKA199417865.0049.4151382411.542813.2977.4212.51
Sri LankaLKA199518112.0051.2515907312.342991.1877.7911.87
Sri LankaLKA199618300.0055.271438613.133201.4374.7111.39
Sri LankaLKA199718552.0058.9946098315.253145.9470.2811.99
Sri LankaLKA199818774.0064.4501190215.823429.3269.2812.46
Sri LankaLKA199919043.0070.6354522716.293564.6570.3912.49
Sri LankaLKA200019359.0077.0051193216.893840.7767.6112.51
LesothoLSO19941885.183.5507979391.131266.47104.3432.80
LesothoLSO19951926.003.627084971.261270.7497.1441.61
LesothoLSO19961968.334.2993488311.421319.9693.7547.20
LesothoLSO19971944.714.6079621321.671449.8890.2544.58
LesothoLSO19981978.095.5282840731.741430.2083.3638.40
LesothoLSO19992008.246.1094841961.961413.2175.5137.52
LesothoLSO20002035.006.9398279192.051492.2764.6336.22
LithuaniaLTU19943721.003.9777500630.706514.5571.038.23
LithuaniaLTU19953715.0041.086031.8364.5913.76
LithuaniaLTU19963709.0041.316495.2566.3413.42
LithuaniaLTU19973705.5941.437211.7566.5616.09
LithuaniaLTU19983703.0041.467925.1964.1616.26
LithuaniaLTU19993699.0041.497759.5768.0614.95
LithuaniaLTU20003695.0041.468396.6666.3512.98
LuxembourgLUX1994403.8033.456539.7931897.3050.3024.06
LuxembourgLUX1995412.8029.4838.2733757.3059.2123.86
LuxembourgLUX1996418.3030.961538.2635144.2459.8923.68
LuxembourgLUX1997423.7035.773938.2438908.9256.3524.85
LuxembourgLUX1998429.2036.298638.2441716.9954.6523.34
LuxembourgLUX1999435.7037.864138.5444322.4453.3525.10
LuxembourgLUX2000441.4043.784938.3848967.5649.5823.48
LatviaLVA19942548.000.5597500210.145612.6062.486.91
LatviaLVA19952516.000.5275833010.165962.0957.2110.00
LatviaLVA19962491.000.5507500170.186194.1362.7310.41
LatviaLVA19972469.000.5809167030.206596.2263.6311.18
LatviaLVA19982449.000.5898333190.217042.5264.9414.59
LatviaLVA19992410.000.5851666930.217625.3465.0912.42
LatviaLVA20002372.000.606500030.228305.2264.5911.85
MacaoMAC1994418.778.0500001915.8321866.9334.8522.02
MacaoMAC1995430.008.0500001915.9023365.0433.6918.33
MacaoMAC1996440.918.0500001915.6623350.4334.9813.82
MacaoMAC1997418.007.9752922065.8222959.6838.8014.72
MacaoMAC1998426.007.9787669185.5821820.7540.3712.89
MacaoMAC1999434.007.9918498995.2521517.9241.4712.01
MacaoMAC2000438.008.0258998874.9223118.1139.248.25
MoroccoMAR199425926.009.202714923.073512.9882.809.66
MoroccoMAR199526386.008.5402364733.173362.4781.3211.29
MoroccoMAR199626848.008.7158756263.123808.4882.289.56
MoroccoMAR199727310.009.5271072392.983903.3577.1910.08
MoroccoMAR199827775.009.6044158942.874308.9377.3811.45
MoroccoMAR199928238.009.8044185642.854299.6176.7310.55
MoroccoMAR200028705.0010.625639922.884299.2476.1212.22
MoldovaMDA1994nananananana
MoldovaMDA19954339.004.4958000180.642316.8365.5910.32
MoldovaMDA19964325.004.6044831280.802264.2070.629.49
MoldovaMDA19974312.004.623582840.842457.1069.898.85
MoldovaMDA19984299.005.3706998830.922294.6680.259.57
MoldovaMDA19994290.0010.515810011.362111.2276.578.84
MoldovaMDA20004282.0012.434220311.692212.2394.108.70
MadagascarMDG199412915.043067.335938909.03778.1091.642.62
MadagascarMDG199513300.004265.6318361292.75784.2591.302.62
MadagascarMDG199613717.554061.2519531479.40799.0690.082.83
MadagascarMDG199714148.205090.886231566.28818.5991.842.69
MadagascarMDG199814592.385441.3979491675.00836.6791.792.76
MadagascarMDG199915050.506283.7749021819.92862.3392.842.72
MadagascarMDG200015523.006767.4809571925.96876.6893.583.23
MexicoMEX199489352.003.37512.107572.1776.8121.08
MexicoMEX199590903.006.41942.887028.2075.6714.42
MexicoMEX199692450.007.59953.727344.1474.2316.85
MexicoMEX199793990.007.91854.307861.6973.8819.70
MexicoMEX199895521.009.1364.958141.7475.2320.74
MexicoMEX199997428.009.56045.548497.6874.7920.45
MexicoMEX200097221.009.45565.759710.9967.0920.83
MacedoniaMKD19941947.0043.2631797816.974113.1976.928.90
MacedoniaMKD19951966.0037.8817596419.354445.4770.6913.15
MacedoniaMKD19961980.0039.981079119.474571.2172.6412.67
MacedoniaMKD19971996.8750.0035514819.824686.6273.3712.53
MacedoniaMKD19982015.0054.4617309620.134816.1974.2612.49
MacedoniaMKD19992017.0056.9018287719.835236.6472.0410.40
MacedoniaMKD20002031.0065.9038696320.995506.4781.7610.03
MaliMLI19949449.71555.2047119146.93703.6892.977.57
MaliMLI19959705.00499.148407160.86788.5185.677.24
MaliMLI19969993.35511.5523987168.02812.3386.577.79
MaliMLI199710089.80583.6693726161.44888.9579.256.41
MaliMLI199810333.64589.9517822163.33908.8680.316.42
MaliMLI199910583.65615.6990967155.48959.5579.556.17
MaliMLI200010840.00711.9763184151.60995.5277.076.36
MaltaMLT1994368.000.3779211040.2610923.1963.9620.61
MaltaMLT1995371.000.3530587850.2512309.9266.0821.43
MaltaMLT1996373.000.36045590.2413226.5068.2718.81
MaltaMLT1997383.000.3859660920.2414136.2466.6416.58
MaltaMLT1998385.000.3884595040.2414977.6266.6514.55
MaltaMLT1999nananananana
MaltaMLT2000nananananana
MongoliaMNG1994nananananana
MongoliaMNG1995nananananana
MongoliaMNG19962497.75548.4033203185.331268.4862.9816.64
MongoliaMNG1997nananananana
MongoliaMNG1998nananananana
MongoliaMNG1999nananananana
MongoliaMNG2000nananananana
MozambiqueMOZ199415420.006038.5878911070.88809.6799.673.52
MozambiqueMOZ199515820.009024.3330081713.10784.4699.744.36
MozambiqueMOZ199616230.0011293.752322.23853.5597.803.66
MozambiqueMOZ199716630.0011772.629882539.50942.6593.823.33
MozambiqueMOZ199816965.0012110.20022696.711026.0291.564.20
MozambiqueMOZ199917299.0013028.589842868.801046.8097.525.90
MozambiqueMOZ200017691.0015447.139652986.651113.4396.094.68
MauritaniaMRT19942264.96123.574996940.951367.8774.246.87
MauritaniaMRT19952329.00129.768295346.391285.7878.298.14
MauritaniaMRT19962394.35137.221694949.671265.9877.759.95
MauritaniaMRT19972415.46151.85330251.801327.7975.6511.01
MauritaniaMRT19982493.12188.475799655.681357.3579.5810.35
MauritaniaMRT19992576.18209.514205954.691425.5677.378.64
MauritaniaMRT2000nananananana
MauritiusMUS19941113.0017.960369115.6010096.1284.3113.65
MauritiusMUS19951122.0017.386320115.5611067.2481.2710.62
MauritiusMUS19961134.0017.948070535.7611808.2880.1010.40
MauritiusMUS19971147.7121.057260516.1612226.8581.4912.79
MauritiusMUS19981159.7323.992649086.2813440.9079.1311.83
MauritiusMUS19991174.4025.185810096.6513632.8982.1311.14
MauritiusMUS20001186.1426.24955946.7314405.6981.3311.34
MalawiMWI19949493.118.7364053732.28476.4583.598.97
MalawiMWI19959757.0015.283740043.65637.5388.525.03
MalawiMWI199610016.0015.308469774.82718.1295.964.62
MalawiMWI19979664.9316.444179535.17833.0696.644.56
MalawiMWI19989884.0031.072679526.95785.6291.854.35
MalawiMWI199910097.5044.088138589.58824.82100.704.49
MalawiMWI200010311.0059.543811812.13807.7493.583.75
MalaysiaMYS199420103.262.6242570881.247617.4351.1131.97
MalaysiaMYS199520609.862.5044040681.278381.0350.7134.74
MalaysiaMYS199621129.232.515943051.319165.7849.1333.18
MalaysiaMYS199721667.002.8131918911.349688.6748.2034.40
MalaysiaMYS199822180.003.9243750571.2510191.9240.8718.06
MalaysiaMYS199922710.003.7999999521.2710435.7834.8518.26
MalaysiaMYS200023270.003.7999999521.559421.5030.0321.70
NamibiaNAM19941502.853.5507979391.654398.6356.9811.87
NamibiaNAM19951543.003.627084971.814336.0058.9410.53
NamibiaNAM19961582.994.2993488311.994354.8559.4511.40
NamibiaNAM19971647.524.6079621322.334421.2461.6910.19
NamibiaNAM19981681.825.5282840732.534567.8160.9213.25
NamibiaNAM19991718.276.1094841962.674772.4158.5911.67
NamibiaNAM2000nananananana
NigerNER19948842.09555.2047119122.62801.6977.074.13
NigerNER19959150.00499.148407126.81809.7078.252.99
NigerNER19969469.07511.5523987134.38799.4081.473.92
NigerNER19979770.24583.6693726138.02798.7080.444.25
NigerNER199810120.12589.9517822143.64841.3482.784.39
NigerNER199910475.80615.6990967136.84866.4179.183.74
NigerNER200010832.00711.9763184133.32902.2883.323.85
NigeriaNGA1994108012.5721.9960002915.94719.1472.8712.76
NigeriaNGA1995111270.0021.8952598623.53755.8975.4611.04
NigeriaNGA1996114495.5121.8844299326.61926.0961.199.82
NigeriaNGA1997117680.7521.8860492725.87964.8873.979.61
NigeriaNGA1998120817.2621.8859996828.64816.1581.1311.54
NigeriaNGA1999123896.5292.3380966232.58795.7469.8216.31
NigeriaNGA2000126910.00101.697303839.93826.4731.8922.19
NicaraguaNIC19944304.716.7228751181.671711.6984.6010.13
NicaraguaNIC19954426.007.5455918311.751838.3782.7011.31
NicaraguaNIC19964548.058.4355001452.071772.6380.2812.71
NicaraguaNIC19974680.479.4480829242.561553.2894.5316.80
NicaraguaNIC19984810.2910.581919672.731666.0696.2817.16
NicaraguaNIC19994940.7411.809249882.941800.77104.7321.48
NicaraguaNIC20005071.0012.684390073.081947.2292.2117.88
NetherlandsNLD199415381.001.822.1019638.7662.6021.10
NetherlandsNLD199515460.001.60572.0920607.3262.1421.85
NetherlandsNLD199615526.001.68592.0921430.5062.5521.93
NetherlandsNLD199715607.001.95132.0922582.8462.2322.35
NetherlandsNLD199815703.001.98372.1023648.7662.8422.34
NetherlandsNLD199915809.002.06852.1324483.2363.7622.37
NetherlandsNLD200015920.002.39192.1625758.8362.7322.47
NorwayNOR19944337.007.05769.2021746.5160.6125.84
NorwayNOR19954358.006.33529.2623015.9259.8027.17
NorwayNOR19964381.006.44989.3124937.0658.9525.94
NorwayNOR19974405.007.07349.3526615.1457.9128.41
NorwayNOR19984432.007.54519.5626317.2161.3031.31
NorwayNOR19994462.007.79929.7227622.5260.5826.91
NorwayNOR20004491.008.80189.8932057.2953.4524.48
NepalNPL199420753.4549.397518168.221168.2069.4017.03
NepalNPL199521272.0051.890331278.441222.3067.8318.06
NepalNPL199621794.6856.691951758.991272.3170.3718.83
NepalNPL199721444.8858.009548199.461380.5070.7917.36
NepalNPL199821965.4265.975791939.661415.7170.4216.56
NepalNPL199922498.0468.2393722510.291476.5570.4913.26
NepalNPL200023043.0071.0938034110.511564.8367.2716.02
New ZealandNZL19943602.001.68651.4916302.7468.1921.95
New ZealandNZL19953656.001.52391.4817075.0467.7123.36
New ZealandNZL19963714.001.45491.4717707.2668.1923.38
New ZealandNZL19973761.001.51241.4817945.2969.1622.06
New ZealandNZL19983792.001.86831.4818085.4470.5020.99
New ZealandNZL19993811.001.88961.4619007.0370.1222.69
New ZealandNZL20003831.002.20121.4620008.2967.6422.33
OmanOMN1994nananananana
OmanOMN1995nananananana
OmanOMN19962173.000.3844999970.2016667.8858.288.08
OmanOMN1997nananananana
OmanOMN1998nananananana
OmanOMN1999nananananana
OmanOMN2000nananananana
PakistanPAK1994119401.8529.877840047.441768.4471.2911.40
PakistanPAK1995122374.9530.929689418.171878.3271.4611.09
PakistanPAK1996125409.8535.265731818.761951.6674.0211.07
PakistanPAK1997128457.3140.917919169.621962.2576.3610.48
PakistanPAK1998131582.0044.942840589.932048.3973.7210.08
PakistanPAK1999134790.0049.1183395410.442085.4177.288.68
PakistanPAK2000138080.0053.6481895410.692157.8674.048.81
PanamaPAN19942585.2410.555441.8758.4723.68
PanamaPAN19952631.0010.555453.2558.2426.17
PanamaPAN19962674.0010.545670.9257.9426.54
PanamaPAN19972719.0010.506002.1061.2425.19
PanamaPAN19982764.0010.516217.6965.5526.58
PanamaPAN19992811.0010.516336.4263.0728.71
PanamaPAN20002856.0010.526650.2062.2526.65
PeruPER199423149.982.1949999331.194009.2770.8119.94
PeruPER199523532.002.2533330921.294373.1170.2322.00
PeruPER199623947.002.4533329011.414434.0870.8820.86
PeruPER199724371.002.6641669271.364734.2269.4022.28
PeruPER199824801.002.9300000671.454629.3070.3521.78
PeruPER199925230.003.3833329681.494627.9770.0618.43
PeruPER200025661.003.490000011.524799.3069.5317.44
PhilippinesPHL199468661.4926.417169578.742822.8673.0515.89
PhilippinesPHL199570267.0025.714469919.142968.2074.7115.56
PhilippinesPHL199671899.0026.216100699.683122.2975.2516.42
PhilippinesPHL199771324.6829.4706592610.193344.3075.7417.48
PhilippinesPHL199872775.4540.8930511510.853415.2876.5413.95
PhilippinesPHL199974194.8839.0889816311.243726.8971.8312.22
PhilippinesPHL200075580.0044.192249311.014064.7067.1211.63
Papua New GuineaPNG19944201.861.0113400220.314188.1650.165.76
Papua New GuineaPNG19954301.001.2798420190.393800.1662.678.42
Papua New GuineaPNG19964400.901.3190749880.453529.3554.2612.65
Papua New GuineaPNG19974760.731.437971950.433423.7360.9211.06
Papua New GuineaPNG19984882.812.0735919480.493311.2359.269.46
Papua New GuineaPNG19995005.922.5707728860.553313.2663.019.54
Papua New GuineaPNG2000nananananana
PolandPOL199438544.002.27230.886623.4476.0614.85
PolandPOL199538588.002.4251.117204.2272.9117.34
PolandPOL199638618.002.69611.307712.8575.0819.53
PolandPOL199738650.003.27931.488250.2675.6221.50
PolandPOL199838666.003.47541.648727.1475.7522.38
PolandPOL199938654.003.96711.749150.8277.1822.24
PolandPOL200038646.004.34611.849661.3667.2124.35
Puerto RicoPRI1994nananananana
Puerto RicoPRI1995nananananana
Puerto RicoPRI19963733.0010.839765.6596.1122.95
Puerto RicoPRI19973805.0010.8510048.2696.6125.16
Puerto RicoPRI19983833.0010.8710590.0995.5523.29
Puerto RicoPRI1999nananananana
Puerto RicoPRI2000nananananana
PortugalPRT19949902.80165.993122.0012435.1262.8620.71
PortugalPRT19959916.80151.106126.5712907.0072.3823.85
PortugalPRT19969926.90154.244129.1713523.0872.4823.73
PortugalPRT19979940.70175.312131.8814268.5372.2125.41
PortugalPRT19989968.70180.104134.3715165.2272.3326.62
PortugalPRT19999990.00188.178133.2116302.3261.6726.46
PortugalPRT200010005.00217.603135.1517088.9660.7427.22
ParaguayPRY19944711.891911.545044610.275209.5072.5612.24
ParaguayPRY19954828.001970.400024698.175236.2172.8412.89
ParaguayPRY19964955.002062.783936751.375342.3971.6112.43
ParaguayPRY19975085.002177.863037838.304909.9779.8713.06
ParaguayPRY19985219.002726.48999941.074766.3980.8812.43
ParaguayPRY19995358.843119.072998955.204723.7977.1211.63
ParaguayPRY20005496.003486.353027993.264801.3077.1411.06
QatarQAT1994nananananana
QatarQAT1995nananananana
QatarQAT1996693.003.6400001052.4919843.9150.1013.25
QatarQAT1997nananananana
QatarQAT1998nananananana
QatarQAT1999nananananana
QatarQAT2000nananananana
RomaniaROM199422731.001655.08606499.954377.7572.1313.89
RomaniaROM199522681.002033.276001676.224699.6677.5512.60
RomaniaROM199622608.003084.218018962.084983.7683.0811.64
RomaniaROM199722554.007167.9428712345.914787.4182.2711.50
RomaniaROM199822503.008875.5761723402.874848.8683.9410.65
RomaniaROM199922457.9915332.839844983.814818.3581.4710.12
RomaniaROM200022435.0021708.72077059.265023.5381.0311.18
RussiaRUS1994148336.002.1907498840.557499.8649.5118.33
RussiaRUS1995148140.994.5591502191.477068.7460.7317.40
RussiaRUS1996147739.015.120832922.047106.7963.8613.72
RussiaRUS1997147304.005.7848329542.307297.9566.6813.05
RussiaRUS1998146899.019.7050828932.647086.3967.739.20
RussiaRUS1999146308.9924.61993984.038074.7057.358.81
RussiaRUS2000145555.0128.129169464.859995.9154.748.79
RwandaRWA19946230.00194.51750.39529.48132.164.48
RwandaRWA19956400.00262.197509870.67746.3492.773.08
RwandaRWA19966727.00306.820007377.90823.2589.713.21
RwandaRWA19977895.18301.529785284.13847.7991.443.72
RwandaRWA19988105.00312.314086985.32914.2289.344.22
RwandaRWA19998310.00333.941894582.25944.8685.723.46
RwandaRWA20008508.00389.696197584.20976.1683.863.22
Saudi ArabiaSAU1994nananananana
Saudi ArabiaSAU1995nananananana
Saudi ArabiaSAU199619409.003.7449998862.2212245.5746.998.88
Saudi ArabiaSAU1997nananananana
Saudi ArabiaSAU1998nananananana
Saudi ArabiaSAU1999nananananana
Saudi ArabiaSAU2000nananananana
SudanSDN1994nananananana
SudanSDN1995nananananana
SudanSDN199627160.681250.791992328.141159.2679.219.57
SudanSDN1997nananananana
SudanSDN1998nananananana
SudanSDN1999nananananana
SudanSDN2000nananananana
SenegalSEN19948110.87555.2047119182.521363.8081.266.60
SenegalSEN19958330.00499.148407189.551421.7982.136.41
SenegalSEN19968557.01511.5523987187.901477.7083.676.66
SenegalSEN19978777.14583.6693726189.051545.1983.826.55
SenegalSEN19989032.38589.9517822188.741608.4083.677.44
SenegalSEN19999286.27615.6990967190.871650.8186.216.91
SenegalSEN20009530.00711.9763184194.261680.9786.917.14
SingaporeSGP19943421.001.5274440051.4621361.8638.3439.92
SingaporeSGP19953526.001.4173749691.4423306.6036.5141.32
SingaporeSGP19963670.001.4100409751.4124938.8534.7443.93
SingaporeSGP19973794.001.4848059421.4126755.9033.9245.56
SingaporeSGP19983923.001.6736019851.3526322.4832.8740.05
SingaporeSGP19993952.001.6949570181.3926470.2934.7437.74
SingaporeSGP20004018.001.7239630221.3828643.5934.7937.72
Sierra LeoneSLE19944399.00586.7396851130.03951.9081.944.55
Sierra LeoneSLE19954510.00755.2158203163.60885.2492.023.21
Sierra LeoneSLE19964630.00920.7324829203.31921.2298.935.27
Sierra LeoneSLE1997nananananana
Sierra LeoneSLE19984830.481563.618042288.65780.8594.564.22
Sierra LeoneSLE1999nananananana
Sierra LeoneSLE20005031.002092.125361.48733.5493.123.91
El SalvadorSLV19945540.868.7287502293.353816.3789.039.81
El SalvadorSLV19955669.008.7545833593.544143.5989.3110.35
El SalvadorSLV19965798.008.7550001143.694235.7988.777.79
El SalvadorSLV19975911.008.7562503813.744408.4187.057.90
El SalvadorSLV19986035.008.7550001143.884483.9986.729.28
El SalvadorSLV19996153.748.7550001143.864592.3987.768.34
El SalvadorSLV20006276.008.7550001144.004622.3789.268.87
Sao Tome and PrincipeSTP1994128.65732.6281738207.811357.60102.7618.97
Sao Tome and PrincipeSTP1995132.001420.340942378.051294.79114.3117.42
Sao Tome and PrincipeSTP1996135.292203.164063573.951272.02106.5618.71
Sao Tome and PrincipeSTP1997nananananana
Sao Tome and PrincipeSTP1998141.706883.2431641546.811284.0475.4517.81
Sao Tome and PrincipeSTP1999144.907118.9580081797.051284.2774.9618.08
Sao Tome and PrincipeSTP2000148.007978.1718751908.791316.8174.0018.08
Slovak RepublicSVK19945347.0032.04489.659036.7565.4916.74
Slovak RepublicSVK19955364.0029.713410.529675.5665.9121.68
Slovak RepublicSVK19965374.0030.653711.299992.8770.1627.02
Slovak RepublicSVK19975383.0033.616211.8510753.5770.3726.01
Slovak RepublicSVK19985391.0035.233411.7711835.6056.4727.91
Slovak RepublicSVK19995395.8041.362812.4912102.0855.9824.51
Slovak RepublicSVK20005401.0046.035213.0212618.5352.2224.78
SloveniaSVN19941988.90128.808593879.9711662.1253.2119.87
SloveniaSVN19951990.00118.518501389.0312574.9654.4623.11
SloveniaSVN19961991.00135.364303697.2713151.5154.3223.23
SloveniaSVN19971985.96159.6882935103.9614143.0253.2424.14
SloveniaSVN19981982.60166.134201108.9315067.3452.8225.35
SloveniaSVN19991985.50181.7691956113.4316198.3153.2727.82
SloveniaSVN20001988.00222.6560974119.6916983.3851.1327.60
SwedenSWE19948781.007.7169.4419256.7269.4818.48
SwedenSWE19958827.007.13339.5020438.3066.8319.46
SwedenSWE19968841.006.7069.5220864.5567.5018.93
SwedenSWE19978846.007.63499.5821521.1367.2718.59
SwedenSWE19988851.007.94999.5822475.3167.5619.56
SwedenSWE19998858.008.26249.6423477.2767.9319.51
SwedenSWE20008871.009.16229.6024628.4450.1420.60
SwazilandSWZ1994nananananana
SwazilandSWZ1995nananananana
SwazilandSWZ1996928.554.2993488311.095175.4371.2218.45
SwazilandSWZ1997959.704.6079621321.394773.6170.8820.40
SwazilandSWZ1998990.465.5282840731.514839.6169.0721.30
SwazilandSWZ19991019.476.1094841961.634928.8570.4718.63
SwazilandSWZ20001045.006.9398279191.775046.7270.8718.87
SeychellesSYC199473.925.0558581354.028216.6642.5616.11
SeychellesSYC199575.304.7619748123.449352.8352.6316.28
SeychellesSYC199676.544.9699831013.509422.0145.2028.23
SeychellesSYC199777.325.0263419153.3810332.3057.5418.98
SeychellesSYC199878.855.2621917722.8812334.4773.0916.45
SeychellesSYC199980.035.3425831793.3511454.2365.6417.61
SeychellesSYC200081.235.713817123.7111644.4262.1814.50
SyriaSYR199413713.8011.2250003810.873391.8774.7411.94
SyriaSYR199514112.0011.2250003810.563819.4470.8610.43
SyriaSYR199614505.9911.2250003811.373971.0970.939.15
SyriaSYR199715015.0011.2250003812.194071.7367.458.26
SyriaSYR199815402.0011.2250003812.024263.7267.967.89
SyriaSYR199915792.0011.2250003812.454176.4965.987.66
SyriaSYR200016189.0011.2250003812.834337.7860.577.00
ChadTCD19946463.87555.2047119104.70802.6790.137.87
ChadTCD19956707.00499.148407122.82871.6585.244.67
ChadTCD19966893.71511.5523987136.07885.9084.436.47
ChadTCD19977085.62583.6693726132.56936.6884.766.29
ChadTCD19987282.87589.9517822146.16938.4886.656.97
ChadTCD19997485.61615.6990967132.56970.4585.944.83
ChadTCD20007694.00711.9763184135.74959.4179.786.70
TogoTGO19943990.00555.2047119163.22838.1268.929.01
TogoTGO19954110.00499.148407186.59850.5069.319.94
TogoTGO19964230.00511.5523987201.70884.7471.3912.18
TogoTGO19974135.17583.6693726216.81976.0683.5210.62
TogoTGO19984258.14589.9517822199.34983.7477.3212.72
TogoTGO19994388.60615.6990967200.06995.4876.5811.32
TogoTGO20004527.00711.9763184207.24926.0477.4512.32
ThailandTHA199458718.0025.1499500310.256019.2049.7641.04
ThailandTHA199559401.0024.9151802110.646637.2550.8642.04
ThailandTHA199660003.0025.3426799810.837093.7250.6041.49
ThailandTHA199759370.4731.3643302911.277051.2551.8433.08
ThailandTHA199859793.5041.3593902612.306410.1751.0417.75
ThailandTHA199960245.8037.8136596711.856477.3153.0418.58
ThailandTHA200060728.0040.1118011511.886715.3153.4620.87
TajikistanTJK1994nananananana
TajikistanTJK1995nananananana
TajikistanTJK19965927.00295.546.95985.6967.3711.96
TajikistanTJK19976017.000.5623332860.071215.8568.698.66
TajikistanTJK19986127.000.7766249780.141234.3083.126.86
TajikistanTJK19996156.001.2377920150.171278.5371.908.41
TajikistanTJK20006170.002.0762500760.211379.6975.949.09
TurkmenistanTKM1994nananananana
TurkmenistanTKM1995nananananana
TurkmenistanTKM19964598.003978.225098449.044533.3339.0540.47
TurkmenistanTKM1997nananananana
TurkmenistanTKM1998nananananana
TurkmenistanTKM1999nananananana
TurkmenistanTKM2000nananananana
Trinidad&TobagoTTO19941253.515.9249291422.808361.0858.8312.99
Trinidad&TobagoTTO19951262.005.9477958682.739177.1561.439.78
Trinidad&TobagoTTO19961270.176.0050659182.839481.5663.4810.14
Trinidad&TobagoTTO19971277.746.251677993.498211.9169.7517.97
Trinidad&TobagoTTO19981285.146.2983078963.548426.1574.7414.06
Trinidad&TobagoTTO19991292.756.2989001272.9811192.6872.848.36
Trinidad&TobagoTTO20001301.006.2997970582.7613720.5769.767.43
TunisiaTUN19948823.691.0115540030.345214.3976.1712.71
TunisiaTUN19958957.500.9457499980.365343.9576.8512.78
TunisiaTUN19969089.300.9734082820.365830.0577.4813.06
TunisiaTUN19979215.001.1059080360.376077.8478.1113.12
TunisiaTUN19989333.301.1387250420.386352.5879.2712.98
TunisiaTUN19999455.901.1862250570.396787.7878.7412.49
TunisiaTUN20009563.501.3706829550.397130.1578.5613.29
TurkeyTUR199460573.0029608.711092.725757.2869.0416.11
TurkeyTUR199561646.0045845.120693.486085.0068.5921.63
TurkeyTUR199662695.0081404.936675.476424.4270.8420.99
TurkeyTUR199763745.0015186564522.947010.8970.5521.49
TurkeyTUR199864789.00260724111801.757209.8869.1020.15
TurkeyTUR199965819.00418783168680.636972.8569.6518.07
TurkeyTUR200066835.00625218252226.947414.0269.1521.11
TaiwanTWN199421034.9026.459922.8013471.4362.6321.77
TaiwanTWN199521214.9926.489923.0714341.1562.8521.63
TaiwanTWN199621387.8127.459923.0315589.1062.4920.63
TaiwanTWN199721577.3828.722.9716827.6962.7521.83
TaiwanTWN199821777.1033.459923.1117742.8063.9321.96
TaiwanTWN1999nananananana
TaiwanTWN2000nananananana
TanzaniaTZA199428793.00509.6308899159.87437.3286.9711.15
TanzaniaTZA199529646.00574.7617188198.45452.3085.159.92
TanzaniaTZA199630487.82579.9766846235.95471.4085.458.62
TanzaniaTZA199731316.10612.1224976340.30433.0582.2310.42
TanzaniaTZA199832128.48664.6712036367.40449.6889.559.83
TanzaniaTZA199932922.57744.7590942412.84474.7088.058.90
TanzaniaTZA200033696.00800.4085083437.36490.1883.339.39
UgandaUGA199418599.39979.4453735332.78711.2178.672.92
UgandaUGA199519168.00968.916687342.81816.9378.143.53
UgandaUGA199619740.951046.084961362.94855.1580.103.64
UgandaUGA199720420.001083.009033380.43901.6176.783.29
UgandaUGA199821040.001240.30603387.35933.5378.373.17
UgandaUGA199921620.001454.827026397.011016.6383.853.22
UgandaUGA200022210.001644.474976410.331029.5785.063.57
UkraineUKR199451921.000.3275142010.045594.7754.2817.10
UkraineUKR199551531.001.4730750320.224724.5255.8811.12
UkraineUKR199651114.001.8294689660.364402.5256.489.03
UkraineUKR199750697.001.8616579770.424422.6556.859.34
UkraineUKR199850303.002.4495420460.454531.5257.659.36
UkraineUKR199949906.004.1304421420.544833.4654.198.80
UkraineUKR200049501.005.4402332310.685146.9654.369.68
UruguayURY19943194.725.0439171793.008572.8269.5012.00
UruguayURY19953218.006.3489999774.138630.7567.9012.65
UruguayURY19963241.527.9718332295.089285.2369.5911.58
UruguayURY19973265.009.4418325426.329912.4469.8511.79
UruguayURY19983289.0010.471920016.7210571.7770.6312.21
UruguayURY19993313.0011.339300166.8910379.1871.4911.06
UruguayURY20003337.0012.09959037.0710284.5971.8210.03
United StatesUSA1994260616.0011.0026834.1268.1120.90
United StatesUSA1995263073.0011.0027894.9268.1420.98
United StatesUSA1996265504.0011.0029193.9168.0521.58
United StatesUSA1997268087.0011.0030797.8467.4522.52
United StatesUSA1998270560.0011.0032230.1968.0822.89
United StatesUSA1999272996.0011.0033725.7768.8423.14
United StatesUSA2000275423.0011.0035618.6768.2624.25
UzbekistanUZB199422377.0011.41.242339.1755.7813.30
UzbekistanUZB199522785.0030.25.262529.1146.8813.69
UzbekistanUZB199623225.0041.18.602803.8255.539.33
UzbekistanUZB1997nananananana
UzbekistanUZB1998nananananana
UzbekistanUZB1999nananananana
UzbekistanUZB2000nananananana
St.Vincent & GrenadinesVCT1994110.372.7000000481.075555.2755.009.08
St.Vincent & GrenadinesVCT1995111.002.7000000481.056086.1746.909.66
St.Vincent & GrenadinesVCT1996111.682.7000000481.056432.0046.098.90
St.Vincent & GrenadinesVCT1997112.422.7000000481.106389.3657.149.77
St.Vincent & GrenadinesVCT1998113.222.7000000481.126729.9255.1010.36
St.Vincent & GrenadinesVCT1999114.082.7000000481.107033.3753.1710.42
St.Vincent & GrenadinesVCT2000115.002.7000000481.007847.4546.428.43
VenezuelaVEN199421377.00148.502700862.856458.3165.2210.43
VenezuelaVEN199521844.00176.842498894.976586.8764.4513.96
VenezuelaVEN199622311.00417.332489190.336916.3558.9011.65
VenezuelaVEN199722777.00488.6347961280.246785.2162.9415.71
VenezuelaVEN199823242.00547.5557861362.326229.5668.3416.95
VenezuelaVEN199923707.00605.7166748418.596298.2264.4013.85
VenezuelaVEN200024170.00679.9602051469.487232.4757.9913.54
VietnamVNM199471679.2410962.129881777.341339.8973.4412.60
VietnamVNM199572980.0011034.919922079.011471.0775.0113.98
VietnamVNM199674300.0011032.599612108.211651.5679.0614.90
VietnamVNM199775460.0011683.330082049.032032.7277.9113.19
VietnamVNM1998nananananana
VietnamVNM1999nananananana
VietnamVNM2000nananananana
YemenYEM199414785.0012.0100002321.33859.2849.135.30
YemenYEM199515250.0040.8391799936.10815.7355.436.58
YemenYEM199615692.2594.1566696252.23801.6366.806.82
YemenYEM199716139.48129.280807550.391093.1850.506.38
YemenYEM199816599.45135.881698643.991161.4056.056.27
YemenYEM199917047.64155.718307556.011185.5853.315.37
YemenYEM200017507.16161.718307560.941292.5639.775.62
South AfricaZAF199438283.223.5507979391.816980.6062.727.73
South AfricaZAF199539120.003.627084971.987086.0965.008.57
South AfricaZAF199639912.004.2993488312.077429.2365.177.94
South AfricaZAF199740670.334.6079621322.217606.7565.457.61
South AfricaZAF199841402.395.5282840732.337612.7966.237.28
South AfricaZAF199942106.236.1094841962.447749.9665.746.74
South AfricaZAF200042800.996.9398279192.558016.6564.997.08
Congo, Dem. Rep.ZAR199442489.321194.119019518.70315.4480.482.96
Congo, Dem. Rep.ZAR199543848.007024.4311522763.71327.2777.932.63
Congo, Dem. Rep.ZAR199645254.158376420020.81309.8178.432.43
Congo, Dem. Rep.ZAR199746753.571.3134479520.58281.0781.942.60
Congo, Dem. Rep.ZAR1998nananananana
Congo, Dem. Rep.ZAR1999nananananana
Congo, Dem. Rep.ZAR2000nananananana
ZambiaZMB19948740.72669.3706055307.48834.1975.439.86
ZambiaZMB19958980.00864.1192017402.40829.3776.5510.31
ZambiaZMB19969214.401207.900024515.01838.0578.7410.99
ZambiaZMB19979443.211314.498047596.97851.4777.5912.15
ZambiaZMB19989665.711862.06897744.91800.6985.1213.75
ZambiaZMB19999881.212388.019043941.87765.2491.8215.30
ZambiaZMB200010089.003110.8439941157.63840.9786.3315.38
ZimbabweZWE199410775.358.1515388492.012586.8460.1018.53
ZimbabweZWE199511011.008.665375712.152603.3766.8915.03
ZimbabweZWE199611242.1610.002349852.642860.2372.0611.32
ZimbabweZWE199711923.5212.111289983.172727.0682.8211.01
ZimbabweZWE199812153.8523.679109574.062799.8577.6610.75
ZimbabweZWE199912388.3238.301200876.122770.4876.8910.73
ZimbabweZWE200012627.0044.417919169.482607.0369.238.62
- - - - - - - - - - - - diff --git a/demos/grouped-headers.html b/demos/grouped-headers.html deleted file mode 100644 index 631619ad..00000000 --- a/demos/grouped-headers.html +++ /dev/null @@ -1,9369 +0,0 @@ - - - - tablefilter v0.0.20 - Grouped Headers Demo - - - - -

tablefilter v0.0.20

-

Grouped headers demo

-

- With grouped and/or multi-line headers, to place the filters row at desired - location, it is important to pay attention to the following configuration - properties: -

-
    -
  • - filters_row_index to set the position of the filters' - row -
  • -
  • - headers_row_index to specify the position of the - headers row - especially when the sort feature is enabled -
  • -
-

- and equally inportant, specify the index of the row from which the filtering - process should start ie: - var tf = new TableFilter('myTableId', myConfig, 3); -

- -

-
-
-
-
-    
-        
-            
-            
-        
-        
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-    
-    
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-    
-
GROUP 1GROUP 2
SubGroup 1SubGroup 2SubGroup 3SubGroup 4SubGroup 5
countrycodeyearPOPXRATPPPcgdpccci
AngolaAGO199410627.1859.5149993953.321095.9434.669.09
AngolaAGO199510972.002750.229981007.531244.7341.869.43
AngolaAGO199611316.94128029.203154873.281362.3237.178.57
AngolaAGO1997nananananana
AngolaAGO1998nananananana
AngolaAGO1999nananananana
AngolaAGO2000nananananana
AlbaniaALB19943185.0094.6233291623.452514.7987.7814.42
AlbaniaALB19953225.0092.6975021425.052775.9883.3413.10
AlbaniaALB19963266.00104.498901428.053070.8493.0610.65
AlbaniaALB19973339.00148.932907136.632789.1392.8911.02
AlbaniaALB19983364.00150.633300844.673067.5291.2111.00
AlbaniaALB19993383.00137.690597543.843413.6589.9411.23
AlbaniaALB20003411.00143.709396443.163657.9985.4512.70
ArgentinaARG199434304.270.9990082980.7410193.4968.8917.41
ArgentinaARG199534768.000.9997500180.7410024.1267.4415.45
ArgentinaARG199635220.000.9996625190.7310671.5368.2115.75
ArgentinaARG199735672.000.9994999770.7111545.1969.1817.09
ArgentinaARG199836125.000.9994999770.6911919.9569.3917.28
ArgentinaARG199936580.000.9994999770.6711554.3769.7215.27
ArgentinaARG200037032.000.9994999770.6611729.0869.0614.08
ArmeniaARM19943748.00288.650787422.812181.6886.3512.97
ArmeniaARM19953760.00405.908294762.542222.2592.2310.88
ArmeniaARM19963774.00414.041503973.212393.2789.9010.91
ArmeniaARM19973786.00490.846801883.992415.8597.2011.46
ArmeniaARM19983795.00504.915008592.652616.6895.8111.00
ArmeniaARM19993801.00535.061828690.482791.5492.509.81
ArmeniaARM20003803.00539.525817987.503068.2190.6710.04
AntiguaATG199465.732.7000000481.3914807.5141.829.89
AntiguaATG199566.292.7000000481.5712790.7450.4517.76
AntiguaATG199666.862.7000000481.7012923.0044.1116.27
AntiguaATG199766.292.7000000481.6714182.0438.2714.72
AntiguaATG199866.862.7000000481.6814912.1239.6414.17
AntiguaATG199967.432.7000000481.6316035.2438.5613.69
AntiguaATG200068.002.7000000481.5218006.9034.8211.85
AustraliaAUS199417838.001.36781.2820637.1670.5424.28
AustraliaAUS199518072.001.3491.2821771.3169.8423.20
AustraliaAUS199618311.001.27791.2722834.6869.1223.65
AustraliaAUS199718524.001.34741.2624010.9269.3824.65
AustraliaAUS199818730.001.59181.2625002.1170.2725.24
AustraliaAUS199918937.001.54991.2626342.6970.2925.27
AustraliaAUS200019157.001.72481.2927193.4869.5523.06
AustriaAUT19948029.7011.421814.2119950.3868.7625.42
AustriaAUT19958046.5010.081514.2120733.7568.6325.73
AustriaAUT19968059.4010.586614.2121398.9769.7525.01
AustriaAUT19978072.2012.204214.1521988.9669.8425.52
AustriaAUT19988078.4012.379114.0623016.3869.6324.80
AustriaAUT19998092.3012.915814.0223849.1470.0424.61
AustriaAUT20008110.2014.935413.9924835.7169.1925.34
AzerbaijanAZE19947597.001570.224976110.312246.8665.7015.20
AzerbaijanAZE19957685.004413.542969696.691992.8777.3812.11
AzerbaijanAZE19967763.004301.26416860.942046.8582.3116.97
AzerbaijanAZE19977838.003985.375877.092291.0372.3221.39
AzerbaijanAZE19987913.003868.998047876.142480.9376.3117.56
AzerbaijanAZE19997983.004120.166992859.952732.7070.9213.22
AzerbaijanAZE20008049.004474.153809823.803554.6259.1310.77
BurundiBDI19946024.75252.662506150.63766.5788.583.15
BurundiBDI19956156.00249.757507357.11709.9286.363.01
BurundiBDI19966287.08302.746704168.20634.7883.643.62
BurundiBDI19976417.85352.350799681.38645.3280.452.37
BurundiBDI19986548.19447.765808194.95632.0885.663.43
BurundiBDI19996677.95563.562581.58739.5784.033.17
BurundiBDI20006807.00720.6732788125.81618.7187.564.18
BelgiumBEL199410116.0033.456538.8619887.3855.1022.32
BelgiumBEL199510137.0029.4838.8920702.1354.2423.13
BelgiumBEL199610155.0030.961539.0021101.1954.9322.53
BelgiumBEL199710180.0035.773938.9722107.8454.3923.33
BelgiumBEL199810203.0036.298638.9022958.8454.7123.57
BelgiumBEL199910222.0037.864139.1223760.3854.8022.94
BelgiumBEL200010254.0043.784939.0725008.4954.2923.62
BeninBEN19945325.00555.2047119156.33998.3489.455.35
BeninBEN19955475.00499.148407171.131071.6089.337.70
BeninBEN19965628.82511.5523987181.371106.8689.907.07
BeninBEN19975794.36583.6693726187.631101.0292.938.06
BeninBEN19985950.33589.9517822190.951178.4690.987.55
BeninBEN19996109.53615.6990967200.191174.9092.617.86
BeninBEN20006272.00711.9763184200.611224.7492.278.25
Burkina FasoBFA19949755.03555.2047119125.76838.7679.816.57
Burkina FasoBFA19959988.00499.148407136.65860.8980.419.29
Burkina FasoBFA199610225.00511.5523987144.18881.1180.4012.12
Burkina FasoBFA199710473.53583.6693726141.78899.0176.9414.94
Burkina FasoBFA199810730.33589.9517822139.66979.5880.6612.24
Burkina FasoBFA199910995.70615.6990967137.641001.7079.8113.14
Burkina FasoBFA200011274.00711.9763184140.56985.6776.5314.87
BangladeshBGD1994117897.5440.211738598.461345.3784.379.56
BangladeshBGD1995119768.0040.278320318.761439.1985.139.79
BangladeshBGD1996121679.3441.794170389.001506.2586.9510.16
BangladeshBGD1997124381.4143.892120369.281561.9784.8510.73
BangladeshBGD1998126564.7046.905651099.691629.8682.4511.25
BangladeshBGD1999128787.3249.0853996310.151681.4482.6711.71
BangladeshBGD2000131050.0052.1416702310.201772.4681.8812.14
BulgariaBGR19948435.0054.133668549.466587.5364.403.03
BulgariaBGR19958400.0067.1708285815.756651.3067.053.27
BulgariaBGR19968356.00177.888706335.425893.2668.563.34
BulgariaBGR19978312.071.6818790440.385470.7962.694.42
BGR19988257.001.7603579760.485593.6567.916.72
BulgariaBGR19998208.001.8363829850.495760.2070.967.72
BulgariaBGR20008166.962.1232750420.496355.7067.346.95
BahrainBHR1994nananananana
BahrainBHRnananananana
BahrainBHR1996599.000.3759999870.2713261.1742.286.39
Bahrain1997nananananana
BahrainBHR1998nananananana
BahrainBHR1999nananananana
BahrainBHR2000nananananana
BahamasBHS1994nananananana
BahamasBHS1995nananananana
BahamasBHS1996284.0010.7416527.4874.029.91
BahamasBHS1997nananananana
BahamasBHS1998nananananana
BahamasBHS1999nananananana
BahamasBHS2000nananananana
BelarusBLR199410356.0010600316.935405.0055.9923.98
BelarusBLR199510329.00115002164.165363.7953.1517.58
BelarusBLR199610298.00155003161.365667.2253.5218.06
BelarusBLR199710117.0026.019920355.616365.6754.8319.16
BelarusBLR199810069.0046.127250679.677181.9356.2518.10
BelarusBLR199910035.00248.794906638.447769.3657.8714.02
BelarusBLR200010005.00876.75102.038738.2356.0213.77
BelizeBLZ1994210.8920.885938.9458.0114.22
BelizeBLZ1995216.7020.896125.6860.8411.55
BelizeBLZ1996222.4020.926198.9060.2511.07
BelizeBLZ1997217.0620.916540.3659.6414.48
BelizeBLZ1998224.4520.906595.5161.2814.83
BelizeBLZ1999232.1020.936773.4566.1114.87
BelizeBLZ2000240.0020.957169.9071.8318.77
BermudaBMU1994nananananana
BermudaBMU1995nananananana
BermudaBMU199662.1011.4218793.4188.7414.57
BermudaBMU1997nananananana
BermudaBMUnananananana
BermudaBMU1999nananananana
BermudaBMU2000nananananana
BoliviaBOL19947237.004.6205167771.572426.4079.168.06
BoliviaBOL19957414.004.8003420831.712545.5277.288.56
BoliviaBOL19967588.005.0746130941.872641.7776.819.67
BoliviaBOL19977767.005.2542581561.972727.2578.1312.04
BoliviaBOL19987950.005.510132792.122760.1180.0814.68
BoliviaBOL19998138.005.812407972.092831.6180.4711.10
BoliviaBOL20008328.706.1835417752.102933.8977.9410.75
BrazilBRA1994157188.100.6392999890.356322.6257.5416.52
BrazilBRA1995159346.000.9176666740.616674.2863.9517.20
BrazilBRA1996161513.171.0051000120.706881.4463.6016.62
BrazilBRA1997163859.681.0779919620.747166.2562.9417.06
BrazilBRA1998166045.571.1605169770.787020.0862.2616.94
BrazilBRA1999168227.981.8147330280.797216.5864.5215.61
BrazilBRA2000170406.001.8301420210.837744.7165.7515.63
BarbadosBRB1994264.3021.0113076.4279.393.38
BarbadosBRB1995264.2021.0513409.7181.553.56
BarbadosBRB1996264.4021.0314607.6582.723.11
BarbadosBRB1997264.7421.0715570.5589.863.66
BarbadosBRB1998265.3021.1216058.5489.294.06
BarbadosBRB1999266.0821.1416463.8891.804.17
BarbadosBRB2000267.0021.1217526.3591.603.93
BhutanBTN1994nananananana
BhutanBTN1995nananananana
BhutanBTN1996715.8735.433170328.311968.5150.5723.23
BhutanBTN1997nananananana
BhutanBTN1998nananananana
BhutanBTN1999nananananana
BhutanBTN2000nananananana
BotswanaBWA19941425.422.6846458911.495564.9343.2516.83
BotswanaBWA19951460.002.7722070221.605803.2441.9916.84
BotswanaBWA19961496.003.3241970541.806070.5139.7117.15
BotswanaBWA19971533.003.6507630351.986087.7349.9915.44
BotswanaBWA19981561.724.2258801462.046533.7659.6812.91
BotswanaBWA19991588.124.6243948942.097027.9067.6711.61
BotswanaBWA2000nananananana
Central African RepublicCAF19943220.09555.2047119152.27965.2879.225.21
Central African RepublicCAF19953288.00499.148407156.441088.1971.406.48
Central African RepublicCAF19963354.09511.5523987182.37894.9593.682.36
Central African RepublicCAF19973528.62583.6693726183.32902.7684.874.61
Central African RepublicCAF19983603.40589.9517822174.96979.1575.096.34
Central African RepublicCAF1999nananananana
Central African RepublicCAF2000nananananana
CanadaCAN199429036.001.36561.2321350.3959.2324.00
CanadaCAN199529353.901.37241.2122450.8657.9423.78
CanadaCAN199629671.901.36351.2123090.8658.4123.18
CanadaCAN199729987.001.38461.1924412.3258.3626.16
CanadaCAN199830248.001.48351.1924944.1959.3425.38
CanadaCAN199930493.001.48571.1926479.8658.3225.06
CanadaCAN200030750.001.48511.1828730.6955.6725.86
SwitzerlandCHE19946994.001.36772.1823466.1958.9625.97
SwitzerlandCHE19957041.001.18252.1424110.1258.4626.98
SwitzerlandCHE19967072.001.2362.1124460.4559.1026.22
SwitzerlandCHE19977089.001.45132.0825147.6659.3225.93
SwitzerlandCHE19987110.001.44982.0326290.7058.8927.07
SwitzerlandCHE19997144.001.50222.0027156.2458.9525.80
SwitzerlandCHE20007185.001.68882.0028208.7657.9826.89
ChileCHL199413994.40420.1766968202.067557.3760.5420.03
ChileCHL199514210.40396.7732849209.908676.4658.0223.45
ChileCHL199614418.80412.2666931220.378972.3561.4924.12
ChileCHL199714622.40419.2950134222.289706.6961.9724.59
ChileCHL199814821.70460.2875061227.679939.5163.6724.24
ChileCHL199915017.80508.7767029234.819774.9362.8918.04
ChileCHL200015211.30535.4655762238.8810388.9061.3419.70
ChinaCHN19941190918.028.6187429431.662551.9750.0622.34
ChinaCHN19951203324.038.3514165881.912759.9251.6822.47
ChinaCHN19961215414.278.3141746522.022972.6151.8822.04
ChinaCHN19971227176.708.2898168562.033141.0749.9721.82
ChinaCHN19981238599.428.2789583211.983317.7949.4421.60
ChinaCHN19991249981.568.2782497411.953483.3950.5521.00
ChinaCHN20001258821.038.2785043721.923843.6748.6621.09
Cote d`IvoireCIV199413132.24555.2047119177.721824.8374.254.88
Cote d`IvoireCIV199513528.00499.148407189.401947.1477.075.49
Cote d`IvoireCIV199613888.77511.5523987200.961958.7574.255.55
Cote d`IvoireCIV199714731.84583.6693726215.121969.6476.364.85
Cote d`IvoireCIV199815159.11589.9517822216.902055.6777.115.65
Cote d`IvoireCIV199915586.39615.6990967213.222057.5775.246.31
Cote d`IvoireCIV200016013.00711.9763184205.652027.5776.765.75
CameroonCMR199412822.14555.2047119148.621790.5083.495.30
CameroonCMR199513182.00499.148407169.281851.7381.814.73
CameroonCMR199613548.75511.5523987178.061894.6983.464.93
CameroonCMR199713917.84583.6693726177.172005.0284.395.02
CameroonCMR199814238.86589.9517822182.472018.3884.455.46
CameroonCMR199914558.39615.6990967188.101976.3484.655.79
CameroonCMR200014876.00711.9763184170.402300.7581.145.41
Congo, Republic ofCOG19942489.45555.2047119310.221324.2665.3711.94
Congo, Republic ofCOG19952561.00499.148407295.661394.8862.368.44
Congo, Republic ofCOG19962633.72511.5523987285.411728.9358.657.39
Congo, Republic ofCOG19972707.60583.6693726271.761842.4357.404.65
Congo, Republic ofCOG19982782.62589.9517822273.511511.0485.725.49
Congo, Republic ofCOG19992933.76615.6990967273.991698.5157.274.42
Congo, Republic ofCOG20003018.00711.9763184287.162532.8044.712.61
ColombiaCOL199437806.85844.8358765353.635046.5371.1915.83
ColombiaCOL199538558.00912.826416411.675323.4471.1115.77
ColombiaCOL199639285.001036.686035474.225528.8069.8114.73
ColombiaCOL199740042.001140.963013531.485718.5769.2214.03
ColombiaCOL199840804.001426.036987611.565642.3769.4512.81
ColombiaCOL199941539.001756.230957644.455565.9967.117.84
ColombiaCOL200042299.302087.904053691.015795.5567.938.79
ComorosCOM1994479.57416.398803792.721739.4890.866.47
ComorosCOM1995492.00374.357086299.761636.9188.226.79
ComorosCOM1996504.68383.6600037102.871576.5189.356.95
ComorosCOM1997517.62437.7471008104.401732.1192.656.09
ComorosCOM1998530.82442.4588013104.771714.7584.206.50
ComorosCOM1999544.28461.7745972104.581803.5785.714.78
ComorosCOM2000558.00533.9824829105.981822.8379.764.30
Cape VerdeCPV1994371.9781.8908309931.382882.4483.4521.97
Cape VerdeCPV1995382.0076.8533325231.713125.8181.0221.03
Cape VerdeCPV1996392.6482.5914688132.403194.1080.0319.19
Cape VerdeCPV1997403.5693.1766662635.123327.2581.6617.42
Cape VerdeCPV1998415.3298.1575012236.713473.7190.3915.55
Cape VerdeCPV1999427.79102.699996936.803835.6985.8615.58
Cape VerdeCPV2000441.00115.876602234.124299.1876.3313.79
Costa RicaCRI19943266.00157.066696276.785208.0465.1018.10
Costa RicaCRI19953333.00179.729202390.105398.0163.8616.01
Costa RicaCRI19963398.00207.6891937108.505150.7765.3413.86
Costa RicaCRI19973576.91232.5975037159.715233.9765.4616.36
Costa RicaCRI19983653.06257.229187175.865653.6563.5618.50
Costa RicaCRI19993731.07285.6846924197.926072.2660.2014.81
Costa RicaCRI20003811.00308.1867065218.495872.7962.1614.11
CubaCUB199410960.4910.364895.9671.250.97
CubaCUB199510998.5310.404980.8272.191.31
CubaCUB199611038.6010.395259.4072.361.54
CubaCUB1997nananananana
CubaCUB1998nananananana
CubaCUB1999nananananana
CubaCUB2000nananananana
CyprusCYP1994726.000.4921909870.3713616.5861.2818.47
CyprusCYP1995733.000.4524202050.3415920.3962.6420.32
CyprusCYP1996740.000.4663113060.3515813.2166.2717.88
CyprusCYP1997nananananana
CyprusCYP1998nananananana
CyprusCYP1999nananananana
CyprusCYP2000nananananana
Czech RepublicCZE199410333.6028.78519.7411756.6268.2021.63
Czech RepublicCZE199510327.3026.540710.6512551.7567.5525.24
Czech RepublicCZE199610315.3027.144911.2913457.7369.2925.85
Czech RepublicCZE199710303.0031.698411.8713734.3269.2424.80
Czech RepublicCZE199810293.6032.281212.5614213.2366.5423.27
Czech RepublicCZE199910285.0034.569212.7514393.1767.9721.81
Czech RepublicCZE200010272.1038.598412.8514844.0067.4224.21
DjiboutiDJI1994nananananana
DjiboutiDJI1995nananananana
DjiboutiDJI1996612.36177.72099366.932103.4476.894.15
DjiboutiDJI1997nananananana
Djibouti1998nananananana
DjiboutiDJI1999nananananana
DjiboutiDJI2000nananananana
DominicaDMA199472.442.7000000481.256400.1154.8911.40
DominicaDMA199573.002.7000000481.276507.3252.3713.93
DominicaDMA199673.002.7000000481.276903.5550.2712.41
DominicaDMA1997nananananana
DominicaDMA1998nananananana
DominicaDMA1999nananananana
DominicaDMA200073.002.7000000481.218284.0448.2112.21
DenmarkDNK19945201.006.36058.4222064.3767.1219.85
DenmarkDNK19955222.005.60248.3623119.2066.1022.21
DenmarkDNK19965256.005.79878.3824086.6266.2821.37
DenmarkDNK19975280.006.60458.3725273.9865.6423.66
DenmarkDNK19985303.006.70088.4226193.0166.6324.48
DenmarkDNK19995321.006.97628.5626988.9066.0222.25
DenmarkDNK20005338.008.08318.6428538.8262.9024.14
Dominican RepublicDOM19947685.4813.160140045.263414.8872.8413.91
Dominican RepublicDOM19957823.0013.597350125.673656.8671.3812.40
Dominican RepublicDOM19967963.5813.774585.863927.5173.3611.97
Dominican RepublicDOM19977967.9314.265480045.974515.2667.8311.89
Dominican RepublicDOM19988103.2115.266590126.244798.2568.6113.87
Dominican RepublicDOM19998238.2716.033079156.535167.1766.6014.03
Dominican RepublicDOM20008373.0016.415019996.835653.7867.1613.78
AlgeriaDZA199427454.3235.0584983813.014126.1763.9312.98
AlgeriaDZA199528058.0047.6627311716.534245.0362.4412.93
AlgeriaDZA199628675.2854.7489318818.954726.7356.0911.88
AlgeriaDZA199729045.0057.7073516819.704828.1454.7211.15
AlgeriaDZA199829507.0058.7389602720.804540.7459.6714.00
AlgeriaDZA199929950.0066.5738830621.594894.4357.0512.46
AlgeriaDZA200030399.2575.2597885121.616106.9146.219.78
EcuadorECU199411215.972196.728027899.523612.8759.2715.80
EcuadorECU199511460.002564.4938961097.523656.5259.6816.88
EcuadorECU199611698.003189.4741211344.363862.9457.7614.56
EcuadorECU199711937.003998.267091765.593755.4960.6317.35
EcuadorECU199812175.005446.5732422480.463556.3565.1819.55
EcuadorECU199912412.0011786.79983760.423464.4360.389.22
EcuadorECU200012646.0024988.390637214.853719.9056.8712.93
EgyptEGY199457063.533.3851330280.883468.1291.014.40
EgyptEGY199558180.003.3922080990.983565.0890.084.74
EgyptEGY199659272.003.3914830681.053699.5491.134.96
EgyptEGY199760416.243.3887500761.093910.3791.315.13
EgyptEGY199861580.003.3880000111.143993.4194.195.99
EgyptEGY199962770.003.3952500821.154203.8992.605.94
EgyptEGY200063976.003.4720499521.204406.3690.515.87
EritreaERI1994nananananana
EritreaERI1995nananananana
EritreaERI19963670.006.3516750341.50774.8197.459.09
EritreaERI1997nananananana
EritreaERI1998nananananana
EritreaERI1999nananananana
EritreaERI2000nananananana
SpainESP199439149.70133.958121.6614204.7170.0322.62
SpainESP199539223.00124.689116.1315992.1575.1621.96
SpainESP199639278.80126.662126.5915535.3369.0123.21
SpainESP199739348.10146.414127.3216411.8468.5923.23
SpainESP199839453.40149.395128.4817329.4368.8724.02
SpainESP199939626.20156.174130.3818210.7869.4924.65
SpainESP200039927.40180.595133.2719036.7069.1325.47
EstoniaEST19941499.0012.991250043.016578.5760.8815.06
EstoniaEST19951484.0011.464750293.877084.2057.5113.58
EstoniaEST19961469.0012.033749584.757509.5859.6014.71
EstoniaEST19971427.1613.881750115.288526.3860.0016.90
EstoniaEST19981406.0314.074669845.649222.7060.8015.63
EstoniaEST19991386.6714.677579885.559834.7457.4112.36
EstoniaEST20001369.0016.968639375.4210872.8356.7013.15
EthiopiaETH199454890.005.4650001531.02505.2883.964.35
EthiopiaETH199556530.006.1583328251.13530.8783.204.70
EthiopiaETH199658234.006.3516750341.18550.9587.475.73
EthiopiaETH199759750.006.7093420031.16600.3981.745.48
EthiopiaETH199861266.007.1159081461.19615.2077.515.16
EthiopiaETH199962782.007.9422497751.17660.6475.784.63
EthiopiaETH200064298.008.2172584531.12720.0867.964.00
FinlandFIN19945089.005.22355.9317293.9065.0521.05
FinlandFIN19955108.004.36675.9718517.5864.3420.17
FinlandFIN19965125.004.59355.8719488.6064.7120.40
FinlandFIN19975140.005.19145.9320850.6763.4620.95
FinlandFIN19985153.005.34416.0222215.2463.0620.97
FinlandFIN19995165.005.58086.0522931.3864.1320.20
FinlandFIN20005176.006.45356.1924416.3662.2421.04
FijiFJI1994765.441.4641250370.704953.4562.519.66
FijiFJI1995770.001.406332970.695143.4662.1710.23
FijiFJI1996775.671.4033000470.735282.3767.087.91
FijiFJI1997782.831.4436750410.745213.9667.788.91
FijiFJI1998791.171.9868170020.755303.1161.348.28
FijiFJI1999801.001.9696249960.725918.4159.697.58
FijiFJI2000nananananana
FranceFRA199459115.605.5526.6419113.2767.6222.39
FranceFRA199559326.404.99156.6019791.4867.0723.05
FranceFRA199659533.105.11556.6020228.2367.7621.99
FranceFRA199759735.605.83676.5820887.8866.9821.38
FranceFRA199859942.105.89956.5321889.9266.8822.49
FranceFRA199960156.406.1576.4822723.1867.0122.53
FranceFRA200060431.207.11986.4623613.7666.3723.82
GabonGAB19941071.00555.2047119288.157556.4861.207.51
GabonGAB19951098.00499.148407275.498192.1862.736.83
GabonGAB19961125.00511.5523987296.758860.4760.406.94
GabonGAB19971136.90583.6693726304.569155.0260.688.95
GabonGAB19981167.29589.9517822307.827600.6975.8511.17
GabonGAB19991198.32615.6990967286.037804.3575.647.81
GabonGAB20001230.00711.9763184366.817779.7678.968.66
United KingdomGBR199458401.000.65340.6318473.8374.5918.24
United KingdomGBR199558612.000.63370.6419187.6474.4818.24
United KingdomGBR199658807.000.6410.6520066.2575.1917.95
United KingdomGBR199759014.000.61080.6521281.7874.6118.51
United KingdomGBR199859237.000.60380.6522326.8674.6019.81
United KingdomGBR199959501.000.61810.6523125.9075.8219.17
United KingdomGBR200059756.000.66090.6524252.4475.2019.43
GeorgiaGEO1994nananananana
GeorgiaGEO1995nananananana
GeorgiaGEO19965420.001.2627999780.244478.8374.121.91
GeorgiaGEO19975431.001.2975000140.184813.6280.784.21
GeorgiaGEO19985442.001.3898169990.194848.1477.006.35
GeorgiaGEO19995024.002.0245170590.205593.1281.663.60
GeorgiaGEO20005024.001.9761669640.225315.4374.174.07
GermanyGER199481422.001.62282.0919930.8968.4324.49
GermanyGER199581661.001.43312.0920676.8168.5224.15
GermanyGER199681896.001.50482.0721118.5769.2523.13
GermanyGER199782052.001.73412.0621638.7769.3422.90
GermanyGER199882029.001.75972.0522435.1969.2323.06
GermanyGER199982087.001.83582.0323142.7070.1522.68
GermanyGER200082168.002.12292.0223917.4469.4223.62
GhanaGHA199416639.55956.7108154256.951217.1777.446.39
GhanaGHA199517075.001200.428955354.681280.6775.485.50
GhanaGHA199617523.211637.232056504.181283.5578.286.19
GhanaGHA199718048.342050.166992624.521251.8386.147.36
GhanaGHA199818449.372314.146973677.541384.7880.446.57
GhanaGHA199918868.322669.299072788.041384.0986.466.18
GhanaGHA200019306.005455.0561521024.041375.8183.805.10
GuineaGIN19946425.74976.6364136206.192530.7189.2310.79
GuineaGIN19956591.00991.411499214.212581.7392.918.17
GuineaGIN19966755.781004.015991217.562707.9192.837.24
GuineaGIN19976921.561095.32605210.262848.2090.347.30
GuineaGIN19987086.121236.832031215.832897.8492.527.13
GuineaGIN19997250.521387.401001222.752949.7893.307.12
GuineaGIN20007415.001746.869995239.892961.0293.347.59
Gambia, TheGMB19941076.299.5755500793.061054.1588.708.37
Gambia, TheGMB19951111.009.5462503433.151042.7890.6810.01
Gambia, TheGMB19961145.889.788950923.201044.5690.7910.54
Gambia, TheGMB19971186.2610.200160033.101137.6088.527.74
Gambia, TheGMB19981223.8110.643099783.241119.0191.658.56
Gambia, TheGMB19991262.7111.39509013.161234.9491.877.42
Gambia, TheGMB20001303.0012.787630083.111329.3988.837.33
Guinea-BissauGNB19941059.38198.340606758.14758.7779.3413.86
Guinea-BissauGNB19951086.00278.03909384.26771.6782.6213.87
Guinea-BissauGNB19961111.92405.7449951122.84806.3781.9714.22
Guinea-BissauGNB19971125.99583.6691895156.62886.1178.3814.23
Guinea-BissauGNB19981149.33589.9515991162.29648.2084.3612.43
Guinea-BissauGNB19991173.38615.6990967167.26705.0379.677.60
Guinea-BissauGNB20001199.00711.9763184174.06737.6778.995.55
Equatorial GuineaGNQ1994388.88555.2047119194.20924.4573.0835.44
Equatorial GuineaGNQ1995399.00499.148407204.001005.5868.6637.99
Equatorial GuineaGNQ1996409.44511.5523987231.151394.9170.2858.13
Equatorial GuineaGNQ1997421.26583.6693726277.022493.9961.7431.64
Equatorial GuineaGNQ1998433.06589.9517822199.603105.0477.1741.79
Equatorial GuineaGNQ1999445.03615.6990967214.445638.6235.3226.65
Equatorial GuineaGNQ2000457.00711.9763184203.0310302.2826.8317.70
GreeceGRC199410426.00242.603200.0711647.5473.9719.13
GreeceGRC199510454.00231.663213.2312217.8879.4019.51
GreeceGRC199610475.90240.712224.1012750.9579.5520.44
GreeceGRC199710498.80273.058234.2513472.1778.6620.79
GreeceGRC199810516.40295.529243.1514095.3478.4621.77
GreeceGRC199910533.70305.647246.9814755.8278.1421.31
GreeceGRC200010557.90365.399252.0815557.8376.6022.84
GrenadaGRD199494.102.7000000481.654552.0467.3422.21
GrenadaGRD199594.502.7000000481.644814.8067.5119.21
GrenadaGRD199695.002.7000000481.685016.4270.4821.86
GrenadaGRD199795.502.7000000481.745124.0676.6223.37
GrenadaGRD199896.202.7000000481.765442.2176.2323.57
GrenadaGRD199997.002.7000000481.765962.3262.1722.30
GrenadaGRD200098.002.7000000481.766409.8266.0724.51
GuatemalaGTM19949715.295.7512011532.133600.2685.038.04
GuatemalaGTM19959976.005.8103427892.273768.1484.887.52
GuatemalaGTM199610243.436.0495128632.433838.6885.276.17
GuatemalaGTM199710517.006.0652689932.573983.4084.716.93
GuatemalaGTM199810799.006.3946528432.784119.2485.019.00
GuatemalaGTM199911088.407.3856101042.914192.4286.158.36
GuatemalaGTM200011385.307.7631587983.004334.5584.158.23
GuyanaGUY1994823.35138.290206936.082517.9473.8412.72
GuyanaGUY1995830.00141.989196840.602614.4668.5515.16
GuyanaGUY1996836.57140.37540.832868.7465.3014.17
GuyanaGUY1997749.05142.400802640.033537.1266.1513.93
GuyanaGUY1998752.43150.519195640.153571.7468.2312.71
GuyanaGUY1999756.34177.994995141.603833.3865.8310.25
GuyanaGUY2000nananananana
Hong KongHKG19945998.007.728416926.7824816.2366.9026.70
Hong KongHKG19956156.007.7358331687.0524736.9767.6331.41
Hong KongHKG19966311.007.7342538837.2425993.8267.2528.99
Hong KongHKG19976502.007.7420830737.4927076.4167.8230.70
Hong KongHKG19986645.607.7453331957.4425591.2466.1426.74
Hong KongHKG19996720.707.7575001727.1425668.8866.7221.79
Hong KongHKG20006797.007.7911667826.6827892.5064.4524.99
HondurasHND19945492.468.4087581632.681958.5075.6718.86
HondurasHND19955654.009.470987323.192082.6071.6518.05
HondurasHND19965818.0611.705300333.882116.8273.8516.40
HondurasHND19975939.4713.003470424.782165.3575.4516.86
HondurasHND19986098.9313.385020265.122249.3374.4016.12
HondurasHND19996258.4614.213170055.732133.9878.2917.23
HondurasHND20006417.0014.839200026.332164.4372.4320.37
CroatiaHRV1994nananananana
CroatiaHRV19954669.005.2299671173.126748.3562.0112.21
CroatiaHRV19964494.005.433800223.237427.9059.8815.33
CroatiaHRV19974446.616.1007170683.428134.9963.6119.18
CroatiaHRV19984396.576.3622918133.608702.4560.8016.66
CroatiaHRV19994374.517.1124448783.698846.6659.4615.94
CroatiaHRV20004380.008.2765645983.779547.1657.7015.27
HaitiHTI19947009.0415.039999963.691079.2388.652.31
HaitiHTI19957168.0015.109729773.621470.2693.863.19
HaitiHTI19967336.0015.701149943.681756.8195.192.59
HaitiHTI19977492.0016.654499053.592081.3490.212.13
HaitiHTI19987647.0016.765670783.602365.4394.751.96
HaitiHTI1999nananananana
HaitiHTI2000nananananana
HungaryHUN199410261.00105.1651.928297.3672.6317.51
HungaryHUN199510229.00125.68164.298536.6366.8019.24
HungaryHUN199610193.00152.64777.678707.7964.9021.78
HungaryHUN199710155.00186.78990.199325.1863.0722.42
HungaryHUN199810144.00214.402100.819864.1763.6924.66
HungaryHUN199910067.00237.146108.6310418.9464.6224.13
HungaryHUN200010024.00282.179117.9111062.9064.1325.47
IndonesiaIDN1994190847.972160.753906598.283355.2157.9319.86
IndonesiaIDN1995193976.002248.60791671.713489.0157.3024.37
IndonesiaIDN1996197156.482342.295898693.843891.2161.4921.19
IndonesiaIDN1997200390.292909.379883756.404136.5762.5420.99
IndonesiaIDN1998203678.3710013.620121199.673910.0262.1613.22
IndonesiaIDN1999207021.627855.1499021398.853831.6066.3710.13
IndonesiaIDN2000210420.998421.7753911521.374035.2764.7810.67
IndiaIND1994913600.0031.373739246.261815.4862.6311.92
IndiaIND1995929358.0232.427078256.731950.4259.4113.25
IndiaIND1996945611.7835.433170327.042117.8760.7411.93
IndiaIND1997962377.6636.313289647.112221.1360.0212.53
IndiaIND1998979672.9041.25936897.582348.0056.5912.88
IndiaIND1999997515.2043.055431377.702510.5654.3313.60
IndiaIND20001015923.0144.941608437.672683.6152.3813.18
IrelandIRL19943586.000.66860.6615388.7167.3017.26
IrelandIRL19953601.300.62370.6816978.9664.4418.75
IrelandIRL19963626.100.6250.6818494.3863.5819.71
IrelandIRL19973660.600.65960.7020658.6161.6220.97
IrelandIRL19983704.900.70230.7322433.9861.0822.95
IrelandIRL19993744.700.73920.7624653.4260.5421.15
IrelandIRL20003786.900.85480.7927197.0659.7821.55
IranIRN199458013.681748.750977417.124958.9265.289.50
IranIRN199558954.001747.927979586.755203.5959.4519.53
IranIRN199659925.111750.762939720.615333.1665.0913.45
IranIRN199760875.001752.921997827.175473.2365.4415.89
IranIRN199861850.001751.863037942.075447.3467.0918.23
IranIRN199962764.001752.931031075.705983.8463.6215.06
IranIRN200063664.001764.4300541167.047202.0456.0113.12
IcelandISL1994266.0069.944482.8019925.0066.7518.75
IcelandISL1995267.4064.691782.9620347.5667.7319.11
IcelandISL1996268.9066.583.8021476.4868.5822.01
IcelandISL1997270.9070.904384.5022896.9768.1022.78
IcelandISL1998273.8070.958385.6024715.0269.6027.09
IcelandISL1999277.2072.335387.4025732.6271.7424.78
IcelandISL2000281.3078.615988.9326928.5570.8527.57
IsraelISR19945399.003.0110549932.8114790.7258.2930.43
IsraelISR19955545.003.0112919813.0215650.5558.6430.91
IsraelISR19965692.003.1916499143.2616464.2458.6530.81
IsraelISR19975836.003.4493501193.4717241.0758.3327.69
IsraelISR19985963.003.8000750543.6517520.8359.0924.50
IsraelISR19996105.004.1397171023.7818091.9259.0025.51
IsraelISR20006233.214.0773329733.7719148.4458.2023.33
ItalyITA199457203.501612.441527.6118920.9570.3819.93
ItalyITA199557300.801628.931576.6319783.3969.2320.71
ItalyITA199657397.001542.951618.6920474.8869.1520.10
ItalyITA199757512.201703.11632.3021167.6670.0620.28
ItalyITA199857588.001736.211645.9821915.8270.6420.52
ItalyITA199957646.301817.441652.0222523.3471.2621.09
ItalyITA200057728.302101.631709.1122876.2862.0521.73
JamaicaJAM19942496.0033.0859298715.143503.1666.6621.96
JamaicaJAM19952522.1035.1421203618.003747.1665.9821.15
JamaicaJAM19962538.0037.1195602421.093804.1465.5020.48
JamaicaJAM19972554.0035.4044685429.863327.3054.9523.35
JamaicaJAM19982576.0036.5499992430.303441.7857.9220.38
JamaicaJAM19992590.0039.0435218832.503413.8357.4920.35
JamaicaJAM20002633.0042.7011413635.103464.2657.6620.53
JordanJOR19944060.840.6987642050.283780.0358.3219.36
JordanJOR19954195.000.7003775240.283929.7554.8318.85
JordanJOR19964314.230.7089999910.293747.7759.0317.44
JordanJOR19974459.120.7089999910.293974.3457.5914.17
JordanJOR19984597.350.7089999910.304063.3959.5811.84
JordanJOR19994739.870.7089999910.294203.9259.439.98
JordanJOR20004886.810.7089999910.284282.2263.1810.74
JapanJPN1994124960.00102.208176.4822302.1160.8531.36
JapanJPN1995125570.0094.0596172.5922967.1260.9831.58
JapanJPN1996125864.00108.779168.7724046.5160.8732.71
JapanJPN1997126166.00120.991167.2124737.4460.6632.31
JapanJPN1998126486.00130.905165.3724661.4361.8330.15
JapanJPN1999126686.00113.907161.7424979.2462.8728.94
JapanJPN2000126919.00107.765156.0825924.3961.6229.75
KazakhstanKAZ199416297.0035.538330084.455853.5670.8517.12
KazakhstanKAZ199516066.0060.9500007611.155662.0764.0010.68
KazakhstanKAZ199615921.0067.3033294715.155882.1869.887.31
KazakhstanKAZ199715334.4075.437516.866212.4672.017.77
KazakhstanKAZ199815073.0078.3033294717.986003.1176.827.38
KazakhstanKAZ199914927.00119.523300219.027094.6470.687.50
KazakhstanKAZ200014869.00142.133300821.098331.2960.887.14
KenyaKEN199426506.7956.0505790712.811180.0572.507.09
KenyaKEN199527216.0051.4298286413.961225.4879.517.74
KenyaKEN199627918.1057.1148681614.861268.6178.647.74
KenyaKEN199728043.0058.7318382316.041342.5182.147.57
KenyaKEN199828726.0060.3666992217.701327.7181.717.89
KenyaKEN199929416.0070.3262176519.181286.8678.157.75
KenyaKEN200030092.0076.1755371120.051316.2680.127.54
KyrgyzstanKGZ19944473.0010.841679570.823296.8062.553.27
KyrgyzstanKGZ19954514.0010.821880341.292771.8362.987.21
KyrgyzstanKGZ19964576.0012.809559821.972595.9666.2311.17
KyrgyzstanKGZ19974681.0017.36248972.332817.5955.3810.24
KyrgyzstanKGZ19984797.0020.837570192.682663.5568.527.19
KyrgyzstanKGZ19994864.6039.007728583.432922.3962.817.92
KyrgyzstanKGZ20004915.0047.703830723.993205.1160.336.97
CambodiaKHM199410367.142545.25550.011087.3486.183.98
CambodiaKHM199510695.322450.833008596.211183.7091.894.65
CambodiaKHM199610968.052624.083008623.521217.9090.505.54
CambodiaKHM199711236.772946.25622.341300.7284.465.14
CambodiaKHM199811498.003744.416992727.291284.9286.295.76
CambodiaKHM199911756.713807.833008752.211296.9986.416.45
CambodiaKHM2000nananananana
St. Kitts & NevisKNA199441.192.7000000481.549481.7640.8219.36
St. Kitts & NevisKNA199541.002.7000000481.4310692.0348.4118.19
St. Kitts & NevisKNA199640.882.7000000481.3911661.9850.7917.94
St. Kitts & NevisKNA199740.822.7000000481.4412643.5843.9517.17
St. Kitts & NevisKNA199840.822.7000000481.4712949.7243.9116.42
St. Kitts & NevisKNA199940.882.7000000481.3914272.9548.2013.23
St. Kitts & NevisKNA200041.002.7000000481.4114627.3047.4716.49
Korea, Republic ofKOR199444642.00803.446584.4112396.2954.9040.23
Korea, Republic ofKOR199545093.00771.273617.7013547.4555.3140.50
Korea, Republic ofKOR199645545.00804.453641.6414319.8956.5441.64
Korea, Republic ofKOR199745991.00951.289670.2814704.0357.4837.65
Korea, Republic ofKOR199846430.001401.44702.5913622.0155.7424.66
Korea, Republic ofKOR199946858.001188.82709.1014528.7358.1529.05
Korea, Republic ofKOR200047275.001130.96732.2914936.6957.1230.78
KuwaitKWT1994nananananana
KuwaitKWT1995nananananana
KuwaitKWT19961697.000.2994086150.2323385.9352.029.92
KuwaitKWT1997nananananana
KuwaitKWT1998nananananana
KuwaitKWT1999nananananana
KuwaitKWT2000nananananana
LaosLAO1994nananananana
LaosLAO1995nananananana
LaosLAO19964725.58921.0217285267.901367.3162.2321.23
LaosLAO1997nananananana
LaosLAO1998nananananana
LaosLAO1999nananananana
LaosLAO2000nananananana
LebanonLBN19943929.731680.072998952.264075.21116.1617.47
LebanonLBN19954005.001621.4129641011.424448.56112.0617.75
LebanonLBN19964077.011571.443971016.534927.15106.1915.82
LebanonLBN19974145.531539.4499511070.965158.00102.2713.80
LebanonLBN19984210.341516.1319581104.625306.5790.8214.94
LebanonLBN19994271.231507.8439941033.705660.0484.8210.30
LebanonLBN20004328.001507.5942.166089.2676.508.18
St. LuciaLCA1994142.702.7000000481.675858.9372.3314.08
St. LuciaLCA1995145.402.7000000481.686214.0271.0210.71
St. LuciaLCA1996147.002.7000000481.676267.6873.6112.28
St. LuciaLCA1997149.672.7000000481.686238.9774.3614.19
St. LuciaLCA1998151.952.7000000481.746397.5673.6613.44
St. LuciaLCA1999153.702.7000000481.786578.3476.5514.36
St. LuciaLCA2000156.002.7000000481.796822.9874.8113.69
Sri LankaLKA199417865.0049.4151382411.542813.2977.4212.51
Sri LankaLKA199518112.0051.2515907312.342991.1877.7911.87
Sri LankaLKA199618300.0055.271438613.133201.4374.7111.39
Sri LankaLKA199718552.0058.9946098315.253145.9470.2811.99
Sri LankaLKA199818774.0064.4501190215.823429.3269.2812.46
Sri LankaLKA199919043.0070.6354522716.293564.6570.3912.49
Sri LankaLKA200019359.0077.0051193216.893840.7767.6112.51
LesothoLSO19941885.183.5507979391.131266.47104.3432.80
LesothoLSO19951926.003.627084971.261270.7497.1441.61
LesothoLSO19961968.334.2993488311.421319.9693.7547.20
LesothoLSO19971944.714.6079621321.671449.8890.2544.58
LesothoLSO19981978.095.5282840731.741430.2083.3638.40
LesothoLSO19992008.246.1094841961.961413.2175.5137.52
LesothoLSO20002035.006.9398279192.051492.2764.6336.22
LithuaniaLTU19943721.003.9777500630.706514.5571.038.23
LithuaniaLTU19953715.0041.086031.8364.5913.76
LithuaniaLTU19963709.0041.316495.2566.3413.42
LithuaniaLTU19973705.5941.437211.7566.5616.09
LithuaniaLTU19983703.0041.467925.1964.1616.26
LithuaniaLTU19993699.0041.497759.5768.0614.95
LithuaniaLTU20003695.0041.468396.6666.3512.98
LuxembourgLUX1994403.8033.456539.7931897.3050.3024.06
LuxembourgLUX1995412.8029.4838.2733757.3059.2123.86
LuxembourgLUX1996418.3030.961538.2635144.2459.8923.68
LuxembourgLUX1997423.7035.773938.2438908.9256.3524.85
LuxembourgLUX1998429.2036.298638.2441716.9954.6523.34
LuxembourgLUX1999435.7037.864138.5444322.4453.3525.10
LuxembourgLUX2000441.4043.784938.3848967.5649.5823.48
LatviaLVA19942548.000.5597500210.145612.6062.486.91
LatviaLVA19952516.000.5275833010.165962.0957.2110.00
LatviaLVA19962491.000.5507500170.186194.1362.7310.41
LatviaLVA19972469.000.5809167030.206596.2263.6311.18
LatviaLVA19982449.000.5898333190.217042.5264.9414.59
LatviaLVA19992410.000.5851666930.217625.3465.0912.42
LatviaLVA20002372.000.606500030.228305.2264.5911.85
MacaoMAC1994418.778.0500001915.8321866.9334.8522.02
MacaoMAC1995430.008.0500001915.9023365.0433.6918.33
MacaoMAC1996440.918.0500001915.6623350.4334.9813.82
MacaoMAC1997418.007.9752922065.8222959.6838.8014.72
MacaoMAC1998426.007.9787669185.5821820.7540.3712.89
MacaoMAC1999434.007.9918498995.2521517.9241.4712.01
MacaoMAC2000438.008.0258998874.9223118.1139.248.25
MoroccoMAR199425926.009.202714923.073512.9882.809.66
MoroccoMAR199526386.008.5402364733.173362.4781.3211.29
MoroccoMAR199626848.008.7158756263.123808.4882.289.56
MoroccoMAR199727310.009.5271072392.983903.3577.1910.08
MoroccoMAR199827775.009.6044158942.874308.9377.3811.45
MoroccoMAR199928238.009.8044185642.854299.6176.7310.55
MoroccoMAR200028705.0010.625639922.884299.2476.1212.22
MoldovaMDA1994nananananana
MoldovaMDA19954339.004.4958000180.642316.8365.5910.32
MoldovaMDA19964325.004.6044831280.802264.2070.629.49
MoldovaMDA19974312.004.623582840.842457.1069.898.85
MoldovaMDA19984299.005.3706998830.922294.6680.259.57
MoldovaMDA19994290.0010.515810011.362111.2276.578.84
MoldovaMDA20004282.0012.434220311.692212.2394.108.70
MadagascarMDG199412915.043067.335938909.03778.1091.642.62
MadagascarMDG199513300.004265.6318361292.75784.2591.302.62
MadagascarMDG199613717.554061.2519531479.40799.0690.082.83
MadagascarMDG199714148.205090.886231566.28818.5991.842.69
MadagascarMDG199814592.385441.3979491675.00836.6791.792.76
MadagascarMDG199915050.506283.7749021819.92862.3392.842.72
MadagascarMDG200015523.006767.4809571925.96876.6893.583.23
MexicoMEX199489352.003.37512.107572.1776.8121.08
MexicoMEX199590903.006.41942.887028.2075.6714.42
MexicoMEX199692450.007.59953.727344.1474.2316.85
MexicoMEX199793990.007.91854.307861.6973.8819.70
MexicoMEX199895521.009.1364.958141.7475.2320.74
MexicoMEX199997428.009.56045.548497.6874.7920.45
MexicoMEX200097221.009.45565.759710.9967.0920.83
MacedoniaMKD19941947.0043.2631797816.974113.1976.928.90
MacedoniaMKD19951966.0037.8817596419.354445.4770.6913.15
MacedoniaMKD19961980.0039.981079119.474571.2172.6412.67
MacedoniaMKD19971996.8750.0035514819.824686.6273.3712.53
MacedoniaMKD19982015.0054.4617309620.134816.1974.2612.49
MacedoniaMKD19992017.0056.9018287719.835236.6472.0410.40
MacedoniaMKD20002031.0065.9038696320.995506.4781.7610.03
MaliMLI19949449.71555.2047119146.93703.6892.977.57
MaliMLI19959705.00499.148407160.86788.5185.677.24
MaliMLI19969993.35511.5523987168.02812.3386.577.79
MaliMLI199710089.80583.6693726161.44888.9579.256.41
MaliMLI199810333.64589.9517822163.33908.8680.316.42
MaliMLI199910583.65615.6990967155.48959.5579.556.17
MaliMLI200010840.00711.9763184151.60995.5277.076.36
MaltaMLT1994368.000.3779211040.2610923.1963.9620.61
MaltaMLT1995371.000.3530587850.2512309.9266.0821.43
MaltaMLT1996373.000.36045590.2413226.5068.2718.81
MaltaMLT1997383.000.3859660920.2414136.2466.6416.58
MaltaMLT1998385.000.3884595040.2414977.6266.6514.55
MaltaMLT1999nananananana
MaltaMLT2000nananananana
MongoliaMNG1994nananananana
MongoliaMNG1995nananananana
MongoliaMNG19962497.75548.4033203185.331268.4862.9816.64
MongoliaMNG1997nananananana
MongoliaMNG1998nananananana
MongoliaMNG1999nananananana
MongoliaMNG2000nananananana
MozambiqueMOZ199415420.006038.5878911070.88809.6799.673.52
MozambiqueMOZ199515820.009024.3330081713.10784.4699.744.36
MozambiqueMOZ199616230.0011293.752322.23853.5597.803.66
MozambiqueMOZ199716630.0011772.629882539.50942.6593.823.33
MozambiqueMOZ199816965.0012110.20022696.711026.0291.564.20
MozambiqueMOZ199917299.0013028.589842868.801046.8097.525.90
MozambiqueMOZ200017691.0015447.139652986.651113.4396.094.68
MauritaniaMRT19942264.96123.574996940.951367.8774.246.87
MauritaniaMRT19952329.00129.768295346.391285.7878.298.14
MauritaniaMRT19962394.35137.221694949.671265.9877.759.95
MauritaniaMRT19972415.46151.85330251.801327.7975.6511.01
MauritaniaMRT19982493.12188.475799655.681357.3579.5810.35
MauritaniaMRT19992576.18209.514205954.691425.5677.378.64
MauritaniaMRT2000nananananana
MauritiusMUS19941113.0017.960369115.6010096.1284.3113.65
MauritiusMUS19951122.0017.386320115.5611067.2481.2710.62
MauritiusMUS19961134.0017.948070535.7611808.2880.1010.40
MauritiusMUS19971147.7121.057260516.1612226.8581.4912.79
MauritiusMUS19981159.7323.992649086.2813440.9079.1311.83
MauritiusMUS19991174.4025.185810096.6513632.8982.1311.14
MauritiusMUS20001186.1426.24955946.7314405.6981.3311.34
MalawiMWI19949493.118.7364053732.28476.4583.598.97
MalawiMWI19959757.0015.283740043.65637.5388.525.03
MalawiMWI199610016.0015.308469774.82718.1295.964.62
MalawiMWI19979664.9316.444179535.17833.0696.644.56
MalawiMWI19989884.0031.072679526.95785.6291.854.35
MalawiMWI199910097.5044.088138589.58824.82100.704.49
MalawiMWI200010311.0059.543811812.13807.7493.583.75
MalaysiaMYS199420103.262.6242570881.247617.4351.1131.97
MalaysiaMYS199520609.862.5044040681.278381.0350.7134.74
MalaysiaMYS199621129.232.515943051.319165.7849.1333.18
MalaysiaMYS199721667.002.8131918911.349688.6748.2034.40
MalaysiaMYS199822180.003.9243750571.2510191.9240.8718.06
MalaysiaMYS199922710.003.7999999521.2710435.7834.8518.26
MalaysiaMYS200023270.003.7999999521.559421.5030.0321.70
NamibiaNAM19941502.853.5507979391.654398.6356.9811.87
NamibiaNAM19951543.003.627084971.814336.0058.9410.53
NamibiaNAM19961582.994.2993488311.994354.8559.4511.40
NamibiaNAM19971647.524.6079621322.334421.2461.6910.19
NamibiaNAM19981681.825.5282840732.534567.8160.9213.25
NamibiaNAM19991718.276.1094841962.674772.4158.5911.67
NamibiaNAM2000nananananana
NigerNER19948842.09555.2047119122.62801.6977.074.13
NigerNER19959150.00499.148407126.81809.7078.252.99
NigerNER19969469.07511.5523987134.38799.4081.473.92
NigerNER19979770.24583.6693726138.02798.7080.444.25
NigerNER199810120.12589.9517822143.64841.3482.784.39
NigerNER199910475.80615.6990967136.84866.4179.183.74
NigerNER200010832.00711.9763184133.32902.2883.323.85
NigeriaNGA1994108012.5721.9960002915.94719.1472.8712.76
NigeriaNGA1995111270.0021.8952598623.53755.8975.4611.04
NigeriaNGA1996114495.5121.8844299326.61926.0961.199.82
NigeriaNGA1997117680.7521.8860492725.87964.8873.979.61
NigeriaNGA1998120817.2621.8859996828.64816.1581.1311.54
NigeriaNGA1999123896.5292.3380966232.58795.7469.8216.31
NigeriaNGA2000126910.00101.697303839.93826.4731.8922.19
NicaraguaNIC19944304.716.7228751181.671711.6984.6010.13
NicaraguaNIC19954426.007.5455918311.751838.3782.7011.31
NicaraguaNIC19964548.058.4355001452.071772.6380.2812.71
NicaraguaNIC19974680.479.4480829242.561553.2894.5316.80
NicaraguaNIC19984810.2910.581919672.731666.0696.2817.16
NicaraguaNIC19994940.7411.809249882.941800.77104.7321.48
NicaraguaNIC20005071.0012.684390073.081947.2292.2117.88
NetherlandsNLD199415381.001.822.1019638.7662.6021.10
NetherlandsNLD199515460.001.60572.0920607.3262.1421.85
NetherlandsNLD199615526.001.68592.0921430.5062.5521.93
NetherlandsNLD199715607.001.95132.0922582.8462.2322.35
NetherlandsNLD199815703.001.98372.1023648.7662.8422.34
NetherlandsNLD199915809.002.06852.1324483.2363.7622.37
NetherlandsNLD200015920.002.39192.1625758.8362.7322.47
NorwayNOR19944337.007.05769.2021746.5160.6125.84
NorwayNOR19954358.006.33529.2623015.9259.8027.17
NorwayNOR19964381.006.44989.3124937.0658.9525.94
NorwayNOR19974405.007.07349.3526615.1457.9128.41
NorwayNOR19984432.007.54519.5626317.2161.3031.31
NorwayNOR19994462.007.79929.7227622.5260.5826.91
NorwayNOR20004491.008.80189.8932057.2953.4524.48
NepalNPL199420753.4549.397518168.221168.2069.4017.03
NepalNPL199521272.0051.890331278.441222.3067.8318.06
NepalNPL199621794.6856.691951758.991272.3170.3718.83
NepalNPL199721444.8858.009548199.461380.5070.7917.36
NepalNPL199821965.4265.975791939.661415.7170.4216.56
NepalNPL199922498.0468.2393722510.291476.5570.4913.26
NepalNPL200023043.0071.0938034110.511564.8367.2716.02
New ZealandNZL19943602.001.68651.4916302.7468.1921.95
New ZealandNZL19953656.001.52391.4817075.0467.7123.36
New ZealandNZL19963714.001.45491.4717707.2668.1923.38
New ZealandNZL19973761.001.51241.4817945.2969.1622.06
New ZealandNZL19983792.001.86831.4818085.4470.5020.99
New ZealandNZL19993811.001.88961.4619007.0370.1222.69
New ZealandNZL20003831.002.20121.4620008.2967.6422.33
OmanOMN1994nananananana
OmanOMN1995nananananana
OmanOMN19962173.000.3844999970.2016667.8858.288.08
OmanOMN1997nananananana
OmanOMN1998nananananana
OmanOMN1999nananananana
OmanOMN2000nananananana
PakistanPAK1994119401.8529.877840047.441768.4471.2911.40
PakistanPAK1995122374.9530.929689418.171878.3271.4611.09
PakistanPAK1996125409.8535.265731818.761951.6674.0211.07
PakistanPAK1997128457.3140.917919169.621962.2576.3610.48
PakistanPAK1998131582.0044.942840589.932048.3973.7210.08
PakistanPAK1999134790.0049.1183395410.442085.4177.288.68
- - - - - - - - - - - - - diff --git a/demos/linked-filters-disabled.html b/demos/linked-filters-disabled.html deleted file mode 100644 index ded71d46..00000000 --- a/demos/linked-filters-disabled.html +++ /dev/null @@ -1,2688 +0,0 @@ - - - - tablefilter v0.0.20 - Linked filters Demo - - - - -

tablefilter v0.0.20

-

Linked filters with disabled options demo

-

- This demo features the refresh filters behaviour. In this mode, the - drop-down filters are linked and if the - disable_excluded_options is enabled, the invalid options in the - linked filters are simply greyed-out. -

-

- This feature was suggested by - zehnplus. -

- -

-
-
-
-  
-    
-      
-      
-      
-      
-      
-      
-    
-  
-  
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-  
-
RankContinent/RegionCountry / TerritoryArea (km²)% of TotalNotes
Solar System Earth148,940,000100%Total land coverage (29.2% of Earth's surface)
1Asia /Europe - Russia - 17,098,24211.5%Largest country in the world. Encyclopaedia Britannica (EB): 17,075,400 - km² -
2America, North - Canada - 9,984,6706.7%Largest country in the Western Hemisphere. Longest coastline. EB: - 9,984,670 km² -
3 America, North - United - States - 9,629,0916.5% -
-
Includes only the - 50 - states and the District of Columbia. The total area is listed as - 9,826,630 km² by the CIA World Factbook. -
- EB: 9,522,055 km² -
4Asia, Eastern - PR - China - 9,598,0946.4%Second largest Asian country (after Asian part of Russia). Total of - separate UN figures for Mainland China (9,596,961) inclusive Hong Kong - SAR (1,104 km²) and Macau (29 km²). (Excludes all disputed - territories.) EB: 9,572,900 km² -
5America, South - Brazil - 8,514,8775.7%Largest country in South America, and in the Southern Hemisphere. - EB: 8,514,877 km² -
6Oceania, Australia - Australia - 7,692,0245.2%Australia is the only country that is coterminous with a continent. - Largest country without a land-border to neighbours. Largest country - in Oceania. EB: 7,692,208 km² -
7Asia, South-Central - India - 3,287,2632.3%Figure includes 120,849 km² of disputed territories with Pakistan - and China. Third-largest country in Asia (after Russia and China). EB: - 3,166,414 km² -
8America, South - Argentina - 2,780,4002%Second largest country in South America. -
- EB: 2,780,403 km² -
9Asia, South-Central - Kazakhstan - 2,724,9001.8%Largest landlocked country in the world. EB: 2,724,900 km²
10Africa, Northern - Sudan - 2,505,8131.7%Largest country in Africa. EB: 2,505,810 km²
11Africa, Northern - Algeria - 2,381,7411.6%Second-largest country in Africa
12Africa, Central - Democratic - Republic of the Congo (Kinshasa) - 2,344,8581.6%Third-largest country in Africa
13Europe, Northern - - Greenland - - 2,166,0861.5%Self-governing territory of Denmark. Largest island in the world.
14Middle East - Saudi - Arabia - 2,000,0001.4%Largest country in the Middle East
15America, Northern - Mexico - 1,964,3751.3%Third-largest country in North America.
16Asia, South-East - Indonesia - 1,904,5691.3%Largest and most populous country situated only on islands. Also the - largest country in South East Asia. -
17Africa, Northern - Libya - 1,759,5401.2%
18Asia, South-Central - Iran - 1,648,1951.1%
19Asia, Eastern - Mongolia - 1,564,1001.1% 
20America, South - Peru - 1,285,2160.86%Third-largest country in South America
21Africa, Central - Chad - 1,284,0000.86%
22Africa, Western - Niger - 1,267,0000.85%
23Africa, Central - Angola - 1,246,7000.85%
24Africa, Western - Mali - 1,240,1920.83%
25Africa, Southern - South - Africa - 1,221,0370.82%Includes Prince Edward Islands (Marion Island and Prince Edward Island).
26America, South - Colombia - 1,138,9140.76%Colombian census figure is 1,141,748 which includes three special - districts and San Andrés and Providencia islands (52 km²) (disputed - territories with Nicaragua). -
27Africa, Eastern - Ethiopia - 1,104,3000.74%
28America, South - Bolivia - 1,098,5810.74% 
29Africa, Western - Mauritania - 1,025,5200.69%
30Africa, Northern - Egypt - 1,002,0000.67%Excluding the disputed region Hala'ib Triangle (20,580 km²).
31Africa, Eastern - Tanzania - 945,0870.63%Includes the islands of Mafia, Pemba, and Zanzibar.
32Africa, Western - Nigeria - 923,7680.62%
33America, South - Venezuela - 912,0500.61%
34Africa, Southern - Namibia - 824,2920.55%
35Africa, Eastern - Mozambique - 801,5900.54%
36Asia, South-Central - Pakistan - 796,0950.53% -
-
Excludes all disputed territories. -
-
37Western Asia, Southern Europe - Turkey - 783,5620.53%Third-largest among countries with part of territory in Europe (after - Russia and Kazakhstan) -
38America, South - Chile - 756,1020.51%Includes Easter Island (Isla de Pascua; Rapa Nui) and Isla Sala y - Gómez, excludes claims on Antarctica (1,250,000 km²). -
39Africa, Eastern - Zambia - 752,6180.51%
40Asia, South-East - Myanmar - 676,5780.45%
41Asia, South-Central - Afghanistan - 652,0900.44%
42Africa, Eastern - Somalia - 637,6570.43%
43Africa, Central - Central - African Republic - 622,9840.42%
44Europe, Eastern - Ukraine - 603,5000.41%Largest all-European country, fourth largest among countries with - part of territory in Europe (after Russia, Kazakhstan and Turkey). -
45Africa, Eastern - Madagascar - 587,0410.39%
46Africa, Southern - Botswana - 582,0000.39%
47Africa, Eastern - Kenya - 580,3670.39%
48Europe, Western - France - 551,5000.37%Metropolitan France (European France including Corsica) only. The - French Republic including French overseas territories covers 674,843 km². -
49Europe, Northern - Sweden - 531,7960.30%Includes Gotland and Öland.
50Middle East - Yemen - 527,9680.35%Includes the islands of Perim and Socotra.
51Asia, South-East - Thailand - 513,1200.34%
52Europe, Southern - Spain - 505,9920.34%Sixth largest in Europe, second largest in western Europe. Includes - mainland Spain, the Balearic Islands and Canary Islands, as well as - the Spanish possessions (Plazas de Soberanía) off the coast of Morocco - (Ceuta, Melilla, Islas Chafarinas, Peñón de Alhucemas, and Peñón de - Vélez de la Gomera), and Isla de Alborán almost midway between Morocco - and Spain, all the latter being claimed by Morocco. -
53Asia, South-Central - Turkmenistan - 488,1000.33%
54Africa, Central - Cameroon - 475,4420.32%
55Oceania, Melanesia - Papua - New Guinea - 462,8400.31%Second largest country in Oceania.
56Asia, South-Central - Uzbekistan - 447,4000.30%The larger of only two doubly landlocked countries in the world.
57Africa, Northern - Morocco - 446,5500.30%Excluding Western Sahara.
58Middle East - Iraq - 438,3170.29%
59America, South - Paraguay - 406,7520.27%
60Africa, Eastern - Zimbabwe - 390,7570.26%
61Asia, Eastern - Japan - 377,9150.25%Includes Ryukyu Islands (Nansei Islands), Daito Islands, Ogasawara - Islands (Bonin Islands), Minami-Torishima (Marcus Island), Okino-Torishima - and Volcano Islands (Kazan Islands); excludes the southern Kuril Islands. -
62Europe, Western - Germany - 357,0220.24%EB: 357,046
63Africa, Central - Republic - of the Congo (Brazzaville) - 342,0000.23%
64Europe, Northern - Finland - 338,1450.23%Includes Åland Islands (1,552 km²).
65Asia, South-East - Vietnam - 331,6890.22%
66Asia, South-East - Malaysia - 329,8470.22%
67Europe, Northern - Norway - 323,8020.22%Mainland Norway only; not included the overseas areas of Svalbard - and Jan Mayen (62,422 km²) and the dependency of Bouvet Island - (49 km²) and the Antarctic dependency claims of Queen Maud Land - (2,500,000 km²) and Peter I Island (243 km²). -
68Africa, Western - Côte - d'Ivoire - 322,4630.22%
69Europe, Eastern - Poland - 312,6850.21%
70Middle East - Oman - 309,5000.21%
71Europe, Southern - Italy - 301,3180.20%
72Asia, South-East - Philippines - 300,0000.20%
73America, South - Ecuador - 283,5610.20%Includes Galápagos Islands.
74Africa, Western - Burkina - Faso - 274,2220.18%
75Oceania, Australia - New - Zealand - 270,4670.18%Includes Antipodes Islands, Auckland Islands, Bounty Islands, Campbell - Island, Chatham Islands, and Kermadec Islands. Excludes Niue (260 km²), - the Cook Islands (236 km²) and Tokelau (12 km²), as well as - the Antarctic claim of Ross Dependency (450,000 km²). Third largest - country in Oceania. -
76Africa, Central - Gabon - 267,6680.18%
77Africa, Northern - Western Sahara - 266,0000.18%Largely occupied by Morocco, some territory administered by the Sahrawi - Arab Democratic Republic. -
78Africa, Western - Guinea - 245,8570.17%
79Europe, Northern - United - Kingdom - 242,9000.16%Not included are the three Crown dependencies (768 km²) of the - islands of Jersey, Guernsey and Isle of Man, and British Overseas Territories - (1,742,857 km²) -
80Africa, Eastern - Uganda - 241,0380.16%
81Africa, Western - Ghana - 238,5330.16%
82Europe, Eastern - Romania - 238,3910.16%
83Asia, South-East - Lao - PDR - 236,8000.16%
84Europe, Northern - Guyana - 214,9690.14%
85Europe, Eastern - Belarus - 208,0000.14%Second-largest landlocked country in Europe (after Kazakhstan).
86Asia, South-Central - Kyrgyzstan - 199,9510.13%
87Africa, Western - Senegal - 196,7220.13%
88Middle East - Syria - 185,180 0.12% -
-
Includes the Golan Heights.
89Asia, South-East - Cambodia - 181,0350.12%
90America, South - Uruguay - 176,2150.12% 
91America, South - Suriname - 163,8200.11%Smallest country in South America.
92Africa, Northern - Tunisia - 163,6100.11%
93Asia, South-Central - Nepal - 147,1810.10%
94Asia, South-Central - Bangladesh - 143,9980.10%
95Asia, South-Central - Tajikistan - 143,1000.10%
96Europe, Southern - Greece - 131,9570.09%
97Asia, Eastern - North - Korea - 120,5380.08%
98America, Central - Nicaragua - 120,3400.09%Excludes San Andrés y Providencia islands (disputed territories with - Colombia). Nicaragua is the largest country in Central America. -
99Africa, Eastern - Malawi - 118,4840.08%
100Africa, Eastern - Eritrea - 117,6000.08%Includes Badme region.
101Africa, Western - Benin - 112,6220.08%
102America, Central - Honduras - 112,4920.08%
103Africa, Western - Liberia - 111,3690.07%
104Europe, Eastern - Bulgaria - 110,8790.07%
105Caribbean - Cuba - 109,8860.07%Cuba is the largest and most populous country in the Caribbean
106America, Central - Guatemala - 108,8890.07%
107Europe, Northern - Iceland - 103,0000.07%
108Asia, Eastern - South - Korea - 99,6780.07%
109Europe, Eastern - Hungary - 93,0280.06%
110Europe, Southern - Portugal - 92,0900.06%Includes Azores and Madeira Islands.
111America, South - - French - Guiana - - 90,0000.06%French overseas département.
112Middle East - Jordan - 89,3420.06%
113Asia, Western - Azerbaijan - 86,6000.06%Includes the exclave of Nakhichevan Autonomous Republic and the Republic - of Nagorno-Karabakh. -
114Europe, Western - Austria - 83,8710.06%
115Middle East - United - Arab Emirates - 83,6000.06%
116Europe, Eastern - Czech - Republic - 78,8670.05%
117Europe, Southern - Serbia - 77,4740.05%This figure does not include Kosovo, which recently unilaterally declared - itself independent to partial recognition; Serbia, Russia, China and - others object. Including Kosovo, which is still claimed by Serbia, the - total area is 88,361 km², - ranking - Serbia at 113. -
118America, Central - Panama - 75,5170.05%
119Africa, Western - Sierra - Leone - 71,7400.05%
120Europe, Northern - Ireland - (Republic of) - 70,2730.05%The island of Ireland has an area of 84,421 km².
121Asia, Western - Georgia - 69,7000.05%Includes Abkhazia (8,600 km²) and South Ossetia
122Asia, South-Central - Sri - Lanka - 65,6100.04%
123Europe, Northern - Lithuania - 65,3000.04%
124Europe, Northern - Latvia - 64,5890.04%
125Europe, Northern - Svalbard and Jan Mayen - 62,4220.04%
126Africa, Western - Togo - 56,7850.04%
127Europe, Southern - Croatia - 56,5940.04%
128Europe, Southern - Bosnia - and Herzegovina - 51,1970.03%
129America, Central - Costa - Rica - 51,1000.03%Includes Isla del Coco.
130Europe, Eastern - Slovakia - 49,0350.03%
131Caribbean - Dominican - Republic - 48,3100.03%
132Europe, Northern - Estonia - 45,2280.03%Includes Estonia's 1,520 islands in the Baltic Sea.
133Europe, Northern - Denmark - 43,0940.03%Includes Denmark proper only; the entire Kingdom of Denmark, including - Greenland and Faroe Islands covers 2,220,093 km² and would be 13th. -
134Europe, Western - Netherlands - 41,5430.03%Includes the Netherlands proper only; the entire Kingdom of the Netherlands - covers 42,437 km². -
135Europe, Western - Switzerland - 41,2850.03%source: - swissworld.org -
136Asia, South-Central - Bhutan - 38,3940.03%
137Asia, Eastern - Taiwan - (Republic of China) - 36,1880.02%Includes only the territories under the administration of the ROC, - namely Taiwan, and the islands of Penghu, Kinmen, and Matsu. -
138Africa, Western - Guinea-Bissau - 36,1250.02%
139Europe, Eastern - Moldova - 33,8510.02%Includes the de facto independent autonomous territory of Transnistria - (Pridnestrovie). -
140Europe, Western - Belgium - 30,5280.02%
141Africa, Southern - Lesotho - 30,3550.02%
142Asia, Western - Armenia - 29,7430.02%
143Oceania, Melanesia - Solomon - Islands - 28,8960.02%
144Europe, Southern - Albania - 28,7480.02%
145Africa, Central - Equatorial - Guinea - 28,0510.02%
146Africa, Eastern - Burundi - 27,8340.02%
147Caribbean - Haiti - 27,7500.02%
148Africa, Eastern - Rwanda - 26,3380.02%
149Europe, Southern - Macedonia - 25,7130.02%
150Africa, Eastern - Djibouti - 23,2000.02%
151America, Central - Belize - 22,9660.02%
152America, Central - El - Salvador - 21,0410.01%
153Middle East - Israel - 22,0720.01%Including data for East Jerusalem and Israeli residents in certain - other territories under occupation by Israeli military forces since - June 1967. -
154Europe, Southern - Slovenia - 20,2730.01%
155Oceania, Melanesia - - New - Caledonia - - 18,5750.01%French dependency.
156Oceania, Melanesia - Fiji - 18,2740.01% 
157Middle East - Kuwait - 17,8180.01%
158Africa, Southern - Swaziland - 17,3640.01%
159Asia, South-East - East - Timor - 14,874>0.01%
160Caribbean - The - Bahamas - 13,943>0.01%
161Europe, Southern - Montenegro - 13,812>0.01%
162Oceania, Melanesia - Vanuatu - 12,189>0.01% 
163America, Southern - Falkland Islands - 12,173>0.01%British Overseas Territory. Claimed by Argentina. Excludes South Georgia - and the South Sandwich Islands. -
164Middle East - Qatar - 11,586>0.01%
165Africa, Western - The - Gambia - 11,295>0.01%
166Caribbean - Jamaica - 10,991>0.01%
167Europe, Southern - Kosovo - 10,887>0.01%Kosovo unilaterally declared itself independent to partial recognition, - with objections from Serbia, Russia, China and others. Serbia still - claims the territory. -
168Middle East - Lebanon - 10,400<0.01%
169Asia, Western - Cyprus - 9,251<0.01%Includes Northern Cyprus (only recognized by Turkey) and Akrotiri - and Dhekelia (British Sovereign Base Areas). -
170Caribbean - - Puerto - Rico - - 8,870<0.01%Commonwealth of the United States.
171Middle East - - Palestinian - territories - - 6,020<0.01%The figure consists of the West Bank and Gaza Strip.
172Asia, South-East - Brunei - 5,765<0.01%
173Caribbean - Trinidad - and Tobago - 5,130<0.01%
174Africa, Western - Cape - Verde - 4,033<0.01%
175Oceania, Polynesia - - French - Polynesia - - 4,000<0.01%French overseas collectivity.
176Oceania, Polynesia - Samoa - 2,831<0.01%
177Europe, Western - Luxembourg - 2,586<0.01%
178Africa, Eastern - - Réunion - - 2,510<0.01%French overseas département.
179Africa, Eastern - Comoros - 2,235<0.01%Listed figure inccludes Mayotte (373 km²). Mayotte is officially - an overseas collectivity of France and is not under the sovereignty - of Comoros. -
180Africa, Eastern - Mauritius - 2,040<0.01%Includes Agalega Islands, Cargados Carajos Shoals (Saint Brandon), - and Rodrigues. -
181Caribbean - - Guadeloupe - - 1,705<0.01%French overseas département includes La Désirade, Marie Galante, Les - Saintes, Saint-Barthélemy and Saint Martin (French part). Note that - Saint-Barthélemy and Saint Martin became separate overseas collectvities - in 2007 and are no longer politically part of Guadeloupe. -
182Europe, Northern - - Faroe - Islands - - 1,393<0.01%A self-governing territory of Denmark.
183Caribbean - - Martinique - - 1,102<0.01%French overseas département.
184Africa, Central - São - Tomé and Príncipe - 964<0.01%Second smallest country in Africa.
185Caribbean - Turks and Caicos Islands - 948<0.01%British Overseas Territory. Area includes protected waters.
186Caribbean - - Netherlands - Antilles - - 800<0.01%Self-governing part of the Netherlands; includes Bonaire, Curaçao, - Saba, Sint Eustatius, and Sint Maarten (Dutch part of the island of - Saint Martin). -
187Caribbean - Dominica - 751<0.01% 
188Oceania, Polynesia - Tonga - 747<0.01%
189Middle East - Bahrain - 741<0.01%
190Oceania, Micronesia - Kiribati - 726<0.01%Includes three island groups - Gilbert Islands, Line Islands, Phoenix - Islands. -
191Oceania, Micronesia - Micronesia, - Federated States of - 702<0.01%Includes Pohnpei (Ponape), Chuuk (Truk) Islands, Yap Islands, and - Kosrae (Kosaie). -
192Asia, South-East - Singapore - 699<0.01%UN figure is as of 2005. Official area in 2007 is 707.1 km².
193Europe, Northern - Isle of Man - 572<0.01%Crown dependency of the UK.
194Oceania, Micronesia - - Guam - - 549<0.01%Organized unincorporated territory of the USA.
195Caribbean - Saint - Lucia - 539<0.01%
196Europe, Southern - Andorra - 468<0.01% 
197Oceania, Micronesia - - Northern - Mariana Islands - - 464<0.01%Commonwealth in political union with the USA; includes 14 islands - including Saipan, Rota, and Tinian. -
198Oceania, Micronesia - Palau - 459<0.01%
199Africa, Eastern - Seychelles - 455<0.01%Smallest country in Africa.
200Caribbean - Antigua - and Barbuda - 442<0.01%Includes the island of Redonda, 1.6 km².
201Caribbean - Barbados - 430<0.01%
202Caribbean - Saint - Vincent and the Grenadines - 389<0.01%
203Caribbean - - Virgin - Islands U.S. - - 347<0.01%Unincorporated, organized territory of the USA.
204Caribbean - Grenada - 344<0.01% 
205Europe, Southern - Malta - 316<0.01%
206Asia, South-Central - Maldives - 298<0.01%Smallest country in Asia.
207Caribbean - Cayman Islands - 264<0.01%British Overseas Territory.
208Caribbean - Saint - Kitts and Nevis - 261<0.01%Smallest nation in North America and in the Western Hemisphere.
209Oceania, Polynesia - Niue - 260<0.01%Self-governing nation in free association with New Zealand.
210America, Northern - Saint Pierre and Miquelon - 242<0.01%French overseas collectivity; includes eight small islands in the - Saint Pierre and the Miquelon groups. -
211Oceania, Polynesia - Cook Islands - 236<0.01%Self-governing in free association with New Zealand.
212Oceania, Polynesia - - American - Samoa - - 199<0.01%Unorganized, unincorporated territory of the USA; includes Rose Island - and Swains Island. -
213Oceania, Micronesia - Marshall - Islands - 181<0.01%Includes the atolls of Bikini, Enewetak, Kwajalein, Majuro, Rongelap, - and Utirik. -
214Caribbean - - Aruba - - 180<0.01%Self-governing part of the Netherlands.
215Europe, Western - Liechtenstein - 160<0.01%Smallest country in the world that borders more than one other country.
216Caribbean - - British - Virgin Islands - - 151<0.01%British Overseas Territory; comprised of 16 inhabited and more than - 20 uninhabited islands; includes the island of Anegada. -
217Oceania, Polynesia - Wallis and Futuna - 142<0.01%French overseas collectivity; includes Île Uvéa (Wallis Island), Île - Futuna (Futuna Island), Île Alofi, and 20 islets. -
218Africa, Western - Saint Helena - 122<0.01%British Overseas Territory; excluding dependencies.
219Europe, Northern - Jersey - 116<0.01%Crown dependency of the UK.
220Caribbean - - Montserrat - - 102<0.01%British Overseas Territory.
221South Atlantic Ocean - Tristan da Cunha - 98<0.01%Dependency of St Helena (UK). Area refers to the only inhabited island.
222Caribbean - - Anguilla - - 91<0.01%British Overseas Territory.
223South Atlantic Ocean - Ascension Island - 88<0.01%Dependency of the British Overseas Territory of Saint Helena.
224Europe, Northern - Guernsey - 78<0.01%Crown dependency of the UK; includes Alderney, Guernsey, Herm, Sark, - and some other smaller islands. -
225Europe, Southern - San Marino - 61<0.01%
226Caribbean - - Bermuda - - 54<0.01%British Overseas Territory.
227Oceania, Australia - Norfolk Island - 36<0.01%Self-governing area of Australia.
228Oceania, Polynesia - Tuvalu - 26<0.01% 
229Oceania, Micronesia - Nauru - 21<0.01%Smallest country in Oceania, smallest island nation in the world, - and third smallest country in the world. -
230Oceania, Australia - Tokelau - 12<0.01%Territory of New Zealand.
231Europe, Southern - Gibraltar - 6<0.01%British Overseas Territory.
232Oceania, Polynesia - - Pitcairn - Islands - - 5<0.01%British Overseas Territory and smallest dependent territory of the - world. -
233Europe, Southern - Monaco - 1.95<0.01%Second smallest country of the world.
234Europe, Southern - Vatican - City - 0.44<0.01%Smallest country in the world. Home of the Pope and the governing - body of the Roman Catholic Church. -
- - - - - - - - - - - - - diff --git a/demos/linked-filters.html b/demos/linked-filters.html deleted file mode 100644 index 3c5ed60f..00000000 --- a/demos/linked-filters.html +++ /dev/null @@ -1,2677 +0,0 @@ - - - - tablefilter v0.0.20 - Linked filters Demo - - - - -

tablefilter v0.0.20

-

Linked filters demo

-

- This demo features the linked filters behaviour. In this mode, the drop-down - filters are linked, when a column is filtered only the valid values of the - other columns are included in their respective filters. -

- -

-
-
-
-  
-    
-      
-      
-      
-      
-      
-      
-    
-  
-  
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-  
-
RankContinent/RegionCountry / TerritoryArea (km²)% of TotalNotes
Solar System Earth148,940,000100%Total land coverage (29.2% of Earth's surface)
1Asia /Europe - Russia - 17,098,24211.5%Largest country in the world. Encyclopaedia Britannica (EB): 17,075,400 - km² -
2America, North - Canada - 9,984,6706.7%Largest country in the Western Hemisphere. Longest coastline. EB: - 9,984,670 km² -
3 America, North - United - States - 9,629,0916.5% -
-
Includes only the - 50 - states and the District of Columbia. The total area is listed as - 9,826,630 km² by the CIA World Factbook. -
- EB: 9,522,055 km² -
4Asia, Eastern - PR - China - 9,598,0946.4%Second largest Asian country (after Asian part of Russia). Total of - separate UN figures for Mainland China (9,596,961) inclusive Hong Kong - SAR (1,104 km²) and Macau (29 km²). (Excludes all disputed - territories.) EB: 9,572,900 km² -
5America, South - Brazil - 8,514,8775.7%Largest country in South America, and in the Southern Hemisphere. - EB: 8,514,877 km² -
6Oceania, Australia - Australia - 7,692,0245.2%Australia is the only country that is coterminous with a continent. - Largest country without a land-border to neighbours. Largest country - in Oceania. EB: 7,692,208 km² -
7Asia, South-Central - India - 3,287,2632.3%Figure includes 120,849 km² of disputed territories with Pakistan - and China. Third-largest country in Asia (after Russia and China). EB: - 3,166,414 km² -
8America, South - Argentina - 2,780,4002%Second largest country in South America. -
- EB: 2,780,403 km² -
9Asia, South-Central - Kazakhstan - 2,724,9001.8%Largest landlocked country in the world. EB: 2,724,900 km²
10Africa, Northern - Sudan - 2,505,8131.7%Largest country in Africa. EB: 2,505,810 km²
11Africa, Northern - Algeria - 2,381,7411.6%Second-largest country in Africa
12Africa, Central - Democratic - Republic of the Congo (Kinshasa) - 2,344,8581.6%Third-largest country in Africa
13Europe, Northern - - Greenland - - 2,166,0861.5%Self-governing territory of Denmark. Largest island in the world.
14Middle East - Saudi - Arabia - 2,000,0001.4%Largest country in the Middle East
15America, Northern - Mexico - 1,964,3751.3%Third-largest country in North America.
16Asia, South-East - Indonesia - 1,904,5691.3%Largest and most populous country situated only on islands. Also the - largest country in South East Asia. -
17Africa, Northern - Libya - 1,759,5401.2%
18Asia, South-Central - Iran - 1,648,1951.1%
19Asia, Eastern - Mongolia - 1,564,1001.1% 
20America, South - Peru - 1,285,2160.86%Third-largest country in South America
21Africa, Central - Chad - 1,284,0000.86%
22Africa, Western - Niger - 1,267,0000.85%
23Africa, Central - Angola - 1,246,7000.85%
24Africa, Western - Mali - 1,240,1920.83%
25Africa, Southern - South - Africa - 1,221,0370.82%Includes Prince Edward Islands (Marion Island and Prince Edward Island).
26America, South - Colombia - 1,138,9140.76%Colombian census figure is 1,141,748 which includes three special - districts and San Andrés and Providencia islands (52 km²) (disputed - territories with Nicaragua). -
27Africa, Eastern - Ethiopia - 1,104,3000.74%
28America, South - Bolivia - 1,098,5810.74% 
29Africa, Western - Mauritania - 1,025,5200.69%
30Africa, Northern - Egypt - 1,002,0000.67%Excluding the disputed region Hala'ib Triangle (20,580 km²).
31Africa, Eastern - Tanzania - 945,0870.63%Includes the islands of Mafia, Pemba, and Zanzibar.
32Africa, Western - Nigeria - 923,7680.62%
33America, South - Venezuela - 912,0500.61%
34Africa, Southern - Namibia - 824,2920.55%
35Africa, Eastern - Mozambique - 801,5900.54%
36Asia, South-Central - Pakistan - 796,0950.53% -
-
Excludes all disputed territories. -
-
37Western Asia, Southern Europe - Turkey - 783,5620.53%Third-largest among countries with part of territory in Europe (after - Russia and Kazakhstan) -
38America, South - Chile - 756,1020.51%Includes Easter Island (Isla de Pascua; Rapa Nui) and Isla Sala y - Gómez, excludes claims on Antarctica (1,250,000 km²). -
39Africa, Eastern - Zambia - 752,6180.51%
40Asia, South-East - Myanmar - 676,5780.45%
41Asia, South-Central - Afghanistan - 652,0900.44%
42Africa, Eastern - Somalia - 637,6570.43%
43Africa, Central - Central - African Republic - 622,9840.42%
44Europe, Eastern - Ukraine - 603,5000.41%Largest all-European country, fourth largest among countries with - part of territory in Europe (after Russia, Kazakhstan and Turkey). -
45Africa, Eastern - Madagascar - 587,0410.39%
46Africa, Southern - Botswana - 582,0000.39%
47Africa, Eastern - Kenya - 580,3670.39%
48Europe, Western - France - 551,5000.37%Metropolitan France (European France including Corsica) only. The - French Republic including French overseas territories covers 674,843 km². -
49Europe, Northern - Sweden - 531,7960.30%Includes Gotland and Öland.
50Middle East - Yemen - 527,9680.35%Includes the islands of Perim and Socotra.
51Asia, South-East - Thailand - 513,1200.34%
52Europe, Southern - Spain - 505,9920.34%Sixth largest in Europe, second largest in western Europe. Includes - mainland Spain, the Balearic Islands and Canary Islands, as well as - the Spanish possessions (Plazas de Soberanía) off the coast of Morocco - (Ceuta, Melilla, Islas Chafarinas, Peñón de Alhucemas, and Peñón de - Vélez de la Gomera), and Isla de Alborán almost midway between Morocco - and Spain, all the latter being claimed by Morocco. -
53Asia, South-Central - Turkmenistan - 488,1000.33%
54Africa, Central - Cameroon - 475,4420.32%
55Oceania, Melanesia - Papua - New Guinea - 462,8400.31%Second largest country in Oceania.
56Asia, South-Central - Uzbekistan - 447,4000.30%The larger of only two doubly landlocked countries in the world.
57Africa, Northern - Morocco - 446,5500.30%Excluding Western Sahara.
58Middle East - Iraq - 438,3170.29%
59America, South - Paraguay - 406,7520.27%
60Africa, Eastern - Zimbabwe - 390,7570.26%
61Asia, Eastern - Japan - 377,9150.25%Includes Ryukyu Islands (Nansei Islands), Daito Islands, Ogasawara - Islands (Bonin Islands), Minami-Torishima (Marcus Island), Okino-Torishima - and Volcano Islands (Kazan Islands); excludes the southern Kuril Islands. -
62Europe, Western - Germany - 357,0220.24%EB: 357,046
63Africa, Central - Republic - of the Congo (Brazzaville) - 342,0000.23%
64Europe, Northern - Finland - 338,1450.23%Includes Åland Islands (1,552 km²).
65Asia, South-East - Vietnam - 331,6890.22%
66Asia, South-East - Malaysia - 329,8470.22%
67Europe, Northern - Norway - 323,8020.22%Mainland Norway only; not included the overseas areas of Svalbard - and Jan Mayen (62,422 km²) and the dependency of Bouvet Island - (49 km²) and the Antarctic dependency claims of Queen Maud Land - (2,500,000 km²) and Peter I Island (243 km²). -
68Africa, Western - Côte - d'Ivoire - 322,4630.22%
69Europe, Eastern - Poland - 312,6850.21%
70Middle East - Oman - 309,5000.21%
71Europe, Southern - Italy - 301,3180.20%
72Asia, South-East - Philippines - 300,0000.20%
73America, South - Ecuador - 283,5610.20%Includes Galápagos Islands.
74Africa, Western - Burkina - Faso - 274,2220.18%
75Oceania, Australia - New - Zealand - 270,4670.18%Includes Antipodes Islands, Auckland Islands, Bounty Islands, Campbell - Island, Chatham Islands, and Kermadec Islands. Excludes Niue (260 km²), - the Cook Islands (236 km²) and Tokelau (12 km²), as well as - the Antarctic claim of Ross Dependency (450,000 km²). Third largest - country in Oceania. -
76Africa, Central - Gabon - 267,6680.18%
77Africa, Northern - Western Sahara - 266,0000.18%Largely occupied by Morocco, some territory administered by the Sahrawi - Arab Democratic Republic. -
78Africa, Western - Guinea - 245,8570.17%
79Europe, Northern - United - Kingdom - 242,9000.16%Not included are the three Crown dependencies (768 km²) of the - islands of Jersey, Guernsey and Isle of Man, and British Overseas Territories - (1,742,857 km²) -
80Africa, Eastern - Uganda - 241,0380.16%
81Africa, Western - Ghana - 238,5330.16%
82Europe, Eastern - Romania - 238,3910.16%
83Asia, South-East - Lao - PDR - 236,8000.16%
84Europe, Northern - Guyana - 214,9690.14%
85Europe, Eastern - Belarus - 208,0000.14%Second-largest landlocked country in Europe (after Kazakhstan).
86Asia, South-Central - Kyrgyzstan - 199,9510.13%
87Africa, Western - Senegal - 196,7220.13%
88Middle East - Syria - 185,180 0.12% -
-
Includes the Golan Heights.
89Asia, South-East - Cambodia - 181,0350.12%
90America, South - Uruguay - 176,2150.12% 
91America, South - Suriname - 163,8200.11%Smallest country in South America.
92Africa, Northern - Tunisia - 163,6100.11%
93Asia, South-Central - Nepal - 147,1810.10%
94Asia, South-Central - Bangladesh - 143,9980.10%
95Asia, South-Central - Tajikistan - 143,1000.10%
96Europe, Southern - Greece - 131,9570.09%
97Asia, Eastern - North - Korea - 120,5380.08%
98America, Central - Nicaragua - 120,3400.09%Excludes San Andrés y Providencia islands (disputed territories with - Colombia). Nicaragua is the largest country in Central America. -
99Africa, Eastern - Malawi - 118,4840.08%
100Africa, Eastern - Eritrea - 117,6000.08%Includes Badme region.
101Africa, Western - Benin - 112,6220.08%
102America, Central - Honduras - 112,4920.08%
103Africa, Western - Liberia - 111,3690.07%
104Europe, Eastern - Bulgaria - 110,8790.07%
105Caribbean - Cuba - 109,8860.07%Cuba is the largest and most populous country in the Caribbean
106America, Central - Guatemala - 108,8890.07%
107Europe, Northern - Iceland - 103,0000.07%
108Asia, Eastern - South - Korea - 99,6780.07%
109Europe, Eastern - Hungary - 93,0280.06%
110Europe, Southern - Portugal - 92,0900.06%Includes Azores and Madeira Islands.
111America, South - - French - Guiana - - 90,0000.06%French overseas département.
112Middle East - Jordan - 89,3420.06%
113Asia, Western - Azerbaijan - 86,6000.06%Includes the exclave of Nakhichevan Autonomous Republic and the Republic - of Nagorno-Karabakh. -
114Europe, Western - Austria - 83,8710.06%
115Middle East - United - Arab Emirates - 83,6000.06%
116Europe, Eastern - Czech - Republic - 78,8670.05%
117Europe, Southern - Serbia - 77,4740.05%This figure does not include Kosovo, which recently unilaterally declared - itself independent to partial recognition; Serbia, Russia, China and - others object. Including Kosovo, which is still claimed by Serbia, the - total area is 88,361 km², - ranking - Serbia at 113. -
118America, Central - Panama - 75,5170.05%
119Africa, Western - Sierra - Leone - 71,7400.05%
120Europe, Northern - Ireland - (Republic of) - 70,2730.05%The island of Ireland has an area of 84,421 km².
121Asia, Western - Georgia - 69,7000.05%Includes Abkhazia (8,600 km²) and South Ossetia
122Asia, South-Central - Sri - Lanka - 65,6100.04%
123Europe, Northern - Lithuania - 65,3000.04%
124Europe, Northern - Latvia - 64,5890.04%
125Europe, Northern - Svalbard and Jan Mayen - 62,4220.04%
126Africa, Western - Togo - 56,7850.04%
127Europe, Southern - Croatia - 56,5940.04%
128Europe, Southern - Bosnia - and Herzegovina - 51,1970.03%
129America, Central - Costa - Rica - 51,1000.03%Includes Isla del Coco.
130Europe, Eastern - Slovakia - 49,0350.03%
131Caribbean - Dominican - Republic - 48,3100.03%
132Europe, Northern - Estonia - 45,2280.03%Includes Estonia's 1,520 islands in the Baltic Sea.
133Europe, Northern - Denmark - 43,0940.03%Includes Denmark proper only; the entire Kingdom of Denmark, including - Greenland and Faroe Islands covers 2,220,093 km² and would be 13th. -
134Europe, Western - Netherlands - 41,5430.03%Includes the Netherlands proper only; the entire Kingdom of the Netherlands - covers 42,437 km². -
135Europe, Western - Switzerland - 41,2850.03%source: - swissworld.org -
136Asia, South-Central - Bhutan - 38,3940.03%
137Asia, Eastern - Taiwan - (Republic of China) - 36,1880.02%Includes only the territories under the administration of the ROC, - namely Taiwan, and the islands of Penghu, Kinmen, and Matsu. -
138Africa, Western - Guinea-Bissau - 36,1250.02%
139Europe, Eastern - Moldova - 33,8510.02%Includes the de facto independent autonomous territory of Transnistria - (Pridnestrovie). -
140Europe, Western - Belgium - 30,5280.02%
141Africa, Southern - Lesotho - 30,3550.02%
142Asia, Western - Armenia - 29,7430.02%
143Oceania, Melanesia - Solomon - Islands - 28,8960.02%
144Europe, Southern - Albania - 28,7480.02%
145Africa, Central - Equatorial - Guinea - 28,0510.02%
146Africa, Eastern - Burundi - 27,8340.02%
147Caribbean - Haiti - 27,7500.02%
148Africa, Eastern - Rwanda - 26,3380.02%
149Europe, Southern - Macedonia - 25,7130.02%
150Africa, Eastern - Djibouti - 23,2000.02%
151America, Central - Belize - 22,9660.02%
152America, Central - El - Salvador - 21,0410.01%
153Middle East - Israel - 22,0720.01%Including data for East Jerusalem and Israeli residents in certain - other territories under occupation by Israeli military forces since - June 1967. -
154Europe, Southern - Slovenia - 20,2730.01%
155Oceania, Melanesia - - New - Caledonia - - 18,5750.01%French dependency.
156Oceania, Melanesia - Fiji - 18,2740.01% 
157Middle East - Kuwait - 17,8180.01%
158Africa, Southern - Swaziland - 17,3640.01%
159Asia, South-East - East - Timor - 14,874>0.01%
160Caribbean - The - Bahamas - 13,943>0.01%
161Europe, Southern - Montenegro - 13,812>0.01%
162Oceania, Melanesia - Vanuatu - 12,189>0.01% 
163America, Southern - Falkland Islands - 12,173>0.01%British Overseas Territory. Claimed by Argentina. Excludes South Georgia - and the South Sandwich Islands. -
164Middle East - Qatar - 11,586>0.01%
165Africa, Western - The - Gambia - 11,295>0.01%
166Caribbean - Jamaica - 10,991>0.01%
167Europe, Southern - Kosovo - 10,887>0.01%Kosovo unilaterally declared itself independent to partial recognition, - with objections from Serbia, Russia, China and others. Serbia still - claims the territory. -
168Middle East - Lebanon - 10,400<0.01%
169Asia, Western - Cyprus - 9,251<0.01%Includes Northern Cyprus (only recognized by Turkey) and Akrotiri - and Dhekelia (British Sovereign Base Areas). -
170Caribbean - - Puerto - Rico - - 8,870<0.01%Commonwealth of the United States.
171Middle East - - Palestinian - territories - - 6,020<0.01%The figure consists of the West Bank and Gaza Strip.
172Asia, South-East - Brunei - 5,765<0.01%
173Caribbean - Trinidad - and Tobago - 5,130<0.01%
174Africa, Western - Cape - Verde - 4,033<0.01%
175Oceania, Polynesia - - French - Polynesia - - 4,000<0.01%French overseas collectivity.
176Oceania, Polynesia - Samoa - 2,831<0.01%
177Europe, Western - Luxembourg - 2,586<0.01%
178Africa, Eastern - - Réunion - - 2,510<0.01%French overseas département.
179Africa, Eastern - Comoros - 2,235<0.01%Listed figure inccludes Mayotte (373 km²). Mayotte is officially - an overseas collectivity of France and is not under the sovereignty - of Comoros. -
180Africa, Eastern - Mauritius - 2,040<0.01%Includes Agalega Islands, Cargados Carajos Shoals (Saint Brandon), - and Rodrigues. -
181Caribbean - - Guadeloupe - - 1,705<0.01%French overseas département includes La Désirade, Marie Galante, Les - Saintes, Saint-Barthélemy and Saint Martin (French part). Note that - Saint-Barthélemy and Saint Martin became separate overseas collectvities - in 2007 and are no longer politically part of Guadeloupe. -
182Europe, Northern - - Faroe - Islands - - 1,393<0.01%A self-governing territory of Denmark.
183Caribbean - - Martinique - - 1,102<0.01%French overseas département.
184Africa, Central - São - Tomé and Príncipe - 964<0.01%Second smallest country in Africa.
185Caribbean - Turks and Caicos Islands - 948<0.01%British Overseas Territory. Area includes protected waters.
186Caribbean - - Netherlands - Antilles - - 800<0.01%Self-governing part of the Netherlands; includes Bonaire, Curaçao, - Saba, Sint Eustatius, and Sint Maarten (Dutch part of the island of - Saint Martin). -
187Caribbean - Dominica - 751<0.01% 
188Oceania, Polynesia - Tonga - 747<0.01%
189Middle East - Bahrain - 741<0.01%
190Oceania, Micronesia - Kiribati - 726<0.01%Includes three island groups - Gilbert Islands, Line Islands, Phoenix - Islands. -
191Oceania, Micronesia - Micronesia, - Federated States of - 702<0.01%Includes Pohnpei (Ponape), Chuuk (Truk) Islands, Yap Islands, and - Kosrae (Kosaie). -
192Asia, South-East - Singapore - 699<0.01%UN figure is as of 2005. Official area in 2007 is 707.1 km².
193Europe, Northern - Isle of Man - 572<0.01%Crown dependency of the UK.
194Oceania, Micronesia - - Guam - - 549<0.01%Organized unincorporated territory of the USA.
195Caribbean - Saint - Lucia - 539<0.01%
196Europe, Southern - Andorra - 468<0.01% 
197Oceania, Micronesia - - Northern - Mariana Islands - - 464<0.01%Commonwealth in political union with the USA; includes 14 islands - including Saipan, Rota, and Tinian. -
198Oceania, Micronesia - Palau - 459<0.01%
199Africa, Eastern - Seychelles - 455<0.01%Smallest country in Africa.
200Caribbean - Antigua - and Barbuda - 442<0.01%Includes the island of Redonda, 1.6 km².
201Caribbean - Barbados - 430<0.01%
202Caribbean - Saint - Vincent and the Grenadines - 389<0.01%
203Caribbean - - Virgin - Islands U.S. - - 347<0.01%Unincorporated, organized territory of the USA.
204Caribbean - Grenada - 344<0.01% 
205Europe, Southern - Malta - 316<0.01%
206Asia, South-Central - Maldives - 298<0.01%Smallest country in Asia.
207Caribbean - Cayman Islands - 264<0.01%British Overseas Territory.
208Caribbean - Saint - Kitts and Nevis - 261<0.01%Smallest nation in North America and in the Western Hemisphere.
209Oceania, Polynesia - Niue - 260<0.01%Self-governing nation in free association with New Zealand.
210America, Northern - Saint Pierre and Miquelon - 242<0.01%French overseas collectivity; includes eight small islands in the - Saint Pierre and the Miquelon groups. -
211Oceania, Polynesia - Cook Islands - 236<0.01%Self-governing in free association with New Zealand.
212Oceania, Polynesia - - American - Samoa - - 199<0.01%Unorganized, unincorporated territory of the USA; includes Rose Island - and Swains Island. -
213Oceania, Micronesia - Marshall - Islands - 181<0.01%Includes the atolls of Bikini, Enewetak, Kwajalein, Majuro, Rongelap, - and Utirik. -
214Caribbean - - Aruba - - 180<0.01%Self-governing part of the Netherlands.
215Europe, Western - Liechtenstein - 160<0.01%Smallest country in the world that borders more than one other country.
216Caribbean - - British - Virgin Islands - - 151<0.01%British Overseas Territory; comprised of 16 inhabited and more than - 20 uninhabited islands; includes the island of Anegada. -
217Oceania, Polynesia - Wallis and Futuna - 142<0.01%French overseas collectivity; includes Île Uvéa (Wallis Island), Île - Futuna (Futuna Island), Île Alofi, and 20 islets. -
218Africa, Western - Saint Helena - 122<0.01%British Overseas Territory; excluding dependencies.
219Europe, Northern - Jersey - 116<0.01%Crown dependency of the UK.
220Caribbean - - Montserrat - - 102<0.01%British Overseas Territory.
221South Atlantic Ocean - Tristan da Cunha - 98<0.01%Dependency of St Helena (UK). Area refers to the only inhabited island.
222Caribbean - - Anguilla - - 91<0.01%British Overseas Territory.
223South Atlantic Ocean - Ascension Island - 88<0.01%Dependency of the British Overseas Territory of Saint Helena.
224Europe, Northern - Guernsey - 78<0.01%Crown dependency of the UK; includes Alderney, Guernsey, Herm, Sark, - and some other smaller islands. -
225Europe, Southern - San Marino - 61<0.01%
226Caribbean - - Bermuda - - 54<0.01%British Overseas Territory.
227Oceania, Australia - Norfolk Island - 36<0.01%Self-governing area of Australia.
228Oceania, Polynesia - Tuvalu - 26<0.01% 
229Oceania, Micronesia - Nauru - 21<0.01%Smallest country in Oceania, smallest island nation in the world, - and third smallest country in the world. -
230Oceania, Australia - Tokelau - 12<0.01%Territory of New Zealand.
231Europe, Southern - Gibraltar - 6<0.01%British Overseas Territory.
232Oceania, Polynesia - - Pitcairn - Islands - - 5<0.01%British Overseas Territory and smallest dependent territory of the - world. -
233Europe, Southern - Monaco - 1.95<0.01%Second smallest country of the world.
234Europe, Southern - Vatican - City - 0.44<0.01%Smallest country in the world. Home of the Pope and the governing - body of the Roman Catholic Church. -
- - - - - - - - - - - - diff --git a/demos/load-filters-on-demand.html b/demos/load-filters-on-demand.html deleted file mode 100644 index 7e496763..00000000 --- a/demos/load-filters-on-demand.html +++ /dev/null @@ -1,13035 +0,0 @@ - - - - tablefilter v0.0.20 - Load filters on demand Demo - - - - -

tablefilter v0.0.20

-

Load filters on demand demo

-

- The filter options are loaded only when used for the first time. -

- -

-
-
-
-    
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-    
-    
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-    
-
countryisoyearPOPXRATPPPcgdpccci
AngolaAGO199410627.1859.5149993953.321095.9434.669.09
AngolaAGO199510972.002750.229981007.531244.7341.869.43
AngolaAGO199611316.94128029.203154873.281362.3237.178.57
AngolaAGO1997nananananana
AngolaAGO1998nananananana
AngolaAGO1999nananananana
AngolaAGO2000nananananana
AlbaniaALB19943185.0094.6233291623.452514.7987.7814.42
AlbaniaALB19953225.0092.6975021425.052775.9883.3413.10
AlbaniaALB19963266.00104.498901428.053070.8493.0610.65
AlbaniaALB19973339.00148.932907136.632789.1392.8911.02
AlbaniaALB19983364.00150.633300844.673067.5291.2111.00
AlbaniaALB19993383.00137.690597543.843413.6589.9411.23
AlbaniaALB20003411.00143.709396443.163657.9985.4512.70
ArgentinaARG199434304.270.9990082980.7410193.4968.8917.41
ArgentinaARG199534768.000.9997500180.7410024.1267.4415.45
ArgentinaARG199635220.000.9996625190.7310671.5368.2115.75
ArgentinaARG199735672.000.9994999770.7111545.1969.1817.09
ArgentinaARG199836125.000.9994999770.6911919.9569.3917.28
ArgentinaARG199936580.000.9994999770.6711554.3769.7215.27
ArgentinaARG200037032.000.9994999770.6611729.0869.0614.08
ArmeniaARM19943748.00288.650787422.812181.6886.3512.97
ArmeniaARM19953760.00405.908294762.542222.2592.2310.88
ArmeniaARM19963774.00414.041503973.212393.2789.9010.91
ArmeniaARM19973786.00490.846801883.992415.8597.2011.46
ArmeniaARM19983795.00504.915008592.652616.6895.8111.00
ArmeniaARM19993801.00535.061828690.482791.5492.509.81
ArmeniaARM20003803.00539.525817987.503068.2190.6710.04
AntiguaATG199465.732.7000000481.3914807.5141.829.89
AntiguaATG199566.292.7000000481.5712790.7450.4517.76
AntiguaATG199666.862.7000000481.7012923.0044.1116.27
AntiguaATG199766.292.7000000481.6714182.0438.2714.72
AntiguaATG199866.862.7000000481.6814912.1239.6414.17
AntiguaATG199967.432.7000000481.6316035.2438.5613.69
AntiguaATG200068.002.7000000481.5218006.9034.8211.85
AustraliaAUS199417838.001.36781.2820637.1670.5424.28
AustraliaAUS199518072.001.3491.2821771.3169.8423.20
AustraliaAUS199618311.001.27791.2722834.6869.1223.65
AustraliaAUS199718524.001.34741.2624010.9269.3824.65
AustraliaAUS199818730.001.59181.2625002.1170.2725.24
AustraliaAUS199918937.001.54991.2626342.6970.2925.27
AustraliaAUS200019157.001.72481.2927193.4869.5523.06
AustriaAUT19948029.7011.421814.2119950.3868.7625.42
AustriaAUT19958046.5010.081514.2120733.7568.6325.73
AustriaAUT19968059.4010.586614.2121398.9769.7525.01
AustriaAUT19978072.2012.204214.1521988.9669.8425.52
AustriaAUT19988078.4012.379114.0623016.3869.6324.80
AustriaAUT19998092.3012.915814.0223849.1470.0424.61
AustriaAUT20008110.2014.935413.9924835.7169.1925.34
AzerbaijanAZE19947597.001570.224976110.312246.8665.7015.20
AzerbaijanAZE19957685.004413.542969696.691992.8777.3812.11
AzerbaijanAZE19967763.004301.26416860.942046.8582.3116.97
AzerbaijanAZE19977838.003985.375877.092291.0372.3221.39
AzerbaijanAZE19987913.003868.998047876.142480.9376.3117.56
AzerbaijanAZE19997983.004120.166992859.952732.7070.9213.22
AzerbaijanAZE20008049.004474.153809823.803554.6259.1310.77
BurundiBDI19946024.75252.662506150.63766.5788.583.15
BurundiBDI19956156.00249.757507357.11709.9286.363.01
BurundiBDI19966287.08302.746704168.20634.7883.643.62
BurundiBDI19976417.85352.350799681.38645.3280.452.37
BurundiBDI19986548.19447.765808194.95632.0885.663.43
BurundiBDI19996677.95563.562581.58739.5784.033.17
BurundiBDI20006807.00720.6732788125.81618.7187.564.18
BelgiumBEL199410116.0033.456538.8619887.3855.1022.32
BelgiumBEL199510137.0029.4838.8920702.1354.2423.13
BelgiumBEL199610155.0030.961539.0021101.1954.9322.53
BelgiumBEL199710180.0035.773938.9722107.8454.3923.33
BelgiumBEL199810203.0036.298638.9022958.8454.7123.57
BelgiumBEL199910222.0037.864139.1223760.3854.8022.94
BelgiumBEL200010254.0043.784939.0725008.4954.2923.62
BeninBEN19945325.00555.2047119156.33998.3489.455.35
BeninBEN19955475.00499.148407171.131071.6089.337.70
BeninBEN19965628.82511.5523987181.371106.8689.907.07
BeninBEN19975794.36583.6693726187.631101.0292.938.06
BeninBEN19985950.33589.9517822190.951178.4690.987.55
BeninBEN19996109.53615.6990967200.191174.9092.617.86
BeninBEN20006272.00711.9763184200.611224.7492.278.25
Burkina FasoBFA19949755.03555.2047119125.76838.7679.816.57
Burkina FasoBFA19959988.00499.148407136.65860.8980.419.29
Burkina FasoBFA199610225.00511.5523987144.18881.1180.4012.12
Burkina FasoBFA199710473.53583.6693726141.78899.0176.9414.94
Burkina FasoBFA199810730.33589.9517822139.66979.5880.6612.24
Burkina FasoBFA199910995.70615.6990967137.641001.7079.8113.14
Burkina FasoBFA200011274.00711.9763184140.56985.6776.5314.87
BangladeshBGD1994117897.5440.211738598.461345.3784.379.56
BangladeshBGD1995119768.0040.278320318.761439.1985.139.79
BangladeshBGD1996121679.3441.794170389.001506.2586.9510.16
BangladeshBGD1997124381.4143.892120369.281561.9784.8510.73
BangladeshBGD1998126564.7046.905651099.691629.8682.4511.25
BangladeshBGD1999128787.3249.0853996310.151681.4482.6711.71
BangladeshBGD2000131050.0052.1416702310.201772.4681.8812.14
BulgariaBGR19948435.0054.133668549.466587.5364.403.03
BulgariaBGR19958400.0067.1708285815.756651.3067.053.27
BulgariaBGR19968356.00177.888706335.425893.2668.563.34
BulgariaBGR19978312.071.6818790440.385470.7962.694.42
BulgariaBGR19988257.001.7603579760.485593.6567.916.72
BulgariaBGR19998208.001.8363829850.495760.2070.967.72
BulgariaBGR20008166.962.1232750420.496355.7067.346.95
BahrainBHR1994nananananana
BahrainBHR1995nananananana
BahrainBHR1996599.000.3759999870.2713261.1742.286.39
BahrainBHR1997nananananana
BahrainBHR1998nananananana
BahrainBHR1999nananananana
BahrainBHR2000nananananana
BahamasBHS1994nananananana
BahamasBHS1995nananananana
BahamasBHS1996284.0010.7416527.4874.029.91
BahamasBHS1997nananananana
BahamasBHS1998nananananana
BahamasBHS1999nananananana
BahamasBHS2000nananananana
BelarusBLR199410356.0010600316.935405.0055.9923.98
BelarusBLR199510329.00115002164.165363.7953.1517.58
BelarusBLR199610298.00155003161.365667.2253.5218.06
BelarusBLR199710117.0026.019920355.616365.6754.8319.16
BelarusBLR199810069.0046.127250679.677181.9356.2518.10
BelarusBLR199910035.00248.794906638.447769.3657.8714.02
BelarusBLR200010005.00876.75102.038738.2356.0213.77
BelizeBLZ1994210.8920.885938.9458.0114.22
BelizeBLZ1995216.7020.896125.6860.8411.55
BelizeBLZ1996222.4020.926198.9060.2511.07
BelizeBLZ1997217.0620.916540.3659.6414.48
BelizeBLZ1998224.4520.906595.5161.2814.83
BelizeBLZ1999232.1020.936773.4566.1114.87
BelizeBLZ2000240.0020.957169.9071.8318.77
BermudaBMU1994nananananana
BermudaBMU1995nananananana
BermudaBMU199662.1011.4218793.4188.7414.57
BermudaBMU1997nananananana
BermudaBMU1998nananananana
BermudaBMU1999nananananana
BermudaBMU2000nananananana
BoliviaBOL19947237.004.6205167771.572426.4079.168.06
BoliviaBOL19957414.004.8003420831.712545.5277.288.56
BoliviaBOL19967588.005.0746130941.872641.7776.819.67
BoliviaBOL19977767.005.2542581561.972727.2578.1312.04
BoliviaBOL19987950.005.510132792.122760.1180.0814.68
BoliviaBOL19998138.005.812407972.092831.6180.4711.10
BoliviaBOL20008328.706.1835417752.102933.8977.9410.75
BrazilBRA1994157188.100.6392999890.356322.6257.5416.52
BrazilBRA1995159346.000.9176666740.616674.2863.9517.20
BrazilBRA1996161513.171.0051000120.706881.4463.6016.62
BrazilBRA1997163859.681.0779919620.747166.2562.9417.06
BrazilBRA1998166045.571.1605169770.787020.0862.2616.94
BrazilBRA1999168227.981.8147330280.797216.5864.5215.61
BrazilBRA2000170406.001.8301420210.837744.7165.7515.63
BarbadosBRB1994264.3021.0113076.4279.393.38
BarbadosBRB1995264.2021.0513409.7181.553.56
BarbadosBRB1996264.4021.0314607.6582.723.11
BarbadosBRB1997264.7421.0715570.5589.863.66
BarbadosBRB1998265.3021.1216058.5489.294.06
BarbadosBRB1999266.0821.1416463.8891.804.17
BarbadosBRB2000267.0021.1217526.3591.603.93
BhutanBTN1994nananananana
BhutanBTN1995nananananana
BhutanBTN1996715.8735.433170328.311968.5150.5723.23
BhutanBTN1997nananananana
BhutanBTN1998nananananana
BhutanBTN1999nananananana
BhutanBTN2000nananananana
BotswanaBWA19941425.422.6846458911.495564.9343.2516.83
BotswanaBWA19951460.002.7722070221.605803.2441.9916.84
BotswanaBWA19961496.003.3241970541.806070.5139.7117.15
BotswanaBWA19971533.003.6507630351.986087.7349.9915.44
BotswanaBWA19981561.724.2258801462.046533.7659.6812.91
BotswanaBWA19991588.124.6243948942.097027.9067.6711.61
BotswanaBWA2000nananananana
Central African RepublicCAF19943220.09555.2047119152.27965.2879.225.21
Central African RepublicCAF19953288.00499.148407156.441088.1971.406.48
Central African RepublicCAF19963354.09511.5523987182.37894.9593.682.36
Central African RepublicCAF19973528.62583.6693726183.32902.7684.874.61
Central African RepublicCAF19983603.40589.9517822174.96979.1575.096.34
Central African RepublicCAF1999nananananana
Central African RepublicCAF2000nananananana
CanadaCAN199429036.001.36561.2321350.3959.2324.00
CanadaCAN199529353.901.37241.2122450.8657.9423.78
CanadaCAN199629671.901.36351.2123090.8658.4123.18
CanadaCAN199729987.001.38461.1924412.3258.3626.16
CanadaCAN199830248.001.48351.1924944.1959.3425.38
CanadaCAN199930493.001.48571.1926479.8658.3225.06
CanadaCAN200030750.001.48511.1828730.6955.6725.86
SwitzerlandCHE19946994.001.36772.1823466.1958.9625.97
SwitzerlandCHE19957041.001.18252.1424110.1258.4626.98
SwitzerlandCHE19967072.001.2362.1124460.4559.1026.22
SwitzerlandCHE19977089.001.45132.0825147.6659.3225.93
SwitzerlandCHE19987110.001.44982.0326290.7058.8927.07
SwitzerlandCHE19997144.001.50222.0027156.2458.9525.80
SwitzerlandCHE20007185.001.68882.0028208.7657.9826.89
ChileCHL199413994.40420.1766968202.067557.3760.5420.03
ChileCHL199514210.40396.7732849209.908676.4658.0223.45
ChileCHL199614418.80412.2666931220.378972.3561.4924.12
ChileCHL199714622.40419.2950134222.289706.6961.9724.59
ChileCHL199814821.70460.2875061227.679939.5163.6724.24
ChileCHL199915017.80508.7767029234.819774.9362.8918.04
ChileCHL200015211.30535.4655762238.8810388.9061.3419.70
ChinaCHN19941190918.028.6187429431.662551.9750.0622.34
ChinaCHN19951203324.038.3514165881.912759.9251.6822.47
ChinaCHN19961215414.278.3141746522.022972.6151.8822.04
ChinaCHN19971227176.708.2898168562.033141.0749.9721.82
ChinaCHN19981238599.428.2789583211.983317.7949.4421.60
ChinaCHN19991249981.568.2782497411.953483.3950.5521.00
ChinaCHN20001258821.038.2785043721.923843.6748.6621.09
Cote d`IvoireCIV199413132.24555.2047119177.721824.8374.254.88
Cote d`IvoireCIV199513528.00499.148407189.401947.1477.075.49
Cote d`IvoireCIV199613888.77511.5523987200.961958.7574.255.55
Cote d`IvoireCIV199714731.84583.6693726215.121969.6476.364.85
Cote d`IvoireCIV199815159.11589.9517822216.902055.6777.115.65
Cote d`IvoireCIV199915586.39615.6990967213.222057.5775.246.31
Cote d`IvoireCIV200016013.00711.9763184205.652027.5776.765.75
CameroonCMR199412822.14555.2047119148.621790.5083.495.30
CameroonCMR199513182.00499.148407169.281851.7381.814.73
CameroonCMR199613548.75511.5523987178.061894.6983.464.93
CameroonCMR199713917.84583.6693726177.172005.0284.395.02
CameroonCMR199814238.86589.9517822182.472018.3884.455.46
CameroonCMR199914558.39615.6990967188.101976.3484.655.79
CameroonCMR200014876.00711.9763184170.402300.7581.145.41
Congo, Republic ofCOG19942489.45555.2047119310.221324.2665.3711.94
Congo, Republic ofCOG19952561.00499.148407295.661394.8862.368.44
Congo, Republic ofCOG19962633.72511.5523987285.411728.9358.657.39
Congo, Republic ofCOG19972707.60583.6693726271.761842.4357.404.65
Congo, Republic ofCOG19982782.62589.9517822273.511511.0485.725.49
Congo, Republic ofCOG19992933.76615.6990967273.991698.5157.274.42
Congo, Republic ofCOG20003018.00711.9763184287.162532.8044.712.61
ColombiaCOL199437806.85844.8358765353.635046.5371.1915.83
ColombiaCOL199538558.00912.826416411.675323.4471.1115.77
ColombiaCOL199639285.001036.686035474.225528.8069.8114.73
ColombiaCOL199740042.001140.963013531.485718.5769.2214.03
ColombiaCOL199840804.001426.036987611.565642.3769.4512.81
ColombiaCOL199941539.001756.230957644.455565.9967.117.84
ColombiaCOL200042299.302087.904053691.015795.5567.938.79
ComorosCOM1994479.57416.398803792.721739.4890.866.47
ComorosCOM1995492.00374.357086299.761636.9188.226.79
ComorosCOM1996504.68383.6600037102.871576.5189.356.95
ComorosCOM1997517.62437.7471008104.401732.1192.656.09
ComorosCOM1998530.82442.4588013104.771714.7584.206.50
ComorosCOM1999544.28461.7745972104.581803.5785.714.78
ComorosCOM2000558.00533.9824829105.981822.8379.764.30
Cape VerdeCPV1994371.9781.8908309931.382882.4483.4521.97
Cape VerdeCPV1995382.0076.8533325231.713125.8181.0221.03
Cape VerdeCPV1996392.6482.5914688132.403194.1080.0319.19
Cape VerdeCPV1997403.5693.1766662635.123327.2581.6617.42
Cape VerdeCPV1998415.3298.1575012236.713473.7190.3915.55
Cape VerdeCPV1999427.79102.699996936.803835.6985.8615.58
Cape VerdeCPV2000441.00115.876602234.124299.1876.3313.79
Costa RicaCRI19943266.00157.066696276.785208.0465.1018.10
Costa RicaCRI19953333.00179.729202390.105398.0163.8616.01
Costa RicaCRI19963398.00207.6891937108.505150.7765.3413.86
Costa RicaCRI19973576.91232.5975037159.715233.9765.4616.36
Costa RicaCRI19983653.06257.229187175.865653.6563.5618.50
Costa RicaCRI19993731.07285.6846924197.926072.2660.2014.81
Costa RicaCRI20003811.00308.1867065218.495872.7962.1614.11
CubaCUB199410960.4910.364895.9671.250.97
CubaCUB199510998.5310.404980.8272.191.31
CubaCUB199611038.6010.395259.4072.361.54
CubaCUB1997nananananana
CubaCUB1998nananananana
CubaCUB1999nananananana
CubaCUB2000nananananana
CyprusCYP1994726.000.4921909870.3713616.5861.2818.47
CyprusCYP1995733.000.4524202050.3415920.3962.6420.32
CyprusCYP1996740.000.4663113060.3515813.2166.2717.88
CyprusCYP1997nananananana
CyprusCYP1998nananananana
CyprusCYP1999nananananana
CyprusCYP2000nananananana
Czech RepublicCZE199410333.6028.78519.7411756.6268.2021.63
Czech RepublicCZE199510327.3026.540710.6512551.7567.5525.24
Czech RepublicCZE199610315.3027.144911.2913457.7369.2925.85
Czech RepublicCZE199710303.0031.698411.8713734.3269.2424.80
Czech RepublicCZE199810293.6032.281212.5614213.2366.5423.27
Czech RepublicCZE199910285.0034.569212.7514393.1767.9721.81
Czech RepublicCZE200010272.1038.598412.8514844.0067.4224.21
DjiboutiDJI1994nananananana
DjiboutiDJI1995nananananana
DjiboutiDJI1996612.36177.72099366.932103.4476.894.15
DjiboutiDJI1997nananananana
DjiboutiDJI1998nananananana
DjiboutiDJI1999nananananana
DjiboutiDJI2000nananananana
DominicaDMA199472.442.7000000481.256400.1154.8911.40
DominicaDMA199573.002.7000000481.276507.3252.3713.93
DominicaDMA199673.002.7000000481.276903.5550.2712.41
DominicaDMA1997nananananana
DominicaDMA1998nananananana
DominicaDMA1999nananananana
DominicaDMA200073.002.7000000481.218284.0448.2112.21
DenmarkDNK19945201.006.36058.4222064.3767.1219.85
DenmarkDNK19955222.005.60248.3623119.2066.1022.21
DenmarkDNK19965256.005.79878.3824086.6266.2821.37
DenmarkDNK19975280.006.60458.3725273.9865.6423.66
DenmarkDNK19985303.006.70088.4226193.0166.6324.48
DenmarkDNK19995321.006.97628.5626988.9066.0222.25
DenmarkDNK20005338.008.08318.6428538.8262.9024.14
Dominican RepublicDOM19947685.4813.160140045.263414.8872.8413.91
Dominican RepublicDOM19957823.0013.597350125.673656.8671.3812.40
Dominican RepublicDOM19967963.5813.774585.863927.5173.3611.97
Dominican RepublicDOM19977967.9314.265480045.974515.2667.8311.89
Dominican RepublicDOM19988103.2115.266590126.244798.2568.6113.87
Dominican RepublicDOM19998238.2716.033079156.535167.1766.6014.03
Dominican RepublicDOM20008373.0016.415019996.835653.7867.1613.78
AlgeriaDZA199427454.3235.0584983813.014126.1763.9312.98
AlgeriaDZA199528058.0047.6627311716.534245.0362.4412.93
AlgeriaDZA199628675.2854.7489318818.954726.7356.0911.88
AlgeriaDZA199729045.0057.7073516819.704828.1454.7211.15
AlgeriaDZA199829507.0058.7389602720.804540.7459.6714.00
AlgeriaDZA199929950.0066.5738830621.594894.4357.0512.46
AlgeriaDZA200030399.2575.2597885121.616106.9146.219.78
EcuadorECU199411215.972196.728027899.523612.8759.2715.80
EcuadorECU199511460.002564.4938961097.523656.5259.6816.88
EcuadorECU199611698.003189.4741211344.363862.9457.7614.56
EcuadorECU199711937.003998.267091765.593755.4960.6317.35
EcuadorECU199812175.005446.5732422480.463556.3565.1819.55
EcuadorECU199912412.0011786.79983760.423464.4360.389.22
EcuadorECU200012646.0024988.390637214.853719.9056.8712.93
EgyptEGY199457063.533.3851330280.883468.1291.014.40
EgyptEGY199558180.003.3922080990.983565.0890.084.74
EgyptEGY199659272.003.3914830681.053699.5491.134.96
EgyptEGY199760416.243.3887500761.093910.3791.315.13
EgyptEGY199861580.003.3880000111.143993.4194.195.99
EgyptEGY199962770.003.3952500821.154203.8992.605.94
EgyptEGY200063976.003.4720499521.204406.3690.515.87
EritreaERI1994nananananana
EritreaERI1995nananananana
EritreaERI19963670.006.3516750341.50774.8197.459.09
EritreaERI1997nananananana
EritreaERI1998nananananana
EritreaERI1999nananananana
EritreaERI2000nananananana
SpainESP199439149.70133.958121.6614204.7170.0322.62
SpainESP199539223.00124.689116.1315992.1575.1621.96
SpainESP199639278.80126.662126.5915535.3369.0123.21
SpainESP199739348.10146.414127.3216411.8468.5923.23
SpainESP199839453.40149.395128.4817329.4368.8724.02
SpainESP199939626.20156.174130.3818210.7869.4924.65
SpainESP200039927.40180.595133.2719036.7069.1325.47
EstoniaEST19941499.0012.991250043.016578.5760.8815.06
EstoniaEST19951484.0011.464750293.877084.2057.5113.58
EstoniaEST19961469.0012.033749584.757509.5859.6014.71
EstoniaEST19971427.1613.881750115.288526.3860.0016.90
EstoniaEST19981406.0314.074669845.649222.7060.8015.63
EstoniaEST19991386.6714.677579885.559834.7457.4112.36
EstoniaEST20001369.0016.968639375.4210872.8356.7013.15
EthiopiaETH199454890.005.4650001531.02505.2883.964.35
EthiopiaETH199556530.006.1583328251.13530.8783.204.70
EthiopiaETH199658234.006.3516750341.18550.9587.475.73
EthiopiaETH199759750.006.7093420031.16600.3981.745.48
EthiopiaETH199861266.007.1159081461.19615.2077.515.16
EthiopiaETH199962782.007.9422497751.17660.6475.784.63
EthiopiaETH200064298.008.2172584531.12720.0867.964.00
FinlandFIN19945089.005.22355.9317293.9065.0521.05
FinlandFIN19955108.004.36675.9718517.5864.3420.17
FinlandFIN19965125.004.59355.8719488.6064.7120.40
FinlandFIN19975140.005.19145.9320850.6763.4620.95
FinlandFIN19985153.005.34416.0222215.2463.0620.97
FinlandFIN19995165.005.58086.0522931.3864.1320.20
FinlandFIN20005176.006.45356.1924416.3662.2421.04
FijiFJI1994765.441.4641250370.704953.4562.519.66
FijiFJI1995770.001.406332970.695143.4662.1710.23
FijiFJI1996775.671.4033000470.735282.3767.087.91
FijiFJI1997782.831.4436750410.745213.9667.788.91
FijiFJI1998791.171.9868170020.755303.1161.348.28
FijiFJI1999801.001.9696249960.725918.4159.697.58
FijiFJI2000nananananana
FranceFRA199459115.605.5526.6419113.2767.6222.39
FranceFRA199559326.404.99156.6019791.4867.0723.05
FranceFRA199659533.105.11556.6020228.2367.7621.99
FranceFRA199759735.605.83676.5820887.8866.9821.38
FranceFRA199859942.105.89956.5321889.9266.8822.49
FranceFRA199960156.406.1576.4822723.1867.0122.53
FranceFRA200060431.207.11986.4623613.7666.3723.82
GabonGAB19941071.00555.2047119288.157556.4861.207.51
GabonGAB19951098.00499.148407275.498192.1862.736.83
GabonGAB19961125.00511.5523987296.758860.4760.406.94
GabonGAB19971136.90583.6693726304.569155.0260.688.95
GabonGAB19981167.29589.9517822307.827600.6975.8511.17
GabonGAB19991198.32615.6990967286.037804.3575.647.81
GabonGAB20001230.00711.9763184366.817779.7678.968.66
United KingdomGBR199458401.000.65340.6318473.8374.5918.24
United KingdomGBR199558612.000.63370.6419187.6474.4818.24
United KingdomGBR199658807.000.6410.6520066.2575.1917.95
United KingdomGBR199759014.000.61080.6521281.7874.6118.51
United KingdomGBR199859237.000.60380.6522326.8674.6019.81
United KingdomGBR199959501.000.61810.6523125.9075.8219.17
United KingdomGBR200059756.000.66090.6524252.4475.2019.43
GeorgiaGEO1994nananananana
GeorgiaGEO1995nananananana
GeorgiaGEO19965420.001.2627999780.244478.8374.121.91
GeorgiaGEO19975431.001.2975000140.184813.6280.784.21
GeorgiaGEO19985442.001.3898169990.194848.1477.006.35
GeorgiaGEO19995024.002.0245170590.205593.1281.663.60
GeorgiaGEO20005024.001.9761669640.225315.4374.174.07
GermanyGER199481422.001.62282.0919930.8968.4324.49
GermanyGER199581661.001.43312.0920676.8168.5224.15
GermanyGER199681896.001.50482.0721118.5769.2523.13
GermanyGER199782052.001.73412.0621638.7769.3422.90
GermanyGER199882029.001.75972.0522435.1969.2323.06
GermanyGER199982087.001.83582.0323142.7070.1522.68
GermanyGER200082168.002.12292.0223917.4469.4223.62
GhanaGHA199416639.55956.7108154256.951217.1777.446.39
GhanaGHA199517075.001200.428955354.681280.6775.485.50
GhanaGHA199617523.211637.232056504.181283.5578.286.19
GhanaGHA199718048.342050.166992624.521251.8386.147.36
GhanaGHA199818449.372314.146973677.541384.7880.446.57
GhanaGHA199918868.322669.299072788.041384.0986.466.18
GhanaGHA200019306.005455.0561521024.041375.8183.805.10
GuineaGIN19946425.74976.6364136206.192530.7189.2310.79
GuineaGIN19956591.00991.411499214.212581.7392.918.17
GuineaGIN19966755.781004.015991217.562707.9192.837.24
GuineaGIN19976921.561095.32605210.262848.2090.347.30
GuineaGIN19987086.121236.832031215.832897.8492.527.13
GuineaGIN19997250.521387.401001222.752949.7893.307.12
GuineaGIN20007415.001746.869995239.892961.0293.347.59
Gambia, TheGMB19941076.299.5755500793.061054.1588.708.37
Gambia, TheGMB19951111.009.5462503433.151042.7890.6810.01
Gambia, TheGMB19961145.889.788950923.201044.5690.7910.54
Gambia, TheGMB19971186.2610.200160033.101137.6088.527.74
Gambia, TheGMB19981223.8110.643099783.241119.0191.658.56
Gambia, TheGMB19991262.7111.39509013.161234.9491.877.42
Gambia, TheGMB20001303.0012.787630083.111329.3988.837.33
Guinea-BissauGNB19941059.38198.340606758.14758.7779.3413.86
Guinea-BissauGNB19951086.00278.03909384.26771.6782.6213.87
Guinea-BissauGNB19961111.92405.7449951122.84806.3781.9714.22
Guinea-BissauGNB19971125.99583.6691895156.62886.1178.3814.23
Guinea-BissauGNB19981149.33589.9515991162.29648.2084.3612.43
Guinea-BissauGNB19991173.38615.6990967167.26705.0379.677.60
Guinea-BissauGNB20001199.00711.9763184174.06737.6778.995.55
Equatorial GuineaGNQ1994388.88555.2047119194.20924.4573.0835.44
Equatorial GuineaGNQ1995399.00499.148407204.001005.5868.6637.99
Equatorial GuineaGNQ1996409.44511.5523987231.151394.9170.2858.13
Equatorial GuineaGNQ1997421.26583.6693726277.022493.9961.7431.64
Equatorial GuineaGNQ1998433.06589.9517822199.603105.0477.1741.79
Equatorial GuineaGNQ1999445.03615.6990967214.445638.6235.3226.65
Equatorial GuineaGNQ2000457.00711.9763184203.0310302.2826.8317.70
GreeceGRC199410426.00242.603200.0711647.5473.9719.13
GreeceGRC199510454.00231.663213.2312217.8879.4019.51
GreeceGRC199610475.90240.712224.1012750.9579.5520.44
GreeceGRC199710498.80273.058234.2513472.1778.6620.79
GreeceGRC199810516.40295.529243.1514095.3478.4621.77
GreeceGRC199910533.70305.647246.9814755.8278.1421.31
GreeceGRC200010557.90365.399252.0815557.8376.6022.84
GrenadaGRD199494.102.7000000481.654552.0467.3422.21
GrenadaGRD199594.502.7000000481.644814.8067.5119.21
GrenadaGRD199695.002.7000000481.685016.4270.4821.86
GrenadaGRD199795.502.7000000481.745124.0676.6223.37
GrenadaGRD199896.202.7000000481.765442.2176.2323.57
GrenadaGRD199997.002.7000000481.765962.3262.1722.30
GrenadaGRD200098.002.7000000481.766409.8266.0724.51
GuatemalaGTM19949715.295.7512011532.133600.2685.038.04
GuatemalaGTM19959976.005.8103427892.273768.1484.887.52
GuatemalaGTM199610243.436.0495128632.433838.6885.276.17
GuatemalaGTM199710517.006.0652689932.573983.4084.716.93
GuatemalaGTM199810799.006.3946528432.784119.2485.019.00
GuatemalaGTM199911088.407.3856101042.914192.4286.158.36
GuatemalaGTM200011385.307.7631587983.004334.5584.158.23
GuyanaGUY1994823.35138.290206936.082517.9473.8412.72
GuyanaGUY1995830.00141.989196840.602614.4668.5515.16
GuyanaGUY1996836.57140.37540.832868.7465.3014.17
GuyanaGUY1997749.05142.400802640.033537.1266.1513.93
GuyanaGUY1998752.43150.519195640.153571.7468.2312.71
GuyanaGUY1999756.34177.994995141.603833.3865.8310.25
GuyanaGUY2000nananananana
Hong KongHKG19945998.007.728416926.7824816.2366.9026.70
Hong KongHKG19956156.007.7358331687.0524736.9767.6331.41
Hong KongHKG19966311.007.7342538837.2425993.8267.2528.99
Hong KongHKG19976502.007.7420830737.4927076.4167.8230.70
Hong KongHKG19986645.607.7453331957.4425591.2466.1426.74
Hong KongHKG19996720.707.7575001727.1425668.8866.7221.79
Hong KongHKG20006797.007.7911667826.6827892.5064.4524.99
HondurasHND19945492.468.4087581632.681958.5075.6718.86
HondurasHND19955654.009.470987323.192082.6071.6518.05
HondurasHND19965818.0611.705300333.882116.8273.8516.40
HondurasHND19975939.4713.003470424.782165.3575.4516.86
HondurasHND19986098.9313.385020265.122249.3374.4016.12
HondurasHND19996258.4614.213170055.732133.9878.2917.23
HondurasHND20006417.0014.839200026.332164.4372.4320.37
CroatiaHRV1994nananananana
CroatiaHRV19954669.005.2299671173.126748.3562.0112.21
CroatiaHRV19964494.005.433800223.237427.9059.8815.33
CroatiaHRV19974446.616.1007170683.428134.9963.6119.18
CroatiaHRV19984396.576.3622918133.608702.4560.8016.66
CroatiaHRV19994374.517.1124448783.698846.6659.4615.94
CroatiaHRV20004380.008.2765645983.779547.1657.7015.27
HaitiHTI19947009.0415.039999963.691079.2388.652.31
HaitiHTI19957168.0015.109729773.621470.2693.863.19
HaitiHTI19967336.0015.701149943.681756.8195.192.59
HaitiHTI19977492.0016.654499053.592081.3490.212.13
HaitiHTI19987647.0016.765670783.602365.4394.751.96
HaitiHTI1999nananananana
HaitiHTI2000nananananana
HungaryHUN199410261.00105.1651.928297.3672.6317.51
HungaryHUN199510229.00125.68164.298536.6366.8019.24
HungaryHUN199610193.00152.64777.678707.7964.9021.78
HungaryHUN199710155.00186.78990.199325.1863.0722.42
HungaryHUN199810144.00214.402100.819864.1763.6924.66
HungaryHUN199910067.00237.146108.6310418.9464.6224.13
HungaryHUN200010024.00282.179117.9111062.9064.1325.47
IndonesiaIDN1994190847.972160.753906598.283355.2157.9319.86
IndonesiaIDN1995193976.002248.60791671.713489.0157.3024.37
IndonesiaIDN1996197156.482342.295898693.843891.2161.4921.19
IndonesiaIDN1997200390.292909.379883756.404136.5762.5420.99
IndonesiaIDN1998203678.3710013.620121199.673910.0262.1613.22
IndonesiaIDN1999207021.627855.1499021398.853831.6066.3710.13
IndonesiaIDN2000210420.998421.7753911521.374035.2764.7810.67
IndiaIND1994913600.0031.373739246.261815.4862.6311.92
IndiaIND1995929358.0232.427078256.731950.4259.4113.25
IndiaIND1996945611.7835.433170327.042117.8760.7411.93
IndiaIND1997962377.6636.313289647.112221.1360.0212.53
IndiaIND1998979672.9041.25936897.582348.0056.5912.88
IndiaIND1999997515.2043.055431377.702510.5654.3313.60
IndiaIND20001015923.0144.941608437.672683.6152.3813.18
IrelandIRL19943586.000.66860.6615388.7167.3017.26
IrelandIRL19953601.300.62370.6816978.9664.4418.75
IrelandIRL19963626.100.6250.6818494.3863.5819.71
IrelandIRL19973660.600.65960.7020658.6161.6220.97
IrelandIRL19983704.900.70230.7322433.9861.0822.95
IrelandIRL19993744.700.73920.7624653.4260.5421.15
IrelandIRL20003786.900.85480.7927197.0659.7821.55
IranIRN199458013.681748.750977417.124958.9265.289.50
IranIRN199558954.001747.927979586.755203.5959.4519.53
IranIRN199659925.111750.762939720.615333.1665.0913.45
IranIRN199760875.001752.921997827.175473.2365.4415.89
IranIRN199861850.001751.863037942.075447.3467.0918.23
IranIRN199962764.001752.931031075.705983.8463.6215.06
IranIRN200063664.001764.4300541167.047202.0456.0113.12
IcelandISL1994266.0069.944482.8019925.0066.7518.75
IcelandISL1995267.4064.691782.9620347.5667.7319.11
IcelandISL1996268.9066.583.8021476.4868.5822.01
IcelandISL1997270.9070.904384.5022896.9768.1022.78
IcelandISL1998273.8070.958385.6024715.0269.6027.09
IcelandISL1999277.2072.335387.4025732.6271.7424.78
IcelandISL2000281.3078.615988.9326928.5570.8527.57
IsraelISR19945399.003.0110549932.8114790.7258.2930.43
IsraelISR19955545.003.0112919813.0215650.5558.6430.91
IsraelISR19965692.003.1916499143.2616464.2458.6530.81
IsraelISR19975836.003.4493501193.4717241.0758.3327.69
IsraelISR19985963.003.8000750543.6517520.8359.0924.50
IsraelISR19996105.004.1397171023.7818091.9259.0025.51
IsraelISR20006233.214.0773329733.7719148.4458.2023.33
ItalyITA199457203.501612.441527.6118920.9570.3819.93
ItalyITA199557300.801628.931576.6319783.3969.2320.71
ItalyITA199657397.001542.951618.6920474.8869.1520.10
ItalyITA199757512.201703.11632.3021167.6670.0620.28
ItalyITA199857588.001736.211645.9821915.8270.6420.52
ItalyITA199957646.301817.441652.0222523.3471.2621.09
ItalyITA200057728.302101.631709.1122876.2862.0521.73
JamaicaJAM19942496.0033.0859298715.143503.1666.6621.96
JamaicaJAM19952522.1035.1421203618.003747.1665.9821.15
JamaicaJAM19962538.0037.1195602421.093804.1465.5020.48
JamaicaJAM19972554.0035.4044685429.863327.3054.9523.35
JamaicaJAM19982576.0036.5499992430.303441.7857.9220.38
JamaicaJAM19992590.0039.0435218832.503413.8357.4920.35
JamaicaJAM20002633.0042.7011413635.103464.2657.6620.53
JordanJOR19944060.840.6987642050.283780.0358.3219.36
JordanJOR19954195.000.7003775240.283929.7554.8318.85
JordanJOR19964314.230.7089999910.293747.7759.0317.44
JordanJOR19974459.120.7089999910.293974.3457.5914.17
JordanJOR19984597.350.7089999910.304063.3959.5811.84
JordanJOR19994739.870.7089999910.294203.9259.439.98
JordanJOR20004886.810.7089999910.284282.2263.1810.74
JapanJPN1994124960.00102.208176.4822302.1160.8531.36
JapanJPN1995125570.0094.0596172.5922967.1260.9831.58
JapanJPN1996125864.00108.779168.7724046.5160.8732.71
JapanJPN1997126166.00120.991167.2124737.4460.6632.31
JapanJPN1998126486.00130.905165.3724661.4361.8330.15
JapanJPN1999126686.00113.907161.7424979.2462.8728.94
JapanJPN2000126919.00107.765156.0825924.3961.6229.75
KazakhstanKAZ199416297.0035.538330084.455853.5670.8517.12
KazakhstanKAZ199516066.0060.9500007611.155662.0764.0010.68
KazakhstanKAZ199615921.0067.3033294715.155882.1869.887.31
KazakhstanKAZ199715334.4075.437516.866212.4672.017.77
KazakhstanKAZ199815073.0078.3033294717.986003.1176.827.38
KazakhstanKAZ199914927.00119.523300219.027094.6470.687.50
KazakhstanKAZ200014869.00142.133300821.098331.2960.887.14
KenyaKEN199426506.7956.0505790712.811180.0572.507.09
KenyaKEN199527216.0051.4298286413.961225.4879.517.74
KenyaKEN199627918.1057.1148681614.861268.6178.647.74
KenyaKEN199728043.0058.7318382316.041342.5182.147.57
KenyaKEN199828726.0060.3666992217.701327.7181.717.89
KenyaKEN199929416.0070.3262176519.181286.8678.157.75
KenyaKEN200030092.0076.1755371120.051316.2680.127.54
KyrgyzstanKGZ19944473.0010.841679570.823296.8062.553.27
KyrgyzstanKGZ19954514.0010.821880341.292771.8362.987.21
KyrgyzstanKGZ19964576.0012.809559821.972595.9666.2311.17
KyrgyzstanKGZ19974681.0017.36248972.332817.5955.3810.24
KyrgyzstanKGZ19984797.0020.837570192.682663.5568.527.19
KyrgyzstanKGZ19994864.6039.007728583.432922.3962.817.92
KyrgyzstanKGZ20004915.0047.703830723.993205.1160.336.97
CambodiaKHM199410367.142545.25550.011087.3486.183.98
CambodiaKHM199510695.322450.833008596.211183.7091.894.65
CambodiaKHM199610968.052624.083008623.521217.9090.505.54
CambodiaKHM199711236.772946.25622.341300.7284.465.14
CambodiaKHM199811498.003744.416992727.291284.9286.295.76
CambodiaKHM199911756.713807.833008752.211296.9986.416.45
CambodiaKHM2000nananananana
St. Kitts & NevisKNA199441.192.7000000481.549481.7640.8219.36
St. Kitts & NevisKNA199541.002.7000000481.4310692.0348.4118.19
St. Kitts & NevisKNA199640.882.7000000481.3911661.9850.7917.94
St. Kitts & NevisKNA199740.822.7000000481.4412643.5843.9517.17
St. Kitts & NevisKNA199840.822.7000000481.4712949.7243.9116.42
St. Kitts & NevisKNA199940.882.7000000481.3914272.9548.2013.23
St. Kitts & NevisKNA200041.002.7000000481.4114627.3047.4716.49
Korea, Republic ofKOR199444642.00803.446584.4112396.2954.9040.23
Korea, Republic ofKOR199545093.00771.273617.7013547.4555.3140.50
Korea, Republic ofKOR199645545.00804.453641.6414319.8956.5441.64
Korea, Republic ofKOR199745991.00951.289670.2814704.0357.4837.65
Korea, Republic ofKOR199846430.001401.44702.5913622.0155.7424.66
Korea, Republic ofKOR199946858.001188.82709.1014528.7358.1529.05
Korea, Republic ofKOR200047275.001130.96732.2914936.6957.1230.78
KuwaitKWT1994nananananana
KuwaitKWT1995nananananana
KuwaitKWT19961697.000.2994086150.2323385.9352.029.92
KuwaitKWT1997nananananana
KuwaitKWT1998nananananana
KuwaitKWT1999nananananana
KuwaitKWT2000nananananana
LaosLAO1994nananananana
LaosLAO1995nananananana
LaosLAO19964725.58921.0217285267.901367.3162.2321.23
LaosLAO1997nananananana
LaosLAO1998nananananana
LaosLAO1999nananananana
LaosLAO2000nananananana
LebanonLBN19943929.731680.072998952.264075.21116.1617.47
LebanonLBN19954005.001621.4129641011.424448.56112.0617.75
LebanonLBN19964077.011571.443971016.534927.15106.1915.82
LebanonLBN19974145.531539.4499511070.965158.00102.2713.80
LebanonLBN19984210.341516.1319581104.625306.5790.8214.94
LebanonLBN19994271.231507.8439941033.705660.0484.8210.30
LebanonLBN20004328.001507.5942.166089.2676.508.18
St. LuciaLCA1994142.702.7000000481.675858.9372.3314.08
St. LuciaLCA1995145.402.7000000481.686214.0271.0210.71
St. LuciaLCA1996147.002.7000000481.676267.6873.6112.28
St. LuciaLCA1997149.672.7000000481.686238.9774.3614.19
St. LuciaLCA1998151.952.7000000481.746397.5673.6613.44
St. LuciaLCA1999153.702.7000000481.786578.3476.5514.36
St. LuciaLCA2000156.002.7000000481.796822.9874.8113.69
Sri LankaLKA199417865.0049.4151382411.542813.2977.4212.51
Sri LankaLKA199518112.0051.2515907312.342991.1877.7911.87
Sri LankaLKA199618300.0055.271438613.133201.4374.7111.39
Sri LankaLKA199718552.0058.9946098315.253145.9470.2811.99
Sri LankaLKA199818774.0064.4501190215.823429.3269.2812.46
Sri LankaLKA199919043.0070.6354522716.293564.6570.3912.49
Sri LankaLKA200019359.0077.0051193216.893840.7767.6112.51
LesothoLSO19941885.183.5507979391.131266.47104.3432.80
LesothoLSO19951926.003.627084971.261270.7497.1441.61
LesothoLSO19961968.334.2993488311.421319.9693.7547.20
LesothoLSO19971944.714.6079621321.671449.8890.2544.58
LesothoLSO19981978.095.5282840731.741430.2083.3638.40
LesothoLSO19992008.246.1094841961.961413.2175.5137.52
LesothoLSO20002035.006.9398279192.051492.2764.6336.22
LithuaniaLTU19943721.003.9777500630.706514.5571.038.23
LithuaniaLTU19953715.0041.086031.8364.5913.76
LithuaniaLTU19963709.0041.316495.2566.3413.42
LithuaniaLTU19973705.5941.437211.7566.5616.09
LithuaniaLTU19983703.0041.467925.1964.1616.26
LithuaniaLTU19993699.0041.497759.5768.0614.95
LithuaniaLTU20003695.0041.468396.6666.3512.98
LuxembourgLUX1994403.8033.456539.7931897.3050.3024.06
LuxembourgLUX1995412.8029.4838.2733757.3059.2123.86
LuxembourgLUX1996418.3030.961538.2635144.2459.8923.68
LuxembourgLUX1997423.7035.773938.2438908.9256.3524.85
LuxembourgLUX1998429.2036.298638.2441716.9954.6523.34
LuxembourgLUX1999435.7037.864138.5444322.4453.3525.10
LuxembourgLUX2000441.4043.784938.3848967.5649.5823.48
LatviaLVA19942548.000.5597500210.145612.6062.486.91
LatviaLVA19952516.000.5275833010.165962.0957.2110.00
LatviaLVA19962491.000.5507500170.186194.1362.7310.41
LatviaLVA19972469.000.5809167030.206596.2263.6311.18
LatviaLVA19982449.000.5898333190.217042.5264.9414.59
LatviaLVA19992410.000.5851666930.217625.3465.0912.42
LatviaLVA20002372.000.606500030.228305.2264.5911.85
MacaoMAC1994418.778.0500001915.8321866.9334.8522.02
MacaoMAC1995430.008.0500001915.9023365.0433.6918.33
MacaoMAC1996440.918.0500001915.6623350.4334.9813.82
MacaoMAC1997418.007.9752922065.8222959.6838.8014.72
MacaoMAC1998426.007.9787669185.5821820.7540.3712.89
MacaoMAC1999434.007.9918498995.2521517.9241.4712.01
MacaoMAC2000438.008.0258998874.9223118.1139.248.25
MoroccoMAR199425926.009.202714923.073512.9882.809.66
MoroccoMAR199526386.008.5402364733.173362.4781.3211.29
MoroccoMAR199626848.008.7158756263.123808.4882.289.56
MoroccoMAR199727310.009.5271072392.983903.3577.1910.08
MoroccoMAR199827775.009.6044158942.874308.9377.3811.45
MoroccoMAR199928238.009.8044185642.854299.6176.7310.55
MoroccoMAR200028705.0010.625639922.884299.2476.1212.22
MoldovaMDA1994nananananana
MoldovaMDA19954339.004.4958000180.642316.8365.5910.32
MoldovaMDA19964325.004.6044831280.802264.2070.629.49
MoldovaMDA19974312.004.623582840.842457.1069.898.85
MoldovaMDA19984299.005.3706998830.922294.6680.259.57
MoldovaMDA19994290.0010.515810011.362111.2276.578.84
MoldovaMDA20004282.0012.434220311.692212.2394.108.70
MadagascarMDG199412915.043067.335938909.03778.1091.642.62
MadagascarMDG199513300.004265.6318361292.75784.2591.302.62
MadagascarMDG199613717.554061.2519531479.40799.0690.082.83
MadagascarMDG199714148.205090.886231566.28818.5991.842.69
MadagascarMDG199814592.385441.3979491675.00836.6791.792.76
MadagascarMDG199915050.506283.7749021819.92862.3392.842.72
MadagascarMDG200015523.006767.4809571925.96876.6893.583.23
MexicoMEX199489352.003.37512.107572.1776.8121.08
MexicoMEX199590903.006.41942.887028.2075.6714.42
MexicoMEX199692450.007.59953.727344.1474.2316.85
MexicoMEX199793990.007.91854.307861.6973.8819.70
MexicoMEX199895521.009.1364.958141.7475.2320.74
MexicoMEX199997428.009.56045.548497.6874.7920.45
MexicoMEX200097221.009.45565.759710.9967.0920.83
MacedoniaMKD19941947.0043.2631797816.974113.1976.928.90
MacedoniaMKD19951966.0037.8817596419.354445.4770.6913.15
MacedoniaMKD19961980.0039.981079119.474571.2172.6412.67
MacedoniaMKD19971996.8750.0035514819.824686.6273.3712.53
MacedoniaMKD19982015.0054.4617309620.134816.1974.2612.49
MacedoniaMKD19992017.0056.9018287719.835236.6472.0410.40
MacedoniaMKD20002031.0065.9038696320.995506.4781.7610.03
MaliMLI19949449.71555.2047119146.93703.6892.977.57
MaliMLI19959705.00499.148407160.86788.5185.677.24
MaliMLI19969993.35511.5523987168.02812.3386.577.79
MaliMLI199710089.80583.6693726161.44888.9579.256.41
MaliMLI199810333.64589.9517822163.33908.8680.316.42
MaliMLI199910583.65615.6990967155.48959.5579.556.17
MaliMLI200010840.00711.9763184151.60995.5277.076.36
MaltaMLT1994368.000.3779211040.2610923.1963.9620.61
MaltaMLT1995371.000.3530587850.2512309.9266.0821.43
MaltaMLT1996373.000.36045590.2413226.5068.2718.81
MaltaMLT1997383.000.3859660920.2414136.2466.6416.58
MaltaMLT1998385.000.3884595040.2414977.6266.6514.55
MaltaMLT1999nananananana
MaltaMLT2000nananananana
MongoliaMNG1994nananananana
MongoliaMNG1995nananananana
MongoliaMNG19962497.75548.4033203185.331268.4862.9816.64
MongoliaMNG1997nananananana
MongoliaMNG1998nananananana
MongoliaMNG1999nananananana
MongoliaMNG2000nananananana
MozambiqueMOZ199415420.006038.5878911070.88809.6799.673.52
MozambiqueMOZ199515820.009024.3330081713.10784.4699.744.36
MozambiqueMOZ199616230.0011293.752322.23853.5597.803.66
MozambiqueMOZ199716630.0011772.629882539.50942.6593.823.33
MozambiqueMOZ199816965.0012110.20022696.711026.0291.564.20
MozambiqueMOZ199917299.0013028.589842868.801046.8097.525.90
MozambiqueMOZ200017691.0015447.139652986.651113.4396.094.68
MauritaniaMRT19942264.96123.574996940.951367.8774.246.87
MauritaniaMRT19952329.00129.768295346.391285.7878.298.14
MauritaniaMRT19962394.35137.221694949.671265.9877.759.95
MauritaniaMRT19972415.46151.85330251.801327.7975.6511.01
MauritaniaMRT19982493.12188.475799655.681357.3579.5810.35
MauritaniaMRT19992576.18209.514205954.691425.5677.378.64
MauritaniaMRT2000nananananana
MauritiusMUS19941113.0017.960369115.6010096.1284.3113.65
MauritiusMUS19951122.0017.386320115.5611067.2481.2710.62
MauritiusMUS19961134.0017.948070535.7611808.2880.1010.40
MauritiusMUS19971147.7121.057260516.1612226.8581.4912.79
MauritiusMUS19981159.7323.992649086.2813440.9079.1311.83
MauritiusMUS19991174.4025.185810096.6513632.8982.1311.14
MauritiusMUS20001186.1426.24955946.7314405.6981.3311.34
MalawiMWI19949493.118.7364053732.28476.4583.598.97
MalawiMWI19959757.0015.283740043.65637.5388.525.03
MalawiMWI199610016.0015.308469774.82718.1295.964.62
MalawiMWI19979664.9316.444179535.17833.0696.644.56
MalawiMWI19989884.0031.072679526.95785.6291.854.35
MalawiMWI199910097.5044.088138589.58824.82100.704.49
MalawiMWI200010311.0059.543811812.13807.7493.583.75
MalaysiaMYS199420103.262.6242570881.247617.4351.1131.97
MalaysiaMYS199520609.862.5044040681.278381.0350.7134.74
MalaysiaMYS199621129.232.515943051.319165.7849.1333.18
MalaysiaMYS199721667.002.8131918911.349688.6748.2034.40
MalaysiaMYS199822180.003.9243750571.2510191.9240.8718.06
MalaysiaMYS199922710.003.7999999521.2710435.7834.8518.26
MalaysiaMYS200023270.003.7999999521.559421.5030.0321.70
NamibiaNAM19941502.853.5507979391.654398.6356.9811.87
NamibiaNAM19951543.003.627084971.814336.0058.9410.53
NamibiaNAM19961582.994.2993488311.994354.8559.4511.40
NamibiaNAM19971647.524.6079621322.334421.2461.6910.19
NamibiaNAM19981681.825.5282840732.534567.8160.9213.25
NamibiaNAM19991718.276.1094841962.674772.4158.5911.67
NamibiaNAM2000nananananana
NigerNER19948842.09555.2047119122.62801.6977.074.13
NigerNER19959150.00499.148407126.81809.7078.252.99
NigerNER19969469.07511.5523987134.38799.4081.473.92
NigerNER19979770.24583.6693726138.02798.7080.444.25
NigerNER199810120.12589.9517822143.64841.3482.784.39
NigerNER199910475.80615.6990967136.84866.4179.183.74
NigerNER200010832.00711.9763184133.32902.2883.323.85
NigeriaNGA1994108012.5721.9960002915.94719.1472.8712.76
NigeriaNGA1995111270.0021.8952598623.53755.8975.4611.04
NigeriaNGA1996114495.5121.8844299326.61926.0961.199.82
NigeriaNGA1997117680.7521.8860492725.87964.8873.979.61
NigeriaNGA1998120817.2621.8859996828.64816.1581.1311.54
NigeriaNGA1999123896.5292.3380966232.58795.7469.8216.31
NigeriaNGA2000126910.00101.697303839.93826.4731.8922.19
NicaraguaNIC19944304.716.7228751181.671711.6984.6010.13
NicaraguaNIC19954426.007.5455918311.751838.3782.7011.31
NicaraguaNIC19964548.058.4355001452.071772.6380.2812.71
NicaraguaNIC19974680.479.4480829242.561553.2894.5316.80
NicaraguaNIC19984810.2910.581919672.731666.0696.2817.16
NicaraguaNIC19994940.7411.809249882.941800.77104.7321.48
NicaraguaNIC20005071.0012.684390073.081947.2292.2117.88
NetherlandsNLD199415381.001.822.1019638.7662.6021.10
NetherlandsNLD199515460.001.60572.0920607.3262.1421.85
NetherlandsNLD199615526.001.68592.0921430.5062.5521.93
NetherlandsNLD199715607.001.95132.0922582.8462.2322.35
NetherlandsNLD199815703.001.98372.1023648.7662.8422.34
NetherlandsNLD199915809.002.06852.1324483.2363.7622.37
NetherlandsNLD200015920.002.39192.1625758.8362.7322.47
NorwayNOR19944337.007.05769.2021746.5160.6125.84
NorwayNOR19954358.006.33529.2623015.9259.8027.17
NorwayNOR19964381.006.44989.3124937.0658.9525.94
NorwayNOR19974405.007.07349.3526615.1457.9128.41
NorwayNOR19984432.007.54519.5626317.2161.3031.31
NorwayNOR19994462.007.79929.7227622.5260.5826.91
NorwayNOR20004491.008.80189.8932057.2953.4524.48
NepalNPL199420753.4549.397518168.221168.2069.4017.03
NepalNPL199521272.0051.890331278.441222.3067.8318.06
NepalNPL199621794.6856.691951758.991272.3170.3718.83
NepalNPL199721444.8858.009548199.461380.5070.7917.36
NepalNPL199821965.4265.975791939.661415.7170.4216.56
NepalNPL199922498.0468.2393722510.291476.5570.4913.26
NepalNPL200023043.0071.0938034110.511564.8367.2716.02
New ZealandNZL19943602.001.68651.4916302.7468.1921.95
New ZealandNZL19953656.001.52391.4817075.0467.7123.36
New ZealandNZL19963714.001.45491.4717707.2668.1923.38
New ZealandNZL19973761.001.51241.4817945.2969.1622.06
New ZealandNZL19983792.001.86831.4818085.4470.5020.99
New ZealandNZL19993811.001.88961.4619007.0370.1222.69
New ZealandNZL20003831.002.20121.4620008.2967.6422.33
OmanOMN1994nananananana
OmanOMN1995nananananana
OmanOMN19962173.000.3844999970.2016667.8858.288.08
OmanOMN1997nananananana
OmanOMN1998nananananana
OmanOMN1999nananananana
OmanOMN2000nananananana
PakistanPAK1994119401.8529.877840047.441768.4471.2911.40
PakistanPAK1995122374.9530.929689418.171878.3271.4611.09
PakistanPAK1996125409.8535.265731818.761951.6674.0211.07
PakistanPAK1997128457.3140.917919169.621962.2576.3610.48
PakistanPAK1998131582.0044.942840589.932048.3973.7210.08
PakistanPAK1999134790.0049.1183395410.442085.4177.288.68
PakistanPAK2000138080.0053.6481895410.692157.8674.048.81
PanamaPAN19942585.2410.555441.8758.4723.68
PanamaPAN19952631.0010.555453.2558.2426.17
PanamaPAN19962674.0010.545670.9257.9426.54
PanamaPAN19972719.0010.506002.1061.2425.19
PanamaPAN19982764.0010.516217.6965.5526.58
PanamaPAN19992811.0010.516336.4263.0728.71
PanamaPAN20002856.0010.526650.2062.2526.65
PeruPER199423149.982.1949999331.194009.2770.8119.94
PeruPER199523532.002.2533330921.294373.1170.2322.00
PeruPER199623947.002.4533329011.414434.0870.8820.86
PeruPER199724371.002.6641669271.364734.2269.4022.28
PeruPER199824801.002.9300000671.454629.3070.3521.78
PeruPER199925230.003.3833329681.494627.9770.0618.43
PeruPER200025661.003.490000011.524799.3069.5317.44
PhilippinesPHL199468661.4926.417169578.742822.8673.0515.89
PhilippinesPHL199570267.0025.714469919.142968.2074.7115.56
PhilippinesPHL199671899.0026.216100699.683122.2975.2516.42
PhilippinesPHL199771324.6829.4706592610.193344.3075.7417.48
PhilippinesPHL199872775.4540.8930511510.853415.2876.5413.95
PhilippinesPHL199974194.8839.0889816311.243726.8971.8312.22
PhilippinesPHL200075580.0044.192249311.014064.7067.1211.63
Papua New GuineaPNG19944201.861.0113400220.314188.1650.165.76
Papua New GuineaPNG19954301.001.2798420190.393800.1662.678.42
Papua New GuineaPNG19964400.901.3190749880.453529.3554.2612.65
Papua New GuineaPNG19974760.731.437971950.433423.7360.9211.06
Papua New GuineaPNG19984882.812.0735919480.493311.2359.269.46
Papua New GuineaPNG19995005.922.5707728860.553313.2663.019.54
Papua New GuineaPNG2000nananananana
PolandPOL199438544.002.27230.886623.4476.0614.85
PolandPOL199538588.002.4251.117204.2272.9117.34
PolandPOL199638618.002.69611.307712.8575.0819.53
PolandPOL199738650.003.27931.488250.2675.6221.50
PolandPOL199838666.003.47541.648727.1475.7522.38
PolandPOL199938654.003.96711.749150.8277.1822.24
PolandPOL200038646.004.34611.849661.3667.2124.35
Puerto RicoPRI1994nananananana
Puerto RicoPRI1995nananananana
Puerto RicoPRI19963733.0010.839765.6596.1122.95
Puerto RicoPRI19973805.0010.8510048.2696.6125.16
Puerto RicoPRI19983833.0010.8710590.0995.5523.29
Puerto RicoPRI1999nananananana
Puerto RicoPRI2000nananananana
PortugalPRT19949902.80165.993122.0012435.1262.8620.71
PortugalPRT19959916.80151.106126.5712907.0072.3823.85
PortugalPRT19969926.90154.244129.1713523.0872.4823.73
PortugalPRT19979940.70175.312131.8814268.5372.2125.41
PortugalPRT19989968.70180.104134.3715165.2272.3326.62
PortugalPRT19999990.00188.178133.2116302.3261.6726.46
PortugalPRT200010005.00217.603135.1517088.9660.7427.22
ParaguayPRY19944711.891911.545044610.275209.5072.5612.24
ParaguayPRY19954828.001970.400024698.175236.2172.8412.89
ParaguayPRY19964955.002062.783936751.375342.3971.6112.43
ParaguayPRY19975085.002177.863037838.304909.9779.8713.06
ParaguayPRY19985219.002726.48999941.074766.3980.8812.43
ParaguayPRY19995358.843119.072998955.204723.7977.1211.63
ParaguayPRY20005496.003486.353027993.264801.3077.1411.06
QatarQAT1994nananananana
QatarQAT1995nananananana
QatarQAT1996693.003.6400001052.4919843.9150.1013.25
QatarQAT1997nananananana
QatarQAT1998nananananana
QatarQAT1999nananananana
QatarQAT2000nananananana
RomaniaROM199422731.001655.08606499.954377.7572.1313.89
RomaniaROM199522681.002033.276001676.224699.6677.5512.60
RomaniaROM199622608.003084.218018962.084983.7683.0811.64
RomaniaROM199722554.007167.9428712345.914787.4182.2711.50
RomaniaROM199822503.008875.5761723402.874848.8683.9410.65
RomaniaROM199922457.9915332.839844983.814818.3581.4710.12
RomaniaROM200022435.0021708.72077059.265023.5381.0311.18
RussiaRUS1994148336.002.1907498840.557499.8649.5118.33
RussiaRUS1995148140.994.5591502191.477068.7460.7317.40
RussiaRUS1996147739.015.120832922.047106.7963.8613.72
RussiaRUS1997147304.005.7848329542.307297.9566.6813.05
RussiaRUS1998146899.019.7050828932.647086.3967.739.20
RussiaRUS1999146308.9924.61993984.038074.7057.358.81
RussiaRUS2000145555.0128.129169464.859995.9154.748.79
RwandaRWA19946230.00194.51750.39529.48132.164.48
RwandaRWA19956400.00262.197509870.67746.3492.773.08
RwandaRWA19966727.00306.820007377.90823.2589.713.21
RwandaRWA19977895.18301.529785284.13847.7991.443.72
RwandaRWA19988105.00312.314086985.32914.2289.344.22
RwandaRWA19998310.00333.941894582.25944.8685.723.46
RwandaRWA20008508.00389.696197584.20976.1683.863.22
Saudi ArabiaSAU1994nananananana
Saudi ArabiaSAU1995nananananana
Saudi ArabiaSAU199619409.003.7449998862.2212245.5746.998.88
Saudi ArabiaSAU1997nananananana
Saudi ArabiaSAU1998nananananana
Saudi ArabiaSAU1999nananananana
Saudi ArabiaSAU2000nananananana
SudanSDN1994nananananana
SudanSDN1995nananananana
SudanSDN199627160.681250.791992328.141159.2679.219.57
SudanSDN1997nananananana
SudanSDN1998nananananana
SudanSDN1999nananananana
SudanSDN2000nananananana
SenegalSEN19948110.87555.2047119182.521363.8081.266.60
SenegalSEN19958330.00499.148407189.551421.7982.136.41
SenegalSEN19968557.01511.5523987187.901477.7083.676.66
SenegalSEN19978777.14583.6693726189.051545.1983.826.55
SenegalSEN19989032.38589.9517822188.741608.4083.677.44
SenegalSEN19999286.27615.6990967190.871650.8186.216.91
SenegalSEN20009530.00711.9763184194.261680.9786.917.14
SingaporeSGP19943421.001.5274440051.4621361.8638.3439.92
SingaporeSGP19953526.001.4173749691.4423306.6036.5141.32
SingaporeSGP19963670.001.4100409751.4124938.8534.7443.93
SingaporeSGP19973794.001.4848059421.4126755.9033.9245.56
SingaporeSGP19983923.001.6736019851.3526322.4832.8740.05
SingaporeSGP19993952.001.6949570181.3926470.2934.7437.74
SingaporeSGP20004018.001.7239630221.3828643.5934.7937.72
Sierra LeoneSLE19944399.00586.7396851130.03951.9081.944.55
Sierra LeoneSLE19954510.00755.2158203163.60885.2492.023.21
Sierra LeoneSLE19964630.00920.7324829203.31921.2298.935.27
Sierra LeoneSLE1997nananananana
Sierra LeoneSLE19984830.481563.618042288.65780.8594.564.22
Sierra LeoneSLE1999nananananana
Sierra LeoneSLE20005031.002092.125361.48733.5493.123.91
El SalvadorSLV19945540.868.7287502293.353816.3789.039.81
El SalvadorSLV19955669.008.7545833593.544143.5989.3110.35
El SalvadorSLV19965798.008.7550001143.694235.7988.777.79
El SalvadorSLV19975911.008.7562503813.744408.4187.057.90
El SalvadorSLV19986035.008.7550001143.884483.9986.729.28
El SalvadorSLV19996153.748.7550001143.864592.3987.768.34
El SalvadorSLV20006276.008.7550001144.004622.3789.268.87
Sao Tome and PrincipeSTP1994128.65732.6281738207.811357.60102.7618.97
Sao Tome and PrincipeSTP1995132.001420.340942378.051294.79114.3117.42
Sao Tome and PrincipeSTP1996135.292203.164063573.951272.02106.5618.71
Sao Tome and PrincipeSTP1997nananananana
Sao Tome and PrincipeSTP1998141.706883.2431641546.811284.0475.4517.81
Sao Tome and PrincipeSTP1999144.907118.9580081797.051284.2774.9618.08
Sao Tome and PrincipeSTP2000148.007978.1718751908.791316.8174.0018.08
Slovak RepublicSVK19945347.0032.04489.659036.7565.4916.74
Slovak RepublicSVK19955364.0029.713410.529675.5665.9121.68
Slovak RepublicSVK19965374.0030.653711.299992.8770.1627.02
Slovak RepublicSVK19975383.0033.616211.8510753.5770.3726.01
Slovak RepublicSVK19985391.0035.233411.7711835.6056.4727.91
Slovak RepublicSVK19995395.8041.362812.4912102.0855.9824.51
Slovak RepublicSVK20005401.0046.035213.0212618.5352.2224.78
SloveniaSVN19941988.90128.808593879.9711662.1253.2119.87
SloveniaSVN19951990.00118.518501389.0312574.9654.4623.11
SloveniaSVN19961991.00135.364303697.2713151.5154.3223.23
SloveniaSVN19971985.96159.6882935103.9614143.0253.2424.14
SloveniaSVN19981982.60166.134201108.9315067.3452.8225.35
SloveniaSVN19991985.50181.7691956113.4316198.3153.2727.82
SloveniaSVN20001988.00222.6560974119.6916983.3851.1327.60
SwedenSWE19948781.007.7169.4419256.7269.4818.48
SwedenSWE19958827.007.13339.5020438.3066.8319.46
SwedenSWE19968841.006.7069.5220864.5567.5018.93
SwedenSWE19978846.007.63499.5821521.1367.2718.59
SwedenSWE19988851.007.94999.5822475.3167.5619.56
SwedenSWE19998858.008.26249.6423477.2767.9319.51
SwedenSWE20008871.009.16229.6024628.4450.1420.60
SwazilandSWZ1994nananananana
SwazilandSWZ1995nananananana
SwazilandSWZ1996928.554.2993488311.095175.4371.2218.45
SwazilandSWZ1997959.704.6079621321.394773.6170.8820.40
SwazilandSWZ1998990.465.5282840731.514839.6169.0721.30
SwazilandSWZ19991019.476.1094841961.634928.8570.4718.63
SwazilandSWZ20001045.006.9398279191.775046.7270.8718.87
SeychellesSYC199473.925.0558581354.028216.6642.5616.11
SeychellesSYC199575.304.7619748123.449352.8352.6316.28
SeychellesSYC199676.544.9699831013.509422.0145.2028.23
SeychellesSYC199777.325.0263419153.3810332.3057.5418.98
SeychellesSYC199878.855.2621917722.8812334.4773.0916.45
SeychellesSYC199980.035.3425831793.3511454.2365.6417.61
SeychellesSYC200081.235.713817123.7111644.4262.1814.50
SyriaSYR199413713.8011.2250003810.873391.8774.7411.94
SyriaSYR199514112.0011.2250003810.563819.4470.8610.43
SyriaSYR199614505.9911.2250003811.373971.0970.939.15
SyriaSYR199715015.0011.2250003812.194071.7367.458.26
SyriaSYR199815402.0011.2250003812.024263.7267.967.89
SyriaSYR199915792.0011.2250003812.454176.4965.987.66
SyriaSYR200016189.0011.2250003812.834337.7860.577.00
ChadTCD19946463.87555.2047119104.70802.6790.137.87
ChadTCD19956707.00499.148407122.82871.6585.244.67
ChadTCD19966893.71511.5523987136.07885.9084.436.47
ChadTCD19977085.62583.6693726132.56936.6884.766.29
ChadTCD19987282.87589.9517822146.16938.4886.656.97
ChadTCD19997485.61615.6990967132.56970.4585.944.83
ChadTCD20007694.00711.9763184135.74959.4179.786.70
TogoTGO19943990.00555.2047119163.22838.1268.929.01
TogoTGO19954110.00499.148407186.59850.5069.319.94
TogoTGO19964230.00511.5523987201.70884.7471.3912.18
TogoTGO19974135.17583.6693726216.81976.0683.5210.62
TogoTGO19984258.14589.9517822199.34983.7477.3212.72
TogoTGO19994388.60615.6990967200.06995.4876.5811.32
TogoTGO20004527.00711.9763184207.24926.0477.4512.32
ThailandTHA199458718.0025.1499500310.256019.2049.7641.04
ThailandTHA199559401.0024.9151802110.646637.2550.8642.04
ThailandTHA199660003.0025.3426799810.837093.7250.6041.49
ThailandTHA199759370.4731.3643302911.277051.2551.8433.08
ThailandTHA199859793.5041.3593902612.306410.1751.0417.75
ThailandTHA199960245.8037.8136596711.856477.3153.0418.58
ThailandTHA200060728.0040.1118011511.886715.3153.4620.87
TajikistanTJK1994nananananana
TajikistanTJK1995nananananana
TajikistanTJK19965927.00295.546.95985.6967.3711.96
TajikistanTJK19976017.000.5623332860.071215.8568.698.66
TajikistanTJK19986127.000.7766249780.141234.3083.126.86
TajikistanTJK19996156.001.2377920150.171278.5371.908.41
TajikistanTJK20006170.002.0762500760.211379.6975.949.09
TurkmenistanTKM1994nananananana
TurkmenistanTKM1995nananananana
TurkmenistanTKM19964598.003978.225098449.044533.3339.0540.47
TurkmenistanTKM1997nananananana
TurkmenistanTKM1998nananananana
TurkmenistanTKM1999nananananana
TurkmenistanTKM2000nananananana
Trinidad&TobagoTTO19941253.515.9249291422.808361.0858.8312.99
Trinidad&TobagoTTO19951262.005.9477958682.739177.1561.439.78
Trinidad&TobagoTTO19961270.176.0050659182.839481.5663.4810.14
Trinidad&TobagoTTO19971277.746.251677993.498211.9169.7517.97
Trinidad&TobagoTTO19981285.146.2983078963.548426.1574.7414.06
Trinidad&TobagoTTO19991292.756.2989001272.9811192.6872.848.36
Trinidad&TobagoTTO20001301.006.2997970582.7613720.5769.767.43
TunisiaTUN19948823.691.0115540030.345214.3976.1712.71
TunisiaTUN19958957.500.9457499980.365343.9576.8512.78
TunisiaTUN19969089.300.9734082820.365830.0577.4813.06
TunisiaTUN19979215.001.1059080360.376077.8478.1113.12
TunisiaTUN19989333.301.1387250420.386352.5879.2712.98
TunisiaTUN19999455.901.1862250570.396787.7878.7412.49
TunisiaTUN20009563.501.3706829550.397130.1578.5613.29
TurkeyTUR199460573.0029608.711092.725757.2869.0416.11
TurkeyTUR199561646.0045845.120693.486085.0068.5921.63
TurkeyTUR199662695.0081404.936675.476424.4270.8420.99
TurkeyTUR199763745.0015186564522.947010.8970.5521.49
TurkeyTUR199864789.00260724111801.757209.8869.1020.15
TurkeyTUR199965819.00418783168680.636972.8569.6518.07
TurkeyTUR200066835.00625218252226.947414.0269.1521.11
TaiwanTWN199421034.9026.459922.8013471.4362.6321.77
TaiwanTWN199521214.9926.489923.0714341.1562.8521.63
TaiwanTWN199621387.8127.459923.0315589.1062.4920.63
TaiwanTWN199721577.3828.722.9716827.6962.7521.83
TaiwanTWN199821777.1033.459923.1117742.8063.9321.96
TaiwanTWN1999nananananana
TaiwanTWN2000nananananana
TanzaniaTZA199428793.00509.6308899159.87437.3286.9711.15
TanzaniaTZA199529646.00574.7617188198.45452.3085.159.92
TanzaniaTZA199630487.82579.9766846235.95471.4085.458.62
TanzaniaTZA199731316.10612.1224976340.30433.0582.2310.42
TanzaniaTZA199832128.48664.6712036367.40449.6889.559.83
TanzaniaTZA199932922.57744.7590942412.84474.7088.058.90
TanzaniaTZA200033696.00800.4085083437.36490.1883.339.39
UgandaUGA199418599.39979.4453735332.78711.2178.672.92
UgandaUGA199519168.00968.916687342.81816.9378.143.53
UgandaUGA199619740.951046.084961362.94855.1580.103.64
UgandaUGA199720420.001083.009033380.43901.6176.783.29
UgandaUGA199821040.001240.30603387.35933.5378.373.17
UgandaUGA199921620.001454.827026397.011016.6383.853.22
UgandaUGA200022210.001644.474976410.331029.5785.063.57
UkraineUKR199451921.000.3275142010.045594.7754.2817.10
UkraineUKR199551531.001.4730750320.224724.5255.8811.12
UkraineUKR199651114.001.8294689660.364402.5256.489.03
UkraineUKR199750697.001.8616579770.424422.6556.859.34
UkraineUKR199850303.002.4495420460.454531.5257.659.36
UkraineUKR199949906.004.1304421420.544833.4654.198.80
UkraineUKR200049501.005.4402332310.685146.9654.369.68
UruguayURY19943194.725.0439171793.008572.8269.5012.00
UruguayURY19953218.006.3489999774.138630.7567.9012.65
UruguayURY19963241.527.9718332295.089285.2369.5911.58
UruguayURY19973265.009.4418325426.329912.4469.8511.79
UruguayURY19983289.0010.471920016.7210571.7770.6312.21
UruguayURY19993313.0011.339300166.8910379.1871.4911.06
UruguayURY20003337.0012.09959037.0710284.5971.8210.03
United StatesUSA1994260616.0011.0026834.1268.1120.90
United StatesUSA1995263073.0011.0027894.9268.1420.98
United StatesUSA1996265504.0011.0029193.9168.0521.58
United StatesUSA1997268087.0011.0030797.8467.4522.52
United StatesUSA1998270560.0011.0032230.1968.0822.89
United StatesUSA1999272996.0011.0033725.7768.8423.14
United StatesUSA2000275423.0011.0035618.6768.2624.25
UzbekistanUZB199422377.0011.41.242339.1755.7813.30
UzbekistanUZB199522785.0030.25.262529.1146.8813.69
UzbekistanUZB199623225.0041.18.602803.8255.539.33
UzbekistanUZB1997nananananana
UzbekistanUZB1998nananananana
UzbekistanUZB1999nananananana
UzbekistanUZB2000nananananana
St.Vincent & GrenadinesVCT1994110.372.7000000481.075555.2755.009.08
St.Vincent & GrenadinesVCT1995111.002.7000000481.056086.1746.909.66
St.Vincent & GrenadinesVCT1996111.682.7000000481.056432.0046.098.90
St.Vincent & GrenadinesVCT1997112.422.7000000481.106389.3657.149.77
St.Vincent & GrenadinesVCT1998113.222.7000000481.126729.9255.1010.36
St.Vincent & GrenadinesVCT1999114.082.7000000481.107033.3753.1710.42
St.Vincent & GrenadinesVCT2000115.002.7000000481.007847.4546.428.43
VenezuelaVEN199421377.00148.502700862.856458.3165.2210.43
VenezuelaVEN199521844.00176.842498894.976586.8764.4513.96
VenezuelaVEN199622311.00417.332489190.336916.3558.9011.65
VenezuelaVEN199722777.00488.6347961280.246785.2162.9415.71
VenezuelaVEN199823242.00547.5557861362.326229.5668.3416.95
VenezuelaVEN199923707.00605.7166748418.596298.2264.4013.85
VenezuelaVEN200024170.00679.9602051469.487232.4757.9913.54
VietnamVNM199471679.2410962.129881777.341339.8973.4412.60
VietnamVNM199572980.0011034.919922079.011471.0775.0113.98
VietnamVNM199674300.0011032.599612108.211651.5679.0614.90
VietnamVNM199775460.0011683.330082049.032032.7277.9113.19
VietnamVNM1998nananananana
VietnamVNM1999nananananana
VietnamVNM2000nananananana
YemenYEM199414785.0012.0100002321.33859.2849.135.30
YemenYEM199515250.0040.8391799936.10815.7355.436.58
YemenYEM199615692.2594.1566696252.23801.6366.806.82
YemenYEM199716139.48129.280807550.391093.1850.506.38
YemenYEM199816599.45135.881698643.991161.4056.056.27
YemenYEM199917047.64155.718307556.011185.5853.315.37
YemenYEM200017507.16161.718307560.941292.5639.775.62
South AfricaZAF199438283.223.5507979391.816980.6062.727.73
South AfricaZAF199539120.003.627084971.987086.0965.008.57
South AfricaZAF199639912.004.2993488312.077429.2365.177.94
South AfricaZAF199740670.334.6079621322.217606.7565.457.61
South AfricaZAF199841402.395.5282840732.337612.7966.237.28
South AfricaZAF199942106.236.1094841962.447749.9665.746.74
South AfricaZAF200042800.996.9398279192.558016.6564.997.08
Congo, Dem. Rep.ZAR199442489.321194.119019518.70315.4480.482.96
Congo, Dem. Rep.ZAR199543848.007024.4311522763.71327.2777.932.63
Congo, Dem. Rep.ZAR199645254.158376420020.81309.8178.432.43
Congo, Dem. Rep.ZAR199746753.571.3134479520.58281.0781.942.60
Congo, Dem. Rep.ZAR1998nananananana
Congo, Dem. Rep.ZAR1999nananananana
Congo, Dem. Rep.ZAR2000nananananana
ZambiaZMB19948740.72669.3706055307.48834.1975.439.86
ZambiaZMB19958980.00864.1192017402.40829.3776.5510.31
ZambiaZMB19969214.401207.900024515.01838.0578.7410.99
ZambiaZMB19979443.211314.498047596.97851.4777.5912.15
ZambiaZMB19989665.711862.06897744.91800.6985.1213.75
ZambiaZMB19999881.212388.019043941.87765.2491.8215.30
ZambiaZMB200010089.003110.8439941157.63840.9786.3315.38
ZimbabweZWE199410775.358.1515388492.012586.8460.1018.53
ZimbabweZWE199511011.008.665375712.152603.3766.8915.03
ZimbabweZWE199611242.1610.002349852.642860.2372.0611.32
ZimbabweZWE199711923.5212.111289983.172727.0682.8211.01
ZimbabweZWE199812153.8523.679109574.062799.8577.6610.75
ZimbabweZWE199912388.3238.301200876.122770.4876.8910.73
ZimbabweZWE200012627.0044.417919169.482607.0369.238.62
- - - - - - - - - - - - diff --git a/demos/pagination.html b/demos/pagination.html deleted file mode 100644 index 85220af9..00000000 --- a/demos/pagination.html +++ /dev/null @@ -1,13061 +0,0 @@ - - - - tablefilter v0.0.20 - Pagination Demo - - - - - -

tablefilter v0.0.20

-

Pagination demo

- -

-
-
-
-    
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-    
-    
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-        
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
-    
-
countryisoyearPOPXRATPPPcgdpccci
AngolaAGO199410627.1859.5149993953.321095.9434.669.09
AngolaAGO199510972.002750.229981007.531244.7341.869.43
AngolaAGO199611316.94128029.203154873.281362.3237.178.57
AngolaAGO1997nananananana
AngolaAGO1998nananananana
AngolaAGO1999nananananana
AngolaAGO2000nananananana
AlbaniaALB19943185.0094.6233291623.452514.7987.7814.42
AlbaniaALB19953225.0092.6975021425.052775.9883.3413.10
AlbaniaALB19963266.00104.498901428.053070.8493.0610.65
AlbaniaALB19973339.00148.932907136.632789.1392.8911.02
AlbaniaALB19983364.00150.633300844.673067.5291.2111.00
AlbaniaALB19993383.00137.690597543.843413.6589.9411.23
AlbaniaALB20003411.00143.709396443.163657.9985.4512.70
ArgentinaARG199434304.270.9990082980.7410193.4968.8917.41
ArgentinaARG199534768.000.9997500180.7410024.1267.4415.45
ArgentinaARG199635220.000.9996625190.7310671.5368.2115.75
ArgentinaARG199735672.000.9994999770.7111545.1969.1817.09
ArgentinaARG199836125.000.9994999770.6911919.9569.3917.28
ArgentinaARG199936580.000.9994999770.6711554.3769.7215.27
ArgentinaARG200037032.000.9994999770.6611729.0869.0614.08
ArmeniaARM19943748.00288.650787422.812181.6886.3512.97
ArmeniaARM19953760.00405.908294762.542222.2592.2310.88
ArmeniaARM19963774.00414.041503973.212393.2789.9010.91
ArmeniaARM19973786.00490.846801883.992415.8597.2011.46
ArmeniaARM19983795.00504.915008592.652616.6895.8111.00
ArmeniaARM19993801.00535.061828690.482791.5492.509.81
ArmeniaARM20003803.00539.525817987.503068.2190.6710.04
AntiguaATG199465.732.7000000481.3914807.5141.829.89
AntiguaATG199566.292.7000000481.5712790.7450.4517.76
AntiguaATG199666.862.7000000481.7012923.0044.1116.27
AntiguaATG199766.292.7000000481.6714182.0438.2714.72
AntiguaATG199866.862.7000000481.6814912.1239.6414.17
AntiguaATG199967.432.7000000481.6316035.2438.5613.69
AntiguaATG200068.002.7000000481.5218006.9034.8211.85
AustraliaAUS199417838.001.36781.2820637.1670.5424.28
AustraliaAUS199518072.001.3491.2821771.3169.8423.20
AustraliaAUS199618311.001.27791.2722834.6869.1223.65
AustraliaAUS199718524.001.34741.2624010.9269.3824.65
AustraliaAUS199818730.001.59181.2625002.1170.2725.24
AustraliaAUS199918937.001.54991.2626342.6970.2925.27
AustraliaAUS200019157.001.72481.2927193.4869.5523.06
AustriaAUT19948029.7011.421814.2119950.3868.7625.42
AustriaAUT19958046.5010.081514.2120733.7568.6325.73
AustriaAUT19968059.4010.586614.2121398.9769.7525.01
AustriaAUT19978072.2012.204214.1521988.9669.8425.52
AustriaAUT19988078.4012.379114.0623016.3869.6324.80
AustriaAUT19998092.3012.915814.0223849.1470.0424.61
AustriaAUT20008110.2014.935413.9924835.7169.1925.34
AzerbaijanAZE19947597.001570.224976110.312246.8665.7015.20
AzerbaijanAZE19957685.004413.542969696.691992.8777.3812.11
AzerbaijanAZE19967763.004301.26416860.942046.8582.3116.97
AzerbaijanAZE19977838.003985.375877.092291.0372.3221.39
AzerbaijanAZE19987913.003868.998047876.142480.9376.3117.56
AzerbaijanAZE19997983.004120.166992859.952732.7070.9213.22
AzerbaijanAZE20008049.004474.153809823.803554.6259.1310.77
BurundiBDI19946024.75252.662506150.63766.5788.583.15
BurundiBDI19956156.00249.757507357.11709.9286.363.01
BurundiBDI19966287.08302.746704168.20634.7883.643.62
BurundiBDI19976417.85352.350799681.38645.3280.452.37
BurundiBDI19986548.19447.765808194.95632.0885.663.43
BurundiBDI19996677.95563.562581.58739.5784.033.17
BurundiBDI20006807.00720.6732788125.81618.7187.564.18
BelgiumBEL199410116.0033.456538.8619887.3855.1022.32
BelgiumBEL199510137.0029.4838.8920702.1354.2423.13
BelgiumBEL199610155.0030.961539.0021101.1954.9322.53
BelgiumBEL199710180.0035.773938.9722107.8454.3923.33
BelgiumBEL199810203.0036.298638.9022958.8454.7123.57
BelgiumBEL199910222.0037.864139.1223760.3854.8022.94
BelgiumBEL200010254.0043.784939.0725008.4954.2923.62
BeninBEN19945325.00555.2047119156.33998.3489.455.35
BeninBEN19955475.00499.148407171.131071.6089.337.70
BeninBEN19965628.82511.5523987181.371106.8689.907.07
BeninBEN19975794.36583.6693726187.631101.0292.938.06
BeninBEN19985950.33589.9517822190.951178.4690.987.55
BeninBEN19996109.53615.6990967200.191174.9092.617.86
BeninBEN20006272.00711.9763184200.611224.7492.278.25
Burkina FasoBFA19949755.03555.2047119125.76838.7679.816.57
Burkina FasoBFA19959988.00499.148407136.65860.8980.419.29
Burkina FasoBFA199610225.00511.5523987144.18881.1180.4012.12
Burkina FasoBFA199710473.53583.6693726141.78899.0176.9414.94
Burkina FasoBFA199810730.33589.9517822139.66979.5880.6612.24
Burkina FasoBFA199910995.70615.6990967137.641001.7079.8113.14
Burkina FasoBFA200011274.00711.9763184140.56985.6776.5314.87
BangladeshBGD1994117897.5440.211738598.461345.3784.379.56
BangladeshBGD1995119768.0040.278320318.761439.1985.139.79
BangladeshBGD1996121679.3441.794170389.001506.2586.9510.16
BangladeshBGD1997124381.4143.892120369.281561.9784.8510.73
BangladeshBGD1998126564.7046.905651099.691629.8682.4511.25
BangladeshBGD1999128787.3249.0853996310.151681.4482.6711.71
BangladeshBGD2000131050.0052.1416702310.201772.4681.8812.14
BulgariaBGR19948435.0054.133668549.466587.5364.403.03
BulgariaBGR19958400.0067.1708285815.756651.3067.053.27
BulgariaBGR19968356.00177.888706335.425893.2668.563.34
BulgariaBGR19978312.071.6818790440.385470.7962.694.42
BulgariaBGR19988257.001.7603579760.485593.6567.916.72
BulgariaBGR19998208.001.8363829850.495760.2070.967.72
BulgariaBGR20008166.962.1232750420.496355.7067.346.95
BahrainBHR1994nananananana
BahrainBHR1995nananananana
BahrainBHR1996599.000.3759999870.2713261.1742.286.39
BahrainBHR1997nananananana
BahrainBHR1998nananananana
BahrainBHR1999nananananana
BahrainBHR2000nananananana
BahamasBHS1994nananananana
BahamasBHS1995nananananana
BahamasBHS1996284.0010.7416527.4874.029.91
BahamasBHS1997nananananana
BahamasBHS1998nananananana
BahamasBHS1999nananananana
BahamasBHS2000nananananana
BelarusBLR199410356.0010600316.935405.0055.9923.98
BelarusBLR199510329.00115002164.165363.7953.1517.58
BelarusBLR199610298.00155003161.365667.2253.5218.06
BelarusBLR199710117.0026.019920355.616365.6754.8319.16
BelarusBLR199810069.0046.127250679.677181.9356.2518.10
BelarusBLR199910035.00248.794906638.447769.3657.8714.02
BelarusBLR200010005.00876.75102.038738.2356.0213.77
BelizeBLZ1994210.8920.885938.9458.0114.22
BelizeBLZ1995216.7020.896125.6860.8411.55
BelizeBLZ1996222.4020.926198.9060.2511.07
BelizeBLZ1997217.0620.916540.3659.6414.48
BelizeBLZ1998224.4520.906595.5161.2814.83
BelizeBLZ1999232.1020.936773.4566.1114.87
BelizeBLZ2000240.0020.957169.9071.8318.77
BermudaBMU1994nananananana
BermudaBMU1995nananananana
BermudaBMU199662.1011.4218793.4188.7414.57
BermudaBMU1997nananananana
BermudaBMU1998nananananana
BermudaBMU1999nananananana
BermudaBMU2000nananananana
BoliviaBOL19947237.004.6205167771.572426.4079.168.06
BoliviaBOL19957414.004.8003420831.712545.5277.288.56
BoliviaBOL19967588.005.0746130941.872641.7776.819.67
BoliviaBOL19977767.005.2542581561.972727.2578.1312.04
BoliviaBOL19987950.005.510132792.122760.1180.0814.68
BoliviaBOL19998138.005.812407972.092831.6180.4711.10
BoliviaBOL20008328.706.1835417752.102933.8977.9410.75
BrazilBRA1994157188.100.6392999890.356322.6257.5416.52
BrazilBRA1995159346.000.9176666740.616674.2863.9517.20
BrazilBRA1996161513.171.0051000120.706881.4463.6016.62
BrazilBRA1997163859.681.0779919620.747166.2562.9417.06
BrazilBRA1998166045.571.1605169770.787020.0862.2616.94
BrazilBRA1999168227.981.8147330280.797216.5864.5215.61
BrazilBRA2000170406.001.8301420210.837744.7165.7515.63
BarbadosBRB1994264.3021.0113076.4279.393.38
BarbadosBRB1995264.2021.0513409.7181.553.56
BarbadosBRB1996264.4021.0314607.6582.723.11
BarbadosBRB1997264.7421.0715570.5589.863.66
BarbadosBRB1998265.3021.1216058.5489.294.06
BarbadosBRB1999266.0821.1416463.8891.804.17
BarbadosBRB2000267.0021.1217526.3591.603.93
BhutanBTN1994nananananana
BhutanBTN1995nananananana
BhutanBTN1996715.8735.433170328.311968.5150.5723.23
BhutanBTN1997nananananana
BhutanBTN1998nananananana
BhutanBTN1999nananananana
BhutanBTN2000nananananana
BotswanaBWA19941425.422.6846458911.495564.9343.2516.83
BotswanaBWA19951460.002.7722070221.605803.2441.9916.84
BotswanaBWA19961496.003.3241970541.806070.5139.7117.15
BotswanaBWA19971533.003.6507630351.986087.7349.9915.44
BotswanaBWA19981561.724.2258801462.046533.7659.6812.91
BotswanaBWA19991588.124.6243948942.097027.9067.6711.61
BotswanaBWA2000nananananana
Central African RepublicCAF19943220.09555.2047119152.27965.2879.225.21
Central African RepublicCAF19953288.00499.148407156.441088.1971.406.48
Central African RepublicCAF19963354.09511.5523987182.37894.9593.682.36
Central African RepublicCAF19973528.62583.6693726183.32902.7684.874.61
Central African RepublicCAF19983603.40589.9517822174.96979.1575.096.34
Central African RepublicCAF1999nananananana
Central African RepublicCAF2000nananananana
CanadaCAN199429036.001.36561.2321350.3959.2324.00
CanadaCAN199529353.901.37241.2122450.8657.9423.78
CanadaCAN199629671.901.36351.2123090.8658.4123.18
CanadaCAN199729987.001.38461.1924412.3258.3626.16
CanadaCAN199830248.001.48351.1924944.1959.3425.38
CanadaCAN199930493.001.48571.1926479.8658.3225.06
CanadaCAN200030750.001.48511.1828730.6955.6725.86
SwitzerlandCHE19946994.001.36772.1823466.1958.9625.97
SwitzerlandCHE19957041.001.18252.1424110.1258.4626.98
SwitzerlandCHE19967072.001.2362.1124460.4559.1026.22
SwitzerlandCHE19977089.001.45132.0825147.6659.3225.93
SwitzerlandCHE19987110.001.44982.0326290.7058.8927.07
SwitzerlandCHE19997144.001.50222.0027156.2458.9525.80
SwitzerlandCHE20007185.001.68882.0028208.7657.9826.89
ChileCHL199413994.40420.1766968202.067557.3760.5420.03
ChileCHL199514210.40396.7732849209.908676.4658.0223.45
ChileCHL199614418.80412.2666931220.378972.3561.4924.12
ChileCHL199714622.40419.2950134222.289706.6961.9724.59
ChileCHL199814821.70460.2875061227.679939.5163.6724.24
ChileCHL199915017.80508.7767029234.819774.9362.8918.04
ChileCHL200015211.30535.4655762238.8810388.9061.3419.70
ChinaCHN19941190918.028.6187429431.662551.9750.0622.34
ChinaCHN19951203324.038.3514165881.912759.9251.6822.47
ChinaCHN19961215414.278.3141746522.022972.6151.8822.04
ChinaCHN19971227176.708.2898168562.033141.0749.9721.82
ChinaCHN19981238599.428.2789583211.983317.7949.4421.60
ChinaCHN19991249981.568.2782497411.953483.3950.5521.00
ChinaCHN20001258821.038.2785043721.923843.6748.6621.09
Cote d`IvoireCIV199413132.24555.2047119177.721824.8374.254.88
Cote d`IvoireCIV199513528.00499.148407189.401947.1477.075.49
Cote d`IvoireCIV199613888.77511.5523987200.961958.7574.255.55
Cote d`IvoireCIV199714731.84583.6693726215.121969.6476.364.85
Cote d`IvoireCIV199815159.11589.9517822216.902055.6777.115.65
Cote d`IvoireCIV199915586.39615.6990967213.222057.5775.246.31
Cote d`IvoireCIV200016013.00711.9763184205.652027.5776.765.75
CameroonCMR199412822.14555.2047119148.621790.5083.495.30
CameroonCMR199513182.00499.148407169.281851.7381.814.73
CameroonCMR199613548.75511.5523987178.061894.6983.464.93
CameroonCMR199713917.84583.6693726177.172005.0284.395.02
CameroonCMR199814238.86589.9517822182.472018.3884.455.46
CameroonCMR199914558.39615.6990967188.101976.3484.655.79
CameroonCMR200014876.00711.9763184170.402300.7581.145.41
Congo, Republic ofCOG19942489.45555.2047119310.221324.2665.3711.94
Congo, Republic ofCOG19952561.00499.148407295.661394.8862.368.44
Congo, Republic ofCOG19962633.72511.5523987285.411728.9358.657.39
Congo, Republic ofCOG19972707.60583.6693726271.761842.4357.404.65
Congo, Republic ofCOG19982782.62589.9517822273.511511.0485.725.49
Congo, Republic ofCOG19992933.76615.6990967273.991698.5157.274.42
Congo, Republic ofCOG20003018.00711.9763184287.162532.8044.712.61
ColombiaCOL199437806.85844.8358765353.635046.5371.1915.83
ColombiaCOL199538558.00912.826416411.675323.4471.1115.77
ColombiaCOL199639285.001036.686035474.225528.8069.8114.73
ColombiaCOL199740042.001140.963013531.485718.5769.2214.03
ColombiaCOL199840804.001426.036987611.565642.3769.4512.81
ColombiaCOL199941539.001756.230957644.455565.9967.117.84
ColombiaCOL200042299.302087.904053691.015795.5567.938.79
ComorosCOM1994479.57416.398803792.721739.4890.866.47
ComorosCOM1995492.00374.357086299.761636.9188.226.79
ComorosCOM1996504.68383.6600037102.871576.5189.356.95
ComorosCOM1997517.62437.7471008104.401732.1192.656.09
ComorosCOM1998530.82442.4588013104.771714.7584.206.50
ComorosCOM1999544.28461.7745972104.581803.5785.714.78
ComorosCOM2000558.00533.9824829105.981822.8379.764.30
Cape VerdeCPV1994371.9781.8908309931.382882.4483.4521.97
Cape VerdeCPV1995382.0076.8533325231.713125.8181.0221.03
Cape VerdeCPV1996392.6482.5914688132.403194.1080.0319.19
Cape VerdeCPV1997403.5693.1766662635.123327.2581.6617.42
Cape VerdeCPV1998415.3298.1575012236.713473.7190.3915.55
Cape VerdeCPV1999427.79102.699996936.803835.6985.8615.58
Cape VerdeCPV2000441.00115.876602234.124299.1876.3313.79
Costa RicaCRI19943266.00157.066696276.785208.0465.1018.10
Costa RicaCRI19953333.00179.729202390.105398.0163.8616.01
Costa RicaCRI19963398.00207.6891937108.505150.7765.3413.86
Costa RicaCRI19973576.91232.5975037159.715233.9765.4616.36
Costa RicaCRI19983653.06257.229187175.865653.6563.5618.50
Costa RicaCRI19993731.07285.6846924197.926072.2660.2014.81
Costa RicaCRI20003811.00308.1867065218.495872.7962.1614.11
CubaCUB199410960.4910.364895.9671.250.97
CubaCUB199510998.5310.404980.8272.191.31
CubaCUB199611038.6010.395259.4072.361.54
CubaCUB1997nananananana
CubaCUB1998nananananana
CubaCUB1999nananananana
CubaCUB2000nananananana
CyprusCYP1994726.000.4921909870.3713616.5861.2818.47
CyprusCYP1995733.000.4524202050.3415920.3962.6420.32
CyprusCYP1996740.000.4663113060.3515813.2166.2717.88
CyprusCYP1997nananananana
CyprusCYP1998nananananana
CyprusCYP1999nananananana
CyprusCYP2000nananananana
Czech RepublicCZE199410333.6028.78519.7411756.6268.2021.63
Czech RepublicCZE199510327.3026.540710.6512551.7567.5525.24
Czech RepublicCZE199610315.3027.144911.2913457.7369.2925.85
Czech RepublicCZE199710303.0031.698411.8713734.3269.2424.80
Czech RepublicCZE199810293.6032.281212.5614213.2366.5423.27
Czech RepublicCZE199910285.0034.569212.7514393.1767.9721.81
Czech RepublicCZE200010272.1038.598412.8514844.0067.4224.21
DjiboutiDJI1994nananananana
DjiboutiDJI1995nananananana
DjiboutiDJI1996612.36177.72099366.932103.4476.894.15
DjiboutiDJI1997nananananana
DjiboutiDJI1998nananananana
DjiboutiDJI1999nananananana
DjiboutiDJI2000nananananana
DominicaDMA199472.442.7000000481.256400.1154.8911.40
DominicaDMA199573.002.7000000481.276507.3252.3713.93
DominicaDMA199673.002.7000000481.276903.5550.2712.41
DominicaDMA1997nananananana
DominicaDMA1998nananananana
DominicaDMA1999nananananana
DominicaDMA200073.002.7000000481.218284.0448.2112.21
DenmarkDNK19945201.006.36058.4222064.3767.1219.85
DenmarkDNK19955222.005.60248.3623119.2066.1022.21
DenmarkDNK19965256.005.79878.3824086.6266.2821.37
DenmarkDNK19975280.006.60458.3725273.9865.6423.66
DenmarkDNK19985303.006.70088.4226193.0166.6324.48
DenmarkDNK19995321.006.97628.5626988.9066.0222.25
DenmarkDNK20005338.008.08318.6428538.8262.9024.14
Dominican RepublicDOM19947685.4813.160140045.263414.8872.8413.91
Dominican RepublicDOM19957823.0013.597350125.673656.8671.3812.40
Dominican RepublicDOM19967963.5813.774585.863927.5173.3611.97
Dominican RepublicDOM19977967.9314.265480045.974515.2667.8311.89
Dominican RepublicDOM19988103.2115.266590126.244798.2568.6113.87
Dominican RepublicDOM19998238.2716.033079156.535167.1766.6014.03
Dominican RepublicDOM20008373.0016.415019996.835653.7867.1613.78
AlgeriaDZA199427454.3235.0584983813.014126.1763.9312.98
AlgeriaDZA199528058.0047.6627311716.534245.0362.4412.93
AlgeriaDZA199628675.2854.7489318818.954726.7356.0911.88
AlgeriaDZA199729045.0057.7073516819.704828.1454.7211.15
AlgeriaDZA199829507.0058.7389602720.804540.7459.6714.00
AlgeriaDZA199929950.0066.5738830621.594894.4357.0512.46
AlgeriaDZA200030399.2575.2597885121.616106.9146.219.78
EcuadorECU199411215.972196.728027899.523612.8759.2715.80
EcuadorECU199511460.002564.4938961097.523656.5259.6816.88
EcuadorECU199611698.003189.4741211344.363862.9457.7614.56
EcuadorECU199711937.003998.267091765.593755.4960.6317.35
EcuadorECU199812175.005446.5732422480.463556.3565.1819.55
EcuadorECU199912412.0011786.79983760.423464.4360.389.22
EcuadorECU200012646.0024988.390637214.853719.9056.8712.93
EgyptEGY199457063.533.3851330280.883468.1291.014.40
EgyptEGY199558180.003.3922080990.983565.0890.084.74
EgyptEGY199659272.003.3914830681.053699.5491.134.96
EgyptEGY199760416.243.3887500761.093910.3791.315.13
EgyptEGY199861580.003.3880000111.143993.4194.195.99
EgyptEGY199962770.003.3952500821.154203.8992.605.94
EgyptEGY200063976.003.4720499521.204406.3690.515.87
EritreaERI1994nananananana
EritreaERI1995nananananana
EritreaERI19963670.006.3516750341.50774.8197.459.09
EritreaERI1997nananananana
EritreaERI1998nananananana
EritreaERI1999nananananana
EritreaERI2000nananananana
SpainESP199439149.70133.958121.6614204.7170.0322.62
SpainESP199539223.00124.689116.1315992.1575.1621.96
SpainESP199639278.80126.662126.5915535.3369.0123.21
SpainESP199739348.10146.414127.3216411.8468.5923.23
SpainESP199839453.40149.395128.4817329.4368.8724.02
SpainESP199939626.20156.174130.3818210.7869.4924.65
SpainESP200039927.40180.595133.2719036.7069.1325.47
EstoniaEST19941499.0012.991250043.016578.5760.8815.06
EstoniaEST19951484.0011.464750293.877084.2057.5113.58
EstoniaEST19961469.0012.033749584.757509.5859.6014.71
EstoniaEST19971427.1613.881750115.288526.3860.0016.90
EstoniaEST19981406.0314.074669845.649222.7060.8015.63
EstoniaEST19991386.6714.677579885.559834.7457.4112.36
EstoniaEST20001369.0016.968639375.4210872.8356.7013.15
EthiopiaETH199454890.005.4650001531.02505.2883.964.35
EthiopiaETH199556530.006.1583328251.13530.8783.204.70
EthiopiaETH199658234.006.3516750341.18550.9587.475.73
EthiopiaETH199759750.006.7093420031.16600.3981.745.48
EthiopiaETH199861266.007.1159081461.19615.2077.515.16
EthiopiaETH199962782.007.9422497751.17660.6475.784.63
EthiopiaETH200064298.008.2172584531.12720.0867.964.00
FinlandFIN19945089.005.22355.9317293.9065.0521.05
FinlandFIN19955108.004.36675.9718517.5864.3420.17
FinlandFIN19965125.004.59355.8719488.6064.7120.40
FinlandFIN19975140.005.19145.9320850.6763.4620.95
FinlandFIN19985153.005.34416.0222215.2463.0620.97
FinlandFIN19995165.005.58086.0522931.3864.1320.20
FinlandFIN20005176.006.45356.1924416.3662.2421.04
FijiFJI1994765.441.4641250370.704953.4562.519.66
FijiFJI1995770.001.406332970.695143.4662.1710.23
FijiFJI1996775.671.4033000470.735282.3767.087.91
FijiFJI1997782.831.4436750410.745213.9667.788.91
FijiFJI1998791.171.9868170020.755303.1161.348.28
FijiFJI1999801.001.9696249960.725918.4159.697.58
FijiFJI2000nananananana
FranceFRA199459115.605.5526.6419113.2767.6222.39
FranceFRA199559326.404.99156.6019791.4867.0723.05
FranceFRA199659533.105.11556.6020228.2367.7621.99
FranceFRA199759735.605.83676.5820887.8866.9821.38
FranceFRA199859942.105.89956.5321889.9266.8822.49
FranceFRA199960156.406.1576.4822723.1867.0122.53
FranceFRA200060431.207.11986.4623613.7666.3723.82
GabonGAB19941071.00555.2047119288.157556.4861.207.51
GabonGAB19951098.00499.148407275.498192.1862.736.83
GabonGAB19961125.00511.5523987296.758860.4760.406.94
GabonGAB19971136.90583.6693726304.569155.0260.688.95
GabonGAB19981167.29589.9517822307.827600.6975.8511.17
GabonGAB19991198.32615.6990967286.037804.3575.647.81
GabonGAB20001230.00711.9763184366.817779.7678.968.66
United KingdomGBR199458401.000.65340.6318473.8374.5918.24
United KingdomGBR199558612.000.63370.6419187.6474.4818.24
United KingdomGBR199658807.000.6410.6520066.2575.1917.95
United KingdomGBR199759014.000.61080.6521281.7874.6118.51
United KingdomGBR199859237.000.60380.6522326.8674.6019.81
United KingdomGBR199959501.000.61810.6523125.9075.8219.17
United KingdomGBR200059756.000.66090.6524252.4475.2019.43
GeorgiaGEO1994nananananana
GeorgiaGEO1995nananananana
GeorgiaGEO19965420.001.2627999780.244478.8374.121.91
GeorgiaGEO19975431.001.2975000140.184813.6280.784.21
GeorgiaGEO19985442.001.3898169990.194848.1477.006.35
GeorgiaGEO19995024.002.0245170590.205593.1281.663.60
GeorgiaGEO20005024.001.9761669640.225315.4374.174.07
GermanyGER199481422.001.62282.0919930.8968.4324.49
GermanyGER199581661.001.43312.0920676.8168.5224.15
GermanyGER199681896.001.50482.0721118.5769.2523.13
GermanyGER199782052.001.73412.0621638.7769.3422.90
GermanyGER199882029.001.75972.0522435.1969.2323.06
GermanyGER199982087.001.83582.0323142.7070.1522.68
GermanyGER200082168.002.12292.0223917.4469.4223.62
GhanaGHA199416639.55956.7108154256.951217.1777.446.39
GhanaGHA199517075.001200.428955354.681280.6775.485.50
GhanaGHA199617523.211637.232056504.181283.5578.286.19
GhanaGHA199718048.342050.166992624.521251.8386.147.36
GhanaGHA199818449.372314.146973677.541384.7880.446.57
GhanaGHA199918868.322669.299072788.041384.0986.466.18
GhanaGHA200019306.005455.0561521024.041375.8183.805.10
GuineaGIN19946425.74976.6364136206.192530.7189.2310.79
GuineaGIN19956591.00991.411499214.212581.7392.918.17
GuineaGIN19966755.781004.015991217.562707.9192.837.24
GuineaGIN19976921.561095.32605210.262848.2090.347.30
GuineaGIN19987086.121236.832031215.832897.8492.527.13
GuineaGIN19997250.521387.401001222.752949.7893.307.12
GuineaGIN20007415.001746.869995239.892961.0293.347.59
Gambia, TheGMB19941076.299.5755500793.061054.1588.708.37
Gambia, TheGMB19951111.009.5462503433.151042.7890.6810.01
Gambia, TheGMB19961145.889.788950923.201044.5690.7910.54
Gambia, TheGMB19971186.2610.200160033.101137.6088.527.74
Gambia, TheGMB19981223.8110.643099783.241119.0191.658.56
Gambia, TheGMB19991262.7111.39509013.161234.9491.877.42
Gambia, TheGMB20001303.0012.787630083.111329.3988.837.33
Guinea-BissauGNB19941059.38198.340606758.14758.7779.3413.86
Guinea-BissauGNB19951086.00278.03909384.26771.6782.6213.87
Guinea-BissauGNB19961111.92405.7449951122.84806.3781.9714.22
Guinea-BissauGNB19971125.99583.6691895156.62886.1178.3814.23
Guinea-BissauGNB19981149.33589.9515991162.29648.2084.3612.43
Guinea-BissauGNB19991173.38615.6990967167.26705.0379.677.60
Guinea-BissauGNB20001199.00711.9763184174.06737.6778.995.55
Equatorial GuineaGNQ1994388.88555.2047119194.20924.4573.0835.44
Equatorial GuineaGNQ1995399.00499.148407204.001005.5868.6637.99
Equatorial GuineaGNQ1996409.44511.5523987231.151394.9170.2858.13
Equatorial GuineaGNQ1997421.26583.6693726277.022493.9961.7431.64
Equatorial GuineaGNQ1998433.06589.9517822199.603105.0477.1741.79
Equatorial GuineaGNQ1999445.03615.6990967214.445638.6235.3226.65
Equatorial GuineaGNQ2000457.00711.9763184203.0310302.2826.8317.70
GreeceGRC199410426.00242.603200.0711647.5473.9719.13
GreeceGRC199510454.00231.663213.2312217.8879.4019.51
GreeceGRC199610475.90240.712224.1012750.9579.5520.44
GreeceGRC199710498.80273.058234.2513472.1778.6620.79
GreeceGRC199810516.40295.529243.1514095.3478.4621.77
GreeceGRC199910533.70305.647246.9814755.8278.1421.31
GreeceGRC200010557.90365.399252.0815557.8376.6022.84
GrenadaGRD199494.102.7000000481.654552.0467.3422.21
GrenadaGRD199594.502.7000000481.644814.8067.5119.21
GrenadaGRD199695.002.7000000481.685016.4270.4821.86
GrenadaGRD199795.502.7000000481.745124.0676.6223.37
GrenadaGRD199896.202.7000000481.765442.2176.2323.57
GrenadaGRD199997.002.7000000481.765962.3262.1722.30
GrenadaGRD200098.002.7000000481.766409.8266.0724.51
GuatemalaGTM19949715.295.7512011532.133600.2685.038.04
GuatemalaGTM19959976.005.8103427892.273768.1484.887.52
GuatemalaGTM199610243.436.0495128632.433838.6885.276.17
GuatemalaGTM199710517.006.0652689932.573983.4084.716.93
GuatemalaGTM199810799.006.3946528432.784119.2485.019.00
GuatemalaGTM199911088.407.3856101042.914192.4286.158.36
GuatemalaGTM200011385.307.7631587983.004334.5584.158.23
GuyanaGUY1994823.35138.290206936.082517.9473.8412.72
GuyanaGUY1995830.00141.989196840.602614.4668.5515.16
GuyanaGUY1996836.57140.37540.832868.7465.3014.17
GuyanaGUY1997749.05142.400802640.033537.1266.1513.93
GuyanaGUY1998752.43150.519195640.153571.7468.2312.71
GuyanaGUY1999756.34177.994995141.603833.3865.8310.25
GuyanaGUY2000nananananana
Hong KongHKG19945998.007.728416926.7824816.2366.9026.70
Hong KongHKG19956156.007.7358331687.0524736.9767.6331.41
Hong KongHKG19966311.007.7342538837.2425993.8267.2528.99
Hong KongHKG19976502.007.7420830737.4927076.4167.8230.70
Hong KongHKG19986645.607.7453331957.4425591.2466.1426.74
Hong KongHKG19996720.707.7575001727.1425668.8866.7221.79
Hong KongHKG20006797.007.7911667826.6827892.5064.4524.99
HondurasHND19945492.468.4087581632.681958.5075.6718.86
HondurasHND19955654.009.470987323.192082.6071.6518.05
HondurasHND19965818.0611.705300333.882116.8273.8516.40
HondurasHND19975939.4713.003470424.782165.3575.4516.86
HondurasHND19986098.9313.385020265.122249.3374.4016.12
HondurasHND19996258.4614.213170055.732133.9878.2917.23
HondurasHND20006417.0014.839200026.332164.4372.4320.37
CroatiaHRV1994nananananana
CroatiaHRV19954669.005.2299671173.126748.3562.0112.21
CroatiaHRV19964494.005.433800223.237427.9059.8815.33
CroatiaHRV19974446.616.1007170683.428134.9963.6119.18
CroatiaHRV19984396.576.3622918133.608702.4560.8016.66
CroatiaHRV19994374.517.1124448783.698846.6659.4615.94
CroatiaHRV20004380.008.2765645983.779547.1657.7015.27
HaitiHTI19947009.0415.039999963.691079.2388.652.31
HaitiHTI19957168.0015.109729773.621470.2693.863.19
HaitiHTI19967336.0015.701149943.681756.8195.192.59
HaitiHTI19977492.0016.654499053.592081.3490.212.13
HaitiHTI19987647.0016.765670783.602365.4394.751.96
HaitiHTI1999nananananana
HaitiHTI2000nananananana
HungaryHUN199410261.00105.1651.928297.3672.6317.51
HungaryHUN199510229.00125.68164.298536.6366.8019.24
HungaryHUN199610193.00152.64777.678707.7964.9021.78
HungaryHUN199710155.00186.78990.199325.1863.0722.42
HungaryHUN199810144.00214.402100.819864.1763.6924.66
HungaryHUN199910067.00237.146108.6310418.9464.6224.13
HungaryHUN200010024.00282.179117.9111062.9064.1325.47
IndonesiaIDN1994190847.972160.753906598.283355.2157.9319.86
IndonesiaIDN1995193976.002248.60791671.713489.0157.3024.37
IndonesiaIDN1996197156.482342.295898693.843891.2161.4921.19
IndonesiaIDN1997200390.292909.379883756.404136.5762.5420.99
IndonesiaIDN1998203678.3710013.620121199.673910.0262.1613.22
IndonesiaIDN1999207021.627855.1499021398.853831.6066.3710.13
IndonesiaIDN2000210420.998421.7753911521.374035.2764.7810.67
IndiaIND1994913600.0031.373739246.261815.4862.6311.92
IndiaIND1995929358.0232.427078256.731950.4259.4113.25
IndiaIND1996945611.7835.433170327.042117.8760.7411.93
IndiaIND1997962377.6636.313289647.112221.1360.0212.53
IndiaIND1998979672.9041.25936897.582348.0056.5912.88
IndiaIND1999997515.2043.055431377.702510.5654.3313.60
IndiaIND20001015923.0144.941608437.672683.6152.3813.18
IrelandIRL19943586.000.66860.6615388.7167.3017.26
IrelandIRL19953601.300.62370.6816978.9664.4418.75
IrelandIRL19963626.100.6250.6818494.3863.5819.71
IrelandIRL19973660.600.65960.7020658.6161.6220.97
IrelandIRL19983704.900.70230.7322433.9861.0822.95
IrelandIRL19993744.700.73920.7624653.4260.5421.15
IrelandIRL20003786.900.85480.7927197.0659.7821.55
IranIRN199458013.681748.750977417.124958.9265.289.50
IranIRN199558954.001747.927979586.755203.5959.4519.53
IranIRN199659925.111750.762939720.615333.1665.0913.45
IranIRN199760875.001752.921997827.175473.2365.4415.89
IranIRN199861850.001751.863037942.075447.3467.0918.23
IranIRN199962764.001752.931031075.705983.8463.6215.06
IranIRN200063664.001764.4300541167.047202.0456.0113.12
IcelandISL1994266.0069.944482.8019925.0066.7518.75
IcelandISL1995267.4064.691782.9620347.5667.7319.11
IcelandISL1996268.9066.583.8021476.4868.5822.01
IcelandISL1997270.9070.904384.5022896.9768.1022.78
IcelandISL1998273.8070.958385.6024715.0269.6027.09
IcelandISL1999277.2072.335387.4025732.6271.7424.78
IcelandISL2000281.3078.615988.9326928.5570.8527.57
IsraelISR19945399.003.0110549932.8114790.7258.2930.43
IsraelISR19955545.003.0112919813.0215650.5558.6430.91
IsraelISR19965692.003.1916499143.2616464.2458.6530.81
IsraelISR19975836.003.4493501193.4717241.0758.3327.69
IsraelISR19985963.003.8000750543.6517520.8359.0924.50
IsraelISR19996105.004.1397171023.7818091.9259.0025.51
IsraelISR20006233.214.0773329733.7719148.4458.2023.33
ItalyITA199457203.501612.441527.6118920.9570.3819.93
ItalyITA199557300.801628.931576.6319783.3969.2320.71
ItalyITA199657397.001542.951618.6920474.8869.1520.10
ItalyITA199757512.201703.11632.3021167.6670.0620.28
ItalyITA199857588.001736.211645.9821915.8270.6420.52
ItalyITA199957646.301817.441652.0222523.3471.2621.09
ItalyITA200057728.302101.631709.1122876.2862.0521.73
JamaicaJAM19942496.0033.0859298715.143503.1666.6621.96
JamaicaJAM19952522.1035.1421203618.003747.1665.9821.15
JamaicaJAM19962538.0037.1195602421.093804.1465.5020.48
JamaicaJAM19972554.0035.4044685429.863327.3054.9523.35
JamaicaJAM19982576.0036.5499992430.303441.7857.9220.38
JamaicaJAM19992590.0039.0435218832.503413.8357.4920.35
JamaicaJAM20002633.0042.7011413635.103464.2657.6620.53
JordanJOR19944060.840.6987642050.283780.0358.3219.36
JordanJOR19954195.000.7003775240.283929.7554.8318.85
JordanJOR19964314.230.7089999910.293747.7759.0317.44
JordanJOR19974459.120.7089999910.293974.3457.5914.17
JordanJOR19984597.350.7089999910.304063.3959.5811.84
JordanJOR19994739.870.7089999910.294203.9259.439.98
JordanJOR20004886.810.7089999910.284282.2263.1810.74
JapanJPN1994124960.00102.208176.4822302.1160.8531.36
JapanJPN1995125570.0094.0596172.5922967.1260.9831.58
JapanJPN1996125864.00108.779168.7724046.5160.8732.71
JapanJPN1997126166.00120.991167.2124737.4460.6632.31
JapanJPN1998126486.00130.905165.3724661.4361.8330.15
JapanJPN1999126686.00113.907161.7424979.2462.8728.94
JapanJPN2000126919.00107.765156.0825924.3961.6229.75
KazakhstanKAZ199416297.0035.538330084.455853.5670.8517.12
KazakhstanKAZ199516066.0060.9500007611.155662.0764.0010.68
KazakhstanKAZ199615921.0067.3033294715.155882.1869.887.31
KazakhstanKAZ199715334.4075.437516.866212.4672.017.77
KazakhstanKAZ199815073.0078.3033294717.986003.1176.827.38
KazakhstanKAZ199914927.00119.523300219.027094.6470.687.50
KazakhstanKAZ200014869.00142.133300821.098331.2960.887.14
KenyaKEN199426506.7956.0505790712.811180.0572.507.09
KenyaKEN199527216.0051.4298286413.961225.4879.517.74
KenyaKEN199627918.1057.1148681614.861268.6178.647.74
KenyaKEN199728043.0058.7318382316.041342.5182.147.57
KenyaKEN199828726.0060.3666992217.701327.7181.717.89
KenyaKEN199929416.0070.3262176519.181286.8678.157.75
KenyaKEN200030092.0076.1755371120.051316.2680.127.54
KyrgyzstanKGZ19944473.0010.841679570.823296.8062.553.27
KyrgyzstanKGZ19954514.0010.821880341.292771.8362.987.21
KyrgyzstanKGZ19964576.0012.809559821.972595.9666.2311.17
KyrgyzstanKGZ19974681.0017.36248972.332817.5955.3810.24
KyrgyzstanKGZ19984797.0020.837570192.682663.5568.527.19
KyrgyzstanKGZ19994864.6039.007728583.432922.3962.817.92
KyrgyzstanKGZ20004915.0047.703830723.993205.1160.336.97
CambodiaKHM199410367.142545.25550.011087.3486.183.98
CambodiaKHM199510695.322450.833008596.211183.7091.894.65
CambodiaKHM199610968.052624.083008623.521217.9090.505.54
CambodiaKHM199711236.772946.25622.341300.7284.465.14
CambodiaKHM199811498.003744.416992727.291284.9286.295.76
CambodiaKHM199911756.713807.833008752.211296.9986.416.45
CambodiaKHM2000nananananana
St. Kitts & NevisKNA199441.192.7000000481.549481.7640.8219.36
St. Kitts & NevisKNA199541.002.7000000481.4310692.0348.4118.19
St. Kitts & NevisKNA199640.882.7000000481.3911661.9850.7917.94
St. Kitts & NevisKNA199740.822.7000000481.4412643.5843.9517.17
St. Kitts & NevisKNA199840.822.7000000481.4712949.7243.9116.42
St. Kitts & NevisKNA199940.882.7000000481.3914272.9548.2013.23
St. Kitts & NevisKNA200041.002.7000000481.4114627.3047.4716.49
Korea, Republic ofKOR199444642.00803.446584.4112396.2954.9040.23
Korea, Republic ofKOR199545093.00771.273617.7013547.4555.3140.50
Korea, Republic ofKOR199645545.00804.453641.6414319.8956.5441.64
Korea, Republic ofKOR199745991.00951.289670.2814704.0357.4837.65
Korea, Republic ofKOR199846430.001401.44702.5913622.0155.7424.66
Korea, Republic ofKOR199946858.001188.82709.1014528.7358.1529.05
Korea, Republic ofKOR200047275.001130.96732.2914936.6957.1230.78
KuwaitKWT1994nananananana
KuwaitKWT1995nananananana
KuwaitKWT19961697.000.2994086150.2323385.9352.029.92
KuwaitKWT1997nananananana
KuwaitKWT1998nananananana
KuwaitKWT1999nananananana
KuwaitKWT2000nananananana
LaosLAO1994nananananana
LaosLAO1995nananananana
LaosLAO19964725.58921.0217285267.901367.3162.2321.23
LaosLAO1997nananananana
LaosLAO1998nananananana
LaosLAO1999nananananana
LaosLAO2000nananananana
LebanonLBN19943929.731680.072998952.264075.21116.1617.47
LebanonLBN19954005.001621.4129641011.424448.56112.0617.75
LebanonLBN19964077.011571.443971016.534927.15106.1915.82
LebanonLBN19974145.531539.4499511070.965158.00102.2713.80
LebanonLBN19984210.341516.1319581104.625306.5790.8214.94
LebanonLBN19994271.231507.8439941033.705660.0484.8210.30
LebanonLBN20004328.001507.5942.166089.2676.508.18
St. LuciaLCA1994142.702.7000000481.675858.9372.3314.08
St. LuciaLCA1995145.402.7000000481.686214.0271.0210.71
St. LuciaLCA1996147.002.7000000481.676267.6873.6112.28
St. LuciaLCA1997149.672.7000000481.686238.9774.3614.19
St. LuciaLCA1998151.952.7000000481.746397.5673.6613.44
St. LuciaLCA1999153.702.7000000481.786578.3476.5514.36
St. LuciaLCA2000156.002.7000000481.796822.9874.8113.69
Sri LankaLKA199417865.0049.4151382411.542813.2977.4212.51
Sri LankaLKA199518112.0051.2515907312.342991.1877.7911.87
Sri LankaLKA199618300.0055.271438613.133201.4374.7111.39
Sri LankaLKA199718552.0058.9946098315.253145.9470.2811.99
Sri LankaLKA199818774.0064.4501190215.823429.3269.2812.46
Sri LankaLKA199919043.0070.6354522716.293564.6570.3912.49
Sri LankaLKA200019359.0077.0051193216.893840.7767.6112.51
LesothoLSO19941885.183.5507979391.131266.47104.3432.80
LesothoLSO19951926.003.627084971.261270.7497.1441.61
LesothoLSO19961968.334.2993488311.421319.9693.7547.20
LesothoLSO19971944.714.6079621321.671449.8890.2544.58
LesothoLSO19981978.095.5282840731.741430.2083.3638.40
LesothoLSO19992008.246.1094841961.961413.2175.5137.52
LesothoLSO20002035.006.9398279192.051492.2764.6336.22
LithuaniaLTU19943721.003.9777500630.706514.5571.038.23
LithuaniaLTU19953715.0041.086031.8364.5913.76
LithuaniaLTU19963709.0041.316495.2566.3413.42
LithuaniaLTU19973705.5941.437211.7566.5616.09
LithuaniaLTU19983703.0041.467925.1964.1616.26
LithuaniaLTU19993699.0041.497759.5768.0614.95
LithuaniaLTU20003695.0041.468396.6666.3512.98
LuxembourgLUX1994403.8033.456539.7931897.3050.3024.06
LuxembourgLUX1995412.8029.4838.2733757.3059.2123.86
LuxembourgLUX1996418.3030.961538.2635144.2459.8923.68
LuxembourgLUX1997423.7035.773938.2438908.9256.3524.85
LuxembourgLUX1998429.2036.298638.2441716.9954.6523.34
LuxembourgLUX1999435.7037.864138.5444322.4453.3525.10
LuxembourgLUX2000441.4043.784938.3848967.5649.5823.48
LatviaLVA19942548.000.5597500210.145612.6062.486.91
LatviaLVA19952516.000.5275833010.165962.0957.2110.00
LatviaLVA19962491.000.5507500170.186194.1362.7310.41
LatviaLVA19972469.000.5809167030.206596.2263.6311.18
LatviaLVA19982449.000.5898333190.217042.5264.9414.59
LatviaLVA19992410.000.5851666930.217625.3465.0912.42
LatviaLVA20002372.000.606500030.228305.2264.5911.85
MacaoMAC1994418.778.0500001915.8321866.9334.8522.02
MacaoMAC1995430.008.0500001915.9023365.0433.6918.33
MacaoMAC1996440.918.0500001915.6623350.4334.9813.82
MacaoMAC1997418.007.9752922065.8222959.6838.8014.72
MacaoMAC1998426.007.9787669185.5821820.7540.3712.89
MacaoMAC1999434.007.9918498995.2521517.9241.4712.01
MacaoMAC2000438.008.0258998874.9223118.1139.248.25
MoroccoMAR199425926.009.202714923.073512.9882.809.66
MoroccoMAR199526386.008.5402364733.173362.4781.3211.29
MoroccoMAR199626848.008.7158756263.123808.4882.289.56
MoroccoMAR199727310.009.5271072392.983903.3577.1910.08
MoroccoMAR199827775.009.6044158942.874308.9377.3811.45
MoroccoMAR199928238.009.8044185642.854299.6176.7310.55
MoroccoMAR200028705.0010.625639922.884299.2476.1212.22
MoldovaMDA1994nananananana
MoldovaMDA19954339.004.4958000180.642316.8365.5910.32
MoldovaMDA19964325.004.6044831280.802264.2070.629.49
MoldovaMDA19974312.004.623582840.842457.1069.898.85
MoldovaMDA19984299.005.3706998830.922294.6680.259.57
MoldovaMDA19994290.0010.515810011.362111.2276.578.84
MoldovaMDA20004282.0012.434220311.692212.2394.108.70
MadagascarMDG199412915.043067.335938909.03778.1091.642.62
MadagascarMDG199513300.004265.6318361292.75784.2591.302.62
MadagascarMDG199613717.554061.2519531479.40799.0690.082.83
MadagascarMDG199714148.205090.886231566.28818.5991.842.69
MadagascarMDG199814592.385441.3979491675.00836.6791.792.76
MadagascarMDG199915050.506283.7749021819.92862.3392.842.72
MadagascarMDG200015523.006767.4809571925.96876.6893.583.23
MexicoMEX199489352.003.37512.107572.1776.8121.08
MexicoMEX199590903.006.41942.887028.2075.6714.42
MexicoMEX199692450.007.59953.727344.1474.2316.85
MexicoMEX199793990.007.91854.307861.6973.8819.70
MexicoMEX199895521.009.1364.958141.7475.2320.74
MexicoMEX199997428.009.56045.548497.6874.7920.45
MexicoMEX200097221.009.45565.759710.9967.0920.83
MacedoniaMKD19941947.0043.2631797816.974113.1976.928.90
MacedoniaMKD19951966.0037.8817596419.354445.4770.6913.15
MacedoniaMKD19961980.0039.981079119.474571.2172.6412.67
MacedoniaMKD19971996.8750.0035514819.824686.6273.3712.53
MacedoniaMKD19982015.0054.4617309620.134816.1974.2612.49
MacedoniaMKD19992017.0056.9018287719.835236.6472.0410.40
MacedoniaMKD20002031.0065.9038696320.995506.4781.7610.03
MaliMLI19949449.71555.2047119146.93703.6892.977.57
MaliMLI19959705.00499.148407160.86788.5185.677.24
MaliMLI19969993.35511.5523987168.02812.3386.577.79
MaliMLI199710089.80583.6693726161.44888.9579.256.41
MaliMLI199810333.64589.9517822163.33908.8680.316.42
MaliMLI199910583.65615.6990967155.48959.5579.556.17
MaliMLI200010840.00711.9763184151.60995.5277.076.36
MaltaMLT1994368.000.3779211040.2610923.1963.9620.61
MaltaMLT1995371.000.3530587850.2512309.9266.0821.43
MaltaMLT1996373.000.36045590.2413226.5068.2718.81
MaltaMLT1997383.000.3859660920.2414136.2466.6416.58
MaltaMLT1998385.000.3884595040.2414977.6266.6514.55
MaltaMLT1999nananananana
MaltaMLT2000nananananana
MongoliaMNG1994nananananana
MongoliaMNG1995nananananana
MongoliaMNG19962497.75548.4033203185.331268.4862.9816.64
MongoliaMNG1997nananananana
MongoliaMNG1998nananananana
MongoliaMNG1999nananananana
MongoliaMNG2000nananananana
MozambiqueMOZ199415420.006038.5878911070.88809.6799.673.52
MozambiqueMOZ199515820.009024.3330081713.10784.4699.744.36
MozambiqueMOZ199616230.0011293.752322.23853.5597.803.66
MozambiqueMOZ199716630.0011772.629882539.50942.6593.823.33
MozambiqueMOZ199816965.0012110.20022696.711026.0291.564.20
MozambiqueMOZ199917299.0013028.589842868.801046.8097.525.90
MozambiqueMOZ200017691.0015447.139652986.651113.4396.094.68
MauritaniaMRT19942264.96123.574996940.951367.8774.246.87
MauritaniaMRT19952329.00129.768295346.391285.7878.298.14
MauritaniaMRT19962394.35137.221694949.671265.9877.759.95
MauritaniaMRT19972415.46151.85330251.801327.7975.6511.01
MauritaniaMRT19982493.12188.475799655.681357.3579.5810.35
MauritaniaMRT19992576.18209.514205954.691425.5677.378.64
MauritaniaMRT2000nananananana
MauritiusMUS19941113.0017.960369115.6010096.1284.3113.65
MauritiusMUS19951122.0017.386320115.5611067.2481.2710.62
MauritiusMUS19961134.0017.948070535.7611808.2880.1010.40
MauritiusMUS19971147.7121.057260516.1612226.8581.4912.79
MauritiusMUS19981159.7323.992649086.2813440.9079.1311.83
MauritiusMUS19991174.4025.185810096.6513632.8982.1311.14
MauritiusMUS20001186.1426.24955946.7314405.6981.3311.34
MalawiMWI19949493.118.7364053732.28476.4583.598.97
MalawiMWI19959757.0015.283740043.65637.5388.525.03
MalawiMWI199610016.0015.308469774.82718.1295.964.62
MalawiMWI19979664.9316.444179535.17833.0696.644.56
MalawiMWI19989884.0031.072679526.95785.6291.854.35
MalawiMWI199910097.5044.088138589.58824.82100.704.49
MalawiMWI200010311.0059.543811812.13807.7493.583.75
MalaysiaMYS199420103.262.6242570881.247617.4351.1131.97
MalaysiaMYS199520609.862.5044040681.278381.0350.7134.74
MalaysiaMYS199621129.232.515943051.319165.7849.1333.18
MalaysiaMYS199721667.002.8131918911.349688.6748.2034.40
MalaysiaMYS199822180.003.9243750571.2510191.9240.8718.06
MalaysiaMYS199922710.003.7999999521.2710435.7834.8518.26
MalaysiaMYS200023270.003.7999999521.559421.5030.0321.70
NamibiaNAM19941502.853.5507979391.654398.6356.9811.87
NamibiaNAM19951543.003.627084971.814336.0058.9410.53
NamibiaNAM19961582.994.2993488311.994354.8559.4511.40
NamibiaNAM19971647.524.6079621322.334421.2461.6910.19
NamibiaNAM19981681.825.5282840732.534567.8160.9213.25
NamibiaNAM19991718.276.1094841962.674772.4158.5911.67
NamibiaNAM2000nananananana
NigerNER19948842.09555.2047119122.62801.6977.074.13
NigerNER19959150.00499.148407126.81809.7078.252.99
NigerNER19969469.07511.5523987134.38799.4081.473.92
NigerNER19979770.24583.6693726138.02798.7080.444.25
NigerNER199810120.12589.9517822143.64841.3482.784.39
NigerNER199910475.80615.6990967136.84866.4179.183.74
NigerNER200010832.00711.9763184133.32902.2883.323.85
NigeriaNGA1994108012.5721.9960002915.94719.1472.8712.76
NigeriaNGA1995111270.0021.8952598623.53755.8975.4611.04
NigeriaNGA1996114495.5121.8844299326.61926.0961.199.82
NigeriaNGA1997117680.7521.8860492725.87964.8873.979.61
NigeriaNGA1998120817.2621.8859996828.64816.1581.1311.54
NigeriaNGA1999123896.5292.3380966232.58795.7469.8216.31
NigeriaNGA2000126910.00101.697303839.93826.4731.8922.19
NicaraguaNIC19944304.716.7228751181.671711.6984.6010.13
NicaraguaNIC19954426.007.5455918311.751838.3782.7011.31
NicaraguaNIC19964548.058.4355001452.071772.6380.2812.71
NicaraguaNIC19974680.479.4480829242.561553.2894.5316.80
NicaraguaNIC19984810.2910.581919672.731666.0696.2817.16
NicaraguaNIC19994940.7411.809249882.941800.77104.7321.48
NicaraguaNIC20005071.0012.684390073.081947.2292.2117.88
NetherlandsNLD199415381.001.822.1019638.7662.6021.10
NetherlandsNLD199515460.001.60572.0920607.3262.1421.85
NetherlandsNLD199615526.001.68592.0921430.5062.5521.93
NetherlandsNLD199715607.001.95132.0922582.8462.2322.35
NetherlandsNLD199815703.001.98372.1023648.7662.8422.34
NetherlandsNLD199915809.002.06852.1324483.2363.7622.37
NetherlandsNLD200015920.002.39192.1625758.8362.7322.47
NorwayNOR19944337.007.05769.2021746.5160.6125.84
NorwayNOR19954358.006.33529.2623015.9259.8027.17
NorwayNOR19964381.006.44989.3124937.0658.9525.94
NorwayNOR19974405.007.07349.3526615.1457.9128.41
NorwayNOR19984432.007.54519.5626317.2161.3031.31
NorwayNOR19994462.007.79929.7227622.5260.5826.91
NorwayNOR20004491.008.80189.8932057.2953.4524.48
NepalNPL199420753.4549.397518168.221168.2069.4017.03
NepalNPL199521272.0051.890331278.441222.3067.8318.06
NepalNPL199621794.6856.691951758.991272.3170.3718.83
NepalNPL199721444.8858.009548199.461380.5070.7917.36
NepalNPL199821965.4265.975791939.661415.7170.4216.56
NepalNPL199922498.0468.2393722510.291476.5570.4913.26
NepalNPL200023043.0071.0938034110.511564.8367.2716.02
New ZealandNZL19943602.001.68651.4916302.7468.1921.95
New ZealandNZL19953656.001.52391.4817075.0467.7123.36
New ZealandNZL19963714.001.45491.4717707.2668.1923.38
New ZealandNZL19973761.001.51241.4817945.2969.1622.06
New ZealandNZL19983792.001.86831.4818085.4470.5020.99
New ZealandNZL19993811.001.88961.4619007.0370.1222.69
New ZealandNZL20003831.002.20121.4620008.2967.6422.33
OmanOMN1994nananananana
OmanOMN1995nananananana
OmanOMN19962173.000.3844999970.2016667.8858.288.08
OmanOMN1997nananananana
OmanOMN1998nananananana
OmanOMN1999nananananana
OmanOMN2000nananananana
PakistanPAK1994119401.8529.877840047.441768.4471.2911.40
PakistanPAK1995122374.9530.929689418.171878.3271.4611.09
PakistanPAK1996125409.8535.265731818.761951.6674.0211.07
PakistanPAK1997128457.3140.917919169.621962.2576.3610.48
PakistanPAK1998131582.0044.942840589.932048.3973.7210.08
PakistanPAK1999134790.0049.1183395410.442085.4177.288.68
PakistanPAK2000138080.0053.6481895410.692157.8674.048.81
PanamaPAN19942585.2410.555441.8758.4723.68
PanamaPAN19952631.0010.555453.2558.2426.17
PanamaPAN19962674.0010.545670.9257.9426.54
PanamaPAN19972719.0010.506002.1061.2425.19
PanamaPAN19982764.0010.516217.6965.5526.58
PanamaPAN19992811.0010.516336.4263.0728.71
PanamaPAN20002856.0010.526650.2062.2526.65
PeruPER199423149.982.1949999331.194009.2770.8119.94
PeruPER199523532.002.2533330921.294373.1170.2322.00
PeruPER199623947.002.4533329011.414434.0870.8820.86
PeruPER199724371.002.6641669271.364734.2269.4022.28
PeruPER199824801.002.9300000671.454629.3070.3521.78
PeruPER199925230.003.3833329681.494627.9770.0618.43
PeruPER200025661.003.490000011.524799.3069.5317.44
PhilippinesPHL199468661.4926.417169578.742822.8673.0515.89
PhilippinesPHL199570267.0025.714469919.142968.2074.7115.56
PhilippinesPHL199671899.0026.216100699.683122.2975.2516.42
PhilippinesPHL199771324.6829.4706592610.193344.3075.7417.48
PhilippinesPHL199872775.4540.8930511510.853415.2876.5413.95
PhilippinesPHL199974194.8839.0889816311.243726.8971.8312.22
PhilippinesPHL200075580.0044.192249311.014064.7067.1211.63
Papua New GuineaPNG19944201.861.0113400220.314188.1650.165.76
Papua New GuineaPNG19954301.001.2798420190.393800.1662.678.42
Papua New GuineaPNG19964400.901.3190749880.453529.3554.2612.65
Papua New GuineaPNG19974760.731.437971950.433423.7360.9211.06
Papua New GuineaPNG19984882.812.0735919480.493311.2359.269.46
Papua New GuineaPNG19995005.922.5707728860.553313.2663.019.54
Papua New GuineaPNG2000nananananana
PolandPOL199438544.002.27230.886623.4476.0614.85
PolandPOL199538588.002.4251.117204.2272.9117.34
PolandPOL199638618.002.69611.307712.8575.0819.53
PolandPOL199738650.003.27931.488250.2675.6221.50
PolandPOL199838666.003.47541.648727.1475.7522.38
PolandPOL199938654.003.96711.749150.8277.1822.24
PolandPOL200038646.004.34611.849661.3667.2124.35
Puerto RicoPRI1994nananananana
Puerto RicoPRI1995nananananana
Puerto RicoPRI19963733.0010.839765.6596.1122.95
Puerto RicoPRI19973805.0010.8510048.2696.6125.16
Puerto RicoPRI19983833.0010.8710590.0995.5523.29
Puerto RicoPRI1999nananananana
Puerto RicoPRI2000nananananana
PortugalPRT19949902.80165.993122.0012435.1262.8620.71
PortugalPRT19959916.80151.106126.5712907.0072.3823.85
PortugalPRT19969926.90154.244129.1713523.0872.4823.73
PortugalPRT19979940.70175.312131.8814268.5372.2125.41
PortugalPRT19989968.70180.104134.3715165.2272.3326.62
PortugalPRT19999990.00188.178133.2116302.3261.6726.46
PortugalPRT200010005.00217.603135.1517088.9660.7427.22
ParaguayPRY19944711.891911.545044610.275209.5072.5612.24
ParaguayPRY19954828.001970.400024698.175236.2172.8412.89
ParaguayPRY19964955.002062.783936751.375342.3971.6112.43
ParaguayPRY19975085.002177.863037838.304909.9779.8713.06
ParaguayPRY19985219.002726.48999941.074766.3980.8812.43
ParaguayPRY19995358.843119.072998955.204723.7977.1211.63
ParaguayPRY20005496.003486.353027993.264801.3077.1411.06
QatarQAT1994nananananana
QatarQAT1995nananananana
QatarQAT1996693.003.6400001052.4919843.9150.1013.25
QatarQAT1997nananananana
QatarQAT1998nananananana
QatarQAT1999nananananana
QatarQAT2000nananananana
RomaniaROM199422731.001655.08606499.954377.7572.1313.89
RomaniaROM199522681.002033.276001676.224699.6677.5512.60
RomaniaROM199622608.003084.218018962.084983.7683.0811.64
RomaniaROM199722554.007167.9428712345.914787.4182.2711.50
RomaniaROM199822503.008875.5761723402.874848.8683.9410.65
RomaniaROM199922457.9915332.839844983.814818.3581.4710.12
RomaniaROM200022435.0021708.72077059.265023.5381.0311.18
RussiaRUS1994148336.002.1907498840.557499.8649.5118.33
RussiaRUS1995148140.994.5591502191.477068.7460.7317.40
RussiaRUS1996147739.015.120832922.047106.7963.8613.72
RussiaRUS1997147304.005.7848329542.307297.9566.6813.05
RussiaRUS1998146899.019.7050828932.647086.3967.739.20
RussiaRUS1999146308.9924.61993984.038074.7057.358.81
RussiaRUS2000145555.0128.129169464.859995.9154.748.79
RwandaRWA19946230.00194.51750.39529.48132.164.48
RwandaRWA19956400.00262.197509870.67746.3492.773.08
RwandaRWA19966727.00306.820007377.90823.2589.713.21
RwandaRWA19977895.18301.529785284.13847.7991.443.72
RwandaRWA19988105.00312.314086985.32914.2289.344.22
RwandaRWA19998310.00333.941894582.25944.8685.723.46
RwandaRWA20008508.00389.696197584.20976.1683.863.22
Saudi ArabiaSAU1994nananananana
Saudi ArabiaSAU1995nananananana
Saudi ArabiaSAU199619409.003.7449998862.2212245.5746.998.88
Saudi ArabiaSAU1997nananananana
Saudi ArabiaSAU1998nananananana
Saudi ArabiaSAU1999nananananana
Saudi ArabiaSAU2000nananananana
SudanSDN1994nananananana
SudanSDN1995nananananana
SudanSDN199627160.681250.791992328.141159.2679.219.57
SudanSDN1997nananananana
SudanSDN1998nananananana
SudanSDN1999nananananana
SudanSDN2000nananananana
SenegalSEN19948110.87555.2047119182.521363.8081.266.60
SenegalSEN19958330.00499.148407189.551421.7982.136.41
SenegalSEN19968557.01511.5523987187.901477.7083.676.66
SenegalSEN19978777.14583.6693726189.051545.1983.826.55
SenegalSEN19989032.38589.9517822188.741608.4083.677.44
SenegalSEN19999286.27615.6990967190.871650.8186.216.91
SenegalSEN20009530.00711.9763184194.261680.9786.917.14
SingaporeSGP19943421.001.5274440051.4621361.8638.3439.92
SingaporeSGP19953526.001.4173749691.4423306.6036.5141.32
SingaporeSGP19963670.001.4100409751.4124938.8534.7443.93
SingaporeSGP19973794.001.4848059421.4126755.9033.9245.56
SingaporeSGP19983923.001.6736019851.3526322.4832.8740.05
SingaporeSGP19993952.001.6949570181.3926470.2934.7437.74
SingaporeSGP20004018.001.7239630221.3828643.5934.7937.72
Sierra LeoneSLE19944399.00586.7396851130.03951.9081.944.55
Sierra LeoneSLE19954510.00755.2158203163.60885.2492.023.21
Sierra LeoneSLE19964630.00920.7324829203.31921.2298.935.27
Sierra LeoneSLE1997nananananana
Sierra LeoneSLE19984830.481563.618042288.65780.8594.564.22
Sierra LeoneSLE1999nananananana
Sierra LeoneSLE20005031.002092.125361.48733.5493.123.91
El SalvadorSLV19945540.868.7287502293.353816.3789.039.81
El SalvadorSLV19955669.008.7545833593.544143.5989.3110.35
El SalvadorSLV19965798.008.7550001143.694235.7988.777.79
El SalvadorSLV19975911.008.7562503813.744408.4187.057.90
El SalvadorSLV19986035.008.7550001143.884483.9986.729.28
El SalvadorSLV19996153.748.7550001143.864592.3987.768.34
El SalvadorSLV20006276.008.7550001144.004622.3789.268.87
Sao Tome and PrincipeSTP1994128.65732.6281738207.811357.60102.7618.97
Sao Tome and PrincipeSTP1995132.001420.340942378.051294.79114.3117.42
Sao Tome and PrincipeSTP1996135.292203.164063573.951272.02106.5618.71
Sao Tome and PrincipeSTP1997nananananana
Sao Tome and PrincipeSTP1998141.706883.2431641546.811284.0475.4517.81
Sao Tome and PrincipeSTP1999144.907118.9580081797.051284.2774.9618.08
Sao Tome and PrincipeSTP2000148.007978.1718751908.791316.8174.0018.08
Slovak RepublicSVK19945347.0032.04489.659036.7565.4916.74
Slovak RepublicSVK19955364.0029.713410.529675.5665.9121.68
Slovak RepublicSVK19965374.0030.653711.299992.8770.1627.02
Slovak RepublicSVK19975383.0033.616211.8510753.5770.3726.01
Slovak RepublicSVK19985391.0035.233411.7711835.6056.4727.91
Slovak RepublicSVK19995395.8041.362812.4912102.0855.9824.51
Slovak RepublicSVK20005401.0046.035213.0212618.5352.2224.78
SloveniaSVN19941988.90128.808593879.9711662.1253.2119.87
SloveniaSVN19951990.00118.518501389.0312574.9654.4623.11
SloveniaSVN19961991.00135.364303697.2713151.5154.3223.23
SloveniaSVN19971985.96159.6882935103.9614143.0253.2424.14
SloveniaSVN19981982.60166.134201108.9315067.3452.8225.35
SloveniaSVN19991985.50181.7691956113.4316198.3153.2727.82
SloveniaSVN20001988.00222.6560974119.6916983.3851.1327.60
SwedenSWE19948781.007.7169.4419256.7269.4818.48
SwedenSWE19958827.007.13339.5020438.3066.8319.46
SwedenSWE19968841.006.7069.5220864.5567.5018.93
SwedenSWE19978846.007.63499.5821521.1367.2718.59
SwedenSWE19988851.007.94999.5822475.3167.5619.56
SwedenSWE19998858.008.26249.6423477.2767.9319.51
SwedenSWE20008871.009.16229.6024628.4450.1420.60
SwazilandSWZ1994nananananana
SwazilandSWZ1995nananananana
SwazilandSWZ1996928.554.2993488311.095175.4371.2218.45
SwazilandSWZ1997959.704.6079621321.394773.6170.8820.40
SwazilandSWZ1998990.465.5282840731.514839.6169.0721.30
SwazilandSWZ19991019.476.1094841961.634928.8570.4718.63
SwazilandSWZ20001045.006.9398279191.775046.7270.8718.87
SeychellesSYC199473.925.0558581354.028216.6642.5616.11
SeychellesSYC199575.304.7619748123.449352.8352.6316.28
SeychellesSYC199676.544.9699831013.509422.0145.2028.23
SeychellesSYC199777.325.0263419153.3810332.3057.5418.98
SeychellesSYC199878.855.2621917722.8812334.4773.0916.45
SeychellesSYC199980.035.3425831793.3511454.2365.6417.61
SeychellesSYC200081.235.713817123.7111644.4262.1814.50
SyriaSYR199413713.8011.2250003810.873391.8774.7411.94
SyriaSYR199514112.0011.2250003810.563819.4470.8610.43
SyriaSYR199614505.9911.2250003811.373971.0970.939.15
SyriaSYR199715015.0011.2250003812.194071.7367.458.26
SyriaSYR199815402.0011.2250003812.024263.7267.967.89
SyriaSYR199915792.0011.2250003812.454176.4965.987.66
SyriaSYR200016189.0011.2250003812.834337.7860.577.00
ChadTCD19946463.87555.2047119104.70802.6790.137.87
ChadTCD19956707.00499.148407122.82871.6585.244.67
ChadTCD19966893.71511.5523987136.07885.9084.436.47
ChadTCD19977085.62583.6693726132.56936.6884.766.29
ChadTCD19987282.87589.9517822146.16938.4886.656.97
ChadTCD19997485.61615.6990967132.56970.4585.944.83
ChadTCD20007694.00711.9763184135.74959.4179.786.70
TogoTGO19943990.00555.2047119163.22838.1268.929.01
TogoTGO19954110.00499.148407186.59850.5069.319.94
TogoTGO19964230.00511.5523987201.70884.7471.3912.18
TogoTGO19974135.17583.6693726216.81976.0683.5210.62
TogoTGO19984258.14589.9517822199.34983.7477.3212.72
TogoTGO19994388.60615.6990967200.06995.4876.5811.32
TogoTGO20004527.00711.9763184207.24926.0477.4512.32
ThailandTHA199458718.0025.1499500310.256019.2049.7641.04
ThailandTHA199559401.0024.9151802110.646637.2550.8642.04
ThailandTHA199660003.0025.3426799810.837093.7250.6041.49
ThailandTHA199759370.4731.3643302911.277051.2551.8433.08
ThailandTHA199859793.5041.3593902612.306410.1751.0417.75
ThailandTHA199960245.8037.8136596711.856477.3153.0418.58
ThailandTHA200060728.0040.1118011511.886715.3153.4620.87
TajikistanTJK1994nananananana
TajikistanTJK1995nananananana
TajikistanTJK19965927.00295.546.95985.6967.3711.96
TajikistanTJK19976017.000.5623332860.071215.8568.698.66
TajikistanTJK19986127.000.7766249780.141234.3083.126.86
TajikistanTJK19996156.001.2377920150.171278.5371.908.41
TajikistanTJK20006170.002.0762500760.211379.6975.949.09
TurkmenistanTKM1994nananananana
TurkmenistanTKM1995nananananana
TurkmenistanTKM19964598.003978.225098449.044533.3339.0540.47
TurkmenistanTKM1997nananananana
TurkmenistanTKM1998nananananana
TurkmenistanTKM1999nananananana
TurkmenistanTKM2000nananananana
Trinidad&TobagoTTO19941253.515.9249291422.808361.0858.8312.99
Trinidad&TobagoTTO19951262.005.9477958682.739177.1561.439.78
Trinidad&TobagoTTO19961270.176.0050659182.839481.5663.4810.14
Trinidad&TobagoTTO19971277.746.251677993.498211.9169.7517.97
Trinidad&TobagoTTO19981285.146.2983078963.548426.1574.7414.06
Trinidad&TobagoTTO19991292.756.2989001272.9811192.6872.848.36
Trinidad&TobagoTTO20001301.006.2997970582.7613720.5769.767.43
TunisiaTUN19948823.691.0115540030.345214.3976.1712.71
TunisiaTUN19958957.500.9457499980.365343.9576.8512.78
TunisiaTUN19969089.300.9734082820.365830.0577.4813.06
TunisiaTUN19979215.001.1059080360.376077.8478.1113.12
TunisiaTUN19989333.301.1387250420.386352.5879.2712.98
TunisiaTUN19999455.901.1862250570.396787.7878.7412.49
TunisiaTUN20009563.501.3706829550.397130.1578.5613.29
TurkeyTUR199460573.0029608.711092.725757.2869.0416.11
TurkeyTUR199561646.0045845.120693.486085.0068.5921.63
TurkeyTUR199662695.0081404.936675.476424.4270.8420.99
TurkeyTUR199763745.0015186564522.947010.8970.5521.49
TurkeyTUR199864789.00260724111801.757209.8869.1020.15
TurkeyTUR199965819.00418783168680.636972.8569.6518.07
TurkeyTUR200066835.00625218252226.947414.0269.1521.11
TaiwanTWN199421034.9026.459922.8013471.4362.6321.77
TaiwanTWN199521214.9926.489923.0714341.1562.8521.63
TaiwanTWN199621387.8127.459923.0315589.1062.4920.63
TaiwanTWN199721577.3828.722.9716827.6962.7521.83
TaiwanTWN199821777.1033.459923.1117742.8063.9321.96
TaiwanTWN1999nananananana
TaiwanTWN2000nananananana
TanzaniaTZA199428793.00509.6308899159.87437.3286.9711.15
TanzaniaTZA199529646.00574.7617188198.45452.3085.159.92
TanzaniaTZA199630487.82579.9766846235.95471.4085.458.62
TanzaniaTZA199731316.10612.1224976340.30433.0582.2310.42
TanzaniaTZA199832128.48664.6712036367.40449.6889.559.83
TanzaniaTZA199932922.57744.7590942412.84474.7088.058.90
TanzaniaTZA200033696.00800.4085083437.36490.1883.339.39
UgandaUGA199418599.39979.4453735332.78711.2178.672.92
UgandaUGA199519168.00968.916687342.81816.9378.143.53
UgandaUGA199619740.951046.084961362.94855.1580.103.64
UgandaUGA199720420.001083.009033380.43901.6176.783.29
UgandaUGA199821040.001240.30603387.35933.5378.373.17
UgandaUGA199921620.001454.827026397.011016.6383.853.22
UgandaUGA200022210.001644.474976410.331029.5785.063.57
UkraineUKR199451921.000.3275142010.045594.7754.2817.10
UkraineUKR199551531.001.4730750320.224724.5255.8811.12
UkraineUKR199651114.001.8294689660.364402.5256.489.03
UkraineUKR199750697.001.8616579770.424422.6556.859.34
UkraineUKR199850303.002.4495420460.454531.5257.659.36
UkraineUKR199949906.004.1304421420.544833.4654.198.80
UkraineUKR200049501.005.4402332310.685146.9654.369.68
UruguayURY19943194.725.0439171793.008572.8269.5012.00
UruguayURY19953218.006.3489999774.138630.7567.9012.65
UruguayURY19963241.527.9718332295.089285.2369.5911.58
UruguayURY19973265.009.4418325426.329912.4469.8511.79
UruguayURY19983289.0010.471920016.7210571.7770.6312.21
UruguayURY19993313.0011.339300166.8910379.1871.4911.06
UruguayURY20003337.0012.09959037.0710284.5971.8210.03
United StatesUSA1994260616.0011.0026834.1268.1120.90
United StatesUSA1995263073.0011.0027894.9268.1420.98
United StatesUSA1996265504.0011.0029193.9168.0521.58
United StatesUSA1997268087.0011.0030797.8467.4522.52
United StatesUSA1998270560.0011.0032230.1968.0822.89
United StatesUSA1999272996.0011.0033725.7768.8423.14
United StatesUSA2000275423.0011.0035618.6768.2624.25
UzbekistanUZB199422377.0011.41.242339.1755.7813.30
UzbekistanUZB199522785.0030.25.262529.1146.8813.69
UzbekistanUZB199623225.0041.18.602803.8255.539.33
UzbekistanUZB1997nananananana
UzbekistanUZB1998nananananana
UzbekistanUZB1999nananananana
UzbekistanUZB2000nananananana
St.Vincent & GrenadinesVCT1994110.372.7000000481.075555.2755.009.08
St.Vincent & GrenadinesVCT1995111.002.7000000481.056086.1746.909.66
St.Vincent & GrenadinesVCT1996111.682.7000000481.056432.0046.098.90
St.Vincent & GrenadinesVCT1997112.422.7000000481.106389.3657.149.77
St.Vincent & GrenadinesVCT1998113.222.7000000481.126729.9255.1010.36
St.Vincent & GrenadinesVCT1999114.082.7000000481.107033.3753.1710.42
St.Vincent & GrenadinesVCT2000115.002.7000000481.007847.4546.428.43
VenezuelaVEN199421377.00148.502700862.856458.3165.2210.43
VenezuelaVEN199521844.00176.842498894.976586.8764.4513.96
VenezuelaVEN199622311.00417.332489190.336916.3558.9011.65
VenezuelaVEN199722777.00488.6347961280.246785.2162.9415.71
VenezuelaVEN199823242.00547.5557861362.326229.5668.3416.95
VenezuelaVEN199923707.00605.7166748418.596298.2264.4013.85
VenezuelaVEN200024170.00679.9602051469.487232.4757.9913.54
VietnamVNM199471679.2410962.129881777.341339.8973.4412.60
VietnamVNM199572980.0011034.919922079.011471.0775.0113.98
VietnamVNM199674300.0011032.599612108.211651.5679.0614.90
VietnamVNM199775460.0011683.330082049.032032.7277.9113.19
VietnamVNM1998nananananana
VietnamVNM1999nananananana
VietnamVNM2000nananananana
YemenYEM199414785.0012.0100002321.33859.2849.135.30
YemenYEM199515250.0040.8391799936.10815.7355.436.58
YemenYEM199615692.2594.1566696252.23801.6366.806.82
YemenYEM199716139.48129.280807550.391093.1850.506.38
YemenYEM199816599.45135.881698643.991161.4056.056.27
YemenYEM199917047.64155.718307556.011185.5853.315.37
YemenYEM200017507.16161.718307560.941292.5639.775.62
South AfricaZAF199438283.223.5507979391.816980.6062.727.73
South AfricaZAF199539120.003.627084971.987086.0965.008.57
South AfricaZAF199639912.004.2993488312.077429.2365.177.94
South AfricaZAF199740670.334.6079621322.217606.7565.457.61
South AfricaZAF199841402.395.5282840732.337612.7966.237.28
South AfricaZAF199942106.236.1094841962.447749.9665.746.74
South AfricaZAF200042800.996.9398279192.558016.6564.997.08
Congo, Dem. Rep.ZAR199442489.321194.119019518.70315.4480.482.96
Congo, Dem. Rep.ZAR199543848.007024.4311522763.71327.2777.932.63
Congo, Dem. Rep.ZAR199645254.158376420020.81309.8178.432.43
Congo, Dem. Rep.ZAR199746753.571.3134479520.58281.0781.942.60
Congo, Dem. Rep.ZAR1998nananananana
Congo, Dem. Rep.ZAR1999nananananana
Congo, Dem. Rep.ZAR2000nananananana
ZambiaZMB19948740.72669.3706055307.48834.1975.439.86
ZambiaZMB19958980.00864.1192017402.40829.3776.5510.31
ZambiaZMB19969214.401207.900024515.01838.0578.7410.99
ZambiaZMB19979443.211314.498047596.97851.4777.5912.15
ZambiaZMB19989665.711862.06897744.91800.6985.1213.75
ZambiaZMB19999881.212388.019043941.87765.2491.8215.30
ZambiaZMB200010089.003110.8439941157.63840.9786.3315.38
ZimbabweZWE199410775.358.1515388492.012586.8460.1018.53
ZimbabweZWE199511011.008.665375712.152603.3766.8915.03
ZimbabweZWE199611242.1610.002349852.642860.2372.0611.32
ZimbabweZWE199711923.5212.111289983.172727.0682.8211.01
ZimbabweZWE199812153.8523.679109574.062799.8577.6610.75
ZimbabweZWE199912388.3238.301200876.122770.4876.8910.73
ZimbabweZWE200012627.0044.417919169.482607.0369.238.62
- - - - - - - - - - - - diff --git a/demos/requirejs-dev.html b/demos/requirejs-dev.html deleted file mode 100644 index 16951453..00000000 --- a/demos/requirejs-dev.html +++ /dev/null @@ -1,2701 +0,0 @@ - - - - tablefilter v0.0.20 - Development workflow with RequireJs - - - - -

tablefilter v0.0.20

-

Development workflow with RequireJs

-

- To take advantage of the RequireJs development workflow use the - grunt dev-modules command. -

-

- If you use extensions, you will need to specify the extensions path as per - configuration example. Sorting feature also requires the third-party - ../libs/sortabletable dependency to be imported. -

- -

-
-
-
-
-  
-    
-      
-      
-      
-      
-      
-      
-    
-  
-  
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-  
-
RankContinent/RegionCountry / TerritoryArea (km²)% of TotalNotes
Solar System Earth148,940,000100%Total land coverage (29.2% of Earth's surface)
1Asia /Europe - Russia - 17,098,24211.5%Largest country in the world. Encyclopaedia Britannica (EB): 17,075,400 - km² -
2America, North - Canada - 9,984,6706.7%Largest country in the Western Hemisphere. Longest coastline. EB: - 9,984,670 km² -
3 America, North - United - States - 9,629,0916.5% -
-
Includes only the - 50 - states and the District of Columbia. The total area is listed as - 9,826,630 km² by the CIA World Factbook. -
- EB: 9,522,055 km² -
4Asia, Eastern - PR - China - 9,598,0946.4%Second largest Asian country (after Asian part of Russia). Total of - separate UN figures for Mainland China (9,596,961) inclusive Hong Kong - SAR (1,104 km²) and Macau (29 km²). (Excludes all disputed - territories.) EB: 9,572,900 km² -
5America, South - Brazil - 8,514,8775.7%Largest country in South America, and in the Southern Hemisphere. - EB: 8,514,877 km² -
6Oceania, Australia - Australia - 7,692,0245.2%Australia is the only country that is coterminous with a continent. - Largest country without a land-border to neighbours. Largest country - in Oceania. EB: 7,692,208 km² -
7Asia, South-Central - India - 3,287,2632.3%Figure includes 120,849 km² of disputed territories with Pakistan - and China. Third-largest country in Asia (after Russia and China). EB: - 3,166,414 km² -
8America, South - Argentina - 2,780,4002%Second largest country in South America. -
- EB: 2,780,403 km² -
9Asia, South-Central - Kazakhstan - 2,724,9001.8%Largest landlocked country in the world. EB: 2,724,900 km²
10Africa, Northern - Sudan - 2,505,8131.7%Largest country in Africa. EB: 2,505,810 km²
11Africa, Northern - Algeria - 2,381,7411.6%Second-largest country in Africa
12Africa, Central - Democratic - Republic of the Congo (Kinshasa) - 2,344,8581.6%Third-largest country in Africa
13Europe, Northern - - Greenland - - 2,166,0861.5%Self-governing territory of Denmark. Largest island in the world.
14Middle East - Saudi - Arabia - 2,000,0001.4%Largest country in the Middle East
15America, Northern - Mexico - 1,964,3751.3%Third-largest country in North America.
16Asia, South-East - Indonesia - 1,904,5691.3%Largest and most populous country situated only on islands. Also the - largest country in South East Asia. -
17Africa, Northern - Libya - 1,759,5401.2%
18Asia, South-Central - Iran - 1,648,1951.1%
19Asia, Eastern - Mongolia - 1,564,1001.1% 
20America, South - Peru - 1,285,2160.86%Third-largest country in South America
21Africa, Central - Chad - 1,284,0000.86%
22Africa, Western - Niger - 1,267,0000.85%
23Africa, Central - Angola - 1,246,7000.85%
24Africa, Western - Mali - 1,240,1920.83%
25Africa, Southern - South - Africa - 1,221,0370.82%Includes Prince Edward Islands (Marion Island and Prince Edward Island).
26America, South - Colombia - 1,138,9140.76%Colombian census figure is 1,141,748 which includes three special - districts and San Andrés and Providencia islands (52 km²) (disputed - territories with Nicaragua). -
27Africa, Eastern - Ethiopia - 1,104,3000.74%
28America, South - Bolivia - 1,098,5810.74% 
29Africa, Western - Mauritania - 1,025,5200.69%
30Africa, Northern - Egypt - 1,002,0000.67%Excluding the disputed region Hala'ib Triangle (20,580 km²).
31Africa, Eastern - Tanzania - 945,0870.63%Includes the islands of Mafia, Pemba, and Zanzibar.
32Africa, Western - Nigeria - 923,7680.62%
33America, South - Venezuela - 912,0500.61%
34Africa, Southern - Namibia - 824,2920.55%
35Africa, Eastern - Mozambique - 801,5900.54%
36Asia, South-Central - Pakistan - 796,0950.53% -
-
Excludes all disputed territories. -
-
37Western Asia, Southern Europe - Turkey - 783,5620.53%Third-largest among countries with part of territory in Europe (after - Russia and Kazakhstan) -
38America, South - Chile - 756,1020.51%Includes Easter Island (Isla de Pascua; Rapa Nui) and Isla Sala y - Gómez, excludes claims on Antarctica (1,250,000 km²). -
39Africa, Eastern - Zambia - 752,6180.51%
40Asia, South-East - Myanmar - 676,5780.45%
41Asia, South-Central - Afghanistan - 652,0900.44%
42Africa, Eastern - Somalia - 637,6570.43%
43Africa, Central - Central - African Republic - 622,9840.42%
44Europe, Eastern - Ukraine - 603,5000.41%Largest all-European country, fourth largest among countries with - part of territory in Europe (after Russia, Kazakhstan and Turkey). -
45Africa, Eastern - Madagascar - 587,0410.39%
46Africa, Southern - Botswana - 582,0000.39%
47Africa, Eastern - Kenya - 580,3670.39%
48Europe, Western - France - 551,5000.37%Metropolitan France (European France including Corsica) only. The - French Republic including French overseas territories covers 674,843 km². -
49Europe, Northern - Sweden - 531,7960.30%Includes Gotland and Öland.
50Middle East - Yemen - 527,9680.35%Includes the islands of Perim and Socotra.
51Asia, South-East - Thailand - 513,1200.34%
52Europe, Southern - Spain - 505,9920.34%Sixth largest in Europe, second largest in western Europe. Includes - mainland Spain, the Balearic Islands and Canary Islands, as well as - the Spanish possessions (Plazas de Soberanía) off the coast of Morocco - (Ceuta, Melilla, Islas Chafarinas, Peñón de Alhucemas, and Peñón de - Vélez de la Gomera), and Isla de Alborán almost midway between Morocco - and Spain, all the latter being claimed by Morocco. -
53Asia, South-Central - Turkmenistan - 488,1000.33%
54Africa, Central - Cameroon - 475,4420.32%
55Oceania, Melanesia - Papua - New Guinea - 462,8400.31%Second largest country in Oceania.
56Asia, South-Central - Uzbekistan - 447,4000.30%The larger of only two doubly landlocked countries in the world.
57Africa, Northern - Morocco - 446,5500.30%Excluding Western Sahara.
58Middle East - Iraq - 438,3170.29%
59America, South - Paraguay - 406,7520.27%
60Africa, Eastern - Zimbabwe - 390,7570.26%
61Asia, Eastern - Japan - 377,9150.25%Includes Ryukyu Islands (Nansei Islands), Daito Islands, Ogasawara - Islands (Bonin Islands), Minami-Torishima (Marcus Island), Okino-Torishima - and Volcano Islands (Kazan Islands); excludes the southern Kuril Islands. -
62Europe, Western - Germany - 357,0220.24%EB: 357,046
63Africa, Central - Republic - of the Congo (Brazzaville) - 342,0000.23%
64Europe, Northern - Finland - 338,1450.23%Includes Åland Islands (1,552 km²).
65Asia, South-East - Vietnam - 331,6890.22%
66Asia, South-East - Malaysia - 329,8470.22%
67Europe, Northern - Norway - 323,8020.22%Mainland Norway only; not included the overseas areas of Svalbard - and Jan Mayen (62,422 km²) and the dependency of Bouvet Island - (49 km²) and the Antarctic dependency claims of Queen Maud Land - (2,500,000 km²) and Peter I Island (243 km²). -
68Africa, Western - Côte - d'Ivoire - 322,4630.22%
69Europe, Eastern - Poland - 312,6850.21%
70Middle East - Oman - 309,5000.21%
71Europe, Southern - Italy - 301,3180.20%
72Asia, South-East - Philippines - 300,0000.20%
73America, South - Ecuador - 283,5610.20%Includes Galápagos Islands.
74Africa, Western - Burkina - Faso - 274,2220.18%
75Oceania, Australia - New - Zealand - 270,4670.18%Includes Antipodes Islands, Auckland Islands, Bounty Islands, Campbell - Island, Chatham Islands, and Kermadec Islands. Excludes Niue (260 km²), - the Cook Islands (236 km²) and Tokelau (12 km²), as well as - the Antarctic claim of Ross Dependency (450,000 km²). Third largest - country in Oceania. -
76Africa, Central - Gabon - 267,6680.18%
77Africa, Northern - Western Sahara - 266,0000.18%Largely occupied by Morocco, some territory administered by the Sahrawi - Arab Democratic Republic. -
78Africa, Western - Guinea - 245,8570.17%
79Europe, Northern - United - Kingdom - 242,9000.16%Not included are the three Crown dependencies (768 km²) of the - islands of Jersey, Guernsey and Isle of Man, and British Overseas Territories - (1,742,857 km²) -
80Africa, Eastern - Uganda - 241,0380.16%
81Africa, Western - Ghana - 238,5330.16%
82Europe, Eastern - Romania - 238,3910.16%
83Asia, South-East - Lao - PDR - 236,8000.16%
84Europe, Northern - Guyana - 214,9690.14%
85Europe, Eastern - Belarus - 208,0000.14%Second-largest landlocked country in Europe (after Kazakhstan).
86Asia, South-Central - Kyrgyzstan - 199,9510.13%
87Africa, Western - Senegal - 196,7220.13%
88Middle East - Syria - 185,180 0.12% -
-
Includes the Golan Heights.
89Asia, South-East - Cambodia - 181,0350.12%
90America, South - Uruguay - 176,2150.12% 
91America, South - Suriname - 163,8200.11%Smallest country in South America.
92Africa, Northern - Tunisia - 163,6100.11%
93Asia, South-Central - Nepal - 147,1810.10%
94Asia, South-Central - Bangladesh - 143,9980.10%
95Asia, South-Central - Tajikistan - 143,1000.10%
96Europe, Southern - Greece - 131,9570.09%
97Asia, Eastern - North - Korea - 120,5380.08%
98America, Central - Nicaragua - 120,3400.09%Excludes San Andrés y Providencia islands (disputed territories with - Colombia). Nicaragua is the largest country in Central America. -
99Africa, Eastern - Malawi - 118,4840.08%
100Africa, Eastern - Eritrea - 117,6000.08%Includes Badme region.
101Africa, Western - Benin - 112,6220.08%
102America, Central - Honduras - 112,4920.08%
103Africa, Western - Liberia - 111,3690.07%
104Europe, Eastern - Bulgaria - 110,8790.07%
105Caribbean - Cuba - 109,8860.07%Cuba is the largest and most populous country in the Caribbean
106America, Central - Guatemala - 108,8890.07%
107Europe, Northern - Iceland - 103,0000.07%
108Asia, Eastern - South - Korea - 99,6780.07%
109Europe, Eastern - Hungary - 93,0280.06%
110Europe, Southern - Portugal - 92,0900.06%Includes Azores and Madeira Islands.
111America, South - - French - Guiana - - 90,0000.06%French overseas département.
112Middle East - Jordan - 89,3420.06%
113Asia, Western - Azerbaijan - 86,6000.06%Includes the exclave of Nakhichevan Autonomous Republic and the Republic - of Nagorno-Karabakh. -
114Europe, Western - Austria - 83,8710.06%
115Middle East - United - Arab Emirates - 83,6000.06%
116Europe, Eastern - Czech - Republic - 78,8670.05%
117Europe, Southern - Serbia - 77,4740.05%This figure does not include Kosovo, which recently unilaterally declared - itself independent to partial recognition; Serbia, Russia, China and - others object. Including Kosovo, which is still claimed by Serbia, the - total area is 88,361 km², - ranking - Serbia at 113. -
118America, Central - Panama - 75,5170.05%
119Africa, Western - Sierra - Leone - 71,7400.05%
120Europe, Northern - Ireland - (Republic of) - 70,2730.05%The island of Ireland has an area of 84,421 km².
121Asia, Western - Georgia - 69,7000.05%Includes Abkhazia (8,600 km²) and South Ossetia
122Asia, South-Central - Sri - Lanka - 65,6100.04%
123Europe, Northern - Lithuania - 65,3000.04%
124Europe, Northern - Latvia - 64,5890.04%
125Europe, Northern - Svalbard and Jan Mayen - 62,4220.04%
126Africa, Western - Togo - 56,7850.04%
127Europe, Southern - Croatia - 56,5940.04%
128Europe, Southern - Bosnia - and Herzegovina - 51,1970.03%
129America, Central - Costa - Rica - 51,1000.03%Includes Isla del Coco.
130Europe, Eastern - Slovakia - 49,0350.03%
131Caribbean - Dominican - Republic - 48,3100.03%
132Europe, Northern - Estonia - 45,2280.03%Includes Estonia's 1,520 islands in the Baltic Sea.
133Europe, Northern - Denmark - 43,0940.03%Includes Denmark proper only; the entire Kingdom of Denmark, including - Greenland and Faroe Islands covers 2,220,093 km² and would be 13th. -
134Europe, Western - Netherlands - 41,5430.03%Includes the Netherlands proper only; the entire Kingdom of the Netherlands - covers 42,437 km². -
135Europe, Western - Switzerland - 41,2850.03%source: - swissworld.org -
136Asia, South-Central - Bhutan - 38,3940.03%
137Asia, Eastern - Taiwan - (Republic of China) - 36,1880.02%Includes only the territories under the administration of the ROC, - namely Taiwan, and the islands of Penghu, Kinmen, and Matsu. -
138Africa, Western - Guinea-Bissau - 36,1250.02%
139Europe, Eastern - Moldova - 33,8510.02%Includes the de facto independent autonomous territory of Transnistria - (Pridnestrovie). -
140Europe, Western - Belgium - 30,5280.02%
141Africa, Southern - Lesotho - 30,3550.02%
142Asia, Western - Armenia - 29,7430.02%
143Oceania, Melanesia - Solomon - Islands - 28,8960.02%
144Europe, Southern - Albania - 28,7480.02%
145Africa, Central - Equatorial - Guinea - 28,0510.02%
146Africa, Eastern - Burundi - 27,8340.02%
147Caribbean - Haiti - 27,7500.02%
148Africa, Eastern - Rwanda - 26,3380.02%
149Europe, Southern - Macedonia - 25,7130.02%
150Africa, Eastern - Djibouti - 23,2000.02%
151America, Central - Belize - 22,9660.02%
152America, Central - El - Salvador - 21,0410.01%
153Middle East - Israel - 22,0720.01%Including data for East Jerusalem and Israeli residents in certain - other territories under occupation by Israeli military forces since - June 1967. -
154Europe, Southern - Slovenia - 20,2730.01%
155Oceania, Melanesia - - New - Caledonia - - 18,5750.01%French dependency.
156Oceania, Melanesia - Fiji - 18,2740.01% 
157Middle East - Kuwait - 17,8180.01%
158Africa, Southern - Swaziland - 17,3640.01%
159Asia, South-East - East - Timor - 14,874>0.01%
160Caribbean - The - Bahamas - 13,943>0.01%
161Europe, Southern - Montenegro - 13,812>0.01%
162Oceania, Melanesia - Vanuatu - 12,189>0.01% 
163America, Southern - Falkland Islands - 12,173>0.01%British Overseas Territory. Claimed by Argentina. Excludes South Georgia - and the South Sandwich Islands. -
164Middle East - Qatar - 11,586>0.01%
165Africa, Western - The - Gambia - 11,295>0.01%
166Caribbean - Jamaica - 10,991>0.01%
167Europe, Southern - Kosovo - 10,887>0.01%Kosovo unilaterally declared itself independent to partial recognition, - with objections from Serbia, Russia, China and others. Serbia still - claims the territory. -
168Middle East - Lebanon - 10,400<0.01%
169Asia, Western - Cyprus - 9,251<0.01%Includes Northern Cyprus (only recognized by Turkey) and Akrotiri - and Dhekelia (British Sovereign Base Areas). -
170Caribbean - - Puerto - Rico - - 8,870<0.01%Commonwealth of the United States.
171Middle East - - Palestinian - territories - - 6,020<0.01%The figure consists of the West Bank and Gaza Strip.
172Asia, South-East - Brunei - 5,765<0.01%
173Caribbean - Trinidad - and Tobago - 5,130<0.01%
174Africa, Western - Cape - Verde - 4,033<0.01%
175Oceania, Polynesia - - French - Polynesia - - 4,000<0.01%French overseas collectivity.
176Oceania, Polynesia - Samoa - 2,831<0.01%
177Europe, Western - Luxembourg - 2,586<0.01%
178Africa, Eastern - - Réunion - - 2,510<0.01%French overseas département.
179Africa, Eastern - Comoros - 2,235<0.01%Listed figure inccludes Mayotte (373 km²). Mayotte is officially - an overseas collectivity of France and is not under the sovereignty - of Comoros. -
180Africa, Eastern - Mauritius - 2,040<0.01%Includes Agalega Islands, Cargados Carajos Shoals (Saint Brandon), - and Rodrigues. -
181Caribbean - - Guadeloupe - - 1,705<0.01%French overseas département includes La Désirade, Marie Galante, Les - Saintes, Saint-Barthélemy and Saint Martin (French part). Note that - Saint-Barthélemy and Saint Martin became separate overseas collectvities - in 2007 and are no longer politically part of Guadeloupe. -
182Europe, Northern - - Faroe - Islands - - 1,393<0.01%A self-governing territory of Denmark.
183Caribbean - - Martinique - - 1,102<0.01%French overseas département.
184Africa, Central - São - Tomé and Príncipe - 964<0.01%Second smallest country in Africa.
185Caribbean - Turks and Caicos Islands - 948<0.01%British Overseas Territory. Area includes protected waters.
186Caribbean - - Netherlands - Antilles - - 800<0.01%Self-governing part of the Netherlands; includes Bonaire, Curaçao, - Saba, Sint Eustatius, and Sint Maarten (Dutch part of the island of - Saint Martin). -
187Caribbean - Dominica - 751<0.01% 
188Oceania, Polynesia - Tonga - 747<0.01%
189Middle East - Bahrain - 741<0.01%
190Oceania, Micronesia - Kiribati - 726<0.01%Includes three island groups - Gilbert Islands, Line Islands, Phoenix - Islands. -
191Oceania, Micronesia - Micronesia, - Federated States of - 702<0.01%Includes Pohnpei (Ponape), Chuuk (Truk) Islands, Yap Islands, and - Kosrae (Kosaie). -
192Asia, South-East - Singapore - 699<0.01%UN figure is as of 2005. Official area in 2007 is 707.1 km².
193Europe, Northern - Isle of Man - 572<0.01%Crown dependency of the UK.
194Oceania, Micronesia - - Guam - - 549<0.01%Organized unincorporated territory of the USA.
195Caribbean - Saint - Lucia - 539<0.01%
196Europe, Southern - Andorra - 468<0.01% 
197Oceania, Micronesia - - Northern - Mariana Islands - - 464<0.01%Commonwealth in political union with the USA; includes 14 islands - including Saipan, Rota, and Tinian. -
198Oceania, Micronesia - Palau - 459<0.01%
199Africa, Eastern - Seychelles - 455<0.01%Smallest country in Africa.
200Caribbean - Antigua - and Barbuda - 442<0.01%Includes the island of Redonda, 1.6 km².
201Caribbean - Barbados - 430<0.01%
202Caribbean - Saint - Vincent and the Grenadines - 389<0.01%
203Caribbean - - Virgin - Islands U.S. - - 347<0.01%Unincorporated, organized territory of the USA.
204Caribbean - Grenada - 344<0.01% 
205Europe, Southern - Malta - 316<0.01%
206Asia, South-Central - Maldives - 298<0.01%Smallest country in Asia.
207Caribbean - Cayman Islands - 264<0.01%British Overseas Territory.
208Caribbean - Saint - Kitts and Nevis - 261<0.01%Smallest nation in North America and in the Western Hemisphere.
209Oceania, Polynesia - Niue - 260<0.01%Self-governing nation in free association with New Zealand.
210America, Northern - Saint Pierre and Miquelon - 242<0.01%French overseas collectivity; includes eight small islands in the - Saint Pierre and the Miquelon groups. -
211Oceania, Polynesia - Cook Islands - 236<0.01%Self-governing in free association with New Zealand.
212Oceania, Polynesia - - American - Samoa - - 199<0.01%Unorganized, unincorporated territory of the USA; includes Rose Island - and Swains Island. -
213Oceania, Micronesia - Marshall - Islands - 181<0.01%Includes the atolls of Bikini, Enewetak, Kwajalein, Majuro, Rongelap, - and Utirik. -
214Caribbean - - Aruba - - 180<0.01%Self-governing part of the Netherlands.
215Europe, Western - Liechtenstein - 160<0.01%Smallest country in the world that borders more than one other country.
216Caribbean - - British - Virgin Islands - - 151<0.01%British Overseas Territory; comprised of 16 inhabited and more than - 20 uninhabited islands; includes the island of Anegada. -
217Oceania, Polynesia - Wallis and Futuna - 142<0.01%French overseas collectivity; includes Île Uvéa (Wallis Island), Île - Futuna (Futuna Island), Île Alofi, and 20 islets. -
218Africa, Western - Saint Helena - 122<0.01%British Overseas Territory; excluding dependencies.
219Europe, Northern - Jersey - 116<0.01%Crown dependency of the UK.
220Caribbean - - Montserrat - - 102<0.01%British Overseas Territory.
221South Atlantic Ocean - Tristan da Cunha - 98<0.01%Dependency of St Helena (UK). Area refers to the only inhabited island.
222Caribbean - - Anguilla - - 91<0.01%British Overseas Territory.
223South Atlantic Ocean - Ascension Island - 88<0.01%Dependency of the British Overseas Territory of Saint Helena.
224Europe, Northern - Guernsey - 78<0.01%Crown dependency of the UK; includes Alderney, Guernsey, Herm, Sark, - and some other smaller islands. -
225Europe, Southern - San Marino - 61<0.01%
226Caribbean - - Bermuda - - 54<0.01%British Overseas Territory.
227Oceania, Australia - Norfolk Island - 36<0.01%Self-governing area of Australia.
228Oceania, Polynesia - Tuvalu - 26<0.01% 
229Oceania, Micronesia - Nauru - 21<0.01%Smallest country in Oceania, smallest island nation in the world, - and third smallest country in the world. -
230Oceania, Australia - Tokelau - 12<0.01%Territory of New Zealand.
231Europe, Southern - Gibraltar - 6<0.01%British Overseas Territory.
232Oceania, Polynesia - - Pitcairn - Islands - - 5<0.01%British Overseas Territory and smallest dependent territory of the - world. -
233Europe, Southern - Monaco - 1.95<0.01%Second smallest country of the world.
234Europe, Southern - Vatican - City - 0.44<0.01%Smallest country in the world. Home of the Pope and the governing - body of the Roman Catholic Church. -
- - - - - - - - - - - - - diff --git a/demos/requirejs.html b/demos/requirejs.html deleted file mode 100644 index c87def5b..00000000 --- a/demos/requirejs.html +++ /dev/null @@ -1,2685 +0,0 @@ - - - - tablefilter v0.0.20 - RequireJs demo - - - - -

tablefilter v0.0.20

-

RequireJs Demo

- -

-
-
-
-
-  
-    
-      
-      
-      
-      
-      
-      
-    
-  
-  
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-    
-      
-      
-      
-      
-      
-      
-    
-  
-
RankContinent/RegionCountry / TerritoryArea (km²)% of TotalNotes
Solar System Earth148,940,000100%Total land coverage (29.2% of Earth's surface)
1Asia /Europe - Russia - 17,098,24211.5%Largest country in the world. Encyclopaedia Britannica (EB): 17,075,400 - km² -
2America, North - Canada - 9,984,6706.7%Largest country in the Western Hemisphere. Longest coastline. EB: - 9,984,670 km² -
3 America, North - United - States - 9,629,0916.5% -
-
Includes only the - 50 - states and the District of Columbia. The total area is listed as - 9,826,630 km² by the CIA World Factbook. -
- EB: 9,522,055 km² -
4Asia, Eastern - PR - China - 9,598,0946.4%Second largest Asian country (after Asian part of Russia). Total of - separate UN figures for Mainland China (9,596,961) inclusive Hong Kong - SAR (1,104 km²) and Macau (29 km²). (Excludes all disputed - territories.) EB: 9,572,900 km² -
5America, South - Brazil - 8,514,8775.7%Largest country in South America, and in the Southern Hemisphere. - EB: 8,514,877 km² -
6Oceania, Australia - Australia - 7,692,0245.2%Australia is the only country that is coterminous with a continent. - Largest country without a land-border to neighbours. Largest country - in Oceania. EB: 7,692,208 km² -
7Asia, South-Central - India - 3,287,2632.3%Figure includes 120,849 km² of disputed territories with Pakistan - and China. Third-largest country in Asia (after Russia and China). EB: - 3,166,414 km² -
8America, South - Argentina - 2,780,4002%Second largest country in South America. -
- EB: 2,780,403 km² -
9Asia, South-Central - Kazakhstan - 2,724,9001.8%Largest landlocked country in the world. EB: 2,724,900 km²
10Africa, Northern - Sudan - 2,505,8131.7%Largest country in Africa. EB: 2,505,810 km²
11Africa, Northern - Algeria - 2,381,7411.6%Second-largest country in Africa
12Africa, Central - Democratic - Republic of the Congo (Kinshasa) - 2,344,8581.6%Third-largest country in Africa
13Europe, Northern - - Greenland - - 2,166,0861.5%Self-governing territory of Denmark. Largest island in the world.
14Middle East - Saudi - Arabia - 2,000,0001.4%Largest country in the Middle East
15America, Northern - Mexico - 1,964,3751.3%Third-largest country in North America.
16Asia, South-East - Indonesia - 1,904,5691.3%Largest and most populous country situated only on islands. Also the - largest country in South East Asia. -
17Africa, Northern - Libya - 1,759,5401.2%
18Asia, South-Central - Iran - 1,648,1951.1%
19Asia, Eastern - Mongolia - 1,564,1001.1% 
20America, South - Peru - 1,285,2160.86%Third-largest country in South America
21Africa, Central - Chad - 1,284,0000.86%
22Africa, Western - Niger - 1,267,0000.85%
23Africa, Central - Angola - 1,246,7000.85%
24Africa, Western - Mali - 1,240,1920.83%
25Africa, Southern - South - Africa - 1,221,0370.82%Includes Prince Edward Islands (Marion Island and Prince Edward Island).
26America, South - Colombia - 1,138,9140.76%Colombian census figure is 1,141,748 which includes three special - districts and San Andrés and Providencia islands (52 km²) (disputed - territories with Nicaragua). -
27Africa, Eastern - Ethiopia - 1,104,3000.74%
28America, South - Bolivia - 1,098,5810.74% 
29Africa, Western - Mauritania - 1,025,5200.69%
30Africa, Northern - Egypt - 1,002,0000.67%Excluding the disputed region Hala'ib Triangle (20,580 km²).
31Africa, Eastern - Tanzania - 945,0870.63%Includes the islands of Mafia, Pemba, and Zanzibar.
32Africa, Western - Nigeria - 923,7680.62%
33America, South - Venezuela - 912,0500.61%
34Africa, Southern - Namibia - 824,2920.55%
35Africa, Eastern - Mozambique - 801,5900.54%
36Asia, South-Central - Pakistan - 796,0950.53% -
-
Excludes all disputed territories. -
-
37Western Asia, Southern Europe - Turkey - 783,5620.53%Third-largest among countries with part of territory in Europe (after - Russia and Kazakhstan) -
38America, South - Chile - 756,1020.51%Includes Easter Island (Isla de Pascua; Rapa Nui) and Isla Sala y - Gómez, excludes claims on Antarctica (1,250,000 km²). -
39Africa, Eastern - Zambia - 752,6180.51%
40Asia, South-East - Myanmar - 676,5780.45%
41Asia, South-Central - Afghanistan - 652,0900.44%
42Africa, Eastern - Somalia - 637,6570.43%
43Africa, Central - Central - African Republic - 622,9840.42%
44Europe, Eastern - Ukraine - 603,5000.41%Largest all-European country, fourth largest among countries with - part of territory in Europe (after Russia, Kazakhstan and Turkey). -
45Africa, Eastern - Madagascar - 587,0410.39%
46Africa, Southern - Botswana - 582,0000.39%
47Africa, Eastern - Kenya - 580,3670.39%
48Europe, Western - France - 551,5000.37%Metropolitan France (European France including Corsica) only. The - French Republic including French overseas territories covers 674,843 km². -
49Europe, Northern - Sweden - 531,7960.30%Includes Gotland and Öland.
50Middle East - Yemen - 527,9680.35%Includes the islands of Perim and Socotra.
51Asia, South-East - Thailand - 513,1200.34%
52Europe, Southern - Spain - 505,9920.34%Sixth largest in Europe, second largest in western Europe. Includes - mainland Spain, the Balearic Islands and Canary Islands, as well as - the Spanish possessions (Plazas de Soberanía) off the coast of Morocco - (Ceuta, Melilla, Islas Chafarinas, Peñón de Alhucemas, and Peñón de - Vélez de la Gomera), and Isla de Alborán almost midway between Morocco - and Spain, all the latter being claimed by Morocco. -
53Asia, South-Central - Turkmenistan - 488,1000.33%
54Africa, Central - Cameroon - 475,4420.32%
55Oceania, Melanesia - Papua - New Guinea - 462,8400.31%Second largest country in Oceania.
56Asia, South-Central - Uzbekistan - 447,4000.30%The larger of only two doubly landlocked countries in the world.
57Africa, Northern - Morocco - 446,5500.30%Excluding Western Sahara.
58Middle East - Iraq - 438,3170.29%
59America, South - Paraguay - 406,7520.27%
60Africa, Eastern - Zimbabwe - 390,7570.26%
61Asia, Eastern - Japan - 377,9150.25%Includes Ryukyu Islands (Nansei Islands), Daito Islands, Ogasawara - Islands (Bonin Islands), Minami-Torishima (Marcus Island), Okino-Torishima - and Volcano Islands (Kazan Islands); excludes the southern Kuril Islands. -
62Europe, Western - Germany - 357,0220.24%EB: 357,046
63Africa, Central - Republic - of the Congo (Brazzaville) - 342,0000.23%
64Europe, Northern - Finland - 338,1450.23%Includes Åland Islands (1,552 km²).
65Asia, South-East - Vietnam - 331,6890.22%
66Asia, South-East - Malaysia - 329,8470.22%
67Europe, Northern - Norway - 323,8020.22%Mainland Norway only; not included the overseas areas of Svalbard - and Jan Mayen (62,422 km²) and the dependency of Bouvet Island - (49 km²) and the Antarctic dependency claims of Queen Maud Land - (2,500,000 km²) and Peter I Island (243 km²). -
68Africa, Western - Côte - d'Ivoire - 322,4630.22%
69Europe, Eastern - Poland - 312,6850.21%
70Middle East - Oman - 309,5000.21%
71Europe, Southern - Italy - 301,3180.20%
72Asia, South-East - Philippines - 300,0000.20%
73America, South - Ecuador - 283,5610.20%Includes Galápagos Islands.
74Africa, Western - Burkina - Faso - 274,2220.18%
75Oceania, Australia - New - Zealand - 270,4670.18%Includes Antipodes Islands, Auckland Islands, Bounty Islands, Campbell - Island, Chatham Islands, and Kermadec Islands. Excludes Niue (260 km²), - the Cook Islands (236 km²) and Tokelau (12 km²), as well as - the Antarctic claim of Ross Dependency (450,000 km²). Third largest - country in Oceania. -
76Africa, Central - Gabon - 267,6680.18%
77Africa, Northern - Western Sahara - 266,0000.18%Largely occupied by Morocco, some territory administered by the Sahrawi - Arab Democratic Republic. -
78Africa, Western - Guinea - 245,8570.17%
79Europe, Northern - United - Kingdom - 242,9000.16%Not included are the three Crown dependencies (768 km²) of the - islands of Jersey, Guernsey and Isle of Man, and British Overseas Territories - (1,742,857 km²) -
80Africa, Eastern - Uganda - 241,0380.16%
81Africa, Western - Ghana - 238,5330.16%
82Europe, Eastern - Romania - 238,3910.16%
83Asia, South-East - Lao - PDR - 236,8000.16%
84Europe, Northern - Guyana - 214,9690.14%
85Europe, Eastern - Belarus - 208,0000.14%Second-largest landlocked country in Europe (after Kazakhstan).
86Asia, South-Central - Kyrgyzstan - 199,9510.13%
87Africa, Western - Senegal - 196,7220.13%
88Middle East - Syria - 185,180 0.12% -
-
Includes the Golan Heights.
89Asia, South-East - Cambodia - 181,0350.12%
90America, South - Uruguay - 176,2150.12% 
91America, South - Suriname - 163,8200.11%Smallest country in South America.
92Africa, Northern - Tunisia - 163,6100.11%
93Asia, South-Central - Nepal - 147,1810.10%
94Asia, South-Central - Bangladesh - 143,9980.10%
95Asia, South-Central - Tajikistan - 143,1000.10%
96Europe, Southern - Greece - 131,9570.09%
97Asia, Eastern - North - Korea - 120,5380.08%
98America, Central - Nicaragua - 120,3400.09%Excludes San Andrés y Providencia islands (disputed territories with - Colombia). Nicaragua is the largest country in Central America. -
99Africa, Eastern - Malawi - 118,4840.08%
100Africa, Eastern - Eritrea - 117,6000.08%Includes Badme region.
101Africa, Western - Benin - 112,6220.08%
102America, Central - Honduras - 112,4920.08%
103Africa, Western - Liberia - 111,3690.07%
104Europe, Eastern - Bulgaria - 110,8790.07%
105Caribbean - Cuba - 109,8860.07%Cuba is the largest and most populous country in the Caribbean
106America, Central - Guatemala - 108,8890.07%
107Europe, Northern - Iceland - 103,0000.07%
108Asia, Eastern - South - Korea - 99,6780.07%
109Europe, Eastern - Hungary - 93,0280.06%
110Europe, Southern - Portugal - 92,0900.06%Includes Azores and Madeira Islands.
111America, South - - French - Guiana - - 90,0000.06%French overseas département.
112Middle East - Jordan - 89,3420.06%
113Asia, Western - Azerbaijan - 86,6000.06%Includes the exclave of Nakhichevan Autonomous Republic and the Republic - of Nagorno-Karabakh. -
114Europe, Western - Austria - 83,8710.06%
115Middle East - United - Arab Emirates - 83,6000.06%
116Europe, Eastern - Czech - Republic - 78,8670.05%
117Europe, Southern - Serbia - 77,4740.05%This figure does not include Kosovo, which recently unilaterally declared - itself independent to partial recognition; Serbia, Russia, China and - others object. Including Kosovo, which is still claimed by Serbia, the - total area is 88,361 km², - ranking - Serbia at 113. -
118America, Central - Panama - 75,5170.05%
119Africa, Western - Sierra - Leone - 71,7400.05%
120Europe, Northern - Ireland - (Republic of) - 70,2730.05%The island of Ireland has an area of 84,421 km².
121Asia, Western - Georgia - 69,7000.05%Includes Abkhazia (8,600 km²) and South Ossetia
122Asia, South-Central - Sri - Lanka - 65,6100.04%
123Europe, Northern - Lithuania - 65,3000.04%
124Europe, Northern - Latvia - 64,5890.04%
125Europe, Northern - Svalbard and Jan Mayen - 62,4220.04%
126Africa, Western - Togo - 56,7850.04%
127Europe, Southern - Croatia - 56,5940.04%
128Europe, Southern - Bosnia - and Herzegovina - 51,1970.03%
129America, Central - Costa - Rica - 51,1000.03%Includes Isla del Coco.
130Europe, Eastern - Slovakia - 49,0350.03%
131Caribbean - Dominican - Republic - 48,3100.03%
132Europe, Northern - Estonia - 45,2280.03%Includes Estonia's 1,520 islands in the Baltic Sea.
133Europe, Northern - Denmark - 43,0940.03%Includes Denmark proper only; the entire Kingdom of Denmark, including - Greenland and Faroe Islands covers 2,220,093 km² and would be 13th. -
134Europe, Western - Netherlands - 41,5430.03%Includes the Netherlands proper only; the entire Kingdom of the Netherlands - covers 42,437 km². -
135Europe, Western - Switzerland - 41,2850.03%source: - swissworld.org -
136Asia, South-Central - Bhutan - 38,3940.03%
137Asia, Eastern - Taiwan - (Republic of China) - 36,1880.02%Includes only the territories under the administration of the ROC, - namely Taiwan, and the islands of Penghu, Kinmen, and Matsu. -
138Africa, Western - Guinea-Bissau - 36,1250.02%
139Europe, Eastern - Moldova - 33,8510.02%Includes the de facto independent autonomous territory of Transnistria - (Pridnestrovie). -
140Europe, Western - Belgium - 30,5280.02%
141Africa, Southern - Lesotho - 30,3550.02%
142Asia, Western - Armenia - 29,7430.02%
143Oceania, Melanesia - Solomon - Islands - 28,8960.02%
144Europe, Southern - Albania - 28,7480.02%
145Africa, Central - Equatorial - Guinea - 28,0510.02%
146Africa, Eastern - Burundi - 27,8340.02%
147Caribbean - Haiti - 27,7500.02%
148Africa, Eastern - Rwanda - 26,3380.02%
149Europe, Southern - Macedonia - 25,7130.02%
150Africa, Eastern - Djibouti - 23,2000.02%
151America, Central - Belize - 22,9660.02%
152America, Central - El - Salvador - 21,0410.01%
153Middle East - Israel - 22,0720.01%Including data for East Jerusalem and Israeli residents in certain - other territories under occupation by Israeli military forces since - June 1967. -
154Europe, Southern - Slovenia - 20,2730.01%
155Oceania, Melanesia - - New - Caledonia - - 18,5750.01%French dependency.
156Oceania, Melanesia - Fiji - 18,2740.01% 
157Middle East - Kuwait - 17,8180.01%
158Africa, Southern - Swaziland - 17,3640.01%
159Asia, South-East - East - Timor - 14,874>0.01%
160Caribbean - The - Bahamas - 13,943>0.01%
161Europe, Southern - Montenegro - 13,812>0.01%
162Oceania, Melanesia - Vanuatu - 12,189>0.01% 
163America, Southern - Falkland Islands - 12,173>0.01%British Overseas Territory. Claimed by Argentina. Excludes South Georgia - and the South Sandwich Islands. -
164Middle East - Qatar - 11,586>0.01%
165Africa, Western - The - Gambia - 11,295>0.01%
166Caribbean - Jamaica - 10,991>0.01%
167Europe, Southern - Kosovo - 10,887>0.01%Kosovo unilaterally declared itself independent to partial recognition, - with objections from Serbia, Russia, China and others. Serbia still - claims the territory. -
168Middle East - Lebanon - 10,400<0.01%
169Asia, Western - Cyprus - 9,251<0.01%Includes Northern Cyprus (only recognized by Turkey) and Akrotiri - and Dhekelia (British Sovereign Base Areas). -
170Caribbean - - Puerto - Rico - - 8,870<0.01%Commonwealth of the United States.
171Middle East - - Palestinian - territories - - 6,020<0.01%The figure consists of the West Bank and Gaza Strip.
172Asia, South-East - Brunei - 5,765<0.01%
173Caribbean - Trinidad - and Tobago - 5,130<0.01%
174Africa, Western - Cape - Verde - 4,033<0.01%
175Oceania, Polynesia - - French - Polynesia - - 4,000<0.01%French overseas collectivity.
176Oceania, Polynesia - Samoa - 2,831<0.01%
177Europe, Western - Luxembourg - 2,586<0.01%
178Africa, Eastern - - Réunion - - 2,510<0.01%French overseas département.
179Africa, Eastern - Comoros - 2,235<0.01%Listed figure inccludes Mayotte (373 km²). Mayotte is officially - an overseas collectivity of France and is not under the sovereignty - of Comoros. -
180Africa, Eastern - Mauritius - 2,040<0.01%Includes Agalega Islands, Cargados Carajos Shoals (Saint Brandon), - and Rodrigues. -
181Caribbean - - Guadeloupe - - 1,705<0.01%French overseas département includes La Désirade, Marie Galante, Les - Saintes, Saint-Barthélemy and Saint Martin (French part). Note that - Saint-Barthélemy and Saint Martin became separate overseas collectvities - in 2007 and are no longer politically part of Guadeloupe. -
182Europe, Northern - - Faroe - Islands - - 1,393<0.01%A self-governing territory of Denmark.
183Caribbean - - Martinique - - 1,102<0.01%French overseas département.
184Africa, Central - São - Tomé and Príncipe - 964<0.01%Second smallest country in Africa.
185Caribbean - Turks and Caicos Islands - 948<0.01%British Overseas Territory. Area includes protected waters.
186Caribbean - - Netherlands - Antilles - - 800<0.01%Self-governing part of the Netherlands; includes Bonaire, Curaçao, - Saba, Sint Eustatius, and Sint Maarten (Dutch part of the island of - Saint Martin). -
187Caribbean - Dominica - 751<0.01% 
188Oceania, Polynesia - Tonga - 747<0.01%
189Middle East - Bahrain - 741<0.01%
190Oceania, Micronesia - Kiribati - 726<0.01%Includes three island groups - Gilbert Islands, Line Islands, Phoenix - Islands. -
191Oceania, Micronesia - Micronesia, - Federated States of - 702<0.01%Includes Pohnpei (Ponape), Chuuk (Truk) Islands, Yap Islands, and - Kosrae (Kosaie). -
192Asia, South-East - Singapore - 699<0.01%UN figure is as of 2005. Official area in 2007 is 707.1 km².
193Europe, Northern - Isle of Man - 572<0.01%Crown dependency of the UK.
194Oceania, Micronesia - - Guam - - 549<0.01%Organized unincorporated territory of the USA.
195Caribbean - Saint - Lucia - 539<0.01%
196Europe, Southern - Andorra - 468<0.01% 
197Oceania, Micronesia - - Northern - Mariana Islands - - 464<0.01%Commonwealth in political union with the USA; includes 14 islands - including Saipan, Rota, and Tinian. -
198Oceania, Micronesia - Palau - 459<0.01%
199Africa, Eastern - Seychelles - 455<0.01%Smallest country in Africa.
200Caribbean - Antigua - and Barbuda - 442<0.01%Includes the island of Redonda, 1.6 km².
201Caribbean - Barbados - 430<0.01%
202Caribbean - Saint - Vincent and the Grenadines - 389<0.01%
203Caribbean - - Virgin - Islands U.S. - - 347<0.01%Unincorporated, organized territory of the USA.
204Caribbean - Grenada - 344<0.01% 
205Europe, Southern - Malta - 316<0.01%
206Asia, South-Central - Maldives - 298<0.01%Smallest country in Asia.
207Caribbean - Cayman Islands - 264<0.01%British Overseas Territory.
208Caribbean - Saint - Kitts and Nevis - 261<0.01%Smallest nation in North America and in the Western Hemisphere.
209Oceania, Polynesia - Niue - 260<0.01%Self-governing nation in free association with New Zealand.
210America, Northern - Saint Pierre and Miquelon - 242<0.01%French overseas collectivity; includes eight small islands in the - Saint Pierre and the Miquelon groups. -
211Oceania, Polynesia - Cook Islands - 236<0.01%Self-governing in free association with New Zealand.
212Oceania, Polynesia - - American - Samoa - - 199<0.01%Unorganized, unincorporated territory of the USA; includes Rose Island - and Swains Island. -
213Oceania, Micronesia - Marshall - Islands - 181<0.01%Includes the atolls of Bikini, Enewetak, Kwajalein, Majuro, Rongelap, - and Utirik. -
214Caribbean - - Aruba - - 180<0.01%Self-governing part of the Netherlands.
215Europe, Western - Liechtenstein - 160<0.01%Smallest country in the world that borders more than one other country.
216Caribbean - - British - Virgin Islands - - 151<0.01%British Overseas Territory; comprised of 16 inhabited and more than - 20 uninhabited islands; includes the island of Anegada. -
217Oceania, Polynesia - Wallis and Futuna - 142<0.01%French overseas collectivity; includes Île Uvéa (Wallis Island), Île - Futuna (Futuna Island), Île Alofi, and 20 islets. -
218Africa, Western - Saint Helena - 122<0.01%British Overseas Territory; excluding dependencies.
219Europe, Northern - Jersey - 116<0.01%Crown dependency of the UK.
220Caribbean - - Montserrat - - 102<0.01%British Overseas Territory.
221South Atlantic Ocean - Tristan da Cunha - 98<0.01%Dependency of St Helena (UK). Area refers to the only inhabited island.
222Caribbean - - Anguilla - - 91<0.01%British Overseas Territory.
223South Atlantic Ocean - Ascension Island - 88<0.01%Dependency of the British Overseas Territory of Saint Helena.
224Europe, Northern - Guernsey - 78<0.01%Crown dependency of the UK; includes Alderney, Guernsey, Herm, Sark, - and some other smaller islands. -
225Europe, Southern - San Marino - 61<0.01%
226Caribbean - - Bermuda - - 54<0.01%British Overseas Territory.
227Oceania, Australia - Norfolk Island - 36<0.01%Self-governing area of Australia.
228Oceania, Polynesia - Tuvalu - 26<0.01% 
229Oceania, Micronesia - Nauru - 21<0.01%Smallest country in Oceania, smallest island nation in the world, - and third smallest country in the world. -
230Oceania, Australia - Tokelau - 12<0.01%Territory of New Zealand.
231Europe, Southern - Gibraltar - 6<0.01%British Overseas Territory.
232Oceania, Polynesia - - Pitcairn - Islands - - 5<0.01%British Overseas Territory and smallest dependent territory of the - world. -
233Europe, Southern - Monaco - 1.95<0.01%Second smallest country of the world.
234Europe, Southern - Vatican - City - 0.44<0.01%Smallest country in the world. Home of the Pope and the governing - body of the Roman Catholic Church. -
- - - - - - - - - - - - - diff --git a/demos/theme-roller.html b/demos/theme-roller.html deleted file mode 100644 index dfcba637..00000000 --- a/demos/theme-roller.html +++ /dev/null @@ -1,415 +0,0 @@ - - - - tablefilter v0.0.20 - Theme Roller Demo - - - - -

tablefilter v0.0.20

-

Theme roller demo

-

- This demo shows how to implement a theme roller. -

- -

-
-
-
- Theme: - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
BookPriceDelivery Items 
TitleAuthor$In storeShippingPublication Date
Boris GodunovAlexandr Pushkin -
7.15
-
- - 1 Hour -
01/01/1999
-
The RainmakerJohn Grisham -
7.99
-
- - 2 Days -
12/01/2001
-
The Green MileStephen King -
11.10
-
- - 24 Hours -
01/01/1992
-
MiseryStephen King -
7.70
-
- - na -
01/01/2003
-
The Dark HalfStephen King -
0
-
- - 2 Days -
10/30/1999
-
The PartnerJohn Grisham -
12.99
-
- - 24 Hours -
01/01/2005
-
ItStephen King -
9.70
-
- - 12 Hours -
10/15/2001
-
Cousin BetteHonore de Balzac -
0
-
- - 1 Hour -
12/01/1991
-
The TestamentJohn Grisham -
19.10
-
- - 2 Days -
12/17/1999
-
Eugene OneginAlexandr Pushkin -
11.20
-
- - 24 Hours -
09/27/2005
-
Dark AvenuesIvan Bunin -
14.96
-
- - 1 Hour -
10/01/2008
-
Father GoriotHonore de Balzac -
9.99
-
- - 2 Days -
06/06/2010
-
The Captain's DaughterAlexandr Pushkin -
10.21
-
- - 2 Days -
03/01/2001
-
HamletWilliam Shakespeare -
5.99
-
- - 1 Hour -
04/15/2003
-
The VillageIvan Bunin -
11.66
-
- - 24 Hours -
01/02/2010
-
The Winter's TaleWilliam Shakespeare -
19.31
-
- - 1 Hour -
02/12/2010
-
The Black SheepHonore de Balzac -
16.00
-
- - 1 Hour -
08/28/1976
-
Lost IllusionsHonore de Balzac -
8.0
-
- - na -
07/10/2010
-
- - - - - - - - - - - - diff --git a/dist/tablefilter/style/colsVisibility.css b/dist/tablefilter/style/colsVisibility.css index 03fe5591..bb2de39d 100644 --- a/dist/tablefilter/style/colsVisibility.css +++ b/dist/tablefilter/style/colsVisibility.css @@ -1,6 +1,6 @@ /** * tablefilter v0.0.20 by Max Guglielmi - * build date: 2015-12-25T14:28:59.828Z + * build date: 2015-12-26T06:04:16.359Z * MIT License */ span.colVisSpan{text-align:left;}span.colVisSpan a.colVis{display:inline-block;padding:7px 5px 0;font-size:inherit;font-weight:inherit;vertical-align:top}div.colVisCont{position:relative;background:#fff;-webkit-box-shadow:3px 3px 2px #888;-moz-box-shadow:3px 3px 2px #888;box-shadow:3px 3px 2px #888;position:absolute;display:none;border:1px solid #ccc;height:auto;width:250px;background-color:#fff;margin:35px 0 0 -100px;z-index:10000;padding:10px 10px 10px 10px;text-align:left;font-size:12px;}div.colVisCont:after,div.colVisCont:before{bottom:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}div.colVisCont:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:10px;margin-left:-10px}div.colVisCont:before{border-color:rgba(255,255,255,0);border-bottom-color:#ccc;border-width:12px;margin-left:-12px}div.colVisCont p{margin:6px auto 6px auto}div.colVisCont a.colVis{display:initial;font-weight:inherit}ul.cols_checklist{padding:0;margin:0;list-style:none;}ul.cols_checklist label{display:block}ul.cols_checklist input{vertical-align:middle;margin:2px 5px 2px 1px}li.cols_checklist_item{padding:4px;margin:0;}li.cols_checklist_item:hover{background-color:#335ea8;color:#fff}.cols_checklist_slc_item{background-color:#335ea8;color:#fff} \ No newline at end of file diff --git a/dist/tablefilter/style/filtersVisibility.css b/dist/tablefilter/style/filtersVisibility.css index 7a4ada9b..695d5041 100644 --- a/dist/tablefilter/style/filtersVisibility.css +++ b/dist/tablefilter/style/filtersVisibility.css @@ -1,6 +1,6 @@ /** * tablefilter v0.0.20 by Max Guglielmi - * build date: 2015-12-25T14:28:59.828Z + * build date: 2015-12-26T06:04:16.359Z * MIT License */ span.expClpFlt a.btnExpClpFlt{width:35px;height:35px;display:inline-block;}span.expClpFlt a.btnExpClpFlt:hover{background-color:#f4f4f4}span.expClpFlt img{padding:8px 11px 11px 11px} \ No newline at end of file diff --git a/dist/tablefilter/style/tablefilter.css b/dist/tablefilter/style/tablefilter.css index 9e38bf36..468b4aaa 100644 --- a/dist/tablefilter/style/tablefilter.css +++ b/dist/tablefilter/style/tablefilter.css @@ -1,6 +1,6 @@ /** * tablefilter v0.0.20 by Max Guglielmi - * build date: 2015-12-25T14:28:59.828Z + * build date: 2015-12-26T06:04:16.359Z * MIT License */ .activeHeader{background-color:#66afe9 !important;color:#fff !important} diff --git a/dist/tablefilter/style/themes/default/default.css b/dist/tablefilter/style/themes/default/default.css index 4b7524cf..24cc7105 100644 --- a/dist/tablefilter/style/themes/default/default.css +++ b/dist/tablefilter/style/themes/default/default.css @@ -1,6 +1,6 @@ /** * tablefilter v0.0.20 by Max Guglielmi - * build date: 2015-12-25T14:28:59.828Z + * build date: 2015-12-26T06:04:16.359Z * MIT License */ table.TF{border-left:1px solid #ccc !important;border-top:none !important;border-right:none !important;border-bottom:none !important;}table.TF th{background:#ebecee url("images/bg_th.jpg") left top repeat-x !important;border-bottom:1px solid #d0d0d0 !important;border-right:1px solid #d0d0d0 !important;border-left:1px solid #fff !important;border-top:1px solid #fff !important;color:#333 !important}table.TF td{border-bottom:1px dotted #999 !important;padding:5px !important}.fltrow{background-color:#ebecee !important;}.fltrow th,.fltrow td{border-bottom:1px dotted #666 !important;padding:1px 3px 1px 3px !important}.flt,select.flt,select.flt_multi,.flt_s,.single_flt,.div_checklist{border:1px solid #999 !important}input.flt{width:99% !important}.inf{height:$min-height;background:#d7d7d7 url("images/bg_infDiv.jpg") 0 0 repeat-x !important}input.reset{background:transparent url("images/btn_eraser.gif") center center no-repeat !important}.helpBtn:hover{background-color:transparent}.nextPage{background:transparent url("images/btn_next_page.gif") center center no-repeat !important;}.nextPage:hover{background:transparent url("images/btn_over_next_page.gif") center center no-repeat !important}.previousPage{background:transparent url("images/btn_previous_page.gif") center center no-repeat !important;}.previousPage:hover{background:transparent url("images/btn_over_previous_page.gif") center center no-repeat !important}.firstPage{background:transparent url("images/btn_first_page.gif") center center no-repeat !important;}.firstPage:hover{background:transparent url("images/btn_over_first_page.gif") center center no-repeat !important}.lastPage{background:transparent url("images/btn_last_page.gif") center center no-repeat !important;}.lastPage:hover{background:transparent url("images/btn_over_last_page.gif") center center no-repeat !important}div.grd_Cont{background-color:#ebecee !important;border:1px solid #ccc !important;padding:0 !important;}div.grd_Cont .even{background-color:#fff}div.grd_Cont .odd{background-color:#d5d5d5}div.grd_headTblCont{background-color:#ebecee !important;border-bottom:none !important;}div.grd_headTblCont table{border-right:none !important}div.grd_tblCont table th,div.grd_headTblCont table th,div.grd_headTblCont table td{background:#ebecee url("images/bg_th.jpg") left top repeat-x !important;border-bottom:1px solid #d0d0d0 !important;border-right:1px solid #d0d0d0 !important;border-left:1px solid #fff !important;border-top:1px solid #fff !important}div.grd_tblCont table td{border-bottom:1px solid #999 !important}.grd_inf{background:#d7d7d7 url("images/bg_infDiv.jpg") 0 0 repeat-x !important;border-top:1px solid #d0d0d0 !important}.loader{border:1px solid #999}.defaultLoader{width:32px;height:32px;background:transparent url("images/img_loading.gif") 0 0 no-repeat !important}.even{background-color:#fff}.odd{background-color:#d5d5d5}span.expClpFlt a.btnExpClpFlt:hover{background-color:transparent !important} \ No newline at end of file diff --git a/dist/tablefilter/style/themes/mytheme/mytheme.css b/dist/tablefilter/style/themes/mytheme/mytheme.css index 2e3be4a6..9b5953d2 100644 --- a/dist/tablefilter/style/themes/mytheme/mytheme.css +++ b/dist/tablefilter/style/themes/mytheme/mytheme.css @@ -1,6 +1,6 @@ /** * tablefilter v0.0.20 by Max Guglielmi - * build date: 2015-12-25T14:28:59.828Z + * build date: 2015-12-26T06:04:16.359Z * MIT License */ table.TF{border-left:1px dotted #81963b !important;border-top:none !important;border-right:0 !important;border-bottom:none !important;}table.TF th{background:#39424b url("images/bg_headers.jpg") left top repeat-x !important;border-bottom:0 !important;border-right:1px dotted #d0d0d0 !important;border-left:0 !important;border-top:0 !important;color:#fff !important}table.TF td{border-bottom:1px dotted #81963b;border-right:1px dotted #81963b;padding:5px !important}.fltrow{background-color:#81963b !important;}.fltrow th,.fltrow td{border-bottom:1px dotted #39424b !important;border-right:1px dotted #fff !important;border-left:0 !important;border-top:0 !important;padding:1px 3px 1px 3px !important}.flt,select.flt,select.flt_multi,.flt_s,.single_flt,.div_checklist{border:1px solid #687830 !important}input.flt{width:99% !important}.inf{background:#d8d8d8;height:$min-height}input.reset{width:53px;background:transparent url("images/btn_filter.png") center center no-repeat !important}.helpBtn:hover{background-color:transparent}.nextPage{background:transparent url("images/btn_next_page.gif") center center no-repeat !important}.previousPage{background:transparent url("images/btn_previous_page.gif") center center no-repeat !important}.firstPage{background:transparent url("images/btn_first_page.gif") center center no-repeat !important}.lastPage{background:transparent url("images/btn_last_page.gif") center center no-repeat !important}div.grd_Cont{background:#81963b url("images/bg_headers.jpg") left top repeat-x !important;border:1px solid #ccc !important;padding:0 1px 1px 1px !important;}div.grd_Cont .even{background-color:#bccd83}div.grd_Cont .odd{background-color:#fff}div.grd_headTblCont{background-color:#ebecee !important;border-bottom:none !important}div.grd_tblCont table{border-right:none !important;}div.grd_tblCont table td{border-bottom:1px dotted #81963b;border-right:1px dotted #81963b}div.grd_tblCont table th,div.grd_headTblCont table th{background:transparent url("images/bg_headers.jpg") 0 0 repeat-x !important;border-bottom:0 !important;border-right:1px dotted #d0d0d0 !important;border-left:0 !important;border-top:0 !important;padding:0 4px 0 4px !important;color:#fff !important;height:35px !important}div.grd_headTblCont table td{border-bottom:1px dotted #39424b !important;border-right:1px dotted #fff !important;border-left:0 !important;border-top:0 !important;background-color:#81963b !important;padding:1px 3px 1px 3px !important}.grd_inf{background-color:#d8d8d8;border-top:1px solid #d0d0d0 !important}.loader{border:0 !important;background:#81963b !important}.defaultLoader{width:32px;height:32px;background:transparent url("images/img_loading.gif") 0 0 no-repeat !important}.even{background-color:#bccd83}.odd{background-color:#fff}span.expClpFlt a.btnExpClpFlt:hover{background-color:transparent !important} \ No newline at end of file diff --git a/dist/tablefilter/style/themes/skyblue/skyblue.css b/dist/tablefilter/style/themes/skyblue/skyblue.css index ddcddb74..4130df31 100644 --- a/dist/tablefilter/style/themes/skyblue/skyblue.css +++ b/dist/tablefilter/style/themes/skyblue/skyblue.css @@ -1,6 +1,6 @@ /** * tablefilter v0.0.20 by Max Guglielmi - * build date: 2015-12-25T14:28:59.828Z + * build date: 2015-12-26T06:04:16.359Z * MIT License */ table.TF{padding:0;color:#000;border-right:1px solid #a4bed4;border-top:1px solid #a4bed4;border-left:1px solid #a4bed4;border-bottom:0;}table.TF th{margin:0;color:inherit;background:#d1e5fe url("images/bg_skyblue.gif") 0 0 repeat-x;border-color:#fdfdfd #a4bed4 #a4bed4 #fdfdfd;border-width:1px;border-style:solid}table.TF td{margin:0;padding:5px;color:inherit;border-bottom:1px solid #a4bed4;border-left:0;border-top:0;border-right:0}.fltrow{background-color:#d1e5fe !important;}.fltrow th,.fltrow td{padding:1px 3px 1px 3px !important}.flt,select.flt,select.flt_multi,.flt_s,.single_flt,.div_checklist{border:1px solid #a4bed4 !important}input.flt{width:99% !important}.inf{background-color:#e3efff !important;border:1px solid #a4bed4;height:$min-height;color:#004a6f}div.tot,div.status{border-right:0 !important}.helpBtn:hover{background-color:transparent}input.reset{background:transparent url("images/icn_clear_filters.png") center center no-repeat !important}.nextPage{background:transparent url("images/btn_next_page.gif") center center no-repeat !important;border:1px solid transparent !important;}.nextPage:hover{background:#ffe4ab url("images/btn_next_page.gif") center center no-repeat !important;border:1px solid #ffb552 !important}.previousPage{background:transparent url("images/btn_prev_page.gif") center center no-repeat !important;border:1px solid transparent !important;}.previousPage:hover{background:#ffe4ab url("images/btn_prev_page.gif") center center no-repeat !important;border:1px solid #ffb552 !important}.firstPage{background:transparent url("images/btn_first_page.gif") center center no-repeat !important;border:1px solid transparent !important;}.firstPage:hover{background:#ffe4ab url("images/btn_first_page.gif") center center no-repeat !important;border:1px solid #ffb552 !important}.lastPage{background:transparent url("images/btn_last_page.gif") center center no-repeat !important;border:1px solid transparent !important;}.lastPage:hover{background:#ffe4ab url("images/btn_last_page.gif") center center no-repeat !important;border:1px solid #ffb552 !important}.activeHeader{background:#ffe4ab !important;border:1px solid #ffb552 !important;color:inherit !important}div.grd_Cont{background-color:#d9eaed !important;border:1px solid #9cc !important;padding:0 !important;}div.grd_Cont .even{background-color:#fff}div.grd_Cont .odd{background-color:#e3efff}div.grd_headTblCont{background-color:#d9eaed !important;border-bottom:none !important}div.grd_tblCont table{border-right:none !important}div.grd_tblCont table th,div.grd_headTblCont table th,div.grd_headTblCont table td{background:#d9eaed url("images/bg_skyblue.gif") left top repeat-x;border-bottom:1px solid #a4bed4;border-right:1px solid #a4bed4 !important;border-left:1px solid #fff !important;border-top:1px solid #fff !important}div.grd_tblCont table td{border-bottom:1px solid #a4bed4 !important;border-right:0 !important;border-left:0 !important;border-top:0 !important}.grd_inf{background-color:#cce2fe;color:#004a6f;border-top:1px solid #9cc !important;}.grd_inf a{text-decoration:none;font-weight:bold}.loader{background-color:#2d8eef;border:1px solid #cce2fe;border-radius:5px}.even{background-color:#fff}.odd{background-color:#e3efff}span.expClpFlt a.btnExpClpFlt:hover{background-color:transparent !important}.ezActiveRow{background-color:#ffdc61 !important;color:inherit}.ezSelectedRow{background-color:#ffe4ab !important;color:inherit}.ezActiveCell{background-color:#fff !important;color:#000 !important;font-weight:bold}.ezETSelectedCell{background-color:#fff !important;font-weight:bold;color:#000 !important} \ No newline at end of file diff --git a/dist/tablefilter/tablefilter.js b/dist/tablefilter/tablefilter.js index 4eed00d0..99aa5f98 100644 --- a/dist/tablefilter/tablefilter.js +++ b/dist/tablefilter/tablefilter.js @@ -1,6 +1,6 @@ /** * tablefilter v0.0.20 by Max Guglielmi - * build date: 2015-12-25T14:28:59.742Z + * build date: 2015-12-26T06:04:16.274Z * MIT License */ diff --git a/dist/tablefilter/tf-1.js b/dist/tablefilter/tf-1.js index 68ed2239..cf8171ee 100644 --- a/dist/tablefilter/tf-1.js +++ b/dist/tablefilter/tf-1.js @@ -1,6 +1,6 @@ /** * tablefilter v0.0.20 by Max Guglielmi - * build date: 2015-12-25T14:28:59.742Z + * build date: 2015-12-26T06:04:16.274Z * MIT License */