var fDesc=new Array(); fDesc[0] = "Song Sergeant intelligently identifies and removes duplicates, renames inconsistently named artists and albums, reunites orphaned song files to your library, and deals with missing song files. Song Sergeant will whip your music library into shape in no time.

Features:
Finds and removes duplicate song files.
Intelligently merges the best song information with the best audio data.
Discovers orphaned song files within your music folder but not seen in iTunes.
Reunites missing library songs with orphaned files.
Fix problems quickly and automatically or with great manual control.
Detailed 'related songs' drawer helps you make decisions."; 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 = ''; } }