var fDesc=new Array(); fDesc[0] = "LuxoShield successfully scans, removes and blocks spyware, adware causing pop-up ads, viruses, phishing attacks, hijackers, rootkits, Trojans, bots, drive-by downloads, rogue programs, keyloggers, and much more.

LuxoShield has been specifically designed to perform effectively regardless of the user's level of computer knowledge. When your computer starts up, LuxoShield auto-starts and requires very little user interaction to provide full protection. Automatic updates and easy to find scanning and option buttons make LuxoShield the ideal protection suite."; 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 = ''; } }