var fDesc=new Array(); fDesc[1] = "regular, you probably have wasted time and energy in downloading headers off the newsgroups just to see if what you were looking for was there. Or maybe, you are smart and you tried search engines on-line. Either way, Grabit manages to make things easier for you."; fDesc[2] = "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[3] = "supports Mac OS X and Linux. Unlike many other newsgroup readers/usenet readers out there, SABnzbd servers only one purpose: to download the binary files attached to newsgroup posts."; fDesc[4] = "newsgroup. Just enter keywords and News Rover will find matching files in any newsgroup."; fDesc[5] = "This application gives us the opportunity to download content from our favorite newsgroup. We can download all sorts of files (large and small) such as games, utilities, image, video, audio, archives, messages, etc."; fDesc[6] = "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[7] = "list of newsgroups available, and subscribe to all those newsgroups that we might find of interest to us. We can also download any content from the newsgroups, and use the internal image viewer to view our received images"; fDesc[8] = "our favorite newsgroup. Moreover, we can download content from several newsgroups at a time, thus saving us a lot of time, effort, and money (if we have to pay for the time we spend connected to the Internet)."; fDesc[9] = "can configure the connection to our news server, select the location where we want to save the files, view the whole list of newsgroups available from our server, and subscribe to as many newsgroups as we like."; fDesc[10] = "quickly and conveniently."; fDesc[11] = "connects to any NNTP servers and gathers data from any public or private group in multi-threaded mode."; fDesc[12] = "the fastest email messages downloading from selected newsgroups."; fDesc[13] = "simple to use tool, It connects to any NNTP servers and gathers data from any public or private group in multi-threaded mode."; fDesc[14] = "the newsgroups that interest you and FotoVac's mass downloader will do the rest. Download pictures with FotoVac - the smart image grabber."; fDesc[15] = "program allows the fastest news article downloading from selected newsgroups using multiple connections."; 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 = '...'; } }