var fDesc=new Array();
fDesc[1] = "professional audio production. Use Adobe Audition to: - Create your own music - Record and mix a project - Produce a radio spot - Clean up audio for a movie - Compile and edit a soundtrack Whatever you do with audio, Adobe Audition software helps you sound your best.";
fDesc[2] = "administrators including security alerts and customized reports about hardware and software, network audit, change management and network monitoring. It also reports on a single PC.";
fDesc[3] = "inventory, managing service upgrade schedules, and monitoring host or service uptime. Nmap features many port scanning mechanisms (both TCP and UDP).";
fDesc[4] = "order to detect, assess and solve security vulnerabilities. The Network Audit tab in the program´s interface includes the buttons to perform different scans. You will be able to launch a Quick, Full or Custom Scan, or schedule a scan to be performed at a given moment.";
fDesc[5] = "File Set), CISO, ISZ, DAA, and PFO (Private Folder) files through any application. To do so, the program mounts those contents to the file system as virtual folders.";
fDesc[6] = "for small and large businesses. In one package you will receive system information, diagnostics, network audit / monitor, hardware inventory, benchmark and computer management applications.";
fDesc[7] = "quickly locate the program you wish to remove. Next, highlight the program title and select \"Uninstall\". It runs the uninstall utility and ensures that the program is removed from the list. In this manner all users can easily and completely get rid of all unnecessary programs.";
fDesc[8] = "and Network Inventory software for office and large scale enterprise networks.";
fDesc[9] = "run an audit of account passwords to then take proper action. What it does is to expose insecure passwords, and the program also displays how secure a network would be under attack.";
fDesc[10] = "agent-free and zero deployment environments.";
fDesc[11] = "large companies. It'll enable admins to take full control of all network assets with hardware and software tracking, device audit, etc.";
fDesc[12] = "of your loans, mortgage, and its interest rates. The program features a simple and intuitive user interface that ensures that anyone can understand it and take the greatest advantage of it.";
fDesc[13] = "help engineers to identify economical advantages over technical ones, so they preserve the client’s best interests. Energy Audit can exchange information with other applications from Elite Software such as Rhvac, Chvac and Quote.";
fDesc[14] = ", software and application licenses across your entire organisation in minutes. AuditWizard helps you achieve total visibility of what's on your network, from PCs and Servers through to Network Printers and Switches to IT gadgets like PDAs, USB sticks and MP3 players. Auditing your network inventory to ensure you have the correct software licenses not only protects you against software compliance audits but it also ensures you are only paying for software which you are actually using. This reduces the amount of money being wasted on maintenance contracts for software which is no longer being used. In addition, running a full PC audit will help you manage your IT infrastructure to better plan for upgrades and accurately budget. AuditWizard has a proven track record to help you effortlessly run a full network inventory of your entire organization; it is quick, efficient, accurate and very...";
fDesc[15] = ", population summaries, data classification and stratification, univariate statistics,";
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 = '...';
}
}