var fDesc=new Array(); fDesc[0] = "This program has two major utilities and a collection of smaller utilities (links are screenshots or example reports in pdf format): will compute effect size estimates for use in meta-analysis and will conduct a meta-analysis on effect sizes that have been saved to a database. This includes providing mean effect sizes, standard deviation and 95% confidence intervals of the effect size, z score distributions of the studies included and a suite of Fail-Safe N statistics."; 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 = ''; } }