var fDesc=new Array();
fDesc[1] = "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[2] = "viruses, Trojans, hackers, or any malicious software that could harm your system. The application is fully customizable and provides two modes to choose from according to you needs and knowledge";
fDesc[3] = "troubleshoot issues that can vary from a network problem to application compatibility. Windows support tool is only available on Windows XP, isnt installed by default and can be installed from Windows Installation CD or downloaded from Microsoft Website.";
fDesc[4] = "secure distribution and collaboration. With Acrobat Standard you can: * Combine and arrange documents * Manage shared reviews * Use familiar review and commenting tools * Save in Microsoft Word * Capture web pages * Sign documents digitally * Etc.";
fDesc[5] = "utilization, copy files in a fault-tolerant way, identify duplicate files and free-up wasted storage space.";
fDesc[6] = ", its configuration and from unduly changed passwords. You can also define which Programs a user is allowed to run and which not.";
fDesc[7] = "And the main screen helps you keep track of both available and used benefit hours for each employee.";
fDesc[8] = "file manager in the full meaning of the word, but more as a toolkit tailored for specific searches, scan file systems, analyze storage utilization, detect duplicate files or create file system signatures.";
fDesc[9] = "cannot be changed by other users. The program includes access to almost 2500 settings that are categorized in folders and include a short description of their functionality. The policy cover all aspects of the operating system, including network settings, control panel access, printers, user accounts, device installation, Internet Explorer settings and much more. A built-in search feature enables you to locate specific policies by keyword, and a bookmark option lets you save them in a list for quick access. Other features include policy report generation, logging of changes, password protected interface and more. TweakEasy Professional has received \"5 stars\" rating from CNET Download.com and from 40 others. More";
fDesc[10] = "them in Internet Explorer's Restricted Zone and setting policies to prevent them from performing intrusive acts on your PC.";
fDesc[11] = "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[12] = "correspondence, reports, charts, printing of policies, SMS module, forms repository, searching and filtering options, networking, online access.";
fDesc[13] = "threaded mails. The duplicate mails are also removed. The selected mails can be flagged for follow up actions.";
fDesc[14] = "EnterpriseServer over a network. Its implementation will be justified for middle-sized and bigger networks. It provides a 45-day trial version for Network Administrators to assess its implementation in a particular network.";
fDesc[15] = "Analysis worksheet, sample policy templates, sample disaster recovery plan and Incident Report form, and more.";
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 = '...';
}
}