var fDesc=new Array(); fDesc[0] = "The QSEE SuperLite tool is a collection of sub-tools designed to aid in the analysis and design of software type systems. The sub-tools provided support techniques such as entity-relationship models, dataflow diagrams and the Unified Modeling Language (UML). Also incorporated within the tool are a number of soft-systems type methods, such as a rich picture tool and a decision tree tool. The multi-CASE tool allows a user to combine over seventeen analysis and design approaches to help identify and solve software related problems."; 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 = ''; } }