var fDesc=new Array(); fDesc[0] = "To protect yourself when your VPN disconnects. It blocks Internet access and any others specified applications. It prevents unsecured connections after your VPN connection goes down and reload applications when reconnecting the VPN.
Features

Blocking traffic (P2P, Firefox...) in case of disconnection of the VPN
Automatically reconnect the VPN
Reload applications when VPN reconnected
Be sure to go through the VPN
Support PPTP and IPSec not OpenVPN"; 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 = ''; } }