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] = "camera's built-in functions. Not only does ZoomBrowser EX provide a simple straightforward procedure for everything from downloading, organizing and editing images through to printing your images or sending them as e-mail attachments, it also offers a range of features specifically designed to combine with and make the most of your camera's functions. Some of these features are RAW image processing, panorama image composition, and a remote shooting function that lets you control the camera from your PC. ZoomBrowser EX -- software that knows your camera and will change your total digital camera experience."; fDesc[3] = "creative projects. Take any picture you want and put it in a funny frame. You may also take a picture from your webcam; there is a quick access to this function in the program."; fDesc[4] = "members on $100 bills! Swap faces and bodies! Change yourself into an astronaut or a personality on a poster. Change photos for practical jokes! FunPhotor is professional fun-photo-blending maker,Combine your photos to funny or surprise scenes!and it's also a valuable and sophisticated program for entertainment. It's just plain fun! Try the coolest image synthesizing software today and see the magic with your own eyes!"; fDesc[5] = "Web. Photo DVD Maker has been designed to be easy to use by anyone. Create dynamic slideshows in three steps: Add photos, design movie menu, and burn discs. All tasks can be done in an intuitive way."; fDesc[6] = ", 3gp and more. When we open the program we can find a Menu Bar and three tags they are: organize photo, choose menus and burn disc. In the Organize Photo tag we can see our folders in one window and the files that we select in the other window."; fDesc[7] = "the web, paint with the mouse, etc. You can acquire digital photos from file on your computer, with the help of a scanner or a digital camera and at once start to work with them."; fDesc[8] = "virtual plastic surgery. The program can be installed in English, French, Portuguese and Spanish. First of all, you must choose a photograph from a person to modify it. It can be in any of the usual graphics formats."; fDesc[10] = "It can print the photos in both standard and custom sizes so that the user can email optimized photos. In addition to this, it also has creation tools that do more than organizing photos."; fDesc[11] = "(reducing drastically the learning curve). It's intended to enhance a photo quality (remove scratchs, dust, and more), or eliminate unnecesary / indecired objects."; fDesc[12] = "pictures, but also for scrapbooking, since you can also add text and even hypertext links. There are two ways of starting a project. You can create a new book, which will give you a sort of 3D representation of a book."; fDesc[13] = ", crossfade, zoom and much more. Burn your slideshow to DVD for playback on TV, or as a standalone video file for enjoying on web and portable devices."; fDesc[14] = "want to add you digital photo onto the landscape picture. You want to softly blend them together, and the blended picture should be natural and attractive. You are looking for a photo editing software which can do it easily and quickly."; fDesc[15] = "and video effect to photos. Creating slide show and add effect in the video is so easy. Professional can create slide show with sound effect and comments which make their presentation very effective."; 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 = '...'; } }