var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "It can print the photos in both standard and custom sizes so that the user can email optimized photos. In addition to this, it also has creation tools that do more than organizing photos.";
fDesc[4] = "who wants to enhance photos quickly: in business-related tasks, at home and especially it can be useful for beginners. The program offers you all the editing functions you can think of.";
fDesc[5] = "program we can see two windows in the left and two windows in the right. In the first window we can see our folders and in the window below we can see the images that every folder has.";
fDesc[6] = "Mail, Gmail and desktop mail applications, including Outlook, Thunderbird, Outlook Express and Windows Mail. User interface is realized by the baskets intended for collecting files to be attached.";
fDesc[7] = "custom profiles for different batch processing tasks. But, what's special about this program? The QUALITY. The original quality of your images is preserved as the most advanced, hi-end algorithms are used by JpegSizer";
fDesc[8] = "presentations. This software can crop, print up to 10x10 photos per sheet, edit contrast and colors, rotate photos and much more.";
fDesc[9] = "purpose of sending it by email, publish it on the web or just to save space on your hard drive.";
fDesc[14] = "Included templates help make pictures for email, the web, eBay and more. Convert pictures between JPG, BMP, GIF, PNG, PSD 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 = '...';
}
}