var fDesc=new Array(); fDesc[0] = "Windows Ampache Client is a small, simple, basic music player specially designed to allow you to browse the music library on an Ampache server, set up a playlist and stream music on-demand.
Ampache is a web based audio/video streaming application and file manager allowing you to access your music & videos from anywhere, using almost any internet enabled device. Out of the box, Ampache allows you to generate playlists (m3U files) and play them through your normal MP3 player application. However, once you have set up a playlist you can't edit it, or add more songs to the end.
Windows Ampache Client provides a simple Windows interface to browse the Ampache catalog, create a dynamic playlist, and stream music on the fly using an embedded Windows Media Player mini-player. You can also search the catalog and add these songs to playlist."; 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 = ''; } }