var fDesc=new Array(); fDesc[0] = "WinGate VPN is a powerful yet easy to use IP-tunnel-based remote networking solution. With special support for MS Networking and industry-strength security, WinGate VPN is ideal for organizations wishing to allow remote sites or individuals access to internal systems. In a very short space of time, WinGate VPN allows you to connect your networks together, whether they are office LANs, or a home PC, or a laptop on a modem, so they can share data safely and securely."; 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 = ''; } }