var fDesc=new Array(); fDesc[0] = "Serato ITCH is an integrated software and hardware system, designed to give music selectors and DJs new kinds of control. Serato and ITCH partners have made award winning DJ systems that operate without CD players or turntables.

Using the ITCH software you can DJ music on your computer with accurate control from a range of purpose built ITCH hardware."; 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 = ''; } }