var fDesc=new Array(); fDesc[0] = "TRAKTOR DUO 2 makes it simpler to unleash your creativity, whether you mix at home or rock the dance floor. As a part of the TRAKTOR 2 generation, you're using the same software as many of the world’s top DJs.
Within moments, you’ll be mixing on two decks and easily adding loops using the new Sample Decks. Amazing-looking software and visual cues like multi-colored waveforms reveal every detail of your music and help you drop stunning mixes."; 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 = ''; } }