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] = "creative projects. Take any picture you want and put it in a funny frame. You may also take a picture from your webcam; there is a quick access to this function in the program."; fDesc[3] = "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[4] = "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[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] = "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[13] = "Photo Scrapbook. You can add unlimited users so your brothers and sisters can use it also"; fDesc[15] = "Career,Track where you hit the ball with the Spray Chart, Keep a Daily Journal, & build a Photo Scrapbook. You can add unlimited users."; 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 = '...'; } }