var fDesc=new Array(); fDesc[0] = "This program is a command line tool, with that you can generate Web Help/browser based Help, HTML Help, Help 2 and Help 3 output directly from the source code and in-source comments. With Doc-O-Matic Express you can create high-quality documentation with features like graphical class hierarchies, you can produce Help that can be integrated into other systems like the MSDN Help System and you can also integrate the documentation generation process in your tool chain."; 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 = ''; } }