var fDesc=new Array(); fDesc[0] = "Tom's MP3 Player is a simple, basic player that's very easy to use, but provides all the features your need to organize, play, and enjoy your MP3 and WAV media files.

The program runs on XP and Vista operating systems, and is provided as freeware for personal, non-commercial use.

Features

- Industry-standard M3U playlist format.
- CSV playlist import and export capability for ease of large playlist maintenance using any spreadsheet program.
- Graphic equalizer and reverb
- Calibrated spectrum analyzer
- Envelope display
- Realistic VU meters
- Easy and fun to use"; 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 = ''; } }