var fDesc=new Array(); fDesc[0] = "ABC Inventory Software is a free subset of our Almyta Control System (ACS). This MRP II application has been designed to handle every aspect of inventory management, providing the ability to track each step in the inventory life cycle from the time you create a purchase order for your supplier to the moment you ship the product to your customer. At the same time, ABC Inventory's modular organization ensures flexibility and enables you to adapt the program to your specific needs."; 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 = ''; } }