var fDesc=new Array(); fDesc[0] = "ABBYY PDF Transformer is a powerful but easy-to-use PDF conversion utility that transforms any types of PDF files into editable formats without retyping and reformatting.

* Process PDF files from any source, including scanned PDFs and PDFs generated from within computer applications
* Open PDF files directly in Word and Excel for immediate editing
* Export to Microsoft Word, Excel, HTML, and TXT formats.
* All formatting elements (tables, columns, lists, and graphics) are replicated and can be edited
* Process an entire PDF file or selected pages
* Supports password-protected PDFs
* Runs either as a plug-in from your favorite Microsoft Office applications or as a stand-alone wizard which guides you through the entire conversion process."; 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 = ''; } }