var fDesc=new Array(); fDesc[1] = "away, as if you were sitting in front of it. You can hear alert sounds, use your files, print remotely, transfer and synchronize files, link local drives to connected PCs and more."; fDesc[2] = "remote computer is a linux/unix machine. It offers file manager functionality. It uses Secure Shell (SSH) and supports legacy SCP protocol. The graphical user interface is more like windows explorer, with drag&drop capabilities and icons."; fDesc[3] = "system as if they were physically there. UltraVNC is divided into 2 applications: UltraVNC Server and UltraVNC Viewer. The former is the program that has to be installed in the computer to be controlled, and, the latter, is the client program."; fDesc[4] = ", Windows Vista support, Windows security support, telnet access, multiple monitors support, various connection modes, etc."; fDesc[5] = "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[6] = "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[7] = "computer. If it is so than this small utility is a must for you. This software is very much similar to Remote Assistance already available with Microsoft Windows."; fDesc[8] = "technical support, managing network from different locations, even using the program for hands-on remote education."; fDesc[9] = "on the remote computer is hidden from you now!"; fDesc[10] = "of two parts: a client and a server. The server part should be installed on the computer to be controlled. The program protects itself with a password, and it encrypts all the packets transferred so that they cannot be intercepted or recorded."; fDesc[11] = "both in your computer. The computer running the server will accept connections from the computers running the client. The program can connect computers over a Local Area Network or Internet. You can use just your IP address, or get an RPC number."; fDesc[12] = "desktop tool can access remotely Windows PC or OSX Mac despite firewall’s, router’s or proxy’s configurations. This version supports Remote Desktop and RAdmin. It supports \"dynamic-DNS\" for VNC Servers without static IP addresses. EchoVNC works on Windows and Mac platforms."; fDesc[13] = "program allows you to connect with a remote computer using any available connection: a modem, dial-up networking, a Local Area Network, Internet, or an USB or Serial Cable."; fDesc[14] = ", companies, etc., as it offers a secure, fast and effective method for transferring files, sending messages, voice chat, shutdown, etc. In addition, we are allowed to change the connection properties, set up passwords, lock/unlock accounts, and more."; fDesc[15] = "WWW Server. This software is a must-have as it provides an economic yet secure remote control connection specially designed for enterprises, institutions, companies, etc, where it is necessary to easily communicate with multiple 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 = '...'; } }