var fDesc=new Array(); fDesc[0] = "SEMS Software Suite has matured into a comprehensive but simple system able to satisfy most Federal and State requirements with a minimum of effort and training. SEMS Software Suite is a truly affordable and effective technology tool to assist in day-to-day compliance, water quality, asset management (CMMS), and administrative responsibilities. The Water Quality Compliance, Security, Cross-Connection Control Program, and Asset Management (CMMS) components provide you with the ability to easily meet demanding regulatory requirements, eliminate your exposure to knowledge loss due to staff changes and save your utility money by enabling better oversight of utility operations."; 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 = ''; } }