var fDesc=new Array(); fDesc[0] = "Tool & Asset Manager will help you to keep track of your tool and asset inventory. Check in/out your assets to personnel and always know who to call to get an asset back. Get notified when an asset is overdue. Create reservations so you won't check out an asset accidentally when it should be kept in store for someone else. Easily create and print barcode labels for your assets, personnel, replacement parts and inventory locations. Create service schedule to make sure your assets are always kept in good condition."; 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 = ''; } }