var fDesc=new Array(); fDesc[1] = "help the customer setup a basic wireless connection. It offers same functionalities includes on Windows XP / Vista Wireless manager plus some enterprise level features howeever I found it buggy so I recommend to stay with Windows Wireless client."; fDesc[2] = ", modules, Windows startup items, IE add-ons, system add-ons, services, drivers, opened files and installed programs in your operating system. Multilingual support and a very compact size make it a must-have system utility."; fDesc[3] = "for different areas such as: Networking, System Management and Security. Dell Controlpoint Security Manager provides access to the latest security, user identification, fingerprint readers, and smartcard security technology."; fDesc[4] = "profiles from a single utility. The DCP Connection Manager replaces multiple utilities that were required in the past to configure network connections and settings."; fDesc[9] = "Connection Manager."; fDesc[10] = "locations. It's not only an IP switcher, but also a handy tool that helps you to use the computer in different networks easily!"; fDesc[11] = "of all. Nokia PC Suite Enterprise Edition contains fewer features than the full edition of Nokia PC Suite, but in spite of it, it contains all the essential elements of Nokia PC Suite."; fDesc[12] = "and security settings. Allows seamless migration between multiple networks - either LAN or wireless - for mobile professionals."; fDesc[13] = "computer. It is designed to help you make and maintain Internet connection with as little fuss as possible."; fDesc[14] = "kicked off of your connection. Locates and automatically answers Pop Up messages that ask if you want to stay online & more."; fDesc[15] = "your remote desktop connection settings logically according to how you work. Designed for IT Support Professionals."; 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 = '...'; } }