var fDesc=new Array(); fDesc[0] = "Free and easy way to find and mark duplicate messages in Outlook folders with flag and/or categories. The whole operation is completely safe, because the utility only marks duplicates without removing them from your mailbox, public folder or other storage.

Advanced version allows you to select fields to compare, finds duplicates across different folders and storages and supports the priority of Outlook folders.

For your convenience Outlook add-in allowing to run the tool right from Outlook and standalone launcher application allowing to run the tool without the need to run Outlook are included in the product."; 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 = ''; } }