var fDesc=new Array(); fDesc[0] = "DEX 3 is a DJ Software that allows you to mix music and music videos seamlessly and to host karaoke shows. The DEX 3 user interface and transport controls work much like CD Decks and include advanced mixer controls much like you find on high-end physical DJ mixers. With beat-grid based automatic beat mixing it’s easy to blend tracks, allowing you to focus on the other aspects of your mix."; 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 = ''; } }