var fDesc=new Array(); fDesc[0] = "Command|8 puts integrated, tactile manipulation of Pro Tools TDM or LE systems running on Windows XP or Mac OS X at your fingertips more affordably than ever before. While there are several compact control surface options from third-party manufacturers compatible with Pro Tools, only Command|8 was made by Avid and Focusrite specifically for Pro Tools. As a result, Command|8 provides a great deal more sophisticated control with Pro Tools software, and has been tested and qualified specifically for Pro Tools."; 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 = ''; } }