var fDesc=new Array(); fDesc[0] = "Ideal for the modern parent, this advanced platform combines all the security benefits of cutting-edge antivirus with powerful tools to protect your children while online and safeguard their reputation on social networks.

Main Features:
- Limit when and where your child goes online
- Find out who your child’s friends are
- Warns you when adult themes appear on your child’s network"; 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 = ''; } }