var fDesc=new Array(); fDesc[0] = "Digidesign D-Show helps you learn the basics of the D-Show software interface in preparation for working at a full D-Show system. Assign hardware I/O and D-Show routing, and name channels, set channel input, EQ, dynamics, pan, and other settings, create and maintain a library of D-Show setups, with access to nearly all parameters available on the control surface. In the D-Show Standalone software, you can simulate the hardware configuration of a destination system from the Devices tab of the Options page."; 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 = ''; } }