var fDesc=new Array(); fDesc[0] = "Get direct access to and full native support of RED files with the RED plug-in.

In addition to preparing files through MetaFuze, ROCKETCINE, or REDCINE, you can shoot on any RED camera and then instantly access footage right from the RED-FLASH card or RED-DRIVE, enabling you to get right to work, with access to the full metadata and color management data. Choose between preserving RGB color space or downconverting to YUV color. Images are scaled to HD image size. See all RED workflows with Avid video editing systems."; 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 = ''; } }