var fDesc=new Array(); fDesc[0] = "You’re going places—literally and figuratively. Having the right video editing and finishing tools that move with you is crucial. That’s why they broke Symphony Nitris DX apart, so you can work wherever and however you please. Symphony 6 is now available in a software-only version, giving you a cost-effective, highly versatile solution that works with your existing hardware. For better performance, bundle it with an Avid video interface or get the complete Symphony System. Plus, you get many exciting new features and workflows that professionals like you asked for."; 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 = ''; } }