var fDesc=new Array(); fDesc[0] = "CheckInOut Inventory Organizer Pro for Windows: simple equipment/items tracking system for small renting facility (track not-serialized items that are circulated in large quantities). Our software gives you an easy way to catalog, manage, and organize all your items and process check in and check out transactions on items that are circulated in large quantities."; 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 = ''; } }