var fDesc=new Array(); fDesc[0] = "WHDownloader is a freeware hotfix downloader app filed under computer utilities and made available by Alphawaves for Windows. A lightweight and easy to use downloader which allows you to find and apply the latest Microsoft Windows updates.

WHDownloader features and highlights: Install/uninstall updates, install Office Updates, Integrate updates, Language Packs, Drivers, Tweaks, Serials, Certificates, Setup images.Integrate Office Updates, Language Packs, Service Packs. Windows update cleanup, check installed updates."; 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 = ''; } }