var fDesc=new Array(); fDesc[1] = "and buttons in just a few minutes. It uses a large number of dialogs to customize your work. Interface is highly customizable. It has excellent features like photo enhancement, fix perspective distortion and digital retouching techniques. GIMP is not a design suite but is free."; fDesc[2] = "import your photos and videos from digital cameras, camcorders, CDs, DVDs, and Windows Live Spaces. Moreover, with this incredible program you can enhance your photos with easy-to-use tools for adjusting exposure, color, and for removing red eyes."; fDesc[3] = "photo collection. With Creative Photo Manager you can create slideshows, screen savers and panoramic views from your photos. It provides you with various editing tools to enhance your photos."; fDesc[4] = "images files. They can be transferred and played later on our computer and/or compatible portable media player. We can subscribe to photo feeds channels, such as Flickr and Windows Live Spaces."; fDesc[5] = "printing Avery labels, business cards, dividers, t-shirt transfers, greeting cards and more. Design Pro represents a great tool to customize and print professional looking labels, CD labels, business and greeting cards"; fDesc[6] = "documents such as brochures or flyers using more adapted software than a word processor, to create pages with all kinds of design elements, such as formatted text, photographs, lines, and pictures. Users can create brochures, newsletters, memos, postcards, envelopes, Web pages, and many more."; fDesc[7] = "and use them to create a screensaver for your PC. This extremely easy-to-use application fully integrates with the operating system as all you will be seeing of it is an extra option on the regular drop down list of screensavers of Windows."; fDesc[8] = "program to edit image files with many effects. With this program you will be able to rotate, crop, resize and edit your image files the way you want to. Moreover, the program will enable you to combine image files into a single larger file."; fDesc[9] = "just needs the URL of the website with wallpapers and a few settings, and you will get all your favorite wallpapers downloaded to your PC automatically."; fDesc[10] = "program. Now this incredible software will allow you to modify according to your needs any picture, photo, image. It has amazing tools, brushes effects, filters and different kind of backgrounds, you can enhance any picture you want with this fabulous software."; fDesc[11] = "software client is free to download and sharing albums is also free of cost. The most useful feature of this software is a simple user-friendly interface with well directed wizard options for creating cards and picture albums."; fDesc[12] = "create their own multimedia productions including professional producers who require an authoring program that features a Commercial License that enables them to sell the work they produce in the program such as DVDs, CDs, graphics an photographic images."; fDesc[13] = "and then allows you to explore them through the built-in Image Browser. It is possible to view your images in full screen, even using an automatic slideshow, with more than 80 transition effects."; fDesc[14] = "download, manage and rename photos and image data directly from a camera or a memory stick. Downloader Pro supports JPEG and TIFF images from any DCF compliant camera and reads shooting data as well."; fDesc[15] = "named Photopainter. This cool software is all about creation: it can be used to create works of art, retouch photos or existing art pictures with state-of-the-art digital painting tools and techniques."; 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 = '...'; } }