var fDesc=new Array(); fDesc[1] = "uses industry standard IP protocols to allow devices to automatically discover each other without the need to enter IP addresses or configure DNS servers."; fDesc[2] = "a phone, back up and restore phone data, import and export contacts and calendars. This program can use the mobile phone to connect your PC to the Internet."; fDesc[3] = "hardwares. Generally, the blurtooth devices come with a driver cd where you have this program. BlueSoleil BlueSoleil 6.4's default view is the \"Bluetooth Places\" which is like the Nokia PCSuite's Windows Explorer extension. \"Search Devices\" icon can be run for finding bluetooth devices."; fDesc[4] = "Windows, Linux and OS X. The communication between peers is assisted for a third party server (a mediation server). That mediation stops when the communication is established."; fDesc[5] = "magical wizard of its own and an easy-to-use educational tool to instruct you in accomplishing your more advanced networking goals."; fDesc[6] = "range of uses. Packet Tracer simulates network equipment such as routers, switches, cables and end-client PCs. This allows students and teachers to learn and assess different network possibilities. Packet Tracer is a must have tool for IT engineers."; fDesc[7] = "preserving privacy on P2P networking. PeerGuardian 2 is Open Source code, so the program code is available online for anyone who wants to see it or edit it."; fDesc[8] = "guess you can like it or not. There's not middle point here. TweetDeck installs on the Adobe AIR framework, which means that you can use it on any operative system that supports Adobe AIR."; fDesc[9] = "it also enhances it adding al lot of basic and advanced configuration, visualization and customization options for your home network. Dell Network assistant tries making your home network easier to manage, and it succeeds in many respects"; fDesc[10] = "Networking Spybot - Search & Destroy, TrendMicro CWShredder, JavaCool Software SpywareBlaster, Ewido Micro Scanner or demos, like Eset NOD32 antivirus system, Webroot Spy Sweeper, PC tools Spyware doctor, McAfee VirusScan SuperDAT, SunBelt CounterSpy."; fDesc[11] = "and format retention with robust networking capabilities. It includes all the features of the Professional edition plus networking features such as automated network installation, support for networked multi-function peripherals, among others."; fDesc[12] = "ideal client for enterprises that are deploying identity-based (wired 802.1X) networking. Odyssey Client fully supports wired 802.1X connections, and saves time and effort by permitting one-time deployment of wireless and wired 802.1X access."; fDesc[13] = "the web. With this application we can manage our email accounts, IM clients, share files, access our social network accounts, with the addition of VOIP, SMS and videoconferencing."; fDesc[14] = "in your hands. So you can modify any or all settings listed in Internet Tweak to control the behavior of various internet related applications and you can optimize your system and internet related applications to boost the speed of internet, so you will get best peak performance."; fDesc[15] = "address after the scanning process of the network. Its trace route option helps the user to see the route to a particular address."; 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 = '...'; } }