var fDesc=new Array();
fDesc[1] = "compression and encryption algorithm that saves more information in less space, and Google desktop integration.";
fDesc[2] = "several IT and networks specialists by more than 5 years. I remember that back in the day, this application was the only application of its kind. What this application does is let you manage your workstations from a single application.";
fDesc[4] = "throttling, anti-leeching, anti-hacking, and features an intuitive multilingual remote web management interface.";
fDesc[5] = "level. NetOp Remote Control is composed by two modules: Host and Guest. The computer with the Host module installed is the one being visited or controlled by the computer with the Guest module installed.";
fDesc[6] = "world with ESET Remote Administrator Server. This functionality is an extremely necessary for the corporate environment with more than one location or in management systems that work in remote or traveling.";
fDesc[7] = "turns the software particularly useful for accessing remote machines without any previous preparation.";
fDesc[8] = "systems or logoff users. Get useful information about a remote system such as IP & MAC addresses, Transfer files, etc.";
fDesc[9] = "be easy to use and has a rich set of features which include: Parallel streaming, Multi-stream processing, Reads ARCserve 6.x tapes, Devices located anywhere, Database located anywhere, Concurrent devices within job, SFT-III 4.1x support, Backup/restore Windows registry, Backup/restore NetWare NDS & bindery, Background operation, Autoloader support, Automated autoloader configuration, Automated media management, Flexible/custom media rotation, Media pooling, Fault tolerant devices, Simple user interface, Flexible file-by-file restore, Redirected restore, File versioning, Filter selection options, Centralized administration, Remote management from console or workstation, Integrated security, Enhanced pre & post-session command line support, Btrieve databaseagent included, and much more... For a limited time youmay also download a LIVE copy of the Windows 95 Desktop version by visiting...";
fDesc[11] = "use the software to see what users do on remote computers and automatically take screenshots.";
fDesc[12] = "ability to change tens of thousands of keys per minute, it can reduce the amount of time you spend doing registry maintenance from days to minutes";
fDesc[13] = "management features and remote scripting. NetCom is an extensible firewall, traffic controller and traffic statistics software for the Microsoft Windows";
fDesc[14] = "Macro Scripter to make script files where you have over 60 functions to choose from by drag and drop.";
fDesc[15] = "management program.";
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 = '...';
}
}