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] = "supports mpeg2 (that is, Quick time is now compatible with .mpg, .mpeg, .vob, .vro, .m2v, .m2a, .m2s). It is also compatible with a variety of audio formats like AIFF, WAV, MOV, MP4 (AAC only), CAF and AAC/ADTS. QuickTime also opens images in jpeg format and other image formats.";
fDesc[3] = "Macromedia Exchange site or you can create and install with Extension Manager 1.7. When you install Extension Manager 1.7, makes a search for previously installed extension.";
fDesc[4] = ", browser cache integration, exe projectors support and playlists.";
fDesc[5] = "in a couple of minutes. To make the work easier, the program offers a wizard that will guide you throughout the whole slideshow making process. Flash Slideshow Maker is also useful to make amazing banners for your website in a few easy steps.";
fDesc[6] = "formats. Once you have chosen the file to convert, it will play it, showing you information about the flash version that was used to create it, total length, frame rate, and movie size.";
fDesc[7] = "designers, video editors and photo editors are fall in this category. Sqirlz Water Reflection is infect an animation application for adding some special effects in your images and AVI videos. As its name suggest it can add water reflections in your images.";
fDesc[8] = "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[9] = "Gallery and Slideshow. The first one lets you create a gallery in 3 steps while the second one gives you additional tools to customize presentations.";
fDesc[10] = "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[12] = "movie. The converting process allowing human interaction on Flash content during conversion.";
fDesc[13] = "object files (.sol). This incredible program displays the content of the file and allow you to change the values. Moreover, the program features a very simple and intuitive user interface which does not need any technical knowledge to be operated and makes this task a breeze.";
fDesc[14] = "quickly creates complex text and image effects with just a few clicks of the mouse.";
fDesc[15] = "your family or upload to a website. The program features a nice and intuitive user interface that allows you to customize almost everything in it. You can select the movie size, select the buttons you want to include (Play & Pause, Rewind, Next & Previous); etc.";
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 = '...';
}
}