var fDesc=new Array();
fDesc[1] = "browser to be used instead Internet Explorer, Mozilla, FireFox, Opera or Safari. But the features really important are: online profile storage, mouse gestures, built-in AD/Pop up blocker, privacy control and other more features. Avant Browser runs in Windows platforms.";
fDesc[2] = "you to make screenshot from flash frames and save it as a graphic file. The program supports 13 different languages. You can save flash files right clicking on them, or using the provided IE Toolbar.";
fDesc[3] = "drawing and animation features - including brand new Flash animation support, DrawPlus X2 has everything you need to create eye-catching, professional-standard designs and artwork. Whenever you're a beginner or a skilled artist - whether need to create a stylish cover for your school or college project, an attractive family tree or business diagram, a photo-realistic art masterpiece, or even a high impact Flash animation - you'll find easy-to-use drawing and painting tools and special effects you can use right away to create your most outstanding designs, ever.";
fDesc[4] = "drab presentations into engaging Adobe® Flash® multimedia experiences. Easily add narration, animations, interactivity, quizzes, and software simulations to eLearning courses.";
fDesc[5] = "web page, and it has amazing and beautiful and realistic background effects. You can easily change font, text, color and layout, in a really fast way. You can preview your \"art\" in the movie preview window and increase or enjoy your banner! This program is made by Flash development.";
fDesc[6] = "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[7] = "combine and manipulate text, images, shapes, and sounds to create Flash movies. 5 stars from PC Magazine.";
fDesc[8] = "sites. Mx-Fx 1.0 is easier to use than Adobe Flash; the trial version didn’t allow creating all the Flash effects that the software can make. The Mx-Fx 1.0 GUI (Graphic User Interface) is very friendly to use and you can start to create Flash effects immediately.";
fDesc[9] = "without losing quality. The program features a very simple and intuitive user interface allowing you to completely customize the compression options to satisfy your needs.";
fDesc[11] = "customized and in a couple of minutes. It is not necessary to have advanced knowledge or be a professional flash designer to use this program. Even a child can create stunning flash intros with ease.";
fDesc[12] = "cool library of ready-to-use Flash content, MotionArtist is the Flash animation solution for everyone, from first-time Flash users to advanced Flash designers. MotionArtist Features Script Free Flash ActionWith MotionArtist, point-and-click button features replace the complicated scripting typically required for Flash animation, putting interactive banners, navigation buttons, menus, and photo albums right at your fingertips! Built-in Animation Effects Built-in animation effects add life to your artwork. Easily animate banners, share photo albums, stylize webpages and presentations. Templates & Wizards You already know how to use them! MotionArtist's wizards and templates lead you step-by-step to building your own outstanding web pages, banners, and digital photo albums! Intuitive User InterfaceDrag-and-Drop functionality and a colorful, editable timeline make Flash creation a snap!...";
fDesc[13] = "banners flash animation creation easy. It really achieves what it offers with a really low cost. If you are tired of Giff animators and doesnt have time to learn flash actionscripting, Swish Lite is for you.";
fDesc[14] = ", light, etc. It's easy to create, use and customise the particle effects. When you are done with the creative part, then you can export the file as an image(JPEG/BMP/PNG), an AVI video, or a SW/FLV file.";
fDesc[15] = "media but in an easy way, with no advanced knowledge required. It integrates a wide variety of effects and templates ready to be used and customized so it suits everyone's needs.";
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 = '...';
}
}