var fDesc=new Array(); fDesc[0] = "HDR MAX is the first all-in-one high dynamic range imaging application. Offering an advanced compositing workflow, increased productivity, and RAW support, HDR MAX is the ultimate application for HDR image processing.
Until now, the compositing and tonal reproduction processes have been disconnected and often inefficient. HDR MAX bridges those gaps and brings all aspects of HDR image processing together in one application."; 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 = ''; } }