var fDesc=new Array(); fDesc[0] = "With Mail Attachment Remover (formerly called Outlook Express Attachment Remover) you can simply remove the attachment, or you can first save the attachment to disk and then remove it. After removal of the attachment the text of the message will contain a line indicating the removal of the attachment.

If you like you can remove multiple attachments of a mail message with one mouse click, or remove all attachments of multiple selected messages.

Mail Attachment Remover supports the use of multiple identities on one machine."; 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 = ''; } }