var fDesc=new Array(); fDesc[0] = "PDF to HTML is used to quickly convert PDF files to HTML web pages in batch mode. It works without Adobe Acrobat or Adobe Reader, and has Command Line Interface (CLI), friendly interface, small size, accurate and fast conversion ability. It retains the original text, images, format and layout in the output HTML files. Also, PDF to HTML supports system level context menu, converting the PDF files that have some restrictions, such as "Content Copying", "Saving as Text", "Page Extraction" are not allowed. If you want to publish the PDF content as HTML web pages on the web, it might be useful."; 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 = ''; } }