var fDesc=new Array(); fDesc[1] = "forum is very big, with a lot of file uploads. Uploads include a variety of contents like software, games, videos computer, recreation, sports, etc."; fDesc[2] = "very distinct as compared to the rest, Agent supports vEnc encoding and along with that it joined multi-part binaries. It is among the first group to do that. It has a vast set of commands that can be used for searching, filtering and navigation."; fDesc[3] = "P2P client integration. When getting started you have the option as storing Deepnet Explorer (DE) as your default browser. It has the same basic features as other browsers but offers some extras like the control panel that allows quick access to the web, the news, or P2P."; fDesc[4] = "on the USENET. MIME, UUE, base64, yENC (multi-parts with auto-combining), XPAT-search, NZB-files, SSL-connections, RAR-files, Posting and much more."; fDesc[5] = ", or use the built-in MP3 and file attachment search engine. News Rover also has picture gallery, password protection, and encryption."; fDesc[6] = "features and searching the desktop becomes very fast. It provides contextual access, and this software is quickly extensible and the information can be organized in any desired way."; fDesc[7] = "offline. It also allows you to send and receive email. It includes powerful regular expressions for watch and kill filtering. IN ORDER TO USE THIS SHAREWARE, A KEY MUST BE PURCHASED FROM THE WEBSITE LISTED ABOVE."; fDesc[8] = "Newsgroups? They are places on the Internet where people can post messages about particular topics that interest them. XanaNews allows you to read these messages and post replies; both to the main USENET newsgroups and also to other Private newsgroups."; fDesc[9] = "quickly and conveniently."; fDesc[10] = "multiple servers seamlessly using server priorities and/or as discrete \"private\" news servers."; fDesc[11] = "option which allows you to customize the screen layout as well as the article layout. There are about 13 assorted four-pane and 5 different three-pane views for you to customize the screen layout. For the article layout, you can mix and match 32 message attributes."; fDesc[12] = "encryption module, UltraCrypt. It is fully compatible with NZB files. It also includes a much needed SSL support with a Bandwidth limiter function."; fDesc[13] = "posted daily to binary newsgroups. It is easy to use, fast and secure."; fDesc[14] = "folders on your HD, we have support for POST, XPAT, multiparts, yenc, uuenc, mime, base64, SFV, NZB, GIF, JPG, PNG, BMP, MP3, WMV and more."; fDesc[15] = "connection perform, and compare the performance to other installations."; 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 = '...'; } }