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] = "collages. With this cool application you will be able to: - Create collages that can be used as desktop wallpaper. - Create collages that you can send them to your friends and family by email. - Build tuning pictures for using them on your website or online album.";
fDesc[3] = "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[4] = "create templates for your pages. When we open the program we can find three toolbars, two panels and one window. In the general toolbar you can add text to your collages templates, in the collage button you can configure the setups, the backgrounds and the collage frames.";
fDesc[5] = ", easy and allows you to edit and create good looking layouts. It also lets you save your work and use it as wallpaper. It has a really simple and intuitive interface, so you will easily understand how to you use it.";
fDesc[6] = ", and many more. The composition templates are divided into three categories, for 1 to 3 photos, from 4 to 8, and for more than 9 photos. We are allowed to resize and fully edit the images.";
fDesc[7] = "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[8] = "program is easy to work with and to follow. You can edit your pictures to make collages and scrapbooks. It also allows you to save your projects, so you can go back to them every time you need to.";
fDesc[9] = "chameleons do. The tool is very easy to handle as it does not require precise selection of objects. It has 4 modes of collage creation.";
fDesc[10] = "to create original compositions consisting of a background and several photos. You can create a beautiful collage quickly and easily. The program has a handy and colorful interface.";
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] = "many templates that can be customized according to the needs. There are many themes such as Family, Holidays, Wedding, films, Greeting Cards, etc.";
fDesc[13] = "pictures. The program allows you to select any picture from your computer and load it into any of the program's templates. If you want to give a present to someone you love, you could use this program to create a collage with your pictures together.";
fDesc[14] = "it fast and easy for you to edit, crop, fix, rotate, resize, modify, blend and process your work. It has a useful toolbar, with different options in it, which will help you perform your photo montages.";
fDesc[15] = "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 = '...';
}
}