var fDesc=new Array();
fDesc[1] = "images together with different layouts, templates, photo frames, mask effects, cliparts and word arts. Created collages can be saved, printed, sent via E-mail or saved as wallpapers.";
fDesc[2] = "and precisely. This incredible program offers a comprehensive set of tools that enables you to edit your pictures and assists in transforming your photo ideas into reality.";
fDesc[4] = "a good looking interface so you can work fast and easy. You can also create greeting cards, post cards, and thank you notes. This program run with Microsoft Windows.";
fDesc[5] = "Research, which has produced very good multimedia applications for automatic processing of pictures, like Photosynth. We see a window, where we can insert pictures by browsing a folder, and all you have to do is click the \"Create\" button.";
fDesc[6] = "keepsakes to share with family and friends.";
fDesc[8] = "images you have in your computer. It has a nice looking interface that makes the program fast and easy to work with, and shows you step by step how to use its tools.";
fDesc[9] = "photos you have in your computer. It permits you to edit your images and add effects such as changing positions, rotating, resizing, altering the overlay order, putting frames, mask templates, shadows, layers, etc. It is simple to use and fun.";
fDesc[10] = "The program enables the user to resize, rotate, convert, resize and change brightness and contrast of images by just dragging and dropping them.";
fDesc[11] = "friends, relatives or yourself, you definitely should try this screensaver!";
fDesc[12] = "any of the free amazing images from the GT Desktop Web page. Pictures can be changed at time intervals, and there are some effects that can be utilized such as hide icons from desktop, calendar, etc. - GT Ripple effect is also included.";
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 = '...';
}
}