var fDesc=new Array(); fDesc[0] = "Nikon Capture NX is a full-scale digital-image processing and editing software application for digital photographers, descended from Nikon Capture. Capture NX now provides:

Powerful U Point technology powered Color Control Points that enable the user to directly enhance the image selectively, without the use of masks, selections, or layers.
Continued ability to apply every tool non-destructively (Requires the user to save their image with NEF. Original file can be JPEG, TIFF, or NEF). Selective tools such as the Selection Brush and Selection Gradient that can be used to selectively apply any of the enhancements.
25 new tools and enhancements, ranging from the Black, White, and Neutral Control Point tools that enable the user to remove color casts and set their image's dynamic range, to the Distortion Correction enhancement that enables the user to reduce barrel and pincushion type distortions in their images.
A highly-featured browser.
Tutorials are available at http://www.capturenx.com click on Tutorials."; 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 = ''; } }