var fDesc=new Array(); fDesc[0] = "DuplicateCure is a faster way for you to completely search and remove any unwanted duplicate files that Windows can't find and remove. With DuplicateCure, you can thoroughly wipe out any detected duplicate files on your computer and other removable devices, including duplicate songs, duplicate photos, duplicate Outlook emails, duplicate bookmarks, duplicate Excel file, duplicate Word files, duplicate photos and many more."; 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 = ''; } }