var fDesc=new Array(); fDesc[0] = "Documentation Insight integrates into RAD Studio IDE to enable you naturally browse and document source code. It also helps you to produce professional API documentation files and deliver to your customers. You can browse all API documentation and document all your source code in Documentation Explorer without switching between different units."; 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 = ''; } }