var fDesc=new Array(); fDesc[1] = "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[2] = "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[3] = "out there who want to backup videos from services like YouTube, or any other services that offer FLV videos for streaming."; fDesc[4] = ", 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[5] = "they specialize in creating great converters that work absolutely flawlessly and are, well, free. However, this one doesn't really cut it for me. Why would I want to convert a YouTube video to iPhone video (H.264), when the iPhone can play YouTube Videos out-of-the-box."; fDesc[6] = "video-sharing website. Using this software, you will be able to download videos from YouTube in a very easy way. The program will download your videos with a very fast speed. Downloading files with this program will be very easy to you."; fDesc[7] = "included FLV player. It offers multithreading, batch conversion, supports multiple tasks, downloads with resuming capability."; fDesc[8] = "your iPod in one simple step. This incredible application provides the highest speed to download and convert YouTube videos in one-step and put them on your computer or iPod."; fDesc[9] = ", including YouTube, Google Video, iFilm.com and many more. But that is not all this powerful application does. Using this program, you will also be able to convert the videos you download into different video formats."; fDesc[10] = "Converter. It has the complete functions to download YouTube video, archive and convert YouTube video to iPod touch, iPod nano and iPod Class."; fDesc[11] = "videos on their iPods. With this converter software, convert your preferred Flash video/FLV files directly from Youtube."; 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 = '...'; } }