var fDesc=new Array(); fDesc[0] = "VirtualDJ LE is a limited version of VirtualDJ that is included in the box of many hardware controllers (Hercules, Numark, Denon, Vestax, Gemini, ...).

It has been tailored to the controller it ships with, and though lacking some of the advanced features of VirtualDJ Pro Full, VirtualDJ LE is still packed with enough features to allow you to enjoy your new controller out of the box."; 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 = ''; } }