var fDesc=new Array(); fDesc[0] = "EpicDJ provides Club & Mobile DJs with pro mixing features, an intuitive interface and advanced software platform for mixing high-fidelity audio. Cue, beat-match, loop, add sound effects and mix digital audio files (including MP3, AIFF, WAV, WMA, AAC and M4A) with ease using this advanced DJ Software.

EpicDJ is fully equipped with an extensive array of product features that includes Dual Interactive Waveform Displays for pin-point beat-matching and mixing control. Plus, EpicDJ's development platform offers superior stability and mixing performance you require for each and every performance."; 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 = ''; } }