var fDesc=new Array(); fDesc[0] = "RedOne allows you to update the firmware on your product.
Altough the firmware updater is free you need and username and password.
This firmware supports FLUT and REDcolor Color Science for Mysterium and Mysterium-X based RED ONE cameras,and addition of REDCODE 42 for 3K and 2K recording modes."; 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 = ''; } }