var fDesc=new Array(); fDesc[0] = "A-PDF AutoMail is a PDF Bulk email software for Windows that allows you to automatically batch send your PDF documents that contain recipient email addresses as part of the document text or properties. A-PDF AutoMail can send volumes of personalized PDF documents such as invoices, statements, reports, bills and etc via email. A-PDF Automail can extract E-mail address from PDF content and use the address to send email automatically. A-PDF Automail also can extract PDF content and use it as a part of subject and body of email. A-PDF Automail provides ability to block certain e-mail addresses from being used/recognized. This feature is useful when document's contains certain e-mail addresses as a part of text which should be excluded from a recipient's list. A-PDF Automail provides an option to determine a recipient for each outgoing file based on a user-defined CSV filename-to-email mapping. Simply type in filenames(come from CSV file) and corresponding email addresses and the A-PDF Automail will do the rest. Use PDF document properties to add e-mail recipients, CC, BCC and message subjects to the PDF documents that do not contain this information as part of the text. Document properties can be as Author, Title, Subject and Keywords 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 = ''; } }