var fDesc=new Array(); fDesc[1] = ", new panels for Masks and Adjustments, on-the image that we can apply some adjustments to the style of Photoshop Lightroom, a 3D engine, and then only for begin."; 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] = "digital image. Is a powerful product, yet easy to use. It includes the basic functions needed for a beginner and the more complex functions used by pros."; fDesc[4] = "those who just want to remove those annoying red eyes and correct some basic exposure mistakes, to those who enjoy adding some creativity to their favorite photographs."; fDesc[5] = "and scanners. Ulead Photo Explorer is more than a simple image viewer. It integrates functions of acquisition, edition, cataloging, organizing, adjusting and sharing digital images and video clips. This powerful and easy-to-use program has clear and simple toolbars."; fDesc[6] = "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[7] = ", use and manage picture information, archive, print, make CD or 3D pictures."; fDesc[8] = "images together with different layouts, templates, photo frames, mask effects, cliparts and word arts. Created collages can be saved, printed, sent via E-mail or saved as wallpapers."; fDesc[9] = "amazing and the interface is very dynamic. When we open the program can find the common buttons, file, edit, view, help, search box and the button to order the images by date taken newest or oldest, folder, filename and more."; fDesc[10] = "lessons. After months of studying Ellie decided to start her own business, and since she didn't have an office to work placed the equipment in the yard of her house. You can try this game for 60 minutes before you buy the licensed version."; fDesc[12] = "advanced amateur and professional photographers, it is a must have accessory for supported DSLRs and high-end digicams."; fDesc[13] = "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[14] = "the digital images. The software emulates professional level photography reversal film and you can print and work with all of your digital pictures. You will have the same effects as you would with reversal films like Fujifilm Velvia (RVP) or Kodak T-Max100."; 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 = '...'; } }