var fDesc=new Array(); fDesc[0] = "Aiseesoft PDF to Excel Converter lets you convert PDF documents into editable Microsoft Excel files. To make a scanned PDF document editable, you can convert the image of the document into "real" text that can be edited and analyzed in Excel through OCR (Optical Character Recognition), and even pick language to improve conversion accuracy. Besides turning your entire PDF file into an Excel document, the program can also export just the data you need to Excel spreadsheets. If you want to edit only some of the information in PDF files, just enter the page numbers or page range you want. Then the pieces you have specified will be exported."; 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 = ''; } }