var fDesc=new Array(); fDesc[1] = "file to all popular video and audio formats with great accuracy and fidelity. But with this amazing tool, you will also be able to do many other tasks just like: Extract pictures from video files, edit your videos with powerful video editing tools, convert video files to audio formats, etc."; fDesc[2] = "video files to other formats many times. Most formats are only supported by some applications, and having to change applications all the time just to encode a file is turn-down. However, not all is so dull nowadays."; fDesc[3] = "videos that we love to watch at www.youtube.com can be downloaded and played on the computer. This application does exactly that. It downloads the .FLV file hosted by YouTube to your computer."; fDesc[4] = "It can convert AVI to 3GP, MPEG to 3GP, 3GP to AVI, 3GP to MPEG, etc. easily and fast. It supports the most popular mobile phone video formats including 3GP, 3G2 and MPEG-4."; fDesc[5] = "application you can insert your DVD into the tray, click buttons a couple of times, and, thirty minutes or more later, have a video file of the format of your liking."; fDesc[6] = "format that can be burnt to DVD and played in most DVD players. What this program does is something I had been looking for for a long time."; fDesc[7] = "another in a very short amount of time and with no quality loss at all. The program has got a very friendly interface that will guide all users on how to get their files converted."; fDesc[8] = "this application you can insert your DVD into the tray, click buttons a couple of times, and, thirty minutes or more later, have a video file of the format of your liking."; fDesc[9] = ", those videos that we love to watch at www.youtube.com can be downloaded and played on the computer. This application does exactly that. It downloads the .FLV file hosted by YouTube to your computer."; fDesc[10] = "well, and most of them look and feel exactly the same. The main goal of this application is to allow the user to convert an AVI file into a DVD ISO."; fDesc[11] = "files. Using this software, you will be able to convert many video files to your Mp4 files so that they can be extracted to your MP4 player and some other portable devices. The program has the advantage of converting files with a very fast conversion speed."; fDesc[12] = "sold separately. The splitter feature allows you to open up a file and split it into two or more files. The cut feature allows you to cut video out of the original file. This feature is extremely useful for when you need to cut credits or irrelevant parts out."; fDesc[13] = "a simple task. What a video cutter actually does is decompress the video, cut a section of it, and then make sure to re-compress it. Xilisoft Video Cutter supports most audio and video files (VCD, AVI, MPEG, MP4, WMV, 3GP, H.264/MPEG-4 AVC, H.264/PSP AVC, MOV, ASF, etc.)."; fDesc[14] = "For starters, DVD Copy Express will take care of any protection your DVD movie might have, making it ideal for backing up your movie collection."; fDesc[15] = "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."; 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 = '...'; } }