var fDesc=new Array();
fDesc[1] = "for everyone with very few computer skills to show ideas or products in a tidy way, using text, images, sounds and transitions. It can even be connected to a projector to view the presentations on a large screen.";
fDesc[2] = "of limitations. The first impression you get running the application is the lack of effort from Dell to make their dock experience at least similar to stardock freeware.";
fDesc[3] = "(e.g. red eye) or get creative. Use for web, email, or print. Photoshop plugins, animation, and much more. FREE. Registration required.";
fDesc[4] = ", complete and expandable. The concept behind the interface and work methods in Maya are extremely smart, and the program offers extreme control over every aspect of your work. The learning curve is steep though, so you will need to invest time in order to master this 3d beast.";
fDesc[5] = "any photo, edit it and animate it using effective and easy tools. You can create animated pictures, screensavers, banners and buttons in no time.";
fDesc[6] = "animation for your Web site and PowerPoint presentations. The program includes animation Wizard that walks you through creating an animation sequence.";
fDesc[7] = "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[8] = "handling icons in PSD, PNG, BMP, and JPEG formats, as well as for creating AVI animations from the GIF original files. 24-bit colors supported. The user interface is very graphical and easy to use. The animation is displayed showing all the frames, and users can edit or modify those individually.";
fDesc[9] = "loaded application that creates 3D animations of characters from a photo or still image. The user can pick from a number of funny effects like masks for creating custom back-grounds, advanced face settings for eyes, lips, teeth and mouth, and they may be imported to match a character accordingly.";
fDesc[10] = "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[11] = "enhance them. What is more, it also allows you to capture screens, create layouts, and select colors from a webpage, which makes it a great tool for web designers.";
fDesc[12] = "This suite contains Morpheus Photo Morpher, Morpheus Photo Warper and Morpheus Photo Mixer along with all 15 sample morphs, warps, and mixes. Morpheus Photo Animation Suite comes with an easy to use interface,";
fDesc[13] = "the program we can find one Menu Bar, one toolbar, one window and a panel that shows six buttons they are Preview, rendering or delete the keys. With the Menu Toolbar we can create, open, import, export and save.";
fDesc[14] = "than ever. Flex GIF Animator offers a wide verity of special effects, motions and movements that help you to create professional looking animations without any prior knowledge.";
fDesc[15] = "impressive animation for your websites or for other purposes. Presently it support only BMP and JPG image formats as an input image files. But for output it support Flash SWF and AVI video format including GIF file format.";
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 = '...';
}
}