var fDesc=new Array(); fDesc[0] = "Elpis is a free and open source Pandora client for Microsoft Windows. It was created to provide a simple, lightweight and seamless way to enjoy music through Pandora while freeing you from the confines of a web browser and integrating into the desktop.

Main Features:
- Simple desktop application for subscription and free accounts
- View, Sort and Select Stations
- Play, Pause, Skip Song
- Cover and Artist Art
- Thumbs Up, Thumbs Down, Tired of Song
- Save user credentials and automatic login
- Automatically play last station at launch
- System tray notification with song info
- Minimize to system tray
- Launch pandora.com info page for song, artist, album and station
- Automatically reconnects on session timeout (no more - Are you still listening…”)
- Creating stations
- Edit QuickMix
- Create Station from playing Song/Artist
- Add new artist, song, or composer seed to current stations
- Media Key support (Global and Application level)"; 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 = ''; } }