var fDesc=new Array(); fDesc[0] = "Did you ever spend a few hours downloading a file from usenet using an NZB file, just to find out, it was far from complete? Tired of spending your time and bandwidth?
However, the solution to that problem is simple! Read on for more…
In order to avoid downloading incomplete files, I made the NZB Completion Checker (NZBcc) program. In a matter of minutes it can check all files in the NZB file, if they exists or not!"; 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 = ''; } }