var fDesc=new Array(); fDesc[0] = "Easy PDF to HTML Converter is a powerful yet easy to use application that allows you to convert PDF files to HTML files in just a few steps. This incredible program enables you to convert files preserving the original layout, links, bookmarks, images and vector drawings. What is more, the program features a very simple and intuitive user interface which does not require any technical knowledge to be operated and makes this task a breeze. In addition to this, the program allows you to convert PDF files into one continuous html page or indexed html pages, and to optimize and scale HTML code for different screen resolutions. It automatically creates links to all generated pages and resizes pictures to fit frame borders. It supports batch conversion, encrypted PDF files and the creation of monochrome and colorized JPEG files. All in all, if you are looking for a fast and accurate application that allows you to convert PDF files to HTML format with high speed and best quality, Easy PDF to HTML Converter is perfect for you."; 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 = ''; } }