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] = "client tool. The program is compatible with Linux and Microsoft Windows and provides data encryption and password security."; fDesc[3] = ", Windows Vista support, Windows security support, telnet access, multiple monitors support, various connection modes, etc."; fDesc[4] = "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[5] = "Total Commander, file managing software. The bundle include the latest versions of following software. Total Commander, AIMP, Opera for USB, Sumatra PDF, The KMPlayer, Universal Extractor, uTorrent, XnView, and others."; fDesc[6] = "technical support, managing network from different locations, even using the program for hands-on remote education."; fDesc[7] = "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[8] = "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[9] = "for all TCP connections (including IPv6) Configurable update speed makes it more user friendly and easy to customize."; fDesc[10] = "Net Control 2 - Control Your Network Easy..."; fDesc[11] = "organizeor find your remote connection quickly."; 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] = "Desktops and control them in real time simultaneously, as if you were sitting in front of them. Display each desktop in 1, 4, 6 or 9 window(s)."; fDesc[14] = "transfer functionality and SSH tunneling capability. It's a cross platform application that is compatible with Microsoft Windows and Linux."; fDesc[15] = "or server via a DNS/Netbios name or a proxy IP address. With the help of this software the user can easily access any computer in the remote LAN with remote desktop and access remote files, shared folders and resources like drives, printers and much more."; 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 = '...'; } }