var fDesc=new Array(); fDesc[1] = "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[2] = "The connections it offers are stable with almost no disconnections. It supports all the Cisco VPN infrastructure and its hard to go wrong with this client."; fDesc[3] = "use.Support eleven languages, automatically detect the language system.Provides quick operation guide in nine language format.Technical on web site.Free technical support for our products.Language selection can be the native or English.Selection for different image input interface.Capture photo on the control panel.Software snapshot function.Easy installation for application and driver.Support link to Microsoft NetMeeting.Support remote access of security control.Support remote access over the local network.Video CommunicationMPEG real time compressionVideo Surveillance over Internet"; fDesc[4] = "within the same interface) from any Internet-enabled computer. The program has some free basic features like file and folder sharing, and some commercial features such as remote access to one or more computers through Dell's remote website."; fDesc[5] = "technical support, managing network from different locations, even using the program for hands-on remote education."; fDesc[6] = "location via the Web. Easily set up in minutes and easy to use. Work on your PC, as if you are there, anytime, anywhere."; fDesc[7] = "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[8] = "were physically using it. You can remotely access the same computer from multiple places, using File Transfer, Telnet, Text and Voice Chat, Messaging, View Only and Full Control mode with Multiple Monitor support in addition to other useful features."; fDesc[9] = "well. When you install the application to your Windows computer, it will create a sort of remote access server on your computer. Then, it will broadcast your computer with a service that you can access from the iPhone's Safari browser."; fDesc[10] = "back-end servers and resources. Our technology gives you protected access to your LAN from anywhere."; fDesc[12] = "allows you to access the authorized system, just like you are in front of it, even if you're hundreds or thousands of miles away."; fDesc[13] = "you are in front of it. Download or upload that crucial business file, or simply just share your family photos."; fDesc[14] = "access the authorized system, just like you are in front of it, even if you're hundreds or thousands of miles away."; fDesc[15] = "via the Internet or LAN. The program displays the remote computer's desktop on your local screen and lets you use your mouse and keyboard."; 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 = '...'; } }