var fDesc=new Array(); fDesc[0] = "DEX 3 RE (Red Edition) is a versatile DJ application designed for all types of DJs. The program includes a powerful library that allows you to Import, mix, and search all of your MP3, OGG, WMA, FLAC, WAV, MP3 G and unprotected iTunes files quickly and easily. It features: manual or fully automatic mixing, one-click beat-sync and sync start, seamless intelligent looping and beat-skip, automatic BPM detection, vinyl simulation including scratch, pitch, reverse play, and more."; 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 = ''; } }