var fDesc=new Array();
fDesc[1] = "digital image. Is a powerful product, yet easy to use. It includes the basic functions needed for a beginner and the more complex functions used by pros.";
fDesc[2] = "feeds. Instead of having just a blank screen or just one picture as a screen saver, with Google Photos Screensaver you can have many pictures as a slide show that changes every few seconds and acts as a screen saver after a time interval set by you on your computer.";
fDesc[3] = "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[4] = "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[6] = "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[7] = "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[8] = "keepsakes to share with family and friends.";
fDesc[9] = "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[10] = "pictures in an easy way and in just a couple of seconds. Thanks to this program, you will be able to combine your pictures and merge them into one image.";
fDesc[11] = "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[12] = "The program enables the user to resize, rotate, convert, resize and change brightness and contrast of images by just dragging and dropping them.";
fDesc[13] = "and sharing scrapbooks with family and friends directly via E-mail or slide-show. The exclusive design, fun and easy usage, fabulous backgrounds, and ready-to-use scrapbook templates, will surely inspire you to create more commemorative memory in minutes.";
fDesc[14] = "friends, relatives or yourself, you definitely should try this screensaver!";
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 = '...';
}
}