var fDesc=new Array(); fDesc[0] = "You have a number of choices in the marketplace for analysis tools. AnalysisGroup shines in a number of areas:

- Within the AnalysisGroup limitations, projects can be solved much faster than using a general-purpose analysis tool, like VisualAnalysis.
- Because problem-types are limited and well-defined, input and output are minimized.
- Graphical Reporting is professional and organized.
- A nice package of six tools in one product makes it a great value."; 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 = ''; } }