var fDesc=new Array(); fDesc[1] = "music and video libraries, a manager of photographs, software for presentations of photos and videos plus an editor and covers. All these tools can be ruled out at the facility where the only thing that interests us is the writer Nero 9."; fDesc[2] = "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[3] = "video recorded with a camcorder, upload a video to a portable device, or edit a project, MyDVD will allow you to do it, providing you with professional tools to create the perfect DVD for each ocassion."; fDesc[4] = "allows you to easily grab and save desired youtube video to your local computer."; fDesc[5] = "the best internet TV shows and videos in one powerful application. New channels arrive daily in the built-in channel guide; it’s an extension of Firefox that have multiple options."; fDesc[6] = "restricts the output formats that you can use to save those videos to as well. So, on top of only being able to download only 50% of a video, you have to put up with downloading an FLV file instead of an MP4 file."; fDesc[7] = "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[8] = "use this program to download videos from the popular YouTube website, save them to our hard disk or portable device, and play them with the built-in FLV player."; fDesc[9] = "Video, MySpace, Daily Motion, Yahoo! Video, Metacafe, etc. offer the possibility of playing videos in Flash Video (FLV) format, as well as the corresponding video URLs to save and later use."; fDesc[10] = "Downloaded videos can be converted to formats supported by iPod, iPhone, PSP, Apple TV, Zune, Pocket PC and other mobile devices."; fDesc[11] = "popular video formats. Just enter your link of the clip or video of your choice, then select your preferred video format and start the download process. Your video file will be saved to designated destination folder in your computer."; fDesc[12] = "popular video-sharing website in the world, YouTube. The program will download the files and save them as FLV files wherever you want them to be saved in."; fDesc[13] = "all videos from a certain channel, playlist or all videos uploaded by a user with just one click on the \"download video\" button that appears in the built-in browser that you have to use while browsing the YouTube.com website."; fDesc[14] = "and many more. The program also enables users to download video files from a lot of video-sharing websites. With this program, you will be able to download videos from YouTube, Google Video, Yahoo!, AOL, Metacafe and some more."; fDesc[15] = "Files (SWF). Its interface is quite simple with few tools and basically allows you to play media, control volume of audio, pause, stop or replay the video and view in full screen mode."; 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 = '...'; } }