var fDesc=new Array(); fDesc[0] = "Kaspersky Software Updater is a free tool that searches for updates of the applications installed on your computer. Software vendors release these updates to eliminate vulnerabilities in their applications and enhance compatibility with other software. Some applications install updates automatically, others require manual updates installation. Kaspersky Software Updater helps you keep your software up to date.

When Kaspersky Software Updater discovers available updates for supported applications, this information is reflected in the Kaspersky Software Updater report. You can install the detected updates for all or selected applications right from the Kaspersky Software Updater report screen.

Additionally, you can download Kaspersky Free to scan your computer for viruses and other threats."; 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 = ''; } }