var fDesc=new Array(); fDesc[1] = "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[2] = "for free.You can use the FLV Player standalone, without the support of flash authoring tools."; fDesc[3] = "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[4] = "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[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] = "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[7] = "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[8] = "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[9] = "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[10] = "and Flash Video (FLV) into all popular graphic formats such as Projector EXE, AVI, animated GIF and frame-by-frame JPEG/GIF/BMP image series targeting almost any potential customer."; fDesc[11] = "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[12] = "files. You can use this application to convert files into FLV or from FLV. It supports most video and audio formats."; fDesc[13] = "allow you to trim and crop the video image, to merge FLV files, to add effects and watermarks, and many more. Besides, its conversion capabilities allow you to export your FLV files into many different media formats."; fDesc[14] = "or similar video-sharing websites into files that are compatible with the most common media players. With this program users will be able to extract FLV video files to iPod, cell phone, iPhone and more."; fDesc[15] = "matter the files' codecs. This program is like any other media player with the exception that this software only plays FLV files."; 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 = '...'; } }