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] = "demanding photographer. Both versions of the software use the same database engine to catalog your image library, but the PRO version adds extra options for selecting from big photo shoots and the ability to process raw image files non-destructively."; fDesc[3] = "Any public Webshots Community photo Webshots professional Pro Shots photos You can also easily manage and organize your photos. Plus, the included toolbar lets you upload and search for photos right from your browser."; fDesc[4] = "photographers. You can view, organize, edit and convert all your images the easiest way ever. Ashampoo Photo Commander has everything that you may need to manage your photos."; fDesc[5] = "PC and on the Internet. This incredible program enables the user to present your photos and videos, import enormous amounts of data, optimize it quickly in real-time and place it systematically into albums."; fDesc[6] = ", use and manage picture information, archive, print, make CD or 3D pictures."; fDesc[7] = "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[8] = "Live! Cam webcam by Creative Technology,Ltd. Creative Photo Manager user's interface to create and print our own calendars.We can have fun customizing the calendar provided by selecting different photos, images and layouts."; fDesc[9] = "easy tools like, resizing tools, crop tools, color adjustment, brightness and contrast settings. Firegraphic also offers quick view of any video file."; fDesc[10] = "moviemaking features and faster uploading to Wal-Mart.com for online printing and photo sharing. With the Wal-Mart Digital Photo Manager, customers can create Web photo galleries and use basic editing functions."; fDesc[11] = "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[12] = "control of your photos. This software can be used by both novices and professionals. It will help you quick and easy manage your digital photos. It will help to store, watch, arrange and sort them. Viewing thumbnails, slide show or full sized are available."; fDesc[13] = "interface, but what I most liked from the program is the search of images in my computer. This program is easy to handle and very recommended for use with the edition of your images and for work in the web."; fDesc[14] = "features include editing tools like rotate, crop and resize, adjust lightness, contrast and saturation. You can also add digital frames, create photo collages, Gif animations, IM display pictures, forum signatures, and more."; fDesc[15] = "of digital pictures they have on their systems. With Winkflash Photo Manager customers can create photo galleries and use basic editing functions. It has more options and control of those options than most places on altering the photo."; 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 = '...'; } }