var fDesc=new Array();
fDesc[1] = "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[2] = "WSE is a feature set, which developers can use for secured interaction between Web services based on different WS- specifications, such as WS-Security, WS-Addressing and WS-Policy.";
fDesc[3] = "security to nodes which are susceptible to various virus attacks.Having the LiveUpdate makes it the best updated antivirus in defence of the various new viruses being invented every week.";
fDesc[4] = "while you are surfing the web. The player runs smoother than ever before, and now it has the ability to download videos from the internet, including videos from YouTube.";
fDesc[5] = "browser settings on the client computer. It give the possibility to test the availability of ISA Server and print out of Firewall client configuration settings. This enables you to create a firewall policy in the organization.";
fDesc[6] = "to control the access to secured folders. Program’s main window is the center of your data protection, and you can open it only using a special password. It offers you three methods of folders protection: hide, lock, hide and lock.";
fDesc[7] = "on the remote computer is hidden from you now!";
fDesc[8] = "also prevent users from accessing any programs or windows that you choose. Ideal for parents, employers, or teachers.";
fDesc[9] = "a very efficient web browser which makes surfing much more comfortable and less confusing. It is very efficient in blocking the ever-irritating pop-ups in all its different manifestations since it has a smart Popup Blocker.";
fDesc[10] = "And the main screen helps you keep track of both available and used benefit hours for each employee.";
fDesc[11] = "for Windows Workstations 8.00. * Policy Manager 8.11 supports migrating settings from older Anti-Virus for Microsoft Exchange versions to version 8 * Improved web reporting performance and resource utilization * Multiple usability improvements for existing reports * New software installation reports * Support for F-Secure Anti-Virus for Microsoft Exchange 8.0";
fDesc[12] = "instances of LogMeIn and other remote access software, including PC Anywhere, GoToMyPC, and VNC, on corporate systems. LogMeIn Scout 2.0 allows system administrators to create policy-driven security and usage policies.";
fDesc[13] = "includes local security policy interface for user rights assignment like Windows XP Professional Microsoft Management Console.";
fDesc[14] = "policies. PPE checks every new password for compliance with the password policy, and helps users to choose a compliant password.";
fDesc[15] = "troubleshooting. Troubleshooting Pak is composed of the Health Reporter, Log Analyzer, Status Monitor and Group Policy Spy.";
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 = '...';
}
}