var fDesc=new Array(); fDesc[0] = "Virtual Music Jukebox is a digital music solution to manage your music library. Its professional looking interface gives you the look and feel of a modern, Internet-ready, bar-style jukebox right on your PC or custom jukebox cabinet. Virtual Music Jukebox was designed for those wanting more than just a media player. It has the ability to display high-resolution album art along with full track listings. It also supports touch screen control for the true jukebox experience."; 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 = ''; } }