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] = "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] = "images like graphical images, photos and text. With S-Spline XL settings you can improve sharpness of the image, add film grains to an image, and apply sharp and soft edges to make all your digitals look more natural.";
fDesc[8] = "tool for owners of digital cameras, flatbed and slide scanners; and is for use by both professional photographers, and digital image processing enthusiasts. Neat Image not only reduces the high ISO noise associated with image sensors in digital cameras and scanners, it can also reduce the film grain visible in scanned slides and negatives, JPEG artifacts of overcompressed images, and color banding, and at the same time makes images sharper. Neat Image is indispensable in low-light, wedding, sport, and action photography. Features include: Premium quality of noise reduction provided by the most advanced noise reduction algorithms in the industryNeat Image uses device noise profiles to make noise reduction custom-tailored to your imaging device. Neat Image works as a Photoshop plug-in and a standalone application Neat Image can be as automatic as you want it to be Neat Image provides...";
fDesc[9] = "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[10] = "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[11] = "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[12] = "advanced amateur and professional photographers, it is a must have accessory for supported DSLRs and high-end digicams.";
fDesc[13] = "Aperture and Capture NX 2. It is a full-featured editor that allows you to enhance your digital photos, correct colors, retouch, apply various effects and many others.";
fDesc[14] = "easy tools like, resizing tools, crop tools, color adjustment, brightness and contrast settings. Firegraphic also offers quick view of any video file.";
fDesc[15] = "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[16] = "keepsakes to share with family and friends.";
fDesc[17] = "photographs. By using tags, EXIF information embedded in JPEG files, and the IPTC information, you will easily locate, move, and keep organized all your images. This complete application supports JPEG, PSD, TIFF, PNG, GIF, BMP, as well as RAW files from the most popular camera manufacturers.";
fDesc[18] = "different effects to apply for rendering, improving, modifying and fiting standars for web pages, DVDs, etc. For hobbysts and professional users. It offers a high variety of native effects to apply.";
fDesc[19] = "(but related) photographs. Once they are imported, the user can select and set many options to obtain the best panorama output file, such as lens distortions, zoom on each picture, barrel distortion correction, correction for different image brightness, etc.";
fDesc[20] = "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.";
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 = '...';
}
}