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[3] = "program is very complete but it is easy to use. You can be an expert on software but you will find this program very complete and useful. If you are a beginner, the program's interface will seem really easy and you will have no problems by using it.";
fDesc[4] = "You can download them from lots of flash websites. If you needed any time to see what´s in an .SWF file, SWF Opener 1.3 will be a great help.";
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] = "your hands to alter SWF files. You can simply modify or completely re-do your SWF movie even if you have lost the original FLA file.";
fDesc[7] = "and Flash Video (FLV) into all popular graphic formats such as Projector EXE, AVI, animated GIF and frame-by-frame JPEG/GIF/BMP image series targeting almost any potential customer.";
fDesc[8] = "your website, you will most probably want to convert them into the most compatible format: Adobe Flash. Sothink Video Encoder for Adobe Flash performs such conversion from several video formats.";
fDesc[9] = "web browser like Internet Explorer. It offers full support to the flash technology and incorporates lots of useful features, like a SWF player to play .swf files and a FLV player for playing all the default .flv flash files as well.";
fDesc[10] = "saved SWF videos in the user local PC or online SWF files, and directly convert video files from its URL entered by the user, without downloading the file to the user PC. A built-in video player allows the user to monitor the managed video.";
fDesc[11] = "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[12] = "FLV video files. It is able to play your SWF Flash and FLV video files with its original quality. Flash2X Flash player comes with a simple interface which is not so attractive but it is easy to use and have basic functions.";
fDesc[13] = "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[14] = "your AVI digital video to SWF Flash format. Video to Flash Converter provide SWF file ready for the web or streamed Interrnet connection.";
fDesc[15] = "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.";
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 = '...';
}
}