var fDesc=new Array(); fDesc[0] = "Now you can handle your images at your taste and adjust them to fit whatever you want. iResize is a small and easy-to-use software which enables the user to preview the images in details, change the size of the images, improve the quality, change the image format and more. First thing you have to do is to add images from files saved in your pc. More than one image can be added and resized. Though you have to work with every one of it separately. To resize an image you may chose the percentage of resizing, e.g., 100; or the dimension can be changed; to do so you have to change the width and height of the image. When setting the dimension you can also select Not to enlarge the image, Crop the image, and Keep the constraints. This program also has the option of creating wallpapers for your mobile phone automatically. As far as the image format, it allows you to change to JPG, PNG, BMP, GIF and TIFF, or just keep the original format. Changing the format also permits you to open that picture in programes which only support some kinds of formats. Select the rotation of the image, if you please and once you have adjusted all the settings, you have to chose a destination folder, where the resized image will be saved and the original one will be saved in its original file. iResize has an image viewer, where you can see all the pictures one by one, and the information about it, such as the File name, size and creation time and when it was last accessed and modified. But it not only has these options! You may as well resize a complete folder! iResize makes your life easier and enables you to enjoy your photographs how and whenever you want! And it is free!"; 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 = ''; } }