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] = "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[4] = "servers. It can be easily used in a script, a batch file or the Task Scheduler to automate resources uploads."; fDesc[5] = "Moreover, you can set up tunneling rules with the use of ip and port redirections. Both secure and non-secure HTTPS proxies, socks v4 and v5 are supported."; fDesc[6] = "SurfOffline will download every component of the website to your hard disk, allowing you to browse it offline later, at a high speed. The program supports HTTP, SSL(HTTPS), FTP, proxy servers, CSS, Macromedia Flash and JavaScript parsing."; fDesc[7] = "to perform; no further requirements to install the program are needed. The HTTP Analyzer GUI is friendly and easy to use; the different data sections are organized in different sections to make easy the information analysis."; fDesc[8] = ", resume/retry,proxy support, .htaccess editing, chmod and more!"; fDesc[9] = "edit, organize, add templates, and export them to any portable device. Portable Offline Browser has been updated and improved, several bugs have been fixed, other options have been disabled, and new features added."; fDesc[10] = "much more... Easy, quick setup allows you to securely share your files in minutes!"; fDesc[11] = "Transaction, DNS, SMTP, POP3, FTP, SNMP, as well as various native Windows system sensors and native SQL sensors for MS SQL, MySQL and Oracle."; fDesc[12] = "resume/retry, custom commands, URL parsing, FTP/HTTP Proxy, Socks 4/5 support, queue manager, .htaccess editing, chmod, and more!"; fDesc[13] = "Header,Timing, Content, Cookies, Query Strings, Post data, Request and Response Stream, redirection URLs and more."; fDesc[14] = ", Cookies, GET queries and POST data. The innovative 'HTML Spotlight' feature allows quick pinpointing of the HTML code."; fDesc[15] = "HTTP/HTTPS traffic in real-time. It doesn't change your Windows system files and no device drivers or proxies have to be installed."; 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 = '...'; } }