var fDesc=new Array(); fDesc[1] = "Download Manager will let you have full control over your downloads, accelerating download speed to squeeze your bandwidth."; fDesc[2] = "it possible to convert from a wide range of video formats to audio/video files. We can use it to convert FLV, AVI, MPG, MP4, WMV, 3GP, MOV, RM, ASF video files to AVI, XViD, MPEG4, H264, and DivX video files; and MP3, and WAV audio files."; fDesc[3] = "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[4] = "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[5] = "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[6] = "Video Converter supports AVI (DivX, MS MPEG4, Uncompressed, Cinepak and other), MPEG4-1, MPEG4-2, RM and WMV files"; fDesc[7] = "video sharing website. Using this software, you will be able to download videos from Youtube in a very short amount of time and keeping the video's original quality."; fDesc[8] = ", MPEG, MP4, DivX, ASF, 3GP,PSP, Microsoft Windows WMV, iPod and Zune, as well as converting Flash Video FLV to MP3, Microsoft Windows WMA and WAV audio formats, for Cell Phones, iPod, Zune or MP4 player."; fDesc[9] = "program supports a big list of video formats, including WMV, AVI, MPEG 4, SWF, FLV, MOV, 3GP, RM and more. Besides, it supports many audio files, such as Mp3, WAV, AAC, FLAC and OGG."; fDesc[10] = "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[11] = "out there who want to backup videos from services like YouTube, or any other services that offer FLV videos for streaming."; fDesc[12] = "iPod. This program can be used to convert video files so that they can be extracted to iPod. A good thing about this program is that it supports plenty of video formats, including AVI, FLV, VOB, MPEG, DIVX, XviD and many more."; 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] = "formats to AVI, MP4, WMV and 3GP. The converter offers video presets and output profiles for Iphone, Apple Ipod, Apple TV, GPhone, Xbox, Zune, Nokia N-series and many other popular multimedia players."; fDesc[15] = "including MP4, FLV, 3GP, ASF, MOV, M4V, MPG, VOB, XviD to play your media on portable devices such as iPhone, iPod, Apple TV, Zune, PSP, Pocket PC, PDA, PS3, Archos, iRiver, and others. It lets you trim, join, convert batches of files, get snapshots from scenes and includes a complete video editor."; fDesc[16] = "YouTube.com. Using this program, you will be able to download any kind of video and watch it on the program's main window or extract it to any destination on your computer."; fDesc[17] = "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[18] = ", Divx, ASF, WMV, WMA, MPEG, MOV, QT, RM, RMVB formats and allows to convert them for their reproduction on portable devices like iPod, iPhone, Zune, Pocket PC."; fDesc[19] = "tool can achieve excellent quality when converting PPT to AVI, MP4, MPEG, FLV... Thus you can enjoy your PowerPoint on YouTube, Portable Player, 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 = '...'; } }