var fDesc=new Array(); fDesc[1] = "your system as well handles innumerable tasks.This multi-functional tool is exclusively designed to configure your Notebook or Desktop for functioning more smartly."; 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] = "enables co-workers, customers and prospects to view any application running on your PC in real time. Plus, All You Can Meet(TM) pricing means you get unlimited online meetings for one flat rate, so you can meet as often and for as long as you want, with no overage charges, ever. Features include: Desktop Sharing, Share Keyboard and Mouse Control, Change Presenters, Chat, Drawing Tools, Meeting Recording and Playback, Multiple Monitor Support, Microsoft(R) Outlook(R) and IBM(R) Lotus Notes(R) Integration, Instant-Messaging Integration and a Free Voice Conferencing Service. Security measures include: industry-standard SSL and government-standard end-to-end 128-bit AES encryption, user authentication using strong passwords, specific application sharing and inactivity time-out."; fDesc[4] = ", portuguese, german and italian. TrueDownloader offers the primary features offered in any download manager: download basket, browser integration, scheduling, pause/resume and more."; fDesc[5] = "over Internet Protocol (VoIP), File Transfer & Sharing, Group Text Chat, Online Game, Advanced Photo Sharing."; fDesc[6] = "and Server sides. With no encryption addedthe application can work with any other standard FTP server or client. The main feature of this program is the safe encryption of anything that is transferred, any way between local user PC and an FTP server site."; fDesc[7] = "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[8] = "to the Internet, based on the volume of data downloaded (or uploaded) from the Internet."; fDesc[9] = "rates up to 11 Mbps, with auto-fallback to 5.5 and 2.1 Mbps. With an operating range up to 1,155 feet, the adapter gives you the ability to connect to a wireless network at home, at the office, or at wireless hotspots. Its EZ Installation Wizard gets you up and running in seconds. And its support for 64-/128-bit WEP encryption, Wi-Fi Protected Access, and 802.1x user authentication provide a high degree of security for information you send wirelessly. The SMC2635W includes a built-in program for scanning wireless Access Points on the network. It also comes with profile-management software that saves wireless settings for different locations and networks. The adapter also lets international travelers select different countries and available channels in various regulatory domains. Now, with the SMC2635W in your notebook PC, you can stay connected wherever you are and wherever you go."; fDesc[10] = "using advance face recognition technology to verify the identity of the user and control the access to your PC account."; fDesc[11] = "encryption technology, advanced key exchange process, and user authentication using digital certificates"; fDesc[13] = "USB flash drive, smart card, or token; enjoy automated access - simply insert the USB drive and pass convenient identification."; fDesc[14] = "restriction, activity logs, special user authentication utility and much more! Compatible with Windows¿ 9x, ME, 2000 and NT4.0. Features: - iNet Shaper provides access only for known accounts; - Accounts could be distinguished in the several ways: by IP address or range, by host name, or by login procedure with special authentication utility; - Each account can be limited by internet connection speed; - Each account can be limited by amount of traffic per time interval; - iNet Shaper calculates the traffic generated by each account separately by services; - Separate port mappings for different accounts at the same port; - Internet access schedule for each account; - Possibility to write individual internet activity logs for accounts; - Users can audit their current internet usage statistics via web interface; - Graphic representation of channel load in time; - Custom set of available..."; fDesc[15] = "to/from their Base64 Basic Authentication counterpart."; 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 = '...'; } }