var fDesc=new Array(); fDesc[0] = "Bitvise SSH Client provides an SSH terminal for file transfer and tunneling. It facilitates terminal emulation with support for the bvterm, xterm, and vt100 protocols. You also get encryption and security meeting the requirements of PCI, HIPAA, or FIPS 140-2 validation. This SSH client highly customizable and suitable for use in specific situations and controlled environments. SSH port forwarding capabilities, including dynamic forwarding through integrated SOCKS and HTTP CONNECT proxy."; 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 = ''; } }