var fDesc=new Array(); fDesc[1] = "inventory, managing service upgrade schedules, and monitoring host or service uptime. Nmap features many port scanning mechanisms (both TCP and UDP)."; fDesc[2] = "several different currencies, and multiple locations. You can control Inventory, Order Processing, Invoices, Documents, Letters, Sales Tax Reports, VAT Reports, Service Tax, TDS, FBT and reports sent by E-Mail or SMS."; fDesc[3] = "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[4] = "and Network Inventory software for office and large scale enterprise networks."; fDesc[5] = "agent-free and zero deployment environments."; fDesc[6] = "server. This tool will connect and provide detailed information to the Computer Inventory Server about all installed components of all the local machines."; fDesc[7] = "a detailed list of everything one owns. The software automatically organizes each inventory entry by category, location, and owner. The user can customize the home inventory category, location, and owner look-up lists to fit user’s inventory needs."; fDesc[8] = "DIRECTIONS: decompress in a folder and click twice on the file \"Invento\" choose to continue if a message appears."; fDesc[9] = "large companies. It'll enable admins to take full control of all network assets with hardware and software tracking, device audit, etc."; fDesc[10] = "of the hardware and software on all of the computers on your network."; fDesc[11] = "installed software and hardware at your network assets."; fDesc[12] = "possessions. But getting the data in is only half the battle! This program also allows you to create standard or customized reports with details on each item, including photos, for your own records, or to share with your insurance agent. Designed and built for Windows 2000/XP/Vista, easy to use, and has extensive on-line help. Twenty-three separate fields for inputting descriptive data on each item in your home inventory, including: item name, manufacturer, model/style, serial number, engraved or not engraved, insured or not insured, category, location, status, condition, date acquired, purchased from, warranty, cost each, quantity, total cost, current value, total value, heir, two images, description, and comments. You can store multiple image files for each item in your inventory The bulk import tool allows you to import images in bulk, creating a new record for each image imported...."; fDesc[13] = "manage their entire business from a single application. With this program you will be able to create complete invoices, quotes and estimates, create and define customers or group of customers, create and define products as well as print lists, inventory and print purchases and other."; fDesc[14] = "efficient way. It is one of the best tools that allow the user to keep track of every item related to the inventory Management.The tool includes a highly customizable interface and different modules, allowing users to manage all the data related to goods dealings."; fDesc[15] = "parts, software installed, platforms and vendors. It may take a while to load all the data into de database, but, after it is completed in a 60% or 70% the tool can begin delivering good results"; 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 = '...'; } }