var fDesc=new Array(); fDesc[1] = "Component of Acer Empowering Technology • eData Security Management • eLock Management • eNet Management • ePower Management • ePresentation Management • eRecovery Management • eSetting Management"; fDesc[2] = "with management buttons allows creation of a new profile, edit a profile etc. The Settings General page allows Launch of Acer eNet Management, views Wireless Adapter, Firewall settings etc and the Network page has three buttons on this page namely: VPN ,WLAN & LAN"; fDesc[3] = "Internet using the \"ARP\" protocol exploits. The program can protect your computer from such attacks. The program has a built-in network scanner and supports choosing the network adapter that you want to utilize."; fDesc[4] = "different types of information about local network computers in just a few seconds. This incredible application gives you one-click access to many useful functions such as remote shutdown and wake up, Radmin integration and lots more."; fDesc[5] = "The program can protect you from other ARP exploits and provide you with direct links to know your Internet IP, and links to online speedometer, virus and spy-ware scanners."; fDesc[6] = "high throughput from a long distance. The RT2500USB is designed to support standard based features in the areas of security, quality of service and international regulation, giving end users greatest performance anytime in any circumstances."; fDesc[7] = "multithreaded, so on fast machines you can scan many computers at once."; fDesc[8] = "to install and use. Works on the TCP/IP based networks and supports Windows/Citrix terminal services."; fDesc[9] = "never have to load the game. In fact, the program supports well over a hundred games. This is one of Qtracker’s main features."; fDesc[10] = "specific file types (e.g. all MP3 files). LAN Search PRO provides a lightning fast search engine and includes the ability to search hidden network resources, restricted access resources, IP subnets, LAN FTP servers and much more. It comes with a built-in password manager to store your network logins for resources with restricted access. Besides the file searching capabilities, LAN Search Pro offers features that allow you to perform actions on the found items (copy, move, rename etc.) and also save these operations in form of .bat files, which can be used as templates for batch processing. Additional features include result sorting, filtering, search within results, minimize to tray and more."; fDesc[11] = "of a computer on LAN even out of your LAN range. It's based on Microsoft Net bios technology. It also can be used for Wake On LAN."; fDesc[12] = "computers connected to the Internet. It allows any two users (or more) to establish a connection even when they don't know each other's IP address. Thanks to its DCHP capabilities, chatting with people on the same network becomes very easy."; fDesc[13] = "in-depth knowledgeable information about your all network adapters. Even it is also able to extract value information of my broadband USB modem. Now I am able to find secrets information of my broadband network adapter like Adapter Name, Description, Speed, MTU etc."; fDesc[14] = "of chat participants, chat messages and outgoing message. And you can also set to your status online, away."; fDesc[15] = "generation of a “Magic Packet” to remotely power on PCs attached to networks. When the remote network adapter hears a “Magic Packet” created for its unique MAC address the network adapter alerts the computer to power on."; 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 = '...'; } }