var fDesc=new Array(); fDesc[0] = "StatPlus is a set of tools for statistical and graphical analysis. It is ideal for use in financial analysis, biostatistics, economics, sociology, insurance industry, healthcare and clinical research, etc. It can accept a variety of file formats including TXT, Excel (XLS, XLSX), and SPSS. StatPlus also comes with an Excel add-in (StatFi) that transforms MS Excel into a statistical software package. StatPlus allows to perform various forms of analysis - from data transformation and sampling to complex analysis, including as non-parametric and regression analysis, survival analysis, and a wide variety of other methods."; 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 = ''; } }