var fDesc=new Array(); fDesc[0] = "The flexible, easy-to-use inventory system that keeps your business running smoothly. Easy to customize, easy to expand, easy reporting, easy interface to accounting systems, and secure.

Features:
- Locator system that allows you to name locations and use multiple warehouses
- Classification of products (models, revisions, shades, etc.)
- Locate and move, cycle counting
- Serial/lot number tracking
- Insert pictures of your inventory items
- Fixed or open warehouse locations
- Cost and price per item
- Direct receiving and direct issuing"; 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 = ''; } }