var fDesc=new Array(); fDesc[0] = "Sometimes things may go wrong, BITS stops working and you are not able to update your Windows anymore automatically or from Windows Update-website. This often occurs when you uninstall certain antivirus/internet security programs.
BITS-service simply stops running and an attempt to start it again causes an error screen. But.....you need to start BITS to update again..
That's where this program comes in. It is a collection of known and previously unknown fixes for this problem and running this program usually solves the problem and you're back in business again.

This program does NOT enable the Windows Update when the cause of the malfunction is using a pirated version of Windows XP. This program fixes a known problem with legal Windows XP-systems."; 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 = ''; } }