var fDesc=new Array(); fDesc[0] = "ShellGuard is a command line Telnet and SSH client that runs very well and fits seamlessly into your system. It allows users to work on the Windows platform and connects to various UNIX, Linux, Windows SSH and Telnet servers.

Features:
-SSH2, SSH1, SCP, Telnet and Serial Port supported
-Key generation utility
-Fully customizable sessions
-Port forwarding
-Scripting language built-in and support for VBScript, JScript
-Terminal color attributes and line drawing characters supported
-National character sets supported"; 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 = ''; } }