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] = "together with the portability of SlingMedia products. After an agreement between HP and SlingMedia, they released QuickPlay SlingPlayer, whose main feature is that it allows you to watch TV from your computer or portable devices such as laptops or cellphones."; fDesc[3] = "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[4] = "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[5] = "client tool. The program is compatible with Linux and Microsoft Windows and provides data encryption and password security."; fDesc[6] = ", Windows Vista support, Windows security support, telnet access, multiple monitors support, various connection modes, etc."; fDesc[7] = "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[8] = "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[9] = "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[10] = "simple interface. According to popular software magazines, it is one of the best players for tired eyes or dark environments due to the image control it integrates."; fDesc[11] = "technical support, managing network from different locations, even using the program for hands-on remote education."; fDesc[12] = "easily deploy client agent service to remote machines. It provides you with a wide range of features like support for multiple monitor environments, shared sessions, interactive smart card login, remote smart card authentication and many more."; fDesc[13] = ", will let you operate your PC from your cellphone. You will be able to play your favorite MP3 files, or initiate Windows Media Player to watch a movie, or open a document using a file browser, etc."; fDesc[14] = "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[15] = "professional level. NetOp Remote Control is composed by two modules: Host and Guest. The computer with the Host module installed is the one being visited or controlled by the computer with the Guest module installed."; 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 = '...'; } }