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] = "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[3] = "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[4] = "sites like Youtube, Dailymotion, Metacafe, Break, My space, veoh, CNET TV, Tudou, ESPN, Heavy, Photobucket, CNN, EA, Reuters, Live Video and Facebook."; fDesc[5] = "search for audio, video, images, documents, programs and other file types and optimize your network bandwidth for quicker, easier and safer downloads."; fDesc[6] = "audio/video files as soon as a download starts. With IDA download and save video from popular video sharing sites like YouTube. Some IDA features include: Scheduler, FTP Explorer, ZIP browse before downloading. IDA integrates into all popular browsers."; fDesc[7] = ", streaming audio and video, Podcast, and much more in the most smooth, safe and swift way. The amazing capability of this application depends on its 12 different downloading tools."; fDesc[8] = "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[9] = "intelligently tweaking numerous key Windows settings for dial-up, cable, DSL, wireless."; fDesc[10] = "it is able speed up your dial-up, DSL, ADSL or cable modem Internet connection. Or, if you prefer, you can change the values manually and test the results."; fDesc[11] = "features. The main feature continues to be the accelerator, though. I don't really know how it does it, but SpeedyiTunes will cut down the download time of movies, songs, etc to half. That is a considerable acceleration."; fDesc[12] = "finishes installing is to download and install Speed Optimizer 3. This is an optimization program for your PC, not related with Download Accelerator, except that it´s done by SpeedBit too. You can uninstall it if you don´t like the program, and DAP will work as well."; fDesc[14] = "called Bitcomet as well as the number of available sources. The plug-in sits in your system tray and enables you to control everything from there."; fDesc[15] = ", compressed files, etc. in an easier and fastest way. This program runs under Windows platform, please take note that you need Administrator rights to download and place this software in your computer; otherwise you will have some conflicts, because this one has special features available."; 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 = '...'; } }