var fDesc=new Array(); fDesc[1] = ", comparison, red-eye removal, emailing, resizing, cropping and color adjustments. It supports all kind of images format and also includes new tools for drawing on the imagery, fixes, optimization."; fDesc[2] = "easily. You just only have to select the image file (you can select more than one image pressing ctrl or shift key), write the resolution in pixels or percent and press the button Ok. That's all. This cool application will resize your images fast and easy."; fDesc[3] = "and in a very fast way. With FastStone Photo Resizer you will be able to change the size of your images, convert them from one format to another, rotate, rename and modify their brightness, color, contrast and many other features, in just one time."; fDesc[4] = "images with reduced file sizes."; fDesc[5] = "one process, use image watermarking options, rotate and auto rotate images without compromising in quality, use canvas resize feature, rename image files in batch mode so on."; fDesc[6] = "it using custom dimensions, rotate, flip or crop if desired using quick and easy tools. Batch Image Resizer allows you to import multiple images to the image list at once."; fDesc[7] = "quick batch photo resizing mode. High Quality Photo Resizer best suits for minimizing the photo size to publish pictures on the internet or for sharing them with others."; fDesc[8] = "image resizer, but I will say that it is a super fast image resizer, because it can resize your thousands of images or photos in just few minutes and you does not required to select your images one by one."; fDesc[9] = "program lets us add a watermark in it we can add input text or image logo, we can add text or choose our logo, can selct the position, the angle and the transparency."; fDesc[10] = "in two clicks. Mihov Image Resizer neither looks like other image optimizers and converters, nor works like them."; fDesc[11] = "to resize photos before printing. It also assists in many other modifications to individual or multiple photos: resizing, rotating, bordering, cropping, adding text, image overlaying and others."; fDesc[12] = "pictures. With easy to use GUI and drag and drop facility, the tool can be used by anyone. With this program, you can resize a number of images at one time."; fDesc[13] = "snap. With this program you can resize images in JPG (JPEG), GIF and BMP formats keeping the original aspect ratio, so your picture will look the same but smaller. All the resized pictures are saved in an specially designed folder and the original ones are not modified or erased."; fDesc[14] = "also create your own web gallery of images, set its auto renaming, place a text on the image, and so on. It supports such popular formats as BMP, PNG, GIF, JPG etc."; fDesc[15] = "JPG and BMP digital photographs. It allows you to rotate your pictures, to crop them, to enlarge them or to make them smaller, and it will constantly give you updated information to help you decide on the quality and the size of the output image."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }