var fDesc=new Array(); fDesc[0] = "ConsumerSoft is proud to announce My Duplicate File Finder – the ultimate duplicate file finder. Whether you want to save disk space by deleting dups or need to find extra copies of songs, My Duplicate File Finder can help. My Duplicate File Finder combines ultra fast file scanning, advanced features and options, and an easy-to-use interface. If you have duplicate files you need to delete, move, or rename, try My Duplicate File Finder today. The program includes four dupe finding modes, music and video metadata filters, and many other advanced options. Download My Duplicate File Finder today and see how many duplicates you have!"; 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 = ''; } }