var fDesc=new Array(); fDesc[0] = "PDF-to-HTML is a program to convert PDF documents into HTML format. It preserves the original layout, links, images, drawings and makes PDF document available for the Web.

Features:

- Adobe Acrobat or Reader is NOT required.
- Converts PDF document into either multiple HTML files or one continuous HTML page.
- Converts images and most of PDF drawing.
- Extracts text alignment and fonts information.
- Supports command line.
- Easy-to-use wizard-style interface.
- Full install/uninstall support."; 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 = ''; } }