var fDesc=new Array();
fDesc[1] = "file formats as well as DVDs, VCDs, and other streaming protocols. It includes a large number of common encoding and decoding codecs like 3GP, AVI, FLV, etc.";
fDesc[2] = "broken files. It can also capture snapshots, video or audio from the file. You can nearly make all the possible changes in a file. So give it a try and you won’t be disappointed.";
fDesc[3] = "for free.You can use the FLV Player standalone, without the support of flash authoring tools.";
fDesc[4] = "meet your exact needs. This has been done by taking care of the basic needs of every media player user - a player with custom hotkey settings, with numerous video and audio setting, with a flexible playlist and a simple user interface. Were they successful??? Find out yourself.";
fDesc[5] = "directly from the local user PC or downloaded from video sharing web sites, typing the corresponding video URL on the URL input box, and downloading those from web sites. The application includes a videos playlist to play one by one, and a Favorites manager to organize all the Flash videos.";
fDesc[6] = "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[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] = "websites. Using this application, you will be able to download videos form DailyMotion.com, Myspace.com, Google Video, Yahoo Video, iFilm.com and many other websites.";
fDesc[10] = "standalone. You can play your FLV videos downloaded from Youtube, MySpace,iFilm,DailyMot ion etc.";
fDesc[11] = "in the future. If the video file is stored in your browser's cache, this utility can help you to extract the video file from the cache and save it for watching it in the future. It automatically scans the entire cache of Internet Explorer and Mozilla-based Web browsers (Including Firefox) and finds all video files that are currently stored in it. It allows you to easily copy the cached video files into another folder for playing/watching them in the future. If you have a movie player that is configured to play flv files, it also allows you to play the video directly from your browser's cache.";
fDesc[12] = "into a FLV Studio.";
fDesc[13] = "PC into a FLV Studio. Capture and Download FLV (FLV Downloader): Help you download FLV and manage FLV Video Files. Convert FLV to Video (FLV Converter): Convert FLV to regular video files. Convert Video to FLV (FLV Maker): Convert regular video files to FLV format. Extract Audio from FLV (FLV Ripper): Extract Audio from FLV to mp3 or other audio format. Repair FLV Files (FLV Fixer): Repair FLV video files that can't be seeked. Play FLV (FLV Player): A nice and handy FLV Player.";
fDesc[14] = "Files (SWF). Its interface is quite simple with few tools and basically allows you to play media, control volume of audio, pause, stop or replay the video and view in full screen mode.";
fDesc[15] = "(Flash Video), which is widely used for integrating videos on websites. It can also play FLV movies without any third party encoder requisites. It generates embedded codes right from the FLV files which helps users create web pages.";
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 = '...';
}
}