var fDesc=new Array();
fDesc[1] = "video files in a quick way without losing any quality at all. The program supports a lot of formats. Using this application, you will be able to convert your files so that you later extract them to mobile devices.";
fDesc[2] = ", 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[3] = "to convert the video files you download from the most popular video-sharing websites into Mp3 files. With this application, you will be able to extract the files you convert to your cell phone or Mp3 player.";
fDesc[4] = "files into different formats. This program will also allow you to convert MPEG and DivX to FLV. The program does not support many output formats, but it will convert your files in a very short amount of time and without losing any quality during the process.";
fDesc[5] = ", mov, dat, mpeg, wmv, asf, rm, rmvb, vob to avi, mov, mpeg, wmv, rm, iPod,Zune,Apple TV,iPhone, mp4, 3gp, flash swf, YouTube flv, mp3, wma, wav, gif.";
fDesc[6] = "allow you to convert your FLV files to Mp3 files so that you can play them in your Windows Media Player. This application is really easy to use, you will be able to convert your files from one into another just by clicking on them.";
fDesc[7] = "formats of video files to the leight weight and very popular Adobe Flash Video Format (.FLV extension files).";
fDesc[8] = "program can perfectly convert all kinds of FLV files without the installation of any extra codecs. Free download the FLV to AVI Converter.";
fDesc[9] = "to MP3 file. This tool converts audio included into Flash FLV video files into MP3 format, so they can be played on any MP3 player. The application is also able to convert AVI, DivX, MPEG, Xvid, MPEG1, MPEG2, RM, RMVB, Windows WMV, MOV, WMA, MP3, MP4, SWF, VOB, etc. into MP3 files.";
fDesc[10] = "Audio converter on your computer. Here is a tool developed by Minidvdsoft team, called Free Flash Flv MP3 Converter. Free Flash Flv MP3 Converter is wonderful still easy to use tool to convert the audio files from the Flash files in no time.";
fDesc[11] = "to avi, mpeg, mp4, mp3, 3gp, wmv. The supported FLV files include On2 vp6 video FLV, H263 video FLV, Nelly Moser audio FLV, MP3 audio FLV.";
fDesc[12] = "downloading and installing the program very easy and when it was launched, I found the program's interface couldn't be easier to navigate.";
fDesc[13] = ", DVD, MOV, QT, QuickTime, RM, RMVB. It supports batch conversion, allows you to select start and end points of a segment to encode, and has the ability to automatically shutdown your computer after a job is done.";
fDesc[14] = "files (SWF and FLV), Mp3, HTML, WAV and more. Using this program, you will be able to convert your files so that they can be uploaded to any website.";
fDesc[15] = "your driver. But you can also use its search capabilities to search for video in the Internet, just enter any keyword in the \"Search\" field. After a while, the program will show you a list of the videos it has found on the right of your screen.";
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 = '...';
}
}