var fDesc=new Array(); fDesc[0] = "FileCake is the Swiss Army Knife of file manipulation. It has many timesaving features include duplicate file remover, fast file Searcher, file shredder, file viewer and more.

Remove duplicate files Duplicate file remover: Find and remove duplicate files, save your hard disk space, clean your bloated PC machines.

FileCake can find hundreds and thousands of duplicate files in very short time. The compare algorithm includes file name, file size, checksum (MD5), byte by byte. For mp3 fans, FileCake can also compare mp3 files content by ignoring ID3 tags or only check the ID3 tags (compare title, artist, album, comment, and more).

With FileCake, you can easily retrieve gigabytes of disk space."; 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 = ''; } }