var fDesc=new Array(); fDesc[0] = "The job of your Securepoint Personal Firewall & VPN Client is to protect your PC from unwelcome access from the outside and to protect your personal data thereby. Protecting the PC from attacks from the Internet is the most important field of application today.

The Securepoint Personal Firewall & VPN Client represents the intersection between your local PC and the Internet. It also supervises all transfer of data. The Personal Firewall automatically hides your PC. That means it makes the PC invisible for possible attackers and catches suspicious connections. Unnoticed passing-on of personal data will become impossi"; 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 = ''; } }