var fDesc=new Array(); fDesc[0] = "Comprehensive Meta Analysis 2 is an indispensable tool for efficient problem solving in meta-analyses. The interactive guide will walk you through all steps in the analysis, allowing new users to be productive within minutes. Use the program to help explain complex issues, such as the impact of study weights on the combined effect, the implications of heterogeneity, or the distinction between fixed effect and random effects models."; 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 = ''; } }