var fDesc=new Array(); fDesc[0] = "The Spyware Doctor application delivers powerful antispyware protection with minimal impact to your PC.

It defends your computer against malware attacks with multiple techniques using proactive, reactive, and automatic protection to stop threats at every entry point. Integrated Behavior Guard blocks new threats faster than traditional antivirus products, and Browser Defender protects against web-based attacks - including phishing attempts, scare tactics and malicious automatic 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 = ''; } }