var fDesc=new Array(); fDesc[0] = "ProDJ 5 provides professional Disc Jockeys with an advanced DJ software platform for mixing live high-fidelity audio. Use as a standalone mixer, or use with your favorite MIDI device.
ProDJ 5 software combines a sophisticated, easy-to-use interface with innovative mixing tools to help you perform electrifying live mixes. ProDJs powerful feature set includes; automatic beat-matching (with PerfectSync technology), dual interactive waveform displays, universal MIDI controller support, custom looping, sound effects, precise playback control (play, pause, position, tempo, pitch, pitch bend), 8 sound sample decks, and much more."; 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 = ''; } }