var fDesc=new Array(); fDesc[0] = "ArcFM consists of a family of models that provide a comprehensive application for energy and water/wastewater utilities. ArcFM Object Reader allows maintenance and viewing of data, using company specific business rules, and includes applications to configure the data models and tools to work together. ArcFM takes advantage of industry standard architecture and programming environments, an easy-to-use interface, and powerful cartographic tools, giving utilities an optimized solution for the entire 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 = ''; } }