var fDesc=new Array(); fDesc[0] = "Visualize your tracks with our unique EQ colored waveforms. Red for bass, blue for treble and green for mid-range. Never miss an incoming vocal or bass drop. Keep your tracks in time with a simple beat matching display next to our waveforms.

Use club standard setups with Serato Control Vinyl or CDs for the perfect emulation of real feel DJing. For turntablists there is the unique sticker lock feature to keep your routines super tight."; 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 = ''; } }