var fDesc=new Array(); fDesc[0] = "Abee MP3 Duplicate finder is a tool which allow user to find any duplicate music file and remove useless file from their hard disk. This helps user to save space on their hard disk. This tool is dedicated for finding only duplicate song files which makes it better than others. This tool works only with MP3, wma, ogg and m4a files which allow using specific methods for duplicate detection. Abee MP3 Duplicate finder use the artist name & title of the composition from ID3 tag to compare whereas most other program uses other criteria such as file size and file name for duplicate detection. So this program detects exactly the duplicate song file. If a user has remix or other version of same song this program simply ignore it.
This software is small in size and have very minimum requirement for installation which makes it faster and reliable. It also allows user to choose only specific disk or folder on which he wants to find the duplicate song file. After detection it provides so many options for the duplicate files. A user can either delete or move the duplicate copy of the file to some other folder or disk. It provides complete control over duplicate values."; 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 = ''; } }