var fDesc=new Array(); fDesc[0] = "REDCINE-X PRO provides an advanced coloring toolset, integrated timeline, and post effects collection in a professional, flexible environment for your R3D files. With a new look and feel, and advanced features, RCX-PRO is the ultimate in post-production for stills and motion.

In REDCINE-X PRO, you create the look you want and export it to your RED camera or create your look in the camera and transfer to REDCINE-X PRO. REDCODE RAW – the .R3D format – allows you to manipulate all the metadata of your images to find your perfect look."; 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 = ''; } }