var fDesc=new Array(); fDesc[0] = "Silverjuke is more than a music-player for Windows, Mac and Linux which works as easily as a usual jukebox and has album generation, a kiosk-mode, a virtual keyboard, karaoke support, advanced search options, module support and much more. Silverjuke not only plays music - it is very easy to handle and has lots of unique features that brings the flair of a real jukebox to your desktop. For more details, go to http://www.silverjuke.net"; 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 = ''; } }