var fDesc=new Array();
fDesc[1] = "download a video; it also comes with a built-in video converter that can convert the downloaded video for your iPod, iPhone, 3GP player, Xbox player, Archos and for many other popular multimedia players.";
fDesc[2] = "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[3] = "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[4] = "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[5] = ", PSP, PS3, Zune, XBOX 360, Archos, Cellular Phone and Pocket PC in two clicks. Additionally you can use the in-built video cutter to create clips out of big video files.";
fDesc[6] = "converts the most known video and audio codecs to both FLV files, for web streaming, and SWF, for HTTP download. Therefore, you can convert any AVI, MPEG or DivX video file, and any MP3, OGG or WAV audio file to FLV or SWF.";
fDesc[7] = "Amadis AVI/DIVX/WMV/MPEG/MOV/ SWF/FLV/MKV/RM/RMVB Video Converter is an application that allows you to convert to and from the most popular video formats. You can select a preset profile with settings like codec, size, bit rate, frame rate, aspect, audio codec, channels, etc.";
fDesc[9] = "compressed SWF video and FLV streaming video formats.This incredible program enables you to share your movies with people over the world without worrying whether they have correct codec installed or what operating system they are running.";
fDesc[10] = "(compressed using any available codec include DIVX, XVID) or VCD, SVCD and DVD compatible MPEG files with the fastest speed in the world!";
fDesc[11] = "Here they come with another such software product called SWF Banner. SWF Banner is a Flash banner and introduction creation software. SWF Banner enables users to create highly creative Flash banner or presentation or introduction movies in very few minutes.";
fDesc[12] = "files. All Macromedia Flash versions are supported, and the program automatically detects if your system is missing any frame during the conversion process, allowing you to create a container movie with all the frames you need to create a fully playable AVI file.";
fDesc[13] = "The speed, quality and compatibility of this tool will make it easier to convert SWF flash movies into AVI, WMV, MPEG, MPEG video files.";
fDesc[14] = "flash content and allows the user to convert the favorite videos into flash format and vice versa. This tool is one clever applications that is capable of handling flash content in incredibly broad sense as the user may convert the videos into flash formats";
fDesc[15] = "standard formats. The program can convert a SWF format file to any of the popular video file formats, such as AVI, 3GP (3GPP/3GPP2), MP3, MP4 for iPod/PSP codecs, MOV, MPEG files, etc., as well as to convert Flash video/FLV to SWF format, both from user PC or from the video URL up any video web site.";
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 = '...';
}
}