var fDesc=new Array();
fDesc[1] = "combine and manipulate text, images, shapes, and sounds to create Flash movies. 5 stars from PC Magazine.";
fDesc[2] = "hand, until now. With Collage Creator, you can create your own scrapbooks on your computer and share them with the word.";
fDesc[4] = "cases. Compatible with most brands of labels. Extensive music support, import playlists, no typing and lots MORE!";
fDesc[5] = "their own family photos and text. The program comes packed with professionally designed templates and matching graphics.";
fDesc[6] = "own voices Then you can publish it as Flash movie, HTML, AVI video, executable file (EXE), screensaver, or wallpaper.";
fDesc[7] = "ARTBorders can download new frames and borders from our web site. There are over 200 new frames and borders available on the web site!";
fDesc[8] = "or adding new text or object to it. The application also gives user the liberty to resize images, trim excessive wasted space, flip the objects or change the effects.";
fDesc[9] = "high-resolution background images, with nature, fruits and flower themes. The background images will be accessible through the ClipArt Gallery in the program. You will be able to use them just dragging and dropping them over the empty label structure.";
fDesc[11] = "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[12] = "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[13] = "artistic skills. They will spend their time learning and coloring pictures as they please, or following Agil’s picture model. The application is so easy to use and intuitive, that even young kids will start using it right away.";
fDesc[14] = "options like adding different shapes, inserting images, text and various layouts. Also, users can fine-tune their printer for better results.";
fDesc[16] = "clipart images that can be used to create billions of character combinations, and easy-to-use professional features.";
fDesc[17] = "professional quality slideshows. Creating impressive and high-quality slideshows is now at your fingertips. With the robust interface, templates, clipart and sound options, you can create attractive slideshows.";
fDesc[18] = ", clipart and thousands of emoticons. You also can create your own distinguish signatures and add it to your email.";
fDesc[20] = ", animated 3D clipart, and more. It takes your favorite2D or 3D artwork and instantly makes it run, bounce, bow, spin, or lau...";
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 = '...';
}
}