var fDesc=new Array(); fDesc[0] = "EasyHDR BASIC is an image processing software that produces and tone maps High Dynamic Range (HDR) images out of photo sequences taken with a digital camera.
EasyHDR BASIC 2.13 is a freeware, but reduced and slightly modified version of easyHDR PRO 2.13. You can use it freely, but please keep in mind that some of the features that can be found in the PRO version are not supported there."; 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 = ''; } }