var fDesc=new Array();
fDesc[1] = "photos, specially for making birthday card, get well card, congratulation card, party card, greeting card, photo album and so on. PIF DESIGNER 2.2 does not provide with any frame at all.";
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] = "wonderful wallpapers and photos for your desktop, emailing, greetings, blogs and other projects. Photo Frame Show offers different photo frames with amazing graphics for your or your family's photos.";
fDesc[4] = "your digital photographs with professional results. If offers over 200 different frames, which can be modified and customized with an extensive list of digital effects. Its professional-looking interface, full of attractive options and endless possibilities, is however very easy to use.";
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] = "now and then, people are covering those moments in their digital cameras and mobile cameras. Now when you want to put your imagination with those snaps and make them more creative here is an answer to your artist need called Photo Artist 2.";
fDesc[7] = "users to add quickly and easily different style frames, from standard, colored, cool frames, to special shapes. It allows to resize, rotate and adjust brightness, contrast and hue, without affecting the selected frame, as well as color the photographs, and add text to the photos.";
fDesc[8] = "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[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] = "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[11] = ", poorly cropped images and fit many more photos into the frame's memory. Preserve and stamp EXIF data onto output.";
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 = '...';
}
}