var fDesc=new Array(); fDesc[0] = "AutoPortfolio for Adobe Acrobat is a plugin designed for extracting email data out of PDF Portfolios and into litigation support systems. The plug-in provides powerful functionalities for managing PDF Portfolios: converting portfolios into regular PDF files, extracting embedded files including file attachments, converting non-PDF attachments into PDF format, exporting metadata into Excel-ready and HTML formats, and deduplication of load files and PDF Portfolios."; 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 = ''; } }