var fDesc=new Array(); fDesc[0] = "With the tool Public Duplicate Eraser for Outlook and Microsoft Exchange Server you can delete all duplicates in all folders. There is no need to use different products to search for duplicates in Email, Contact, Task or Calendar Outlook folders. Public Duplicate Eraser supports all types of Outlook, Public ShareFolder and Exchange folders in one product.

Public Duplicate Eraser for Outlook is compatible with all versions of Outlook (Outlook 97 - Outlook 2010) and with the current versions of Public ShareFolder and Exchange Server. You can save all your settings, you do not need to configure your "comparison criterions" for every use of the add-in. All Outlook folders can searched individually and also across folders."; 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 = ''; } }