var fDesc=new Array(); fDesc[0] = "Precision Helper works natively with the Microsoft HTML Help projects format (HHP) and allows to publish resulting help to the CHM, WebHelp, ePUB (e-book), PDF and the single html document formats.

Tool for creating and managing help projects. It focuses on the organization of existing html files, xml files, scripts, images and other resources so that the help author has the best overview of his project.

Precision Helper is designed for advanced developers and authors, but user-friendly environment enables creating help projects also by novice users.

Main Features :

- Easy editing of the contents and the index
- Context-sensitive help editor
- Embedded topic editor with syntax highlighting, code completion and text/code insertion via predefined keystrokes
- Customizable topic and project templates
- Visual window type designer
- Wide support for clipboard and drag & drop
- Creating a new project from an existing CHM file
- Global searching, "Quick launch" on the welcome page, CHM Viewer and other supporting tools
- Publishing the CHM, WebHelp, ePUB (e-book), PDF, ...
- Scripting interface for application extensions (Add-Ons)
- Project files management, topic browsing in tabs"; 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 = ''; } }