var fDesc=new Array(); fDesc[0] = "The latest neuronal technology makes the Retina Plug-In* one of the most effective pictures processing applications available. Retina maximizes the perceived contrast, brightness, sharpness, depth and resolution.
Main Features:
- Automatic, Auto Levels, Auto Contrast, Auto Color, Auto Saturation and Batch mode
- User defined automatic functions and adjustable parameters for all Automatic profiles
- More than 60 adaptive filters and Perceptual Functions
- Support for 8 or 16 Bit RGB color, and grayscale
- Optimized for Intel's multi core processor family"; 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 = ''; } }