var fDesc=new Array(); fDesc[0] = "PC Tools Internet Security software is designed for all users, regardless of your level of computing knowledge.
PC Tools Internet Security delivers powerful protection against online threats, incorporating antispyware, antivirus, antispam, and firewall components into an easy-to-use online security solution.
PC Tools™ Internet Security 2011 - Comprehensive Security tools against spyware, viruses and cybercrime.
Integrated Behavior Guard blocks new threats faster than traditional security products, while Browser Defender™ protects against web-based attacks like phishing attempts and malicious downloads."; 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 = ''; } }