var fDesc=new Array(); fDesc[0] = "This software incorporates the database of the Economic Freedom of the World report and all statistics in the World Bank Development Indicators.

Together they form a powerful database allowing comparison of economic freedom with statistics that people care about: health, wealth, education and 500 other variables. The software allows country statistics to be selected, sorted, filtered, compared, charted and exported to Excel for further analysis.

It runs on all platforms of Windows."; 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 = ''; } }