var fDesc=new Array();
fDesc[1] = "program is very complete but it is easy to use. You can be an expert on software but you will find this program very complete and useful. If you are a beginner, the program's interface will seem really easy and you will have no problems by using it.";
fDesc[2] = ", Flash slide shows, Flash banner, Flash AD and ecards in a very easy way. The program allows you to create different Flash intros that can be used in any websites and blogs.";
fDesc[3] = "Video, CD, or DVD. Its nearly 70 different transition effects, together with its extensive catalogue of themes, offer you unlimited possibilities to share and enjoy your digital photo collections.";
fDesc[4] = "and images to create slideshows with background music - there are numerous transition effects templates that we can add to our projects. We can adjust the output options, choosing between creating a flash file or making a gift, a presentation CD or DVD.";
fDesc[5] = "software to create animated flash slideshows with your favorite digital photos, you will not devote much of your precious time to this task. Also, you won't need any complex slideshow building software.";
fDesc[7] = "astonishing effects. The application features a simple and intuitive three-step user interface, that enables you to create original slideshows to share with your family and friends in a snap.";
fDesc[8] = "transforms digital photo collection to Macromedia Flash file format ( SWF ) which you can share your memorial moments with your family or friends on your own homepage or website. With ANVSOFT Flash Slide Show Maker, you can easily turn a folder full of still images into a stunning Flash slide show with background music and special transition effects. This Flash slide show software allows you to add nice looking animated slide shows to your website in no time!";
fDesc[9] = "wallpaper with this tool with just a click of the mouse. This software is available for Windows 98, SE, NT, 2000, xp or 2003. This software is very small in size and easy to install. After installing user gets the screen asking for all the option.";
fDesc[10] = "classical vector drawing tools, you can create stunning graphics with the power of these tools, including \"Freehand\", \"Curve\",\"Shape\", \"Spline\",\"Contour\", and in-place text editor. Liveswif is a typical key-frame based animation system. Bases on the capability of drawing tools, it provides path motion and transform motion tool to produce animation. Just setting new position, angle, size or color in key frames, Liveswif will blend the in-between frames automatically. Liveswif supports Flash 5 action script, that means you can create interactive animations. The setup package contains 500 library components. This is lite version, It is freeware, but no action script support. The lite version may be freely distributed provided that it is not modified. you must include all files in the original distribution.";
fDesc[11] = "Creating Flash movies has always been a challenging task, and creating flash content by using professional software can be a tedious process. Flash Maker makes this process effortless and convenient as well.";
fDesc[12] = "the output format. It transforms digital photo collection to Macromedia Flash file format (SWF) which you can share your memorial moments with your family or friends on your own homepage or website. It can burn slideshow on CD or DVD disc playable on computer and save original photos on CD/DVD disc. It supports file uploading, selecting cool SWF templates and adding SWF file linked URL. With Flash Slide Show Maker, you can easily turn a folder full of still images into a stunning Flash slide show with background music and special transition effects. This Flash slide show software allows you to add nice looking animated slide shows to your website in no time!";
fDesc[13] = "dragging and dropping the mouse. New version is available for you to add text and pictures (JPG,PNG,GIF).";
fDesc[14] = "shockwave Flash Movies and mp3, wav, mid music to a windows standard screen saver.";
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 = '...';
}
}