var fDesc=new Array(); fDesc[0] = "Working with Free CHM to PDF converter, you can convert Microsoft Compiled HTML help (.chm) files to Acrobat PDF documents in a few steps, for reading on iPad, iPad2 and other mobile phones, as well as easily share these converted PDF eBooks.

Main Features:

- Convert CHM to PDF eBooks.
- Convert CHM folders into PDF files.
- Monitor a directory in a server with using Hot Directories Mode.
- Edit command line to complete the conversion progress.
- Add watermark and password to protect your PDFs.
- Show the page number of PDFs or not.
- Customize settings: page layout, page margin, etc."; 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 = ''; } }