var fDesc=new Array(); fDesc[0] = "AKVIS HDRFactory is a versatile program for creating HDR images and making photo correction. The software makes HDR photos by combining several images of the same object taken with different exposure values. The result is an expressive contrasting image that reflects reality with a higher level of authenticity than a simple snapshot. The name of the program can be taken literally, as HDRFactory is a real workshop for the production of fascinating HDR images."; 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 = ''; } }