var fDesc=new Array();
fDesc[1] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos";
fDesc[2] = "both with voice, calling, video conference, gaming, and mailing functions. The program has not changed much from the previous versions in its core, but adds a great array of new features that the user can surely benefit from.";
fDesc[3] = "any significant changes, except, perhaps, a couple of bug fixes from the previous entry in the franchise and some improvements in the voice calling system.";
fDesc[4] = "skins. You can change the look of your Windows to Mac, Vista or your favorite game or a sport theme like cars, or cartoons and much more. WindowBlinds offers 8 themes that come along with the program.";
fDesc[5] = ", browser cache integration, exe projectors support and playlists.";
fDesc[6] = "The animations can be saved as animated gifs to be used on web pages. An example animation is included.";
fDesc[7] = "includes 230 ready-to-use effects, drawing tools, timeline and sophisticated scripting language. You can import vector art, images animation and sounds";
fDesc[8] = "tools. Ideal for non-experts. It includes many objects, buttons, 3D graphics and predetermined animations and varied 3D effects to apply to texts. Make adjustments of properties and prospects in a simple and direct manner using the mouse. It runs on Windows 2000 / XP / Vista.";
fDesc[9] = "effects and realistic animations of colored fishes in their tanks. It includes about fifteen different colored fishes, superbly illustrated, and with amazingly realistic animations.";
fDesc[10] = "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[11] = "with interactive components and awesome programming capabilities for building sophisticated website interfaces as well as stylish arcade games and much more.";
fDesc[12] = ", one can enrich a homemade slideshow movie with animations like snow falling from the sky, snow on the ground, snow balls, etc.";
fDesc[13] = "technology itself. The program can import the following formats: swf, flv, bmp, gif, jpg, png, tif, pcx, svg, dxf, wmf, eps and emf. It is really useful for creating flash animations in a few steps, thanks to its intuitive interface.";
fDesc[14] = "manner. You’ll be able to add music, videos and animations. You also will be able to create an installer to distribute your screensavers quickly and easily .It works on Windows 98, Me, 2000, 2003, XP and Vista.";
fDesc[15] = "required. You can animate images, texts or shapes and create a Flash movie with added sound and transition effects. Flash Designer is similar to PowerPoint and it's a perfect choice for those who find other Flash makers too difficult.";
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 = '...';
}
}