var fDesc=new Array(); fDesc[0] = "SubWiji is a Windows Application written in WPF which lets you connect you to your Subsonic Music Server and control the music playback and the playlists. It is a simple and neat application that comes with a modern interface.

Features:

- Load Subsonic playlists
- Shuffle songs in playlist
- Repeat playlist or single track
- Change volume independent of the System volume
- Equalizer display built using buffer data
- Album finder shows random, newest, recently added, recently played and favourite albums from your server
- Artist view displays the Artist index
- Search to find music
- Cover art of now playing song"; 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 = ''; } }