var fDesc=new Array(); fDesc[0] = "Equipment/Tool Organizer Pro is a simple to use inventory database for companies, schools, institutions, public facilities that want to track tool/equipment movement. It gives you an easy way to catalog, organize, manage and track all your equipment/tool items and process check in and check out transactions."; 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 = ''; } }