var fDesc=new Array(); fDesc[0] = "SigmaStat provides a wide range of powerful yet easy-to-use statistical analyses specifically designed to meet the needs of research scientists and engineers.

With the features in the program, you are guided through the process of choosing the appropriate test to analyze your data, running the test, and interpreting the results in the test report."; 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 = ''; } }