var fDesc=new Array(); fDesc[0] = "Get in control of your inventory with Wasp Inventory Control – the complete inventory tracking solution for small business. Increase the value of your business, satisfy your customers and create more freedom in your life with Inventory Control.

Wasp offers several tools for software evaluation, designed to ensure that Inventory Control is the perfect fit for your organization."; 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 = ''; } }