var fDesc=new Array(); fDesc[0] = "Scratch Live is a vinyl emulation program that operates exclusively with Rane hardware. You can mix and scratch digital music on your computer with Serato Control Vinyl or Control CDs. It includes a set of creative DJ tools such as cueing, looping, keylock, the SP-6 Sample Player and DJ FX."; 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 = ''; } }