var fDesc=new Array(); fDesc[1] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur ."; fDesc[2] = "beyond the basics. Apply incredible effects, organize and retrieve automatically your pictures from any device (from cameras to cellphones) and share them."; fDesc[3] = ", photo browser and Photo Story utility. The Digital Image provides a great functionality for organizing, viewing and storing photo archives. You can control your photos through a combination of digital-imaging tools with helpful wizards and professional-quality photo projects."; fDesc[4] = "wonderful wallpapers and photos for your desktop, emailing, greetings, blogs and other projects. Photo Frame Show offers different photo frames with amazing graphics for your or your family's photos."; fDesc[5] = "clicks, and then organize them indigital photo albums. Best of all, you can go directly from the program to Acti..."; fDesc[6] = "for the edition, organization and view of our images files and pictures. It supports multiple formats, including the formats of some digital cameras, so we can manage all them using this fantastic application."; fDesc[7] = "resolution for every image you want to resize, Quick Photo Resizer offers resize schemes that can be used to resize any number of images to same format and resolution. Quick Photo Resizer also has a logo or watermark adding tool."; fDesc[8] = "This program has many features that make the creation of thumbnails easy to do, even for those that have never done so before. The user interface is very clear and organized which makes it easy to use."; fDesc[9] = "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."; fDesc[10] = "environment you normally use. You don't need to open separate programs to get the benefits of this digital photography software"; fDesc[11] = "with your digital camera. 2. a 'copy-to' option, to quickly copy a file to another folder. 3. slide show option."; fDesc[12] = "application may come in handy for any person who is interested in cross-stitch embroidery. It converts photos or scanned images to cross-stitch schemes. You can acquire images from a disk, scanner, digital camera and other Twain devices."; fDesc[13] = "program offers four editing options: manual edit, paint, wizard, and a batch converter. In the manual edit option you can adjust filter parameters manually, that means that you select exactly the filter you are looking for. Note that the filters are limited and rather basic."; fDesc[14] = "have hundreds or thousands of images. But luckily we found Batch AutoCorrector. With its help the process of quality improvement is just a kids game. As its name suggests, it is a batch auto corrector,"; fDesc[15] = "pictures, paint, special effects, optimize tools, filters, touch-up options, resize options, fixing tools to recover areas, clean small details, red eyes fixing tool, add customized frames to pictures, special options for printing photographs, apply skins, etc."; 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 = '...'; } }