var fDesc=new Array(); fDesc[0] = "Panda Cloud Office Protection is a security solution for PCs and servers based on the concept of Software as a Service (SaaS). Software as a Service lets companies focus on their core business, freeing them from the management tasks and operating costs associated with traditional security solutions.

It prevents companies from having to invest in additional hardware, maintenance personnel and other resources dedicated to anti-malware protection while achieving high level security, even in remote offices, with minimum resource consumption.

The Web-based administration console allows centralized management of computer protection anytime from anywhere through single-sign-on.

Panda Cloud Office Protection offers an innovative way to manage security, as it automates all maintenance tasks. This lets many small businesses forget about security management or outsource it quickly and easily with no impact on the user.

Main features:
-Web administration console. Administrators only require a Web browser to manage the protection centrally and remotely across all workstations and file servers, including in remote offices without a network connection.

-Proactive anti-malware for workstations and servers. Protects against known, unknown and even hidden threats (viruses, worms, Trojans, spyware, adware, rootkits, phishing). Includes protection for files, email, HTTP/FTP and Instant Messaging applications.

-Managed personal firewall. Firewalls can be managed centrally or locally depending on the company's needs. The firewall offers application and system rules, intrusion prevention and prevention of network viruses.

-In-depth malware audit service. This service provides periodic evaluation of the status of the network and automates disinfection tasks.

-P2P and automated updates. Frequency of updates is configurable and can be performed P2P from the nearest computer to reduce bandwidth consumption, preventing all computers from having to update across the Internet.

-Administration of security by profiles and management delegation. Administrators can save time by configuring the protection by profiles and assigning these profiles to groups. Administrators can also delegate security management tasks to other users.

-Flexible installation. Administrators can install the protection with or without the user’s intervention.

-Group-based license management. The number of licenses and service expiry dates can be configured by groups, allowing for optimized license management in accordance with the needs of the organization.

-Detailed, Summarized and Executive Reports.Reports can be configured to offer information and graphs about detections and status of the protection. They can be exported to a range of formats including CSV, XML, HTML, PDF or Excel."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }