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] = "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[3] = "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[4] = ", use and manage picture information, archive, print, make CD or 3D pictures.";
fDesc[5] = "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[6] = "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[7] = "sharing needs. This easy-to-use tool with its lengthy list of capabilities to work with your digital images stands as a peer in the crowd. The tool is quite simple and free from a complicated interface unlike other similar tools.";
fDesc[9] = "interesting interface consists of two panes and a buttons toolbar with not really descriptive icons. Though its use is not simple for first time users, they can quickly get used to working with this application through the online help.";
fDesc[10] = "photographs, apply dozens of different effects, and enhance the quality of your images. Its extensive list of tutorials and tips, together with a self-explanatory attractive interface, makes this tool the perfect image editor for any user. It supports JPEG, TIFF, BMP, and RAW files.";
fDesc[11] = "advanced amateur and professional photographers, it is a must have accessory for supported DSLRs and high-end digicams.";
fDesc[12] = "and shows all the metadata embedded in the photograph, allowing you to edit the content of the highlighted tags. It supports both Exif and IPTC-NAA data, showing all the existing information clearly organized in sections and tags.";
fDesc[13] = "to correct and enhance your photographs, and an easy-to-use tool to create attractive HTML presentations and Flash photo albums. One of its main features is the possibility of uploading your image files to a range of free image hosting websites with just a single click.";
fDesc[14] = "formats, including, of course, all the most widely used ones (JPEG, BMP, GIF, PCX, TIFF, or PNG, to mention only a few). This free tool includes a basic editor, which allows you to enhance and correct your digital photographs intuitively and effectively.";
fDesc[15] = "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.";
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 = '...';
}
}