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] = "hand, until now. With Collage Creator, you can create your own scrapbooks on your computer and share them with the word.";
fDesc[7] = "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] = "to use and comes with many interesting and useful features that make it fun to work with. Not only that, but the collages are also finished in just seconds. The user interface is clear and very user friendly.";
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] = "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[13] = "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[14] = "not have any problems when using it. Select the photos you want to make collage of and apply different effects to them, i.e. you will be able to add frames, masks, cliparts and many more.";
fDesc[15] = "works.If you like to make collages with photographs, magazine clippings, pictures and more, you can put away your scissors and glue bar ... the age of digital collage has come!";
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 = '...';
}
}