var fDesc=new Array(); fDesc[0] = "Joy Play is a freeware media player that support most popular files: MP3, AVI, WAV, WMA, WMV, OGG, Audio CDs, FLAC, DIVX, MPG and much more with support from plugins.

Joy Play have unique skin system.
You can choose various skins from this site, or build your own skins.

Player support karaoke lyrics and subtitles.

It support also Sonique Visualization.

Features:

- Supported operating systems: Win 2K/XP/2003/2008/Vista/Seven.
- Excellent Playback Quality, based on the BASS API 2.4 by un4seen.com.
- 18 band Equalizer with visual effects and presets.
- Sonique 1.x Visualization plugins support.
- Karaoke lyrics and subtitles support.
- Playlist Editor with a lot of options.
- Audio File Tags Support.
- Video formats Support.
- File album artworks."; 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 = ''; } }