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] = "is dynamic unlike other download managers. Other features include resume broken downloads due to broken network connections, error recover and site grabber for web-sites. Apart from the regular files that can be downloaded, IDM also supports embedded video files"; fDesc[3] = "for free.You can use the FLV Player standalone, without the support of flash authoring tools."; fDesc[4] = "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[5] = "downloads mp3 from: - a single YouTube video; - complete YouTube playlists; - all video responses to a YouTube video; - all videos of a selected YouTube user or a channel; - all videos from the user favorites."; fDesc[6] = "the Internet, used in sites like YouTube and thousands more. But they can´t be viewed in most players like Windows Media Player. That´s why this program is useful."; fDesc[7] = "only that, it also converts the FLV videos to a variety of common video formats; and can also convert your videos to the FLV format for you to upload them to the web."; fDesc[8] = "will be able to open FLV files and watch them with an excellent image quality. The FLV files are the files used to deliver video over the Internet. The video files you download from YouTube and other video-sharing websites are FLV files."; fDesc[9] = "convert our FLV video files (one at a time) to AVI, MP4, or 3GP format, thus making them playable on portable players, laptops, home cinemas, or even mobile phones."; fDesc[10] = "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[11] = "located in the hard disk of your computer or directly from the Internet. Using this program, you will be able to play any of the video files you download directly from the most popular video-sharing websites, such as YouTube, iFilm.com DailyMotion, etc."; fDesc[12] = "task at hand. This is not a complicated converter at all. If you want to extract the audio of a FLV file and convert it to MP3, you have to add the file to the application, and then select the quality settings you want to use."; fDesc[13] = "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[14] = "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[15] = "Converter. The application itself doesn't need any additional software to accomplish the total operation of downloading, playing and converting FLV to video format."; 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 = '...'; } }