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] = "program lets us add a watermark in it we can add input text or image logo, we can add text or choose our logo, can selct the position, the angle and the transparency.";
fDesc[3] = "Download Now and start resizing photos with this free software tool.";
fDesc[4] = "all photos from your digital camera in just a few clicks and save a lot of space.";
fDesc[5] = "looking wizard driven visual interfaces to take you through batch resizing images.";
fDesc[7] = "(text or image overlay).";
fDesc[8] = "right-click add-in that integrates directly into Windows Explorer.";
fDesc[9] = "pictures from digital cameras, send and share them with your family and friends, and edit them accordingly.";
fDesc[12] = "formats. Picture Resizer Pro 2007 works in batch mode, which means more time for you!";
fDesc[13] = "with a few clicks.";
fDesc[14] = "publish your pictures again. Automatically resize, watermark and add borders to your images.";
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 = '...';
}
}