var fDesc=new Array(); fDesc[0] = "This driver will allow you to connect your DDJ to a PC. DDJ-RX is a professional 4-channel controller for Rekordbox DJ. DDJ-RX also works with other MIDI-compatible software besides rekordbox, by assigning MIDI message. You can do this by changing the mapping values of all buttons and knobs."; 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 = ''; } }