var fDesc=new Array(); fDesc[0] = "GraphPad Prism can help you perform detailed analysis and graphing of your data. Prism provides an extensive library of analyses from common to highly specific t tests, one-, two- and three-way ANOVA, linear and nonlinear regression, dose-response curves, binary logistic regression, survival analysis, principal component analysis, etc. Each analysis has a checklist to help you understand the required statistical assumptions and confirm you have selected an appropriate test."; 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 = ''; } }