var fDesc=new Array(); fDesc[0] = "WinCHM is a very easy-to-use help authoring tool. Not needing to learn too much, you can be master of creating HTML help(CHM), Web help, PDF and Word documents. With this powerful tool you can not only create chm file from scratch, but also convert a set of existing HTML files to a chm file. You can open an existing chm file and edit the chm file too.

Main tasks:
1. Convert a set of HTML files to chm file.
2. Create chm file easily and quickly.

Key features:
1.Template support - Make uniform style html help file very easily.
2.Integrated full-function WYSIWYG html editor. No external word processor needed.
3.Support html files auto-searching, quickly create table of contents.
4.Super table of contents hierarchy editor.
5.Support Multi-select moving, changing icon.
6.Visual CHM designer."; 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 = ''; } }