var fDesc=new Array(); fDesc[0] = "NewsBin ProNewsbin can download files from Usenet Newsgroups. An account with a Usenet News Server is required to use Newsbin. It can search over 2300 days worth of Usenet based on your search criteria. You can also search your locally stored headers by keyword or using Regular Expressions.

Advanced Spam Filtering blocks password protected RAR files or RAR files containing .exe files (which usually turn out to be viruses or trojans). Newsbin supports SOCKS 4, SOCKS 5, and HTTPS Proxies."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }