var fDesc=new Array(); fDesc[0] = "Lyra DJ is a PC based application that creates playlists automatically based on the musical content on your Lyra Device.
Lyra DJ uses Digital Signal Processing and Advanced Acoustical Analysis technology to classify your music.
Lyra DJ allows you to explore your musical collection in a fresh new way.
The music is organized by the mathematical relationships resulting from the analysis of the actual audio content.
Lyra DJ sorts your music library into a number of playlists called sets.
You control the number of playlists!
Each song on the player will go into one of the Lyra DJ sets.
Lyra DJ sets are numbered and named so they can be easily identified."; 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 = ''; } }