var fDesc=new Array(); fDesc[1] = "assets for effortless retrieval and presentation. Expression Media makes digital asset management easy—just drag and drop to import more than 100 different media formats, including digital RAW files."; fDesc[2] = "large companies. It'll enable admins to take full control of all network assets with hardware and software tracking, device audit, etc."; fDesc[3] = "of computers in their networks. This inventory collects a lot of information about software and hardware present in the computers connected to the network without the need of installing a client in those computers. It includes a Report Builder."; fDesc[4] = "you streamline your fixed asset organization and record keeping. You will be able to quickly and easily keep track of the current location of your assets and who they are currently assigned to. Maintain vendor info, employee data and maintenance records. AssetManage eliminates the headaches of calculating asset depreciation by automatically generating depreciation tables using the Straight-Line, Double-Declining Balance, 150% Declining Balance, Straight Percentage or Sum of Years Digits depreciation methods. - Supports an unlimited number of locations and assets. - Attach files and Internet links to your asset records. A great way to keep track of related documents such as invoices or maintenance documents. - Select from the AssetManage library of standard reports or easily create your own. Standard reports are automatically calculated and formatted. - Reports can be exported to Excel,..."; fDesc[5] = "minimizing as much as possible times and cost involved. As mentioned above, this version can work over a network – even Internet – allowing multiple users share the information stored in the database. The program implements a neat and intuitive interface and supports bar codes."; fDesc[6] = "complete information about operating systems, service packs, hotfixes, hardware, software and running processes on remote PCs fast."; fDesc[7] = "PCs. It enables you to scan all the nodes of your network with just one click."; fDesc[8] = "solution that you can customize barcode labels, stickers or asset tags. Whether you are a company, organization, industry or small business you can do any project from small to large with this software."; fDesc[9] = "can provide any number of different back-end asset providers while reusing the same snazzy UI that's based on Infragistics NetAdvantage for WPF toolset."; fDesc[10] = "intuitive interface, ease of use and minimum learning process. Extensive reporting to cater for all requirements."; fDesc[11] = "organize and manage information about all your valuable equipment."; fDesc[12] = "track all your company's fixed assets."; fDesc[13] = "management, comprehensive hardware and software inventory, software license compliance, and more."; fDesc[14] = "company's assets. All Asset Tracker provides a simple and flexible asset management software solution."; fDesc[15] = "3.1.0 update. This update includes important fixes that improve thumbnail generation and XMP handling. It is mandatory to install this update in conjunction with the Adobe Bridge CS3 2.1 update, the Adobe Version Cue CS3 client 3.1.0 update, and the Adobe Version Cue CS3 Server 3.1.0 update."; 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 = '...'; } }