var fDesc=new Array(); fDesc[1] = "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[2] = "by Cable or DSL from threats and hackers. It includes four security services such as: Firewall, Application control, Internet lock, and Zones control."; fDesc[3] = "encryption (256-bit), dual encryption that includes both 'Blowfish' and 'Rijndael' with 256 bits each. The application can be downloaded as a desktop program, PC resident, or as a portable application for being used with USB sticks."; fDesc[4] = "ranging from financial, like credit cards and passwords, to personal information like health and travel, so we can call it a Swiss Wallet."; fDesc[5] = "Connection Keeper can also be set up to automatically close those annoying pop-up windows."; fDesc[6] = "for this application that I can think of is to use it as a screensaver. After a certain time of inactivity, the application starts and makes your desktop a watery surface."; fDesc[7] = "stamped video files of events as they occur without recording inactivity between events. Timelapse also avai..."; fDesc[8] = "Live 2000 keeps your Internet Dial-Up Connection active and on-line by periodically sending a small TCP/IP packet."; fDesc[9] = "let you have any of your video or audio files start playing after your predetermined period of computer inactivity. Just like a regular screensaver with a lot of extra features. Show your last trip. Or your wedding video, or anything you want."; fDesc[10] = "model. It recognizes a square zone of your face (eyes, nose, mouth), and stores that information as a password. You will need to enter your Windows password in order to start using your face to replace it"; fDesc[11] = "of their working hours, whether they use it for customer billing or for monitoring the duration of individual projects. Concept: timeEdition focuses on simple usability and a thoroughly clear overview for day-to-day use. What does this mean in detail? Firstly, that users initially see only those functions that they need to record their daily working times. These are: a function to stop and start recording, a display showing the recording period and customer, project and activity selections. All other functions, such as creating and maintaining master data, export functions etc. can be easily accessed via dialog boxes opened from the menu. Platform independent: The package includes program versions for Mac OS X and Windows, and a Mac Widget. Function overview: timeEdition core functions: timeEdition simplifies the work involved in entering your time data, while at the same time ensuring..."; fDesc[12] = "after a certain amount of inactivity. The program shows the duration of unattended time and amount of time left to perform the inactivity action. The program displays a warning window so you can cancel the shutdown process."; fDesc[13] = "seconds of mouse inactivity, the application hides the mouse pointer automatically and, with any mouse action, it returns it to the place it was."; fDesc[14] = "specified domains, reports to you, and automatically disables all accounts inactive for more than a specified number of days."; fDesc[15] = "user inactivity. When the period of inactivity exceeds a specified limit, a warning message appears, and the application shuts down."; 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 = '...'; } }