var fDesc=new Array(); fDesc[0] = "SpyderCheckr is a program that allows photographers and videographers to color calibrate their cameras, perform precision in-camera white balance and record known-color samples. It helps capture consistent color from day to day and camera to camera and apply these results easily in your workflow with post processing apps such as, Adobe Photoshop and Lightroom, Hasselblad Phocus and Blackmagic DaVinci Resolve 11."; 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 = ''; } }