var fDesc=new Array(); fDesc[1] = "enjoy high-quality multichannel sound, high-definition video quality and convert both live and prerecorded audio, video, and computer screen images to Windows Media Format for live and on-demand delivery."; fDesc[2] = "to use and even non-expert users can use it without any trouble. ASIO4ALL is compatible with most of the Windows operating systems."; fDesc[3] = "video upload. Also, you can extract the audio from a video file and convert it to MP3 or extract the audio file directly from Youtube to MP3, and you can convert YouTube videos or video files to several file formats,format, play videos, make video and audio editing, rip CDs and DVDs, and more."; fDesc[4] = "playback movies with AC3 and DTS audio tracks. Also it can process any audio track, much of processing options allows to adjust the sound in almost any way. It is possible to upmix any audio source to 6 channels. Filter can do multi-channel and digital (SPDIF) output. It can encode any audio source to AC3 on-the-fly and send it over SPDIF to the receiver."; fDesc[5] = "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[6] = "slide shows, import images for background, add different buttons, text, and images. You can change the properties of the buttons, text and graphic objects. You can create chapters to play each movie. Supported video file formats: AVI, MPEG, and VOB."; fDesc[7] = "audio, text, insert both visual and audio effects, and finally export sequences in almost any format. Its choice of built-in tools will allow you to edit your pictures, your audio clips, your video sequences, and create new ones!"; fDesc[8] = "from the main window to perform a desired action. You can split any large file into a desired number of files, merge them back into one or convert to/from WMA, WAV, OGG or MP3 formats."; fDesc[9] = "files. You can use this application to convert files into FLV or from FLV. It supports most video and audio formats."; fDesc[10] = "Driver is a single-client, multichannel sound driver that allows third-party audio programs that support the ASIO Driver standard to record and play back."; fDesc[11] = "use and is fast. The user interface is intuitive enough that you can probably install it and start converting a file in less than a minute."; fDesc[12] = "application supports a lot of different audio files, such as WAV MP3, MPEG, CDA, WMA, PCM, ALF2, GSM, DSP, OGG, ADPCM and many more. The program comes with an ID tag editor for all of your music files."; fDesc[13] = "the sound part of MPG, AVI, WMV/ASF video files and save it in MP3, WMA, WAV and OGG files. This could be useful, for example, when you want to extract the music from a video clip, or the soundtrack in a movie."; fDesc[14] = "utility is a handy tool to transform files from MP4 devices into common audio video formats to be uploaded or processed for further use. Conversion process is simple with button click and mouse click inputs."; fDesc[15] = "can record files being played by other applications, multichannel sound cards, external USB audio cards and microphones, and supports several cards in the same system."; 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 = '...'; } }