var fDesc=new Array(); fDesc[0] = "KinskyJukebox is an open source application to manage playlists and presets for the Linn Jukebox service.
The jukebox service provides a means of loading stored playlists into your Linn DS device from a known http location, bypassing any media server application.
Scan your music collection and create presets for various groupings (ie Artist, Album, Genre, etc).
Easily create home made presets from your existing collection.
Easily add presets for new music.
Provides an optional built in http server for serving your music and album art.
Print a catalog of all presets, including album art and track information."; 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 = ''; } }