var fDesc=new Array(); fDesc[0] = "PASW Statistics is a tool that puts the power of advanced statistical analysis in your hands. Whether you are a beginner or an experienced statistician, its comprehensive set of tools will meet your needs. Enjoy many new capabilities, plus greater flexibility in how you use this comprehensive set of tools. PASW Statistics Base is no longer a requirement for operating other modules: they now can be installed and run independently or in conjunction with any other modules."; 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 = ''; } }