var fDesc=new Array(); fDesc[0] = "EasyHDR PRO is an image processing tool that produces High Dynamic Range (HDR) images out of photo sequences taken with a digital camera. It is capable of importing several image formats: JPEG, 24/48-bit TIFF, FITS or any RAW photo (thanks to integration with DCRAW). EasyHDR PRO can also import OpenEXR (*.exr), Radiance RGBE (*.hdr) and 96-bit floating point TIFF HDR images that were previously generated with any other HDR image processing software."; 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 = ''; } }