var fDesc=new Array(); fDesc[0] = "ABC-Update is a command line tool that sets you in control of MS Update operations.
With ABC-Update you get the updates exactly when you want them, and can also define max reboots, use filtering options to select updates based on patch dates, KB Articles and update categories.
You are in control. No more waiting for Automatic updates.
This gap between what Microsoft is offering out of the box, and what many admins really wants is what the ABC-Update tool is made to fill."; 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 = ''; } }