var fDesc=new Array();
fDesc[0] = "Find and delete duplicate files in seconds with Easy Duplicate Finder™!
With this tool you can recover gigabytes of space, make your computer faster, and organize your files. Managing duplicate files with Easy Duplicate Finder™ on your PC or Mac is fast, easy and fun.
Easy Duplicate Finder™ has powerful features that will help you find and remove duplicate photos, documents, MP3s, videos, emails and more. It's amazingly fast, accurate and a breeze to use. Just drag and drop folders into the program window and start the scan. Easy Duplicate Finder™ will do the rest and delete annoying duplicates from your PC or Mac. And if you delete a file by mistake, you can always use the Undo button to restore it.";
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 = '';
}
}