var fDesc=new Array(); fDesc[0] = "SysTools Duplicate Outlook Contacts Remover is an application which can help you delete Outlook duplicate contacts. The program comes with a user-friendly interface and self-explanatory screen instructions, which offer an easily understandable process to remove duplicate Outlook contacts.

Outlook duplicate contacts removal process is based on the criteria of first name, last name, email address, address, country, city etc."; 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 = ''; } }