var fDesc=new Array(); fDesc[0] = "SYSTAT is a versatile and comprehensive statistical software package. It employs a staggering range of powerful techniques to help conduct many types of research.

SYSTAT’s menu and command interfaces are interlinked, allowing the users to choose the method that works best for them.

Novice statistical users can use SYSTAT’s menu-driven interface to conduct simple analyses and produce beautiful 2D and 3D graphics for presentations or reports."; 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 = ''; } }