var fDesc=new Array(); fDesc[0] = "Pocket CHM is a convenient tool for developers, Help authors, and technical writers to create online Help for desktop applications in HTML Help (CHM) format. Pocket CHM provides a rapid streamline authoring mode - drag files/forders from built-in resource explorer or windows resource explorer and drop them on your Help book. A table of contents (TOC) will be generated automatically. Using it you can import Microsoft HTML Help projects (.HHP files) created by third-party Help authoring tools, decompile CHM files and extract all resource files from CHM files, convert CHM files to a format that is readable on your PDA.! More attractively, it can open and edit CHM files directly! Pocket CHM will reduce your development time and costs!"; 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 = ''; } }