var fDesc=new Array(); fDesc[0] = "The Tectia Client/Server solution secures data-in-transit without the need for any modification to applications, infrastructure, and with no disruptions to the experience.

Fast-track to cost-effective security and compliance

An intuitive GUI allows for easy local configuration of secure terminal access, file transfer, application tunneling, authentication, encryption and access settings, for rapid deployment.

This solution offers support for multiple platforms, including Unix, Linux, and Windows as well as IBM z/OS and Linux on IBM system z. Customers benefit from a cost-effective, unified, and expandable file-transfer and security platform. Easy to manipulate, this program is designed specially for you. So try it now! You will never regret this choice."; 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 = ''; } }