var fDesc=new Array(); fDesc[0] = "Gapminder World is the single most requested tool, and we are very happy to be able to now offer just that, free of charge.
Gapminder Desktop is particularly useful for presentations as it allows you to prepare your graphs in advance and you won’t need an Internet connection at your lecture or presentation.

On the “list of graphs” you will get at preset list of graphs on the left side, but you can also very easily create your own favorite examples. Simply arrange the graph the way you want it and click “bookmark this graph”. Your example will the appear in your own list of favorite graphs. Perfect when you want to prepare a lecture or presentation."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }