var fDesc=new Array(); fDesc[0] = "DJ Mixer Express
The easiest way to create seamless music & video mixes.

The world's most intuitive DJ mixing software for Windows and macOS that’s simple enough for the novice, but feature rich enough for any experienced DJs. Simply start our DJ mixing software to mix your music, videos & karaoke! Whether your songs come from your iTunes or hard drive, simply drag & drop music or video onto the decks or into the playlist and you're ready to go!"; 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 = ''; } }