var fDesc=new Array(); fDesc[0] = "UpdateScanner is a simple utility to check for missing Windows updates. If some important patches are missing, this program will inform you, along with a relevant link to download it. This program supports only Windows 2000, XP, and 2003. The present version has improved Microsoft URLs to solve download problems and dead links."; 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 = ''; } }