var fDesc=new Array(); fDesc[0] = "Scrap Metal Manager (SMM), gives scrap metal recyclers (or any materials recyclers) a chance to comply with new state regulations and computerize their recycling collection and settlement processes. SMM keeps track of Scrap Sellers, Scrap Purchasers, Scrap Inventory Balances, and Collection Box Placements. SMM can be configured for net or tare and laden weights as well as documenting piece counts. SMM can also manage Goods and Service Taxes (GST) for both purchasing and selling recycling materials. SMM is touch screen enabled and is available in a single user or optional multi-user network computer configuration with advanced functionality that include a scale-house interface. SMM also has optional check print capabilities and features that exports daily transactions into XML or CSV files."; 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 = ''; } }