var fDesc=new Array();
fDesc[0] = "MicroPDF PDF to Excel Converter is designed to identify the tables in your PDF files and then convert them back into easy-to-edit Excel files. It becomes easier to convert PDF to Excel (PDF to XLS). As a standalone program, it doesn't require Adobe Reader or Acrobat.
Fast Convert PDF to Excel spreadsheet
Convert PDF tables to well-formatted and editable Excel spreadsheets.
Support exporting Microsoft Office Excel 2003/2007/2010.
Faster, easier and high-performance.
Convert Encrypted PDF Tables
Convert copying and printing restricted PDF tables directly without requiring the password.
Require the password for conversion if the PDF table is protected with Open Password.
2 Efficient Conversion Modes
Batch conversion mode: Users can convert unlimited PDF tables in batch.
Partial conversion mode: Extract selected pages or page ranges from a large PDF file to Excel spreadsheets.
Flexible options to customize your output
Convert both table and non-table content of PDF to MS Excel.
Transform all pages of a PDF file to an Excel spreadsheet, or each page of a PDF file to a separate worksheet in Excel.
Many Supports
Support drag-and-drop operation - simple, straightforward, and intuitive - so you can get more done, faster.
Support user-friendly interface - easy to learn, easy to use.
Support Microsoft Office ribbon - so tools are right where you'd expect.
Support PDF files in English, German, French, Korean, Italian, Chinese, Japanese, etc.";
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 = '';
}
}