var fDesc=new Array(); fDesc[0] = "Universal Buttonstart can be used with button start on the LPT or USB port to control all kind of programs to interact with your button start on your mixer. Or just use the internal programmable hotkeys to start an action, no hardware is required then. Just program the correct mouse clicks to each button and you can use it directly. Universal Buttonstart detects the start signal and then presses the mouse key on the programmed location."; 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 = ''; } }