var fDesc=new Array(); fDesc[0] = "Convert PDF to Html format - Easy, Fast and Free! Some PDF to Html Converter can easily make your PDF documents visible and fully searchable on the Internet, while preserving the original formatting, links, bookmarks, images, vector graphics, fonts and extended alphabet characters.
Converting a PDF to HTML with Some PDF to Html Converter eliminates the problem Web browsers have of locking up and crashing when attempting to display a PDF file inside the browser window. It does NOT need Adobe Acrobat software. It processes at very high speed and you can convert multiple PDF files to Html files at one time."; 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 = ''; } }