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] = "and features that can get your raw photos ready to the publishing or sharing. You can use special effects, denoise and red eye effect removal tools to enhance your camera pictures. Photo! Editor supports all the popular image formats, like JPG, BMP, PNG, GIF and TIFF.";
fDesc[3] = "the program asks for the name that we want to add to our album and we can see the demo in the program that teach to us how to use this useful program.";
fDesc[4] = "draw your own works of art. You can acquire digital photos from file on your computer or directly from a scanner and at once start to work with them.";
fDesc[5] = "and drop feature it is totally user friendly. We can easily create folders and subfolders that have unique templates and designs and host them online without any need for extra hosting. All we need to publish the albums online and share them with our friends is a user ID.";
fDesc[6] = "effects to your photos. Within the application you will find a wide set of useful effects like: Rotate to left or right, fix red eye, enhanced color, denoise, deblur, make up, lighting, straighten, resample and crop.";
fDesc[7] = "pictures belonging to a panorama, First software to perform HDR stitching, First software to really correct color and exposure variations between source images. Autopano Pro is incredibly fast. It will take your workflow and productivity to new heights. Autopano Pro is extremely efficient, even in the most difficult cases. And you can at anytime take over on all the software automations to achieve perfect results.";
fDesc[8] = "above.";
fDesc[10] = "section of it. Whether you are looking to capture a specific window, your whole screen or an object, then Capture Express lets you do it. You can choose from several forms, such as diamonds, rectangle, or a stars among others shapes.";
fDesc[11] = "colors into the boxes provided. Or, if you need to color code a resistor, you can input your values and the program will provide you with the correct color code.";
fDesc[12] = "customizable real-time effects than any other product in its class, Avid Xpress DV combines legendary Avid ease of use with the powerful tools that continue to define the editing industry. With Windows and Macintosh versions for one low price, Avid Xpress DV is perfect for anyone who wants to explore the exciting world of digital video. Features include: Comprehensive video and audio editing toolsets 100+ customizable real-time effects One-step Auto Correct color correction Powerful audio tools Extensive import/export capabilities DVD authoring";
fDesc[13] = "clarity and details, sharpens blurry videos, corrects color bleeding, and creates unique effects.";
fDesc[14] = "remove red-eye problems in the fastest possible way. If you have a mountain of photos to process, try RGBmachine!";
fDesc[15] = "balance of your video. The program is easily mastered and does not require any specific knowledge. To correct a color of your digital video using the plugin you only need to take two steps: 1) choose the region whose color needs to be corrected; 2) choose the color for performing color correction. You'll see the corrected image right away.";
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 = '...';
}
}