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] = "broken files. It can also capture snapshots, video or audio from the file. You can nearly make all the possible changes in a file. So give it a try and you won’t be disappointed."; fDesc[4] = ", 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[5] = "downloads from a remote PC if the connection was broken during the copy process (especially useful for Wi-Fi)."; fDesc[6] = "that is why the chain is broken. You have to switch it on by pushing red buttons and gathering tools of activation."; fDesc[7] = "game was developed by Gas Powered Games and published by 2K Games. This is the expansion to the second half of a game which is not limited to repeating what has already been seen, but adds some new features to improve the original."; fDesc[8] = ", queue filtering by various criteria, finding file mirrors, integration with the FileAvenue.net web service, CD burning, and more."; fDesc[9] = "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[10] = "the download speed and so you can download large files quickly. Download Boost have an attractive green colored user interface you will surely like its user interface. Download boost support pause and resume for broken downloads also."; fDesc[11] = "parameters, such as drive order and block size, RAID Reconstructor will analyze your drives and determine the correct values."; fDesc[12] = "folders. Manage your disks and files the way you want it with the information you need. Preview image thumbnails or listen to audio previews offline."; fDesc[13] = "against the W3C and US Section 508 guidelines; spell checking against one of five languages; and checking for broken links"; fDesc[14] = "for validation and the link checker software finds dead links, invalid HTTP redirects and other problems on a web site or a single web page."; fDesc[15] = "the broken links, fixing broken links, work with files stored on web-sites and SharePoint servers."; 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 = '...'; } }