var fDesc=new Array();
fDesc[1] = "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[2] = "images. With this program, we can add text, sound (which can even be recorded by the same program), clipart, ballons and hyperlinks to our site in the images. We can also add transition effects for our slides, add panning or zooming, or add a background music too.";
fDesc[3] = "Frame Genius supports all popular image formats: png, psp, cut, gif, pcd, pic, cel, pbm, jpeg, bmp, tif, psd, pic, pgm, pcc, pcx, pdd, tga, vda, vin, vst, wmf and emf are among them.";
fDesc[4] = "digital photo album. A flipping sound can be heard while opening the digital album which gives the viewer a feel of a real and attractive flash photo album. FLIP Flash Album Deluxe serves as a most powerful and easy to use tool.";
fDesc[5] = "will be able to generate greeting cards for every occasion, personalized with photos, drawings and text. You can start your project from the scratch, edit a saved design or use some of the included templates.";
fDesc[6] = "for Thanksgiving, Christmas, Easter, New Year, Valentine's Day, birthdays, anniversaries, or any occasion.";
fDesc[7] = "many templates that can be customized according to the needs. There are many themes such as Family, Holidays, Wedding, films, Greeting Cards, etc.";
fDesc[8] = "templates available. The various Photo editors available need excellent skills for using and are quite complicated to use. The key feature of the ace photo frame is therefore its user-friendliness and ease in use.";
fDesc[9] = "gifting cards too. The program has a cartoonish interface, which is so easy to handle that any one can do it and create crazy images from their photos or personalized gifting cards.";
fDesc[10] = "not have any problems when using it. Select the photos you want to make collage of and apply different effects to them, i.e. you will be able to add frames, masks, cliparts and many more.";
fDesc[11] = "and others help to make your pictures look more funny, beautiful and attractive. You can also add some music tracks to your album and then listen to them.";
fDesc[12] = "distributed as .EXE file. The album looks like a virtual book, with background music ,text comments, clipart and more. Your pictures can be freely positioned on the pages, resized, stretched, rotated and adjusted. You can also add many artistic frames and masks to your photos, creating a unique and professional look for each of your album pages. The program is easy to use and offers wizard-style dialogs. Additional features include slideshow, full-screen viewing and picture-only mode";
fDesc[13] = "comprehensive help menu even a novice user will be able to work on it easily. With it’s built in clipart library, you can add clipart to images.";
fDesc[14] = "knowledge about this kind of project. But with Easy Web Gallery Builder, you will be able to create stunning web galleries of photos and videos in minutes.";
fDesc[15] = "that will help you create a personal and unique slide show, using your very own personal photos. What a great way to ensure that your memories have a lasting impression for future generations to come.";
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 = '...';
}
}