var fDesc=new Array(); fDesc[0] = "Looking for a way to stream music from your Subsonic server to your laptop? Periscope Player is a desktop application for your Windows PC that allows you to stream music to your computer from anywhere in the world.

Main Features:

-View all of your music in a single screen
-Locally Cached Songs - No need to keep streaming over and over
-Locally Cached Cover Art - Saves you time and reduces data transfer
-Save local playlists - Quickly play your favorite mixes
-Jukebox Support - Play songs on your Subsonic Server speakers
-Last.fm and Twitter Integration
-Choose your favorite skin to show off your style
-Search for artists/album/song titles in real-time
-Play your existing Subsonic Playlists
-LIFETIME upgrades included with the Pro version!"; 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 = ''; } }