var fDesc=new Array(); fDesc[0] = "Autodesk® Asset Locator (AAL) is an updated version of Autodesk Product Manager. AAL searches a network and reports information about each Autodesk product installed, including programs, service packs, extensions, and object enablers. You can save the results of the search in a file for use in a spreadsheet or database application.
You use a search definition to specify the Autodesk products to look for and the computers to search. You can create as many search definitions as you need and save them to be run later.

The products to search for are listed in groups, and you can select one or more groups or all groups. A list of all products that Autodesk Asset Locator can search for is available on the Help menu, or when you create a new search.
When you create a search definition, you specify the computers to be searched.
You can select a network name or a domain name, or you can select individual computers. You can also add a computer to the search definition by name.
Autodesk Asset Locator works by searching the registry of each computer."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }