var fDesc=new Array(); fDesc[0] = "Web Graphics optimizer is a graphics utility to optimize your images to prepare them for internet. To make a site attractive you need to insert images in the site. And to create attractive images for your site you should have a good graphics editor. Web Graphics Optimizer is one which you can use to enhance your images. Web Graphics optimizer now comes with an IntelliTransparence feature which will check for the best transparency color. You can also add 3D text into your images with this application. You can also use its powerful capturing function to catch any part of the screen. It supports almost all images formats. By using Web Graphics Optimizer you can resize the images or you may also crop the images by your wish. From its color settings options you can modify the Brightness, Gamma correction, Contrast, Histogram Contrast, Stretch Intensity, and Invert, Hue, Saturation and Histogram Equalize. And from its filter option you can select its Halftone, Blur, Sharpen, Posterize, Mosaic, Emboss, Soften, Oil painting, reduce noise functions etc. It also comes with three special effects Rotate, Parallelogram, and Flip image."; 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 = ''; } }