var fDesc=new Array(); fDesc[0] = "IntelliTrack® WMS software is affordable, and easy to install. The system is feature rich with an intuitive user interface. WMS comes in three cost effective versions that maximize efficiency and optimize labor productivity in warehouses of all sizes. Each version provides the basic functions for warehouse operations, including physical inventory, shipping, receiving, and picking, as well as management features such as queries, reporting and barcode labeling. IntelliTrack warehouse software has extensive functionality and utilizes a SQL database back-end for a cost-effective upgrade path. Database and portable/workstation licenses can be added as the business grows."; 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 = ''; } }