var fDesc=new Array(); fDesc[0] = "NCP Secure Entry Client is an universal IPsec client with comfortable features and the support of strong authentication, e.g. electronic certificates, for deployment in VPN environments by third-party manufacturer. The client communicates on the basis of the IPsec standard with the gateways provided by a wide variety of vendors and is the alternative to the uniform IPsec client technology offered on the market. The client software emulates an Ethernet LAN adapter. The client has additional features that introduce the user into a holistic remote access VPN solution."; 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 = ''; } }