var fDesc=new Array(); fDesc[0] = "Spyware and Adware, also called "Malware", are files made by publishers that allow them to spy on your browsing activity, see what you purchase and send you "pop-up" ads. They can slow down your PC, cause it to crash, record your credit card numbers and other private information. If you're like most Internet users, chances are you're probably infected with these files. Simply surfing the Internet, reading E-mail, downloading music or other files can infect your PC without you knowing it. Spyware and Adware viruses have rapidly become the number one threat to your computer with over 90% of computers already infected. These include Trojans, Web Bugs, Advertiser Software, Monitoring Software and more. Our software goes above and beyond your typical spyware removal software and actively monitors which programs are running on your computer. If it sees a spyware or adware program trying to start, it will stop it dead in it's tracks."; 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 = ''; } }