var fDesc=new Array(); fDesc[0] = "Get the most details and least artifacts from your raw photos thanks to modern and traditional demosaicing algorithms: AMaZE, DCB, fast, AHD, EAHD, HPHD & VNG4.Advanced color handling from white balance to HSV (Hue-Saturation-Value) curves and color management. Enhanced exposure and tonality tools: tone and Lab curves, highlights and shadows tools, etc. Multiple denoising methods: luminance, chrominance, impulse (for salt and pepper noise) noise reduction. Several tools to enhance details: unsharp mask, RL deconvolution, contrast by detail levels.Multi-threaded algorithms for high performance (RawTherapee can utilize modern processor features).Quick thumbnails load lightning fast and are replaced later with live thumbnails. Wide variety of supported cameras: almost all DSLRs and even some medium format bodies are supported."; 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 = ''; } }