var fDesc=new Array(); fDesc[0] = "We feel some essential things should be free in order to move the essential forward. Magic Bullet LUT Buddy was designed for the professional colorist, and bridges the gap from desktop applications to high end systems and hardware boxes. In fact, the plug-in came directly out of the film work of Stu Maschwitz, Creative Director for our Magic Bullet products. Use LUT Buddy with host apps like After Effects and FCP to output LUTs and communicate with higher end systems ranging from DaVinci Resolve to Panasonic displays. If you’re already using 1D or 3D LUT’s in your workflow, this tool was designed for you to share values between compliant software and devices."; 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 = ''; } }