var fDesc=new Array(); fDesc[0] = "Image Minimizer is a simple but useful image resizing and converting application. This tool makes it easier and more effective to work with digital images. Image Minimizer is really helpful for adjusting the size of images quickly and easily.

With its easy-to-use features, this tool is very intuitive. You can change the quality of the image by percentage, adjust the size of the image by changing its height and width or adjust the scale of the image by percentage. Furthermore, the program also provides converting features, allowing you to change the digital format of the image. The supported output formats are BMP, JPEG, GIF, PNG and TIFF. To resize an image, first you will have to select an image file, adjust its quality and size, change the format if you want, and press the "Start" button. Your image will be resized in just a few seconds.

Image Minimizer can also be used to resize multiple images at a time. This free program can run on multiple operating systems like Windows 95, 98,Me, NT,2000 and Windows XP."; 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 = ''; } }