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] = "cards and albums easily and quickly. It is a combination of PowerPoint and Flash-making software, which has the ability to make a flash presentation. It is very user friendly, easy to learn for beginners as well. In addition to this, it has many other interesting features";
fDesc[3] = ", demos, prototypes, simulations, and eLearning courses for the web, Mac and Windows® desktops, DVDs, and CDs. Integrate virtually any major file format, including video created with Adobe Flash® software and native 3D content, for the greatest return on your creativity.";
fDesc[4] = "to make fast edits and intuitive, task-based tools to clean up recordings, polish voice-overs, customize music, modify sound effects, apply high-quality filters, and much more.";
fDesc[5] = "downloaded videos from KeepV.com on Windows Media Player or on your Ipod.";
fDesc[7] = ", record voice commentary with the created presentation or demo, and even shows a “picture in picture” video via webcam. With the help of this cool application, the user can even share sales presentations and training demos anywhere anytime.";
fDesc[8] = "subdirectories for Flash, create and view thumbnails for SWF and Projector EXE and see file information directly in your Explorer";
fDesc[10] = "know much about web development. All you need for achieving great results is typing skill. The application includes a rich collection of templates that can be used for creating your own flash menu.";
fDesc[11] = "flash file completely. SWF Decompile expert is a product from BearFlash product Development Company for the multimedia developers’ community. SWF Decompile expert can export all resources from any type of flash movies.";
fDesc[12] = "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[14] = "a well directed wizard which carefully guides the users through a series of small steps in order to create a ready to use text scroller in flash.";
fDesc[15] = "Pictures and Music. You can also use Flash Photo Show to convert your Flash Slideshow or any other Flash file to a Screensaver.";
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 = '...';
}
}