var fDesc=new Array(); fDesc[0] = "wxMusik is an open-source, cross-platform multimedia player and library.

Main Features:
- Fast startup time.
- Plays mp3, ogg, APE ,MPC ,FLAC, mp2, wav, aiff and wma (win only) files.
- Net streaming support for icecast and shoutcast streams.
- Advanced crossfading for smooth playback.
- 16-band dual-channel equalizer!
- Powerful batch and auto-tagging allows hassle free organization.
- Reads APE V1 & V2,ID3V1,ID3V2,flac ,ogg and wma format tags.
- Writes tags in APE V1 & V2, ID3V1, ID3V2,flac and ogg format.
- Embedded SQL database makes searching and organizing 10000's of files quick and easy.
- Supports multimedia keyboard or standard keyboard play control keys on windows and linux.
- Random Auto DJ (single and album mode), shuffle and loop playback options.
- Static playlist creation with drag 'n drop of single songs or whole albums or artists from the library view.
- Mighty dynamic playlists.
- Localized in 10 languages! (german,czech,italian,spanish,portuguese,norwegian,french,dutch,russian and polish)
- Fuzzy search feature"; 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 = ''; } }