var fDesc=new Array(); fDesc[0] = "Speed up your Avid Media Composer, Nitris, Adrenaline, Mojo, Xpress, Liquid, NewsCutter, Symphony or DS.

Compatible with all Avid media formats - MXF, OMF, AIF, SDII, WAV
Works with local storage, Avid Unity or any other SAN storage system
Supports all Avid editing systems
Dynamic storage space monitoring

Generates detailed reports on each project's media
Integrated backup function makes archiving projects easy
Faster performance"; 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 = ''; } }