var fDesc=new Array(); fDesc[0] = "Quick HDR is a very fast and enjoyable image enhancement application and a batch processor to apply many popular film and HDR effects to the modern digital camera images, all in high 128 bit color depth precision.

It can easily create both beautiful natural images, simulating accurate film processing, as well as creating images with the popular HDR look."; 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 = ''; } }