var fDesc=new Array(); fDesc[0] = "StopUpdates10 is a small tool that takes control over Windows updates. It stops Windows updates and upgrades by one-click. Also StopUpdates10 disables annoying "end-of-service" notifications. StopUpdates does not delete or modify system files. It is easy to restore Windows updates by one-click! Command line options are supported. StopUpdates may be used in batch files."; 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 = ''; } }