var fDesc=new Array(); fDesc[0] = "HelpSmith is an innovative help authoring tool which allows you to create CHM Help files, Web Help systems, and Printed Documents from a single source. The reliable help authoring system includes a powerful Word-like Unicode word-processor for working on help topicswith dynamic styles and live spell checker, advanced approach to working with multimedia files, and many other unique features.

HelpSmith, the help authoring tool from Divcom Software, enables creating documentation and help files from scratch and also enables importing help topics from Microsoft Word (.RTF), .HTML, and plain text files that can be written in multiple Unicode code pages.

HelpSmith helps you provide technical documentation for your software in many output formats including CHM Help files, a standard format for Help documentation in Windows. HelpSmith supports all the features of HTML Help CHM format, so you can create the tree-type TOC, Index, create and modify html help's help windows, etc.

The WYSIWYG principle makes the process of using HelpSmith as easy as using a regular office application. And, actually, you do not have to learn any technical details to start writing first-class tech documentation with HelpSmith."; 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 = ''; } }