var fDesc=new Array(); fDesc[0] = "Help Creator is a program that allows you to create Windows help files in .hlp format. This software can be a particularly useful tool for developers, who develop software and are looking for the program to make help files for their applications in a simple way. Help Creator has WYSIWYG like interface, but not completely, as the inserted pictures won’t show up until the file is compiled.
The help file can contain any number of pages. There are also editing tools: it is possible to change fonts (bold, italic), copy, paste, cut, select the position on the page. In addition, you can choose Page header colour and page background colour. Besides, you can create links within the help file, including pop-up links, also links for external URLs and e-mail addresses. Then you can make Table of contents, which will be saved separately as .cnt file.
The help file can be saved in Rich text file (rtf), Text file (txt), or HTML file (html) formats.
Help menu contains help file with guide, check for updates option, and links to Help Creator and Breit Technologies home pages."; 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 = ''; } }