var fDesc=new Array(); fDesc[0] = "Admit it, you sometimes forget to attach your file to your outgoing email. Forgetting to attach a file to an email looks stupid and wastes time. Well, now you can have a chance to attach the file before the email goes out!

The Attachment Forget-Me-Not add-in scans each outgoing email for phrases like "see attached" or "draft version". It then asks you if you meant to attach a file before sending the email, giving you a chance to insert the attachment.

- Scans emails for clues indicating that an attachment should be there
- Supports many, many different keywords for different professions
- Works with any outgoing email
- Optionally warns when sending blank subject
- Is aware of attachments in signatures and does the right thing"; 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 = ''; } }