var fDesc=new Array(); fDesc[0] = "RTAS MixControl is a utility plug-in that enables Pro Tools users to blend monitor mixes between audio inputs and DAW output signals during tracking, enabling performers to benefit from true zero-latency monitoring. Pro Tools version 9 is required to use Focusrite Interfaces and RTAS MixControl with Pro Tools. Ensure your computer adheres to Avid’s system requirements as well as the Focusrite system requirements."; 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 = ''; } }