var fDesc=new Array(); fDesc[0] = "Lighten PDF Converter OCR is pro version of PDF Converter Master. It helps users effortlessly convert PDF file into Microsoft Word, Excel, PowerPoint, EPUB, CSV, Plain Text, and Image, and keep the original formatting as accurate as possible. With advanced OCR function, it'll perform text recognition and extract text from scanned PDF file. Lighten PDF Converter OCR converts PDF files to popular Microsoft Office formats including Word (.docx, .doc), Excel (.xlsx), PowerPoint (.pptx), as well as EPUB, RTF, Plain Text (.txt), CSV (.csv) and image (.jpg). Save your time and boost your productivity for your daily work!"; 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 = ''; } }