var fDesc=new Array();
fDesc[1] = "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[2] = "Download Now and start resizing photos with this free software tool.";
fDesc[3] = "The program enables the user to resize, rotate, convert, resize and change brightness and contrast of images by just dragging and dropping them.";
fDesc[4] = "looking wizard driven visual interfaces to take you through batch resizing images.";
fDesc[5] = "download and install Screen Shot Maker. It is a very easy and useful tool that everyone must have. This is not just a screen shot grabber, you will be able to edit your screen shots so they will take professional appearance.";
fDesc[6] = "Thumb-Maker is developed for people who uses Digital Frame as and extensive tool to store/display their photographs. Oscar's JPEG Thumb-Maker would help users with its Do-It-Yourself kit for changing the snaps from portrait to landscape and many other features.";
fDesc[7] = "(text or image overlay).";
fDesc[8] = "the list, print pictures, share it via email or publish your album on the internet. You can extract pictures from camera, scanner, hard disk, clipboard, and screenshots.";
fDesc[10] = "pictures from digital cameras, send and share them with your family and friends, and edit them accordingly.";
fDesc[11] = "Windows desktop. If you want to capture desired desktop screen pictures at will and select capture area in rectangle, control, games";
fDesc[12] = "Included templates help make pictures for email, the web, eBay and more. Convert pictures between JPG, BMP, GIF, PNG, PSD and more.";
fDesc[13] = "filters, changing brightness and contrast of your images and adding labels.";
fDesc[14] = "into one format or into several fromat parallel. gif, png, ico, jpg, tiff, wmf, bmp or available.";
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 = '...';
}
}