var fDesc=new Array();
fDesc[1] = "HP device. It is now available for online downloading. It is primarily aimed at printing, it supports JPG, JPEG, BMP, PNG y GIF images. It allows us to import our photos from a memory card, printer, camera, PC, CD, scanner, etc.";
fDesc[2] = "for non-experts, it has numerous utilities to edit images in a personalized way. However, the amount of tools offered may be confusing to users who have had no previous contact with basic image editors.";
fDesc[3] = "hand, until now. With Collage Creator, you can create your own scrapbooks on your computer and share them with the word.";
fDesc[5] = "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[6] = "preserve your photos or images using a collection of photo realistic templates, among some other tools. Scrarbook Factory Deluxe can“t be downloaded from Internet for trial purposes, you must buy it to try.";
fDesc[7] = "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] = "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] = "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[11] = "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[12] = "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[13] = "become more of a habit now than a past time as it earlier used to be, thus increasing the need of making scrapbooks looks more attractive and inviting. Scrapbook MAX! is a software used for designing scrapbooks with custom images and graphics and with beautiful content.";
fDesc[14] = "from the digital pictures you have in your computer. It has a useful and nice looking interface that guides you step by step.";
fDesc[15] = ", print and export high quality photos, albums, collages and scrapbooks. Support more than 40 image formats. Allow arrange images and texts freely. Hundreds of templates and designer ideas. Beautiful frames and special shapes. Powerful image editing features. Export your design work to jpg files. Support Multilingual.";
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 = '...';
}
}