var fDesc=new Array();
fDesc[1] = "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[2] = ", and sound in 2D or 3D space and then animating virtually any aspect of each element. You can also create text and vector graphics in After Effects using familiar Adobe tools, and then animate these elements to create visually innovative new motion graphics.";
fDesc[3] = "possibility to arrange you icons in the style the program offers, you can create your own layouts and save them. Also the icons' text or the icons themselves can be set to be hidden when we go off the desktop (or when the focus is on another window).";
fDesc[4] = "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[5] = "hard for your kid, but is verry simple to use, this software is creatin artists";
fDesc[6] = "photorealistic 3D-scenes, terrains and characters. It features 3D modeling tools, hierarchical animation, global illumination rendering and more.";
fDesc[7] = "executable files (exe) Flash animation (swf) Gif animation (gif) Images (sequence of bmp, jpg, or png) Now you can generate DreamScene content from your pics! More than 20 built-in filters will help you to animate water, clouds, smoke and create other natural effects. We create new filters every month and you can get them with ArtWaver updates.";
fDesc[8] = "to edit, build, animate and render 3D models and figures. It has been enhanced from previous versions thanks to the collaboration of regular users.";
fDesc[9] = "objects, small particles, running text, wave, shake, appearance, explosion, changing brightness among others. You can state all the effects as regards parameters and sequences so as to obtain an animated image in a very easy way.";
fDesc[10] = "3D is basically a standalone application that gives designers three main abilities: create, animate and render 3D scenes to vector file formats. These formats include Adobe Flash (SWF or Swift 3D's proprietary .SWFT format).";
fDesc[11] = "can make impressive banners, cool GIF animations, and animated AVI videos. The user interface (GUI) of this software is simple and allows you to create your animation with a few clicks.";
fDesc[12] = "Hollywood blockbusters since 1991, when it was originally introduced. It will assist you not only to create a stellar end product, but on time and on budget.";
fDesc[13] = "sound support. Unlike other block games it provides us better graphics quality and more features. This game is basically designed for children but it can be a good entertainment for all family members.";
fDesc[14] = ", rotating and scaling Rhino objects without exporting them. The application features the ability to constrain objects to curves, force objects to look at other objects, look-along constraints, viewport keyframing, constrain viewport camera location and target to path, automatic";
fDesc[15] = "4 2021 11.8132 Clean Clean 14 false false false MicrosoftInternetExplo rer4 Softgroup .Net GIF AnimateĀ Overview";
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 = '...';
}
}