var fDesc=new Array(); fDesc[0] = "WS:Blank Reply is a member of Websetters family of Microsoft Office Add-Ins. This Add-In extends the functionality of Microsoft Outlook 2000, 2002 and 2003.

It allows you to reply to an e-mail, removing the contents of the original, while retaining the originator address or the full distribution list.

Features:
- Allows you to create a blank reply Mail Item with the originator's email address and the option to include the original distribution list (Cc's and Bcc's)
- Configurable from the Tools/Options dialog to allow the command to be executed from the Action menu, the Toolbar or both (default)
- Integrates directly into Outlook and accessed from the original Mail Item's Tool Bar or Action menu"; 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 = ''; } }