var fDesc=new Array();
fDesc[1] = "and buttons in just a few minutes. It uses a large number of dialogs to customize your work. Interface is highly customizable. It has excellent features like photo enhancement, fix perspective distortion and digital retouching techniques. GIMP is not a design suite but is free.";
fDesc[2] = "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[3] = "and in a very fast way. With FastStone Photo Resizer you will be able to change the size of your images, convert them from one format to another, rotate, rename and modify their brightness, color, contrast and many other features, in just one time.";
fDesc[4] = "formats. With the set of enhancement tools, you can choose, view, edit, save, export and convert RAW images to PNG files.";
fDesc[5] = "now integrated into ZAR (version 7.8 and up).";
fDesc[6] = "batches (many files at the same time), thus saving designers and web developers from a lot of tedious work. This application also offers a bunch of options like choosing the output format, setting JPG quality, visual cropping, file prefixing and a lot more.";
fDesc[7] = "enlargement of JPEG Images. The software will help developers and professional photographers to get an enlarged size of the jpeg image, originally captured in the camera, without any distortion to the quality of the image.";
fDesc[8] = "features of professional photography. BreezeBrowser Pro helps you to manage your photos: from editing your photos to publishing them on the web. BreezeBrowser Pro offers raw conversion for different cameras, and protects your photos using watermarks.";
fDesc[9] = "shrinked 100 pictures the software can be used with the limitation of an added watermark to each image.Also features batch compression.";
fDesc[10] = "many more effects. In fact while using artistic brushes you can completely manage the force of the brushes via its pressure sensitive tablets.";
fDesc[11] = "image. The written message in the image is encrypted in such a way, that no one can access it easily. Furthermore it includes all the necessary image correction and enhancement tools, one can need to make their photos more perfect.";
fDesc[12] = "picture you have taken from a digital camera or a photo a friend sent to you), customize it and have it on your mobile phone.";
fDesc[13] = "quality automatically reads the date of the original picture from a JPEG file and places a stamp on it. It is capable of processing multiple images at one time and helps to regain original image too.";
fDesc[14] = "adjustments, image and canvas sizing, and a good set of filters. It features 48 built-in image filters and supports user defined filters.";
fDesc[15] = "images. The advanced tool is compatile with most popular cameras like; Canon EOS 450D, Fujifilm S100FS, Nikon D60, Olympus SP-570 UZ, Pentax K20D, and much 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 = '...';
}
}