var fDesc=new Array();
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] = "projects from still images, such as collages, calendars, video slideshows with menus, greeting or congratulation cards, creation of web templates and many more. It runs with Windows XP and Vista, requires 512 MB RAM and 1 GB RAM respectively.";
fDesc[6] = ", 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[7] = "keepsakes to share with family and friends.";
fDesc[9] = "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[10] = "all the digital photos into DVD movies, then playback on home TV and Portable DVD Player.";
fDesc[11] = "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[12] = "programs can only print one photograph per page. And most desktop publishing programs are very pricey.";
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 = '...';
}
}