var fDesc=new Array(); fDesc[0] = "Get ready to unleash the full sonic potential of your tracks with TRAKTOR AUDIO 6, the high-gain audio interface for DJs who demand premium sound quality and extra-loud output. TRAKTOR AUDIO 6 boasts six inputs and six outputs and is destined to be the centerpiece of your live or studio setup."; 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 = ''; } }