var fDesc=new Array(); fDesc[0] = "Blink Personal: provides home PC protection plus Internet Security. Including all-in-one antivirus, antispyware, antiphishing, identity theft protection, plus personal firewalls. It blocks and removes viruses, spyware, worms, trojans, and other malicious programs,protects against identity theft and sneaky phishing attempts and protects against hackers viewing your personal folders and files."; 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 = ''; } }