var fDesc=new Array(); fDesc[0] = "SNS-HDR is a photo editing program producing and tone mapping HDR images.

Program features:

Imports images saved in popular graphic formats.
Invoking the RAW files.
Submission of sequences, differently exposed, HDR photography in the images.
Auto-alignment of images (compensation offset, scale, rotation and perspective).
Unique image editing tools.
The possibility of the use of masks.
Saving images in JPEG and TIFF.
The built-in batch processing module, which allows to automate the machining process."; 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 = ''; } }