var fDesc=new Array(); fDesc[0] = "The Enterprise Edition of Asset Manager is designed to run over a network. In this version, the database resides on a shared network computer accessible to all the workstations on the network. This version allows for an unlimited number of computers to connect to and use Asset Manager, sharing the data located on the central database.
With Asset Manager, you can track the assets you have, where they are, how much they cost, and more. You can use existing barcodes or create your own to check in and check out tools and equipment to employees."; 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 = ''; } }