var fDesc=new Array();
fDesc[1] = "from video sharing sites in the web such as YouTube, Google Videos, MySpace, Yahoo Video, and other similar sites. This application is useful to capture playing videos automatically, and with a really fast download process.";
fDesc[2] = "Converter. The application itself doesn't need any additional software to accomplish the total operation of downloading, playing and converting FLV to video format.";
fDesc[3] = "application, you will be able to download any video from the most popular video sharing websites such as Youtube.com, Google Videos, Yahoo videos, Myspace, iFilm.com, daylimotion, Metacafe and many more.";
fDesc[5] = "application for grabbing, downloading and converting FLV to AVI movie and video with excellent output quality.";
fDesc[6] = "the most popular video-sharing websites, such as YouTube, Google Video, Dailymotion, Metacafe, Myspace, Yahoo video and more.";
fDesc[7] = "able to download video files from the most popular video-sharing websites but you will also be able to convert the files you download into AVI files so that you can play the videos in any media player.";
fDesc[8] = "into a FLV Studio.";
fDesc[9] = "user's browser, running in the background, waiting in the system tray for the user to visit a video sharing web page, such as Youtube, Google Video, etc.";
fDesc[10] = "browser. The program runs in the background and will ask you to save video when you begin watching one.";
fDesc[11] = "such as YouTube, MySpace, Google Video, Metacafe, etc. in a smooth and safe manner, and watch them or save them. FLV player and video converter (to Windows WMV video format) are included in the application.";
fDesc[12] = "videos from popular websites such as YouTube, Google Video, Metacafe, Dailymotion, Myspace, etc. It can also convert downloaded videos to MP4 files compatible with PSP and iPod.";
fDesc[13] = "different output formats, like for instance AVI, WMV, MPEG, 3GP, MP4, MOV video and extract audio to MP3, AAC, AC3, AMR, M4A, OGG, WAV files.";
fDesc[14] = ", Google video, Myspace and many more. It also allows you to convert your FLV/MPG/MPEG/MOV files to AVI. It is very fast as it supports multithreaded downloading and provides you with excellent quality video files.";
fDesc[15] = "Using this software, you will be able to download FLV files from YouTube, Google Video, Yahoo Video, iFilm.com, 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 = '...';
}
}