var fDesc=new Array(); fDesc[1] = "session on a computer, over a network. PuTTY implements the client end of that session: the end at which the session is displayed, rather than the end at which it runs."; fDesc[2] = "allows us to connect to a remote computer server. The connection modes are Full Control, View Only, Telnet, File Transfer, Shut down, Chat, Voice Chat and Send Message. Depending on the selected mode, a specific window will be opened so we can enter the details. We can create Phone Books."; fDesc[3] = "our computer network. We can control and view remote screen, transfer files, Telnet, redirect, start up, shut down, text chat, audio chat, filter IP addresses, and send messages to any remote computer where the program has been previously installed."; fDesc[5] = "High configurability powerful scripting and a wealth of features make ZOC a great tool to access Unix shells."; fDesc[6] = "terminals shown to the hosts supporting the dial-in modems or telnet protocols, which is basically the action of NetTerm. Its emulation support includes numerous terminals."; fDesc[8] = "using the HTTP, FTP, SMPT, POP3 or Telnet protocols. It doesn´t work on Hotmail or Windows Live Messenger. This program becomes useful when you forgot your passwords, but your web browser remembers them."; fDesc[9] = "AbsoluteTelnet the edge, along with SOCKS Proxy, session logging, Passthru printing, Color/Font settings, and a host of terminal options."; fDesc[10] = "are two ways of logging into a multi-user computer from a remote computer over the network. Multi user-operating systems provide a command user interface from where the users can give commands to remote computer systems in a network."; fDesc[11] = "anywhere through SSHD and Telnet servers . The programs allows you to add as many users as you wish and manage which control options to give each of them . It also allows you to enable file transfers between the client and server."; fDesc[12] = "telnet or SSH protocol. Supports character graphics (applications like edit.com) and colours."; fDesc[13] = "(Wake On Lan, WOL), RSH (remote shell script)capabilities and more."; fDesc[14] = "performs flawless TN3270, TN5250, VT100, VT220 and ANSI terminal emulation."; fDesc[15] = "from various network equipment, and allow users to login to the server to execute commands, It also supports communication between the users ."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }