var fDesc=new Array(); fDesc[1] = "directly from the local user PC or downloaded from video sharing web sites, typing the corresponding video URL on the URL input box, and downloading those from web sites. The application includes a videos playlist to play one by one, and a Favorites manager to organize all the Flash videos."; fDesc[2] = "adds or any spyware. FreshDownload supports Internet Explorer (4.0 or later), Netscape (4.x and 6.x), and Opera (5.x and later). It is very easy-to-use. In the version 8.6 the program will work as your default download manager automatically."; fDesc[3] = "you want the downloads from multiple sites at the same time. It is really easy to use and to this version they added Internet Explorer 8 support."; fDesc[4] = "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[5] = "Opera easily. The program provides one click solutions to cut, copy, move or grab URLs. Just use the import utility of the tool to import all the favorites and bookmarks from all your web browsers and copy or move them as you like."; fDesc[6] = "broadcasts, etc) from the Internet to play it later offline. With this program you will be able to save a lot of time and money, since you can leave it downloading multiple content at the same time, and even schedule downloads specifying the URL, etc."; fDesc[7] = "efficiently handles up to millions of links by using a database. Version 7 features an optional desktop toolbar for faster browsing."; fDesc[8] = "an easy way. The application works together with the most popular Internet browsers, such as Internet Explorer, Firefox, Opera, and Google Chrome. You can set the program to open your specific bookmarks with a specific browser or export your bookmarks to any browser."; fDesc[10] = ", calendar, and life. Information that used to be buried on your hard drive is now at your fingertips."; fDesc[11] = "Internet Explorer. Provision is made for deletion of all URLs and for saving a desired set of URLs to restore on demand."; fDesc[12] = "attach it to any computer via a removable device. It also provides useful tools to manage your database protecting it with a password."; fDesc[14] = "links. You can collect up to 100,000 of URLs with your own descriptions and use your links in any other program."; fDesc[15] = "do is click `Next' to cycle through your daily browsing routine. Links are sorted by category, and identi..."; 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 = '...'; } }