var fDesc=new Array(); fDesc[0] = "Contacts Scrubber for Outlook easily removes duplicate contacts from your Outlook Contacts folders. Scrubber works by comparing all of your Outlook Contacts, looking for possible duplicate items. As it finds these potential duplicates, it presents them to you one at a time via an intuitive interface, displaying field-by-field comparisons of the contact data, and proposing a logical way to merge this data into a single contact item. Also, it can eliminate duplicate Outlook Contacts created by your BlackBerry or iPhone."; 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 = ''; } }