var fDesc=new Array(); fDesc[0] = "VirusKeeper 2007 Pro combines the best protection technologies available in a single product: real-time shield: permanent threat detection, real-time protection of Windows system folders, real-time protection of Internet Explorer, behavioral analysis detection of viruses and spyware, automatic scanner that inspects new or suspicious files, traditional, ultra-fast anti-virus scanner, anti-spyware scanner. VirusKeeper Pro also includes the real-time threat detection engine of VirusKeeper Standard. It monitors all aspects of your system: running processes, system files, and the registry."; 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 = ''; } }