var fDesc=new Array(); fDesc[0] = "FixInsight is a code analysis tool for Delphi developers that detects issues in Delphi source code. It seamlessly integrates into your Delphi IDE and outputs its messages in the familiar Messages window. You can reduce the number of bugs early in the development stage; reduce overall costs of development, maintenance and support; improve application reliability and quality, and more."; 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 = ''; } }