var fDesc=new Array(); fDesc[0] = "With CHM2Word, you can easy convert topics in CHM file to Microsoft Word Document to print or edit. So you never worry about print topics in CHM file again.

Main features:

- Convert the specified topics in CHM file to Microsoft Word Document.
- Save your time to print a CHM file.
- Drag and Drop supported to convert a CHM file to Microsoft Word Document.
- Build-in Word Editor to edit and print the Microsoft Word Document directly."; 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 = ''; } }