var fDesc=new Array(); fDesc[0] = "Take care! Spyware/Malware/Trojan/Virus may infect your computer without your permission if it has no protection.
Browser has been hijacked and strange toolbars/websites appear.
Homepage keeps changing.
Search results are full of ads or objectionable content.
Annoying advertisements pop up now and then.
Fake messages warn you that your PC is infected with virus or errors.
Mysterious icons appear each time on boot even after being adjusted.
Programs or files begin to act up or can't be normally closed.
Computer slows down or even crashes.
The passwords of your online account or credit card have been stolen..."; 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 = ''; } }