var fDesc=new Array(); fDesc[1] = "PC or server all around the world within just a few seconds. You can remote control your partner's PC as if you were sitting right in front of it. Find out why more than 15.000.000 users trust TeamViewer!"; fDesc[2] = "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[3] = "stands for Virtual Network Computing, and it uses 2 small programs: Server and Viewer. The Server handles the service, and \"serves\" the access to the host computer. The Viewer, is used to access the computer where the server is installed and configured."; fDesc[4] = "client tool. The program is compatible with Linux and Microsoft Windows and provides data encryption and password security."; fDesc[5] = "see the desktop of a remote machine and control it with your local mouse and keyboard, just like you would do it sitting in the front of that computer. TightVNC is: * free, GPL-licensed; * useful in remote administration, education, and for many other purposes; * available for Windows and Unix"; fDesc[6] = "allows you to remotely control another computer using the RFB protocol (remote frame buffer). The setup file installs two components: VNC Viewer used to work like client, and VNC Server that allows a Windows desktop to be accessed remotely using the VNC Viewer."; fDesc[7] = "the same and your final decision will mainly depend on your personal likings. RealVNC viewer connects to a VNC server. RealVNC offers Server products, but they are not free. UltraVNC offers free Server products."; fDesc[8] = "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[9] = "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[10] = "control your server's desktop like if you were sitting in front of it. The program offers options to control the quality of remote images, configure encryption, use of proxies and provides many other expert controls."; fDesc[11] = "that can retrieve a list of local computers to facilitate the process of editing their configurations and bulk install/uninstall VNC server service from them. The program requires enterprise licenses to be added and works only on Microsoft Windows."; fDesc[12] = "desktop and gain full control over multiple number of remote computers that have VNC server installed and perform multiple system and network tasks."; fDesc[13] = "system admins to connect and control remote computers and gain access to their desktop, make file transfers, make chat conversation with the remote computer users. The enterprise edition has many exclusive features that are not found in free or personal editions."; fDesc[14] = "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[15] = "in Listening mode. Configuration is downloaded from an XML file to connect from behind firewalls. An easy VNC Manager for end 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 = '...'; } }