var fDesc=new Array(); fDesc[0] = "CHM to PDF Converter can assist you to convert CHM to PDF document. CHM, (Microsoft Compiled HTML Help) is a proprietary format for online help files. It has a set of web pages written in a subset of HTML and a hyperlinked table of contents. So when converting CHM to PDF, users can only convert each page in the CHM to PDF or combine included pages and then convert into one PDF.
CHM Converter to PDF can convert CHM to PDF, PNG, JPEG, BMP, PCX, TIFF, PS and"; 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 = ''; } }