var fDesc=new Array();
fDesc[1] = "files in over 400 file formats (GIF, BMP, PNG, JPG, JPEG, TIFF, PCX, ICO, IMG, PDF, PIC, PSD, RAW, RGB, TGA, and many more).";
fDesc[2] = "photographers. You can view, organize, edit and convert all your images the easiest way ever. Ashampoo Photo Commander has everything that you may need to manage your photos.";
fDesc[3] = ", use and manage picture information, archive, print, make CD or 3D pictures.";
fDesc[4] = "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[5] = "simple way. It includes all the common tools including Hue/Sat/Luma, Cloning, Sharpening, etc. and plenty professional tools like Barrel-Pincushion, Chromatic Aberration, Perspective Correction, to name but a few.";
fDesc[6] = "digital photos. The software offers a vast variety of different catchy effects such as Light filter, Dream filter, Edge filter, Weather filter, Gradient filter, Color filter, etc.";
fDesc[7] = "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[8] = "It’s easy to use wizard helps to get started with sample morphs. This gives an idea of the capability of the tool. The tool supports infinite number of picture morphing and one cannot find many tools in the market supporting this feature.";
fDesc[9] = "funny pictures in couple of clicks. Just import any photo, use any effects and you are ready for the fun. You can make funny faces by enlarging noses and ears or deforming someone's hair. You can use dent, bump, wave, explode, shrink or stretch tools to give your photos new shapes.";
fDesc[10] = "image. The program allows you to use more than 50 effects, including both traditional and original ones. You will be able to take a look at your photos in the rain and snow, in fog and up in the sky, add some sun light to it or swirl it in a typhoon... You can combine effects and create truly fantastic compositions. It is possible to apply the selected filters both to the entire image and to its parts highlighting the most important fragment of the photo. Photo Effects will help to decorate your home photo album, website and will even allow you to create an original greeting card. Photo Effects makes it possible to not only process, but also decorate photos. It offers you more than 100 frames and masks that will decorate portraits, landscapes and even simple casual shots. Features: Effects - There are five categories of filters here: color effects, lighting effect, traditional...";
fDesc[11] = "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[12] = "the Steps and the other is the Images. In Steps Panel you can find five buttons one of them is Open for search your images.";
fDesc[13] = "digital photos. The software offers a vast variety of different catchy effects, etc. thus enabling you to bring a new life into your photos. The program gives you the opportunity of not only applying one single effect to the photo but also of combining several effects into one.";
fDesc[14] = "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[15] = "Internet. As every other Filter Forge freepack, it allows you to generate textures, enhace photos, process images and create visual effects. By using this application, you will be able to configure some advanced settings such as image contrast, vignetting, grain, photo damage, size, variation and more.";
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 = '...';
}
}