var fDesc=new Array(); fDesc[0] = "Imagine you're using your hardware mp3 player to play your favourite songs. But always when you play a special song your mp3 player freezes. What happened? The song is damaged. The only solution on most players to get it work again is by putting off the batteries. MP3Test helps you to sort out such damaged songs in your mp3 collection before you freeze your player. Just give MP3Test a try!
All damaged MP3s will be listed in the tab "Damaged Songs". Also you can see the error percentage of each song, the filesize, the complete path where the file resides and the quality of this song.
The error percentage is shown in a small bar chart on the left side of each songname. Red stands for damaged, blue for error free.
So far, the more red you can see, the more errors your song contains.
Directly from this view you can start listening the song (by double clicking or rightclick and the popup-menu), delete the file, move it or copy a list of all files listed here into the clipboard. A song can also be deleted by pressing the del-key."; 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 = ''; } }