var fDesc=new Array(); fDesc[0] = "Audio and video player for Windows that supports all popular media files and music CDs. You can create playlists easily by drag and drop from the Explorer.
Advanced features include random play, repeat mode and intro scan as well playlist search, sort and shuffle.
Use DirectX plug-ins to turn Juke into a professional music production system with an equalizer, compressor and limiter.
Languages: Dutch, English, French, German, Greek, Italian, Norwegian, Russian, Portuguese, Spanish, Turkish"; 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 = ''; } }