var fDesc=new Array(); fDesc[1] = "capabilities like calendar, task, contact management, note taking, journal, and Web browsing. It can be integrated with Microsoft Exchange Server and Microsoft Office SharePoint Server to provide extended functions to multiple users in organizations."; fDesc[2] = "such as audio, video, images, program, documents, and other files, with users all over the world. LimeWire has been recently updated and now it features a smarter colorful interface."; fDesc[3] = "picture quality even at high compression ratios. Xvid is similar to DivX, since it is an open source project, distributed under the terms of the GNU General Public License (GPL). That means that it´s free to use, and everyone can contribute to its development."; fDesc[4] = "restrictions about how many clients can connect to a server. It is free of charge for non-commercial purposes. The Server browser allows you to search for public servers. Little suggestion to make: private text message get lost in the other diagnostic messages."; fDesc[5] = "gives you a simple solution to maintain your anonymity and protect your privacy when accessing wi-fi hotspots."; fDesc[6] = "interfaces to ensure that data remains safe when the computer is unattended or for public use, such as those in an open environment. It also prevents data from being copied to external storage media, such as an optical disk, flash drive or floppy disk."; fDesc[7] = "beginner, it will be hard to understand the working of the program. The program uses a nice, black interface. On the left had, we see a list with thousands of audio effects, like clapping, piano, kick, etc. The features of the program make it the best of its kind."; fDesc[8] = "other blog entries regarding Secunia and vulnerabilities."; fDesc[9] = "wizard-like approach for executing backup tasks. Apart from just storing files to a desired location, the program also has capabilities to synchronize, mirror, and group files."; fDesc[10] = "through. Also you can create several calendars at once, add the calendar of your friend, invitations and search events in public calendars. You also learn the weather forecast here. And the main advantage of the Google Sync Calendar is synchronization with Microsoft Outlook."; fDesc[11] = "easy: just start Hide IP NG! Avoid your personal information being used to send you spam and junk emails. Many marketers and advertising agencies will use you IP address, together with your email, to send you unsolicited emails."; fDesc[12] = "Mechanical Clock 3D Screensaver you will put a huge mechanical clock right on your screen! This 18th century Swiss clock shows all the internal mechanisms of a real clock, working perfectly and giving you the time continuously."; fDesc[13] = "in your registry that lead to poor performance such as remnants left behind on your registry from failed installations, incomplete un-installations, disabled drivers, and spyware applications."; fDesc[14] = "BCArchive it's developers were concerned about privacy of their users so BCArchive is not only a compressor for saving hard disk space but it is also a kind of encryption tool to save our compressed data secured."; fDesc[15] = "implementation. You only have to drag and drop the file into the indicated area and the program will list you the name of the process and the md5 string, then you only have to compare it with the public value provided by the developers."; 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 = '...'; } }