var fDesc=new Array(); fDesc[0] = "SABnzbd is a program to download binary files from Usenet servers. Many people upload all sorts of interesting material to Usenet and you need a special program to get this material with the least effort.

SABnzbd takes care of all the hassle of downloading, verifying, repairing, unpacking and deleting garbage. You throw an NZB file at SABnzbd and some time later a complete and directly usable download is available. You can even throw in your own post-processing script to suit your needs."; 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 = ''; } }