var fDesc=new Array(); fDesc[0] = "CUE is the most reliable, intuitive DJ software. It empowers DJs to mix, scratch, juggle, and sample audio and video on its dual virtual decks. You can use CUE just like you use vinyl, CDs, or most other DJ formats. Just load tracks from your virtual crates to the virtual decks and mix it up. Working with digital tracks is just like it’s always been since the days of vinyl, and you can control with your mouse or select from a wide range of Numark controllers, decks, and mixers for the feel you prefer."; 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 = ''; } }