var fDesc=new Array();
fDesc[1] = "speed by 7-10 times.";
fDesc[2] = "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[3] = "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[4] = "save the videos on your computer. After that you can use or watch these videos offline n you will not required to connect with the internet. You can transfer these videos on your other devices like Laptop, iPod, iPhone, Mobile Phones, memory stick or some others.";
fDesc[6] = ", snapshot, e-mail and categorize Flash files in just one click!";
fDesc[12] = "into a FLV Studio.";
fDesc[14] = "included FLV player. It offers multithreading, batch conversion, supports multiple tasks, downloads with resuming capability.";
fDesc[16] = "application, you will be able to download the FLV videos you want directly to your computer. This software supports downloading video files from the most popular video-sharing websites, including YouTube, Google Video, iFilm.com, Pandora, Myspace, Rapidshare and many more.";
fDesc[17] = "flash animations from web pages, including flash websites, flash games, flash cards, flash movies, flash banners and cartoons";
fDesc[19] = ", MP4, VOB, SWF to MPEG (Video CD, Super Video CD, DVD). Copy whole video or a clip, batch processing support, shutdown after job is done.";
fDesc[20] = "can download your favorite flashes easily.";
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 = '...';
}
}