var fDesc=new Array();
fDesc[1] = "it possible to convert from a wide range of video formats to audio/video files. We can use it to convert FLV, AVI, MPG, MP4, WMV, 3GP, MOV, RM, ASF video files to AVI, XViD, MPEG4, H264, and DivX video files; and MP3, and WAV audio files.";
fDesc[2] = "from a list of sites the program offers more than 20 sites and you can convert them to other formats. You just need to paste the address from the page that you want to download the video and do it in one of the following formats: FLV, AVI, MPG, WMV, MP4, PSP, 3GP and 3G2.";
fDesc[3] = "SWF file to all the popular video formats. You can now convert and play any FLV video in your multimedia player, iPod or DVD player using this tool.";
fDesc[4] = "video files to AVI, MPEG, WMV video files so that they can be played in Windows Media Player or edited by video editing software. Moreover, Freez Flv to AVI/MPEG/WMV Converter is highly customizable and allows you set the output video's bitrate, framerate and output audio's bitrate.";
fDesc[5] = ", MOV, QT, RM, RMVB to your familiar format , it also can create some amazing video by yourself.";
fDesc[6] = "converted your files into AVI you will be able to play them in any video player. The program has got a very friendly interface that will let you know how to convert your files from one into another.";
fDesc[7] = "in an easy way. The application supports many video files such as MPG, AVI, MPEG, WMV, VOB, M4V, MOV, QT, MP4, 3GP, DAT, RM, OGM, RMVB, FLV, MKV, iPod, PSP, Zune, Apple TV, 3GP and more.";
fDesc[8] = "to .AVI. Thus, you will be able to play the videos you download off YouTube on any device that supports AVI files. You won't have to use an FLV player anymore. You can convert videos from any sites that stream FLV videos, though. This application's design is very nice and self-explanatory.";
fDesc[9] = "application for grabbing, downloading and converting FLV to AVI movie and video with excellent output quality.";
fDesc[10] = "program has got a very friendly interface that will allow all users, even the most amateurs, on how to convert their files from one into another in an extremely easy way.";
fDesc[11] = "program can perfectly convert all kinds of FLV files without the installation of any extra codecs. Free download the FLV to AVI Converter.";
fDesc[12] = "formats such as AVI, MPEG, WMV and many more. Using this application, you will also be able to extract any piece of audio you want from any FLV format.";
fDesc[13] = "and convert just one FLV file or all the files stored in a specific folder (including its subfolders) in one single operation, though the selected files can only be converted to one of the two formats provided.";
fDesc[14] = "files. By using this program, you will be able to convert the files you download from the most popular video-sharing websites so that you can play them in any media player such as Windows Media Player.";
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 = '...';
}
}