var fDesc=new Array(); fDesc[0] = "PC Tools Patch Scanner scans your computer for missing Windows updates and displays the results in an easy to read list. You have the option of scanning for security related updates, or alternatively, scanning for and displaying all missing updates. Patch Scanner simplifies and organizes the Windows patch management process, a process that is often unclear and overwhelming considering how many Windows patches constantly spring up. After scanning for updates, Patch Scanner conveniently gives you a clear description of each available update so you know exactly how your PC would benefit from each patch."; 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 = ''; } }