var fDesc=new Array(); fDesc[1] = "used as background to create funny and interesting images. What is more, the program includes hundreds of masks to choose from, various clip arts, funny and sweet cartoon figures, frames, outlines and the possibility to include text to make your photos even more attractive and interesting."; fDesc[2] = "and precisely. This incredible program offers a comprehensive set of tools that enables you to edit your pictures and assists in transforming your photo ideas into reality."; fDesc[3] = "find a menu bar, one more toolbar and one window in it we can transform our pictures. This program is amazing and crazy, to take a time and have some fun with our pictures, I recommend it."; fDesc[4] = "sharing needs. This easy-to-use tool with its lengthy list of capabilities to work with your digital images stands as a peer in the crowd. The tool is quite simple and free from a complicated interface unlike other similar tools."; fDesc[5] = "draw your own works of art. You can acquire digital photos from file on your computer or directly from a scanner and at once start to work with them."; fDesc[6] = "existing ones. In addition to common tools, there is a wide range of effects and filters which you can apply to your images. Moreover, you can use Adobe Photoshop-compatible filters."; fDesc[7] = "photographs, apply dozens of different effects, and enhance the quality of your images. Its extensive list of tutorials and tips, together with a self-explanatory attractive interface, makes this tool the perfect image editor for any user. It supports JPEG, TIFF, BMP, and RAW files."; fDesc[8] = "menu bar, one toolbar, a panel with a preview image and two tags, one window for see our photo transformed. Finally when we make click in the Process button we get our work done, but can click in the original image button and return to the original photo."; fDesc[9] = "your entire collection of digital photographs and watch them in your computer individually or as a slideshow. Photo-Bonny Image Editor will allow you to add icons, frames, and free-style drawings to your photos, enhancing them with a fresh and funny touch."; fDesc[10] = "Whenever we take photos with a mobile phone camera, we have to face vignetting, poor color appearance, poor sharpness & contrast, and also JPEG compression artifacts related issues with our photos, so these photos are not perfect for albums,"; fDesc[11] = "menu bar, one toolbar, two windows and in the foot of the program we can see an advanced box, a filter strenghtt and two buttons more."; fDesc[12] = "program we can go to the Help, Tutorial, Forum or continue and go to the button next. When come to the next step can find our pc folders in the left side and in the right window we can drag and drop the file or folder that we wish to open and transform."; fDesc[13] = "simple and intuitive user interface, it doesn't include a help file for beginners or those not familiar with this kind of software."; fDesc[14] = "the program we can see a Menu bar, one toolbar, one window for see our pictures and in the foot of the program we can see the pupil detection, the correction strength and can select the darkening box."; fDesc[15] = "program we can see two windows in the left and two windows in the right. In the first window we can see our folders and in the window below we can see the images that every folder has."; 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 = '...'; } }