var fDesc=new Array(); fDesc[0] = "Photogenics HDR is a graphic package capable of working with images in 32 bits per channel floating point format, otherwise known as High Dynamic Range, or simply HDR. HDR images allow real world levels of illumination to be represented, which makes Photogenics essential for those working with film, images rendered by 3D graphics software, digital camera RAW files, or for creating realistic textures for the latest image based lighting techniques."; 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 = ''; } }