var fDesc=new Array(); fDesc[0] = "JugglerDJ is the COOLEST DJ mixing software developed in Jamaica. Mixing has never been this easy! DJs can mix from one track to the next on the same instrument track, thanks to the THREE-DECK Method. This way, you can do cross-overs between different genre of songs all on one DJ Software, JugglerDJ!No need for expensive external hardware systems. Just attach your game controllers, assign your buttons and mix your favorite tracks directly from your game controllers. An addition loop/instrument deck is included to perform highly innovative and complex mixing on one rhythm. Transistion is smooth and easy thanks to our Tri-FADER Technology system."; 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 = ''; } }