var fDesc=new Array();
fDesc[1] = "organizing of your image and video files with standard editing functions and some small “prettinesses” like Smart Collection function, Slide Shows creation etc., easy by using with the intuitive interface.";
fDesc[2] = "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[3] = "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[4] = "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[5] = "included frames makes it possible to select a frame that is just right for the photo your working with.";
fDesc[6] = "much more.";
fDesc[8] = "handling, images blending, translucent objects, etc. The application can manage up to 16 different types of files, such as JPEG, GIF and PNG, and even previous animated GIF files. An automatic image converter will make a GIF file out of any imported picture.";
fDesc[9] = "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[10] = "effects. Handy realtime preview. A collection of professional-looking stock gallery templates.";
fDesc[11] = "shortcut keys, custom background images, 128 transition effects, and four display modes including a tile mode, picture frame, five view styles including a thumbnail view, batch print, custom music list, individualized photo captions with fonts, dynamic and multiple play interval, resumable play, CD autorun, cleanup and much more. Supports most common graphic and media formats including animated GIF, MP3, and movies.";
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 = '...';
}
}