var fDesc=new Array(); fDesc[0] = "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.
The Standard Edition of Asset Manager is a standalone version designed to run on a single computer. It is intended for departments or organizations where one individual is responsible for asset tracking."; 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 = ''; } }