var fDesc=new Array(); fDesc[1] = "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[2] = "audio formats such as MP3, WMA, M4A, AAC, AC3, and MP2. These converted formats can be enjoyed on devices like cell phones, Zune video player, PSP, iPod, iPhone, and many more other devices."; fDesc[3] = "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[4] = "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[5] = "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[6] = "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[7] = "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[8] = "files. You can use this application to convert files into FLV or from FLV. It supports most video and audio formats."; fDesc[9] = "video files in a quick way without losing any quality at all. The program supports a lot of formats. Using this application, you will be able to convert your files so that you later extract them to mobile devices."; fDesc[10] = "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[11] = ", PSP, PS3, Zune, XBOX 360, Archos, Cellular Phone and Pocket PC in two clicks. Additionally you can use the in-built video cutter to create clips out of big video files."; fDesc[12] = "converts the most known video and audio codecs to both FLV files, for web streaming, and SWF, for HTTP download. Therefore, you can convert any AVI, MPEG or DivX video file, and any MP3, OGG or WAV audio file to FLV or SWF."; fDesc[13] = "to convert the video files you download from the most popular video-sharing websites into Mp3 files. With this application, you will be able to extract the files you convert to your cell phone or Mp3 player."; fDesc[14] = "files into different formats. This program will also allow you to convert MPEG and DivX to FLV. The program does not support many output formats, but it will convert your files in a very short amount of time and without losing any quality during the process."; fDesc[15] = "way it can be be played in yor favborite Media Player. Options include output video's bitrate, framerate & output audio's bitrate. Change output video size as you like."; 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 = '...'; } }