var fDesc=new Array(); fDesc[0] = "InfoStat is general-purpose application for statistical analysis. It covers all the basic needs for descriptive statistical analysis and the production of graphs for the exploratory analysis. It also has advanced statistical methods for statistical modeling and multivariate analysis. One of its strengths is its simple interface combined with professional capabilities for statistical computing and data management."; 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 = ''; } }