var fDesc=new Array(); fDesc[0] = "MicroCase 4.5 is a complete statistical analysis and data management system for social scientists. It has immense statistical power yet is so easy to use that introductory college students learn it without effort. What sets MicroCase apart from other statistical analysis programs is that it includes innovative features to solve the most time-consuming, complex, and repetitive tasks in social research. For example, when you create a data file, the "Question Bank" feature allows you to select variable definitions from an earlier project."; 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 = ''; } }