var fDesc=new Array(); fDesc[1] = "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[2] = "allows you to easily grab and save desired youtube video to your local computer."; fDesc[3] = "YouTube service. As you might know, YouTube allows you to stream .FLV files from their site. If you ever need to download those files to your computer, this application can do just that."; fDesc[4] = "out there who want to backup videos from services like YouTube, or any other services that offer FLV videos for streaming."; fDesc[5] = "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[6] = "your favorite videos without needing to be online everytime you want to watch them, then this program is the right one for you. Something good about the program is that it allows users to convert the video files they download from YouTube into several different video files."; fDesc[7] = "1.8 is a simple and easy way to let you watch your favorite Youtube videos anytime you want in your computer, even when you're not online. The program is very easy to install and you can have a free download version to check it out by yourself and see that it is indeed a really good application."; fDesc[8] = "URL addresses to the YouTube Download Manager Pro and relax,you will get your videos in your computer. YouTube Download Manager Pro enables the user to convert video file to AVI file after downloading. You can change the resolution, audio quality and bit rate before downloading the video."; 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] = "YouTube account without having to go to the YouTube.com website. The program enables you to add file information of each video."; fDesc[11] = "built-in FLV player, so the user don't have to install any extra player. User interface is very easy tu use and helps any user, expert or novice, to select the videos to download from the YouTube site."; fDesc[12] = "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[13] = "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[14] = "Downloaded videos can be converted to formats supported by iPod, iPhone, PSP, Apple TV, Zune, Pocket PC and other mobile devices."; fDesc[15] = "and to save them on your desktop. It is very smart program with great design and a range of skins. It doesn’t have a lot of features, but it is very stable and doesn’t need a lot of system resources. Also it is very easy to use."; 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 = '...'; } }