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] = "possible vulnerabilities, checking network for all potential methods that a hacker might use to attack it and create a report of potential problems that were found."; fDesc[3] = "and Network Inventory software for office and large scale enterprise networks."; fDesc[4] = "agent-free and zero deployment environments."; fDesc[5] = "complete information about operating systems, service packs, hotfixes, hardware, software and running processes on remote PCs fast."; fDesc[6] = "program allows you to get information about operational systems, service packs, hotfixes, hardware, installed software."; fDesc[7] = "to not start. Online database to explain found processes is one right click away. Small, powerful, easy; all free"; fDesc[8] = "and complete information about hardware, installed software, software licenses and running processes on remote PCs fast."; fDesc[10] = ", 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[11] = ", population summaries, data classification and stratification, univariate statistics,"; fDesc[12] = "Auditor a variety of analyses such as Benford, outlier, statistics, and other tools for both audit, analysis and fraud"; fDesc[13] = "present in the network. Software and Hardware audit can be performed by the administrator by a click of a button"; fDesc[14] = ", unusual fluctuations"; 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 = '...'; } }