var fDesc=new Array(); fDesc[0] = "Simple Picture Resizer is an extremely simple but efficient piece of software that changes the size of most of your images and digital photographs. It provides a highly synthetic interface that allows you to open any JPG, PNG, BMP, TIF, ICO, or GIF image file and change its size by using multiples of its original size.

To change the size of your digital images you just need to go through a couple of very simple steps –select the type of conversion (“Bigger” or “Smaller”) and the number of times you want it to be enlarged or shrank. Before you know it, the original image has been resized and saved in the same folder where the original is. The name of the output file is the same as the original image plus “-mini” or “-maxi”, depending on the operation performed. The file format does not change. There is one thing you need to remember – select the parameters of what you want to do before opening the file, as the conversion is done automatically on the fly once the image is selected.

The program will show you a basic preview of the original image (which does not reflect any changes in size) and information about file size, resolution, and file type, of both the original and the resulting file."; 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 = ''; } }