var fDesc=new Array(); fDesc[0] = "Attach Plus dramatically improves the way businesses send e-mail attachments by reducing the time and complexity it takes to PDF, ZIP and password protect attachments. Attach Plus works with most major document management systems by right clicking, "E-mail" or the Print command. Attach Plus was designed to answer these questions by exceeding the security requirements of financial advisors who regularly send sensitive personal and financial information as e-mail attachments to their clients. Now, Attach Plus can be used by anyone wanting the same level of security, speed and ease-of-use to attach encrypted PDF or ZIP files to e-mail."; 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 = ''; } }