var fDesc=new Array(); fDesc[1] = "simple way. It includes all the common tools including Hue/Sat/Luma, Cloning, Sharpening, etc. and plenty professional tools like Barrel-Pincushion, Chromatic Aberration, Perspective Correction, to name but a few."; fDesc[2] = ", and many more. The composition templates are divided into three categories, for 1 to 3 photos, from 4 to 8, and for more than 9 photos. We are allowed to resize and fully edit the images."; fDesc[3] = "difficult setup is required. Your photos are turned into paintings in front of your eyes in a few seconds."; fDesc[4] = "entire folder. Stores a thumbnail of each image in the database so that it can be viewed even if the photo is in offline storage."; fDesc[5] = "realism. You can have precise control over the entire creative process can achieve visual results of great precision that are difficult to obtain without software so advanced as this."; fDesc[6] = "apply different effects to them. This program is very easy to use and rather powerful. It has numerous operations such as sketch, rotate, mask, emboss, resize, add a frame, change overlay order, add textures and more."; fDesc[7] = "elements for both Web and desktop application user interfaces.Use Expression Design's powerful vector drawing and editing tools to explore new artistic possibilities and create compelling graphic designs and illustrations."; fDesc[8] = "dream - all with the click of a mouse. Create dynamic works of art using a variety of virtual media — from oil paints and collage to rainbows, trees and more. Digital photos have never been more fun! With Kid Pix® Deluxe 4, you can create unique works of art using your very own photos."; fDesc[9] = "bit different to other artistic programs but it is really simple and easy to use. Although it includes basic artistic options (like pens, pencils, pens, markers, brushes, smear tools and erasers), it doesn't include filters or effects."; fDesc[10] = "dream - all with the click of a mouse. Create dynamic works of art using a variety of virtual media — from oil paints and collage to rainbows, trees and more. Digital photos have never been more fun! With Kid Pix® Deluxe, you can create unique works of art using your very own photos."; fDesc[11] = "effects to help you enhance your photographs, allowing you to add colour, black and white, and texture effects, among others. Each effect applied can be customized by changing the by-default values."; fDesc[12] = "simple expression of thoughts. Print Perfect Deluxe has more than 210,000+ high quality images. The software allows customization by providing 3000 projects for editing to suit the needs of expression."; fDesc[13] = "mainly to make printing jobs easy, it includes a number of basic but useful editing functions that will enhance your digital photos in seconds. It will also import your videos and create screenshots that you can later edit and print just like any other image in your library."; fDesc[14] = "you can use the parts of the image you want to in your artistic creations, and it does exactly what it says on the box. TileMage has a windows-style graphical user interface that is very easy to use and it takes up only a small part of your system resources."; 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 = '...'; } }