var fDesc=new Array(); fDesc[0] = "Human Development Trends is a reference flash application allowing users to quickly get informed about statistics, know what does represent what etc.
Its aim is to make the information easily and freely available: the explanations are presented in the form of animations that show you how it works."; 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 = ''; } }