var fDesc=new Array();
fDesc[1] = "is available for direct downloading and is available in several languages. It is a program to make photo printing very easy and quick. It supports TIFF,JPEG,PIC,BMP and RAW images.";
fDesc[2] = "HP Image Zone Express application program provides functional capabilities of editing and printing photos. Besides, this program provides the access to HP Instant Share program, where you can quickly share photos with other users.";
fDesc[3] = "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[4] = "program is installed, the first thing you should do is create a new file. Then, you can choose what product will you create. Options are Monthly Calendar, Birthday Calendar, Yearly Calendar, Weekly Calendar and Photo Presentation.";
fDesc[5] = "time the original photo and the sketch. This software lets us apply the following effects: pen, pencil, pastel (plus brush and eraser in the freehand mode). It is also possible to choose a texture for the sketch.";
fDesc[6] = "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[7] = "printing contact sheets and calendars, and a paper saver. PDF support.";
fDesc[8] = "over 300 professionally pre-made fun border themes. Easily add your personal events, birthdays, anniversaries, and dates to the calendar. Supports reoccurring dates so you will not have to retype birthdays, anniversaries for following years. Customize all elements of your calendars including fonts, grid line colors, border themes, and more. Add thumbnail graphics to the date boxes like a picture of a pumpkin on Halloween and a picture of uncle Mark on his Birthday. Easily add subscription based holidays to your calendars U.S. Holidays, Moon Calendar. Change the text for the days of the week and months of the year (great for other languages) Create Calendars for any year or month, software lasts a lifetime. Optional - Add 4 lines of imprinted text or a logo on the bottom of each calendar page. Print at home or use our professional printing service.";
fDesc[9] = "fascinanting stories celebrating special events and memories such as a wedding, a birthday party, and others. Also this software includes many great print features to help you get perfect results every time.";
fDesc[10] = ", any digital image file) of huge size by enlarging it using highly advanced photo enlargement engine.";
fDesc[11] = "wallpaper for your computer with one click. Many tools are also available which assist you to print or to configure photo galleries. It's possible to fix and enhance the photos. Also, with Sure Thing Photo you can backup your photos.";
fDesc[12] = "can be printed using only a sheet of paper. Photo IDs can be done, and there are image quality editing tools. Standard print sizes available as well. Projects can be saved on to a computer or sent by e-mail.";
fDesc[13] = "fashions.This easy-to-use software helps you to create passport photos for printing in just a few minutes.ID Photo Maker can be used to rotate, crop, edit and change background color.";
fDesc[14] = "want. It allows you to arrange several pictures in different layouts and crop and add dates to them, and finally print them. Let your imagination fly with the user-friendly Photo Print Pilot.";
fDesc[15] = "ID-size photographs always come in handy, so does the IDPhotoStudio that creates and prints passport sized photos in a snap, and provides the user with a great option rather than going to malls and photo shops and getting them every time.";
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 = '...';
}
}