var fDesc=new Array(); fDesc[0] = "PDFBat PDF to Excel Converter is a practical program can help you convert PDF to XLS with outstanding quality. The main features are as follows:
Convert PDF to Excel: Intelligently detect tables in PDF and automatically convert them back into easy-to-edit Excels. Support encrypted PDF Conversion.
Extract all original features: Extract all the original text, numbers and layouts present in PDF files to Excel spreadsheets.

Two conversion modes:
Partial conversion - Convert certain specific pages in your PDF document per your requirement.
Batch conversion - Convert unlimited PDF files at one time with just a click.
Each page into a single Excel sheet: this default option lets you convert each page of a PDF file into a single Excel spreadsheet freely.

Combine all pages into a single Excel sheet: this option allows you to convert all pages of a PDF file into a single Excel spreadsheet. One PDF file can only be converted to an Excel file.
Standalone software: As a standalone program, it doesn't depend upon any other program such as Adobe Acrobat or Acrobat Reader for installation.
Support PDF files in 12 languages: English, German, French, Italian, Turkish, Thai, Latin, Korean, Greek, Cyrillic, Japanese and Chinese."; 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 = ''; } }