var fDesc=new Array();
fDesc[1] = "popular compression formats. It’s powerful, easy to use, versatile and even has a nice interface. You can compress and decompress most archives using the same program.";
fDesc[2] = "easily. You just only have to select the image file (you can select more than one image pressing ctrl or shift key), write the resolution in pixels or percent and press the button Ok. That's all. This cool application will resize your images fast and easy.";
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] = "suggests is a software tool for resizing the photo and the output comes out with drastically reduced file sizes. The conversion is quicker as it can allow resizing of multiple image files in batch mode.";
fDesc[5] = "one process, use image watermarking options, rotate and auto rotate images without compromising in quality, use canvas resize feature, rename image files in batch mode so on.";
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] = "user. With the potential to return fast quality work this tool has the capability to convert PDF files into PNG, GIF, JPEG, TIFF, BMP or other image formats.";
fDesc[8] = "allows you to protect your personal images from unauthorized use by marking them with protective watermarks.";
fDesc[9] = "images. With the power and capabilities of this image enhancement tool you can easily: adjust, edit, convert, and apply various effects to your batch images.";
fDesc[10] = "key feature, this amazing application makes batch photo or single photo editing, converting, enhancing and making JPG images at your finger tips.";
fDesc[11] = "texts, crop, convert image formats, and apply various effects and much more. Its GIF Animation feature is just amazing. You can use this option to create animated GIFs, set GIF frame time, adjust quality, and adjust transparency level.";
fDesc[12] = "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[13] = "The program enables the user to resize, rotate, convert, resize and change brightness and contrast of images by just dragging and dropping them.";
fDesc[14] = "shrinked 100 pictures the software can be used with the limitation of an added watermark to each image.Also features batch compression.";
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 = '...';
}
}