var fDesc=new Array(); fDesc[0] = "These tools are used in operational power system simulation as well as model exchange. The tools enable the coordination of time-based incremental models across entire planning organizations and support a comprehensive set of data management and IT integration options, including SCADA, EMS, DMS, GIS and Metering Data Management systems."; 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 = ''; } }