var fDesc=new Array(); fDesc[1] = "remote images, and watch how CuteFTP Pro accelerates your file transfers, this professional version comes with an advanced security protection to ensure the easy transfer of your top secret files!"; fDesc[2] = "in its communications with advanced encryption and authentication methods. This program is a great option for secure system administration and file transfers."; fDesc[3] = "and Xstart. Xmanager is a powerful PC X server. It runs only on Windows Operating Systems. You may use it to control remote systems that run on UNIX and Linux. So, it is a remote desktop application but with a lot of more features."; fDesc[4] = "remote connections in a simple interface. Through the \"Tools\" option you can perform several tasks, like making SSH File Transfers, use the Ultra VNC Single Click feature, manage the communications using External Applications or perform a Port Scan."; fDesc[5] = "SFTP which enables you to send commands to a remote *nix machine and have full control over any file that exists on that system ( read / write / edit / delete)."; fDesc[6] = "your broken downloads or pause them anytime. the program has a handy way for managing SSH Keys. It also has a user friendly design and easy to use front-end."; fDesc[7] = "protocol. SecureCRT has advanced session management features, a multi-session tabbed interface, scripting, and numerous emulations."; fDesc[8] = "passwords. The program can import and export (.VNC) files and It has an integrated SSH client, VNC viewer and a built-in password encryption tool."; fDesc[9] = "easy to use. PenguiNet features: Full VT100 and VT102 emulation; Full Linux terminal emulation; Support for Linux colors; Secure Shell (SSH..."; fDesc[11] = "easy to install and does not require advanced IT skills to manage. It is also one of the most affordable windows servers."; fDesc[12] = "create backups at various different compression levels, automatically backups data on schedule to local disks, network drives, FTP servers"; fDesc[13] = "capabilities. Secure CommNet supports high performance Zmodem file transfers with dial-up, Telnet and SSH2; and Ymodem-G with dial-up sessions. For SSH2 connections, Secure CommNet offers TCP/IP port forwarding and supports the following encryption algorithms: AES256, Twofish, Blowfish, Triple-DES, Arcfour and Cast-128. Secure CommNet supports FTP during Telnet and SSH2 sessions; and TTY, VT100, VT220, PC ANSI and SCO ANSI terminal emulations. A unique Telnet Host Mode Server allows other Telnet clients to connect to the user's system for chat and file transfer operations. Secure CommNet offers a built-in Phonebook and expanded scripting and command-line options."; fDesc[14] = "synchronization, a scriptable command-line utility for unattended file transfers, and public-key and Kerberos v5 (GSSAPI) authentication."; fDesc[15] = "for example DATABASE, POP3, SMTP and HTTP connections that would otherwise be insecure."; 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 = '...'; } }