var fDesc=new Array(); fDesc[0] = "DJ Mixstation 4 is the latest addition to the acclaimed DJ Mixstation series. It allows you to turn any PC desktop or laptop into a professional DJ Suite. Mix your tracks with ease and play them out to a live audience.

Features include Tempo Changer, Pitch Shifter, Auto BPM counter and synchronisation, Crossfader and Effects. Ideal for practicing in your bedroom, mixing at a house party or playing at a full blown live event. Are you ready for your audience?"; 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 = ''; } }