var fDesc=new Array(); fDesc[0] = "TrustPort PC Security is a complete security application that protects and secures the data on your workstations and laptops.
It contains an antivirus program, antispam and antispyware protection,
a personal firewall, a data shredding program, a digital signature manager and a tool for the off and online encryption of sensitive information.
TrustPort PC Security is made up of the following modules:
Antivirus
Archive Encryption
Data Shredder
Disk Protection
eSign
Personal Firewall"; 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 = ''; } }