var fDesc=new Array(); fDesc[0] = "Briz LUT Converter is a handy software solution to convert 3D and 1D LUT (Color Lookup Table) files and ICC profiles from one format to another. It supports a variety of input and output formats, such as ARRI, Blackmagic DaVinci Resolve, Autodesk Lustre, Lustre, Cube 1D, Nucoda, Fugo, Shake, and more. It includes features like batch processing, merging LUT files, 1D to 3D conversion, and more."; 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 = ''; } }