var fDesc=new Array(); fDesc[0] = "Doesn't matter where you are. Even if you are behind NAT / Firewall. Just connect your VPN and get always the same real static IP address!

Your personal static IP address which travels with you. You can get it anywhere even if you are in the hotel, cafe or behind NAT/firewall. Secure your online systems by allowing an access just from your static IP addresses and make sure that no one else can access it!"; 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 = ''; } }