var fDesc=new Array(); fDesc[0] = "DxO OpticsPro is a image-processing software that automatically corrects all optical defects. The program can recover fine details and textures in dark or burnt areas, remove digital noise even at high sensitivities, and bring out all the nuances of color in your images. DxO’s Optics Module Library includes detailed knowledge regarding your specific cameras and lenses, and uses this information to eliminate distortion, vignetting, and chromatic aberrations automatically."; 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 = ''; } }