var fDesc=new Array(); fDesc[0] = "SBNews/Newsbot is an award-winning tool designed to automatically download and decode files from binary newsgroups. SBNews is an incredible time saver, as its fully automatic operation allows it to run unattended overnight, downloading thousands (or tens of thousands) of images or other files from the alt.binaries newsgroups. SBNews isn't just limited to automatic downloading; you can manually select which files you wish to download as well."; 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 = ''; } }