var fDesc=new Array(); fDesc[0] = "InnerSoft STATS is a program to compute statistics for parameter estimation. It features a huge set of statistical methods that you can use, including Chi-Square Test, Continuity Correction, Likelihood Ratio G-Test, Asymmetric Uncertainty Coefficient Symmetric Lambda, and Asymmetric Lambda. You can plot data in graphs of different forms such as bar chart, bubble chart, candlestick, pie chart, and pyramid chart."; 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 = ''; } }