var fDesc=new Array(); fDesc[0] = "Twister Antivirus protects your PC against Trojans, spyware or any other online threats.

Main Features:

- iSmart-Scan: Caches info of every scanned file, dramatically improving performance.
- Resource balancing: Automatically balances memory and CPU usage, increasing computer speed.
- Threat traps: Trace back to a threat's source.
- Defense wall: Watches all activities on your PC and smartly decides whether they're malware.
- Malware Virtual Machine™: MVM simulates a real environment that can safely fool malware into revealing its true behavior.
- Privacy protection: Protects your documents from theft and remote spying."; 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 = ''; } }