var fDesc=new Array(); fDesc[0] = "UNIVERSAL REPORT is a high quality code analysis and documentation software. Its goal is to analyse and generate a structured and well formatted documentation of a given program. Universal Report can handle various programming languages (Basic, C, C++, COBOL, Fortran, Java, Javascript, Matlab, Pascal, Visual Basic, Borland C++ Builder, Delphi, Kylix, Perl, PL1, Python, Visual C++, Visual Basic .Net, Visual C#, Visual J++, and more), and generates html, latex, and plain text documentations using state-of-the-art pattern matching algorithms and compilation techniques. The tool is parameterizable both in the behavior point of view and the quality/layout of the outputs."; 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 = ''; } }