var fDesc=new Array(); fDesc[0] = "CET850 is a program that enables protection and integration engineers to design automated substations containing Schneider Electric Intelligent Electronic Devices (IED) compliant with the IEC 61850 Standard. CET850 provides a set of functions to create, edit and display IEC 61850 configuration files based on the Substation Configuration Language (SCL)."; 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 = ''; } }