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] = "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[3] = "speed by slowing it down or speeding it up. It depends on the linearity-accelerate technology. The program remembers the last speed when you reopen the program."; fDesc[4] = "techs to take control of customer computer through a broadband internet connection. The most significant feature in version 1.1 is the reconnect after reboot functionality, which allows the session to resume without requiring a new session to be started."; fDesc[5] = "voice pitch. You control the program using the keyboard (cursor movement keys, Enter key, F2...). No mouse control here."; fDesc[6] = "computer. Control the ball and win the match!"; fDesc[7] = "Windows programs featuring a free amateur radio software, which also comes along with mapping, and satellite tracking abilities."; fDesc[8] = "and/or the Internet and block/filter unwanted Web or Internet contents. Limit access to internal Windows components and personal folders."; fDesc[9] = "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[10] = ", 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[11] = "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."; fDesc[12] = "set access rights to software, hide folder content, schedule time limits and much more. Get control of your computer!"; fDesc[13] = "You will save hours or possibly days of work setting up your new machine, with no risk of leaving data behind."; fDesc[14] = "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[15] = "your local computer."; 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 = '...'; } }