var fDesc=new Array();
fDesc[1] = "devices. In order to do that we need to have a computer either with a USB plugin Bluetooth wireless adapter or a Broadcom enabled embedded.";
fDesc[2] = ", and much more - to ensure that you have the power to protect yourself online.";
fDesc[3] = "Live. Besides providing protection to your Pc from threats, it is packed with a number of additional features. It also helps in improving your PC’s performance by removing the junk matters from the system’s hard disk.";
fDesc[4] = "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[5] = "includes a new interface, new tools, more document viewing options, online meeting capabilities, support for more secure workflows, and a host of other new features to help you save time and money.";
fDesc[6] = "without your knowledge. WinPatrol was the pioneer in using a heuristic behavioral approach to detecting attacks and violations of your computing environment. It continues to be one of the most powerful system monitors while staying a single small program. As a robust SECURITY MONITOR , WinPatrol will alert you to hijackings, malware attacks and critical changes made to your computer without your permission. As a MULTI PURPOSE SUPPORT UTILITY WinPatrol replaces multiple system utilities with its enhanced functionality.";
fDesc[7] = "Product Tour provides detailed information about HP Accessories including Docking Solutions, Expansion Accessories, Power Management and Security.";
fDesc[8] = "preserving privacy on P2P networking. PeerGuardian 2 is Open Source code, so the program code is available online for anyone who wants to see it or edit it.";
fDesc[9] = "down your PC. Home network security management from a single location. BitDefender software can be remotely configured from other computers in the network , and tasks such as scans, backups tune-ups and updates can be scheduled to run during off-hours.";
fDesc[10] = "anti-malware software you will be able to protect your Windows-based PC against all kinds of malicious software, including spyware, adware, key-loggers, browser hijackers, malware and many other intrusive programs, which may pose a threat to your privacy and security.";
fDesc[11] = "inventory, managing service upgrade schedules, and monitoring host or service uptime. Nmap features many port scanning mechanisms (both TCP and UDP).";
fDesc[12] = "allows us to perform a task, as if we are in real mode, but all the new files, downloaded content, change of configuration and so on will only exist in the virtual world. While working on a virtual mode we are protected from external attacks, threat and so on.";
fDesc[13] = "products. Your existing security will be improved as Prevx2.0 offers protection against the most recent Malwares, i.e. Spywares, Trojans, Viruses, Adware, Rootkits, Bots, and Password Thieves.";
fDesc[14] = "optimize our computer's overall performance and security. It features a user-friendly interface, which provides comprehensive information on our network traffic, CPU usage, and Memory usage, items on Windows startup, opened applications, running processes, services, and log report.";
fDesc[15] = "features, but enhanced on security. The application will give you more security and privacy when you are surfing on Internet. For example, the application does not send error or problem reports to Google.";
fDesc[16] = "protection. This incredible program combines nine powerful tools to protect your privacy. With Steganos Safe you can protect your sensitive Data by creating as many encrypted hard drives as you like.";
fDesc[17] = "completely wipe out some user traces, from the Recycle Bin to Temp Folders, Browser Cache Folders and Windows Clipboard. It is really fast and configurable.";
fDesc[18] = "file manifest information and deployment options. To view the complete security bulletin, visit one of the following Microsoft Web sites:";
fDesc[19] = "ideal client for enterprises that are deploying identity-based (wired 802.1X) networking. Odyssey Client fully supports wired 802.1X connections, and saves time and effort by permitting one-time deployment of wireless and wired 802.1X access.";
fDesc[20] = "that allows users to test the security of their computers and that educates them about the importance of protecting their PCs. The program performs several tests and displays the results when they are completed.";
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 = '...';
}
}