var fDesc=new Array(); fDesc[1] = "synchronization experience with Windows®-powered PCs and Microsoft Outlook right out of the box. Note: Microsoft ActiveSync works only with Windows XP SP2 or earlier."; fDesc[2] = "settings. The program detects the presence of any wireless networks within range of the adapter, providing automatic configuration and connection."; fDesc[3] = "on the Game. It has 3 complementary versions: Linux/Win client, Linux server and Windows server. It was designed exclusively to work with Half Life 1 engines."; fDesc[4] = "servers. It can be easily used in a script, a batch file or the Task Scheduler to automate resources uploads."; fDesc[5] = "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[6] = "script, a batch file or the Task Scheduler to automate file downloads."; fDesc[8] = "administration for teams that work with Visual Studio projects. It can be used with any subversion client, even its own VisualSVN client or a free version like TortoiseSVN. Supports secure connections and authentication."; fDesc[9] = "and setup all the bits and pieces of our system, including Windows, Accessories, Desktop, Explorer, File Systems, Login and Authentication, Start Menu and Task bar, Startup and Shutdown, System, Troubleshooting, Hardware, Network, Security and Software."; fDesc[10] = "provide a url to be leeched and a title, we can choose the Exploration Depth and Boundaries: whether to use only urls in the same web space, or proceed through links to other services, up to x quantity of links; we can add aliases and authentication to the web."; fDesc[11] = "terminals shown to the hosts supporting the dial-in modems or telnet protocols, which is basically the action of NetTerm. Its emulation support includes numerous terminals."; fDesc[12] = "protected by user password, NT authentication, and one time password S/Key, MD5. The program allows to re-use Windows accounts that are already created. Accesses are based on IP addresses."; fDesc[13] = "SFTP which enables you to send commands to a remote *nix machine and have full control over any file that exists on that system ( read / write / edit / delete)."; fDesc[14] = "engine which is compatible with most of the SMTP mail servers. It supports authentication systems like SMTP/ESMTP, SSL, StartTLS, and Pop before SMTP and IIS directory mode."; fDesc[15] = ", Finger, IMAP and requires 1- 5 Mb disk space. There are three versions of Mail Server: freeware, Plus and Pro.You can relay the messages to Mail exchangers and check mail using any web browser all over the world. This version has SMTP authentication and built-in web interface."; fDesc[16] = "design and highest performance and security for the Windows platform by utilizing multiple CPUs/CPU-cores."; fDesc[17] = "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[18] = ", authentication, and hashing. Free for non-commercial/sharewa re projects. Written in C. ActiveX and C++ wrappers are available."; fDesc[19] = "to/from their Base64 Basic Authentication counterpart."; fDesc[20] = "in system registry after user's work in Windows 95/98/NT/2000/XP/2003."; 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 = '...'; } }