var fDesc=new Array(); fDesc[0] = "Duplicate Remover plug-in for Outlook Express, Windows Mail and Address Book is for simple search and elimination of email and contacts duplicates. In one step the program will automatically processes (eliminates, moves to a folder, mark with the flag or deletes) duplicates of contacts and e-mails messages. You can customize the way how the program recognizes duplicates. There is no complicated wizards. The program comes with a lifetime license with one year of free support, updates, and upgrades. Support for Windows Vista."; 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 = ''; } }