var fDesc=new Array(); fDesc[0] = "This is the "emacs of image editors". It has a small footprint and a simple interface with a lot of neat shortcuts that leaves screen space for the important thing: The images! The interface is optimized for requiring as few clicks and keys as possible for a typical work flow in editing photos, writing papers, powerpoints, and documents, and testing new image processing algorithms. Now in version 2 you can even develop RAW images from most cameras (tested with Canon and Nikon) - you can get even change the settings! It has a lot of other powerful features like blending, retouching, lens distortion, filtering, 3D reconstruction, etc. right at your fingertips."; 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 = ''; } }