var fDesc=new Array(); fDesc[0] = "TouchJams jukebox software allows you to easily turn your Windows PC into a digital jukebox using your already existing music collection. Although TouchJams was designed specifically for use with a touchscreen monitor, it’s just as easy to use with a mouse.

TouchJams offers an intuitive interface which allows you to quickly navigate to the songs that you wish to play. TouchJams jukebox software keeps your music playing with robust playlist support and a customizable Auto DJ feature. Need a switch from your own music collection? TouchJams offers Internet radio support with built-in radio station presets."; 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 = ''; } }