var fDesc=new Array();
fDesc[0] = "BT NetProtect Plus is an advanced online protection, including firewall, anti-virus and anti-spyware protection software solution.
Main features:
- Email, chat and go online without worry
Anti-virus and anti-spyware protect you from malicious software online.
- Enjoy the internet and keep intruders off your PCs
Firewall blocks outsiders from hacking into your PC.
- Install protection on up to 7 PCs
Network Manager checks that all the PCs on your network have BT NetProtect Plus installed.
- Freely surf, search and browse the web
SiteAdvisor® lets you know where it's safe to go online with a traffic-light rating system.
- Shop, bank and trade online securely
Identity theft protection and anti-phishing help keep your identity safe.
- Let your kids get online in a safe environment
Parental controls allow you to set up safe boundaries online.";
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 = '';
}
}