var fDesc=new Array(); fDesc[0] = "Sophos IPsec Client is a powerful and feature rich client for IPsec based remote access. The Sophos IPSec client supports IPv4 as well as IPv6 address formats. Therefore, you can also configure IPv6 addresses as tunnel endpoints, if required. Independent of the endpoint address format, the IPv4 protocol will always be used within the tunnel."; 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 = ''; } }