var fDesc=new Array(); fDesc[0] = "Attachment management add-in for Microsoft Outlook that makes it very easy and effortless to export all attachments from emails to a file folder and use hyperlinks in the email to access the associated attachment files.

Attachment Manager for Outlook can automatically detach attachments and embedded images from your emails and save them to a file folder and then hyperlink them up within the email for easy reference and retrieval. This reduces your Inbox size and makes Outlook run much faster and also remove the requirement for constantly archiving emails."; 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 = ''; } }