var fDesc=new Array(); fDesc[0] = "SSH Secure Shell Client is a good option for secure system administration and file transfers. This program is very simple to use and it wields a lot of power inside. The interface is intuitive - if your system administration and file transfers are simple, then you won't even have to look at any manual or configuration settings. All these end-to-end communications are secure through the SSH protocol. SSH uses encryption and authentication options so that the communication is as safe as it can be. The connection between the client and servers is very stable, you will not have any problems with disconnections and packet losses. Besides providing a secure shell, the application also includes a secure file transfer protocol (SFTP), the protocol can be used for file transfer within internal networks or external environments. The program allows you to configure a wide arrange of settings to your preference, including certificates and private keys. SSH Secure Shell is a great small program if you want to have secure communications within networks."; 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 = ''; } }