var fDesc=new Array(); fDesc[0] = "GraphPad InStat is a less cumbersome alternative to typical heavy-duty statistical programs. With InStat, even a statistical novice can analyze data in just a few minutes.
InStat conquers the learning curve by escorting you through statistical analyses.InStat provides a unique analysis checklist. Double-check that your data have not violated any assumptions of the test, and that you have picked a test that matches your experimental design and really answers the question you had in mind."; 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 = ''; } }