var fDesc=new Array();
fDesc[0] = "With PDF2CHM, you can easy convert pages in PDF to CHM file to read or publish. So you never worry about can't read your pdf files in a new condition.
Features
- Convert the specified topics in PDF file to CHM file.
- Do not need Adobe software support.
- Accurately preserves Text, Tables, Graphics & Layout.
- Supports PDF1.5 protocol.
- Drag and Drop supported to convert a PDF file to a CHM file.
- PDF2CHM can build your result CHM content tree by PDF bookmark.
- Conversion of vector graphics into image files.
- Support 4 types of image format.
- The quality of JPEG file can be customed.
- Convert outer fonts into text and embedded fonts into images.
- Support hyperlinks from PDF file to HTML file.
- Support encrypted PDF file.
- Microsoft Office XP Style and Microsoft Office 2003 Style theme supported.
- Build-in simple HTML Editor to edit the HTML file 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 = '';
}
}