var fDesc=new Array(); fDesc[1] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate."; 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] = "pages and images faster than ever before! You can get broadband speeds from your dialup modem, reduce data charges and usage."; fDesc[4] = "environment. Plot: Your mission is simple: to complete the journey and bring your load before the time runs out."; fDesc[5] = "the way to go when you need to download big files at fast speeds and NewsLeecher makes that process a lot simpler. The application is divided into tabs for easier access. The first tab that you will see is the Manager tab, where all your newsgroup servers will be stored."; fDesc[6] = "don't really want a huge screen telling us what our download and upload speeds are. We want something small and to the point, and NetMeter delivers in those regards."; fDesc[7] = "intelligently tweaking numerous key Windows settings for dial-up, cable, DSL, wireless."; fDesc[8] = "to increase the download speeds of uTorrent. It increases download speeds way up so you can grab the files you want so badly, much quicker. uTorrent Turbo Booster allows you to download applications, movies, music at a very fast pace."; fDesc[9] = "increasing browsing speed. Surf the web Faster! This amazing software increases web speed 300%. Download it, install it and in 1 minute speeds your Internet up with one click!"; fDesc[10] = "display multiple connections rates at the same time. Bandwidth Monitor works with the majority network connections."; fDesc[11] = "download speed and browsers (Internet Explorer and Mozilla Firefox). This excellent program will improve your online speed when surfing the net with your browser while keeping the original website quality."; fDesc[12] = "samples of your system or Internet speed at regular intervals. If you want to test your hardware, you can order SpeedTestPro to check the speed of your CPU, Memory, Drives, Uptime and Disk Write and Read Speeds."; fDesc[13] = "motherboard, CPU, hard discs, etc.) voltages and fan speeds. It provides a lot of info regarding your hardware components with graphics that show the current temperatures, fans and voltages"; fDesc[14] = "downloads. Comprehensive error recovery and resume capability will restart broken or interrupted downloads due to lost connections, network problems, computer shutdowns, or unexpected power outages."; fDesc[15] = "MPEG2 formats. It even converts to MP4 formats, allowing you to obtain files with the right structure that can be later burned to VCD, SVCD or DVD discs, using a burning application."; 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 = '...'; } }