var fDesc=new Array(); fDesc[0] = "B-DJ is one of the most innovative and powerful mixing software available on the market.
It ships and runs only with a dedicated DJ hardware console, made by BEHRINGER.

B-DJ features the following: HQ Master Tempo, HQ beat-sync algorithm, unlimited lists number, disk explorer (browser) and much more.

The program has support for M4A(aac) and MP4 songs ( only if iTunes is installed) and when iTunes is installed even the mp3s with problems loads ok."; 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 = ''; } }