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] = "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[3] = "done. But with ArcSoft Scan-n-Stitch™ and ArcSoft Scan-n-Stitch™ Deluxe, users can finally digitize bigger items such as legal documents, scrapbook pages, artwork, newspapers, magazine spreads and more. Best of all, the results are totally seamless. Handles every kind of page the regular version does plus a whole lot more – including scrapbook pages, kids' art, posters, newspaper pages and maps. The program includes an illustrated set of scanning instructions to make things really simple.";
fDesc[4] = ", 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[5] = ", 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[6] = "digital pictures and text. The interface is remarkably user-friendly, and it offers easy access to complex tasks with great simplification.";
fDesc[8] = "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[9] = "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[10] = "game or a relaxed mode. The main objective is to find all the items from a list provided and collect from the store all the objects needed.";
fDesc[11] = "from the digital pictures you have in your computer. It has a useful and nice looking interface that guides you step by step.";
fDesc[12] = "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[13] = "categories, searching for multiple strings at once, encryption, and easy interchange of notes with the standard Memo Pad application.";
fDesc[14] = "application enables you to create amazing greeting cards for your family, scrapbook pages that capture your family’s memories forever, print brochures for your business, add images to your website and much more.";
fDesc[15] = ", journal text, speech bubbles, music and more. This easy-to-use scrapbooking software makes it fun!";
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 = '...';
}
}