var fDesc=new Array(); fDesc[0] = "Image Analyzer is a powerful and handy image editing software which includes conventional enhancement tools plus other advanced features. Some of the common tools includes automatic brightness, contrast, gamma and saturation adjustment; red-eye removal, resize, rotate, crop and warping of images; a great number of filters such as smooth, sharpen, edge detection, etc.; among others. The interface is really intuitive and simple, very similar to most image editors. It supports JPEG 2000, ICO, BMP, CUR, EMF, WMF ,JPEG, PNG and PCX for read/write and PNM, RAS, PGM, HIPS, PPM for reading. Other advanced features include distance, Fourier and discrete cosine transformation, statistic map, pixel format conversion, morphological operations (such as erosion, dilation, skeletonize, etc)., to name but a few. It also allows you to install a great number of plugins to add more specialized options. Image Analyzer is a very comprehensive application, and the best of all is that it is free. It supports Windows 98/ME/2000/XP/Vista."; 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 = ''; } }