var fDesc=new Array(); fDesc[0] = "Experience all the power, control, and creative expression your camera has to offer with HDR Efex Pro 2.
Discover the wide range of possibilities with your HDR images. Get the best HDR looks from naturalistic to artistic and everything in between with easy to use and powerful tools in HDR Efex Pro 2."; 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 = ''; } }