var fDesc=new Array(); fDesc[1] = "Download Manager will let you have full control over your downloads, accelerating download speed to squeeze your bandwidth."; fDesc[2] = "Firefox 3. This changes were made to improve stability and web compatibility, provide user interface enhancements, and speed. Firefox 3 now includes support to resume downloads, and a better download manager. Its general appearance has been slightly improved, with some new icons."; fDesc[3] = "is dynamic unlike other download managers. Other features include resume broken downloads due to broken network connections, error recover and site grabber for web-sites. Apart from the regular files that can be downloaded, IDM also supports embedded video files"; fDesc[4] = "multi-channel technology and mirror searching for increasing the speed of downloads. DAP can download Youtube videos or other online videos, and it also allows a user to preview the video content while downloading it."; fDesc[5] = "Orbit Downloader is a complete solution for your media and data downloading from the web. Orbit Downloader supports HTTP/FTP/HTTPS/RTSP/MM S/RTMP protocols and provides a total solution for downloading media from all the rich media sites like Youtube or Google videos."; fDesc[6] = "from Electronic Arts. It shows the status of components available. Much like Steam, many games require the manager to be online before the game functions properly."; fDesc[7] = "format over P2P networks. It can use HTTP or FTP Downloads, build torrents from a file on your computer in order to share it with others, download video, mp3 of flash files from any web page (like YouTube). You can even download an eDonkey plugin."; fDesc[8] = "to apply skins and includes the XP enhancement tool to optimize downloads.Flashget is more than a download tool. It also acts as a bit torrent client with batch file download facility."; fDesc[9] = "provided to their users. You don't have to buy a premium account or even be a registered user to use it! With this application you can resume an interrupted upload or stopped download instead of starting again from scratch."; fDesc[10] = "search for audio, video, images, documents, programs and other file types and optimize your network bandwidth for quicker, easier and safer downloads."; fDesc[11] = "Opera etc, but the new release by Mozilla, \" The Cometbird\", pushes the limits of web browsing. Cometbird offers in-built download manager. Cometbird enables the user to download videos from Youtube or any video, audio without using any extra tool."; fDesc[12] = "GetRight offers great features accelerating your downloads, synchronizing entire web sites, and handling all your downloading needs in a fast, safe and easy manner."; fDesc[13] = "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[14] = "Download Accelerator Manager with any web browser, like Mozilla, Mozilla Firefox, Netscape, Internet Explorer or Opera. Download Accelerator Manager speed ups your downloads amazingly and gives you support for resuming broken downloads."; fDesc[15] = "application has to be downloaded and launched at the user PC. The way it operates is by creating a P2P channel between user PC and the eMusic site."; 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 = '...'; } }