var fDesc=new Array(); fDesc[0] = "The NCP Secure Enterprise Client is a universal endpoint secure remote access product that removes all complexity for the user. Every access point to the Internet becomes a safe, secure point of entry to the network, without need for knowledge of firewall settings, device compatibility, connection negotiation or policy requirements – the NCP Secure Enterprise Client takes care of it all."; 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 = ''; } }